-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
188 lines (172 loc) · 6.71 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bootstrap</title>
<!--<link rel="shortcut icon" href="logo.png" type="image/png" sizes="x-icon">-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- navbar -->
<nav class="navbar sticky-top navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand " href="#">
<img src="logo.png" alt="logo" height="60px" width="60px" class="rounded-circle">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarText"
aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 w-100 justify-content-end">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#education">Education</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#inter">Interest</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<section id="hero-section">
<header style="
background-image: url('edu.jpg');
height: 100vh; ">
</header>
</section>
<!-- about -->
<section id="about">
<div class="container py-4">
<h1 class="text-center fw-bold">About Me</h1>
<hr>
<div class="row">
<div>
<p class="fs-4">I am Hridoy Chandra Das.I am studing in B.Sc. Engineering in ICT in Comilla
University.I am also a compitative Programmer.I am participate online and onsite problem solving
competition.I am recently complate a intermidiate level programming course from Devskill .Beside
compitative programming i have also experience in research paper.In 2022 my goal is devolop my
algorithm skill and also i try to learn devoloping to create a web application.I have experience
in google site also. </p>
</div>
</div>
</div>
</section>
<!-- features section -->
<section id="education" class="bg-light py-4">
<h1 class="text-center fw-bold">Education</h1>
<hr>
<div>
<table class="table table-light">
<thead>
<tr>
<th scope="col">Name of Exam</th>
<th scope="col">Institution</th>
<th scope="col">Subject</th>
<th scope="col">Passing</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Bsc</th>
<td>Comilla University </td>
<td>ICT</td>
<td>2023</td>
</tr>
<tr>
<th scope="row">Hsc</th>
<td>Agricutural University College</td>
<td>Science</td>
<td>2017</td>
</tr>
<tr>
<th scope="row">SSC</th>
<td>Gouripur R.K High School</td>
<td>Science</td>
<td>2015</td>
</tr>
</tbody>
</table>
</div>
</section>
<!-- skills -->
<section id="skills" class="py-4">
<h1 class="text-center fw-bold">Skills</h1>
<hr>
<div class="about_skills">
<div class="box">
<h4>C</h4>
<div class="percent">
<div style="width: 90%;"></div>
</div>
</div>
<div class="box">
<h4>C++</h4>
<div class="percent">
<div style="width: 95%;"></div>
</div>
</div>
<div class="box">
<h4>Python</h4>
<div class="percent">
<div style="width: 40%;"></div>
</div>
</div>
<div class="box">
<h4>HTML</h4>
<div class="percent">
<div style="width: 60%;"></div>
</div>
</div>
<div class="box">
<h4>CSS</h4>
<div class="percent">
<div style="width: 40%;"></div>
</div>
</div>
</section>
<!-- interest -->
<section id="inter" class="bg-light py-4">
<h1 class="text-center fw-bold">Interest</h1>
<hr>
<div class="inter">
<ul>
<li>Playing</li>
<li>Coding</li>
<li>Fishing</li>
<li>Singing</li>
</ul>
</div><br>
</section>
<!-- contact section -->
<section id="contact">
<h1 class="text-center fw-bold">Contact</h1>
<hr>
Phone:01746476121<br>
Email:[email protected]<br>
Site:https://sites.google.com/view/hridoytopu/home<br>
Address:Monohorpur,Cumilla.<br>
</section>
<footer>
<div class="d-flex justify-content-center py-4 bg-dark">
<h3 class="text-white">MY site © All rights reserved</h3>
</div>
</footer>
</body>
</html>