-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
269 lines (204 loc) · 11.1 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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Personal Portfolio</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
</head>
<body>
<!--=====HEADER==========-->
<header class="main-header">
<nav class="nav bd-grid">
<div class="mav_toggle" id="nav-toggle">
<i class='bx bx-menu'></i>
</div>
<div>
<a href="#" class="nav_logo">Shohail</a>
</div>
<div class="nav_menu" id="nav-menu">
<div class="nav_close" id="nav-close">
<i class='bx bx-x'></i>
</div>
<ul class="nav_list">
<li class="nav_item"><a href="#home" class="nav_link active">Home</a></li>
<li class="nav_item"><a href="#about" class="nav_link">About</a></li>
<li class="nav_item"><a href="#skills" class="nav_link">Skills</a></li>
<li class="nav_item"><a href="#services" class="nav_link">Services</a></li>
<li class="nav_item"><a href="#works" class="nav_link">Works</a></li>
<li class="nav_item"><a href="#contact" class="nav_link">Contact</a></li>
</ul>
</div>
</nav>
</header>
<main class="main">
<!--========HOME========-->
<section class="home" id="home">
<div class="home_container bd-grid">
<div class="home_data">
<div class="home_img">
<img src="img/shohail.png" alt="image">
</div>
<h1 class="home_title">Shohail Uddin Sarker</h1>
<span class="home_profession">Web Developer</span>
<div class="home_social">
<a href="#" class="home_social_link"><i class='bx bxl-linkedin'></i></a>
<a href="#" class="home_social_link"><i class='bx bxl-github'></i></a>
<a href="#" class="home_social_link"><i class='bx bxl-facebook'></i></a>
<a href="#" class="home_social_link"><i class='bx bxl-instagram'></i></a>
</div>
<a download="#" href="#" class="button home_button">Download Resume</a>
</div>
</div>
</section>
<!--========ABOUT========-->
<section class="about section" id="about">
<span class="section-subtitle">My intro</span>
<h2 class="section-title">About Me</h2>
<div class="about_container bd-grid">
<div class="about_data">
<p class="about_description">Seeking a position in the field of computer science where I can utilize
my skills to further work towards personal and professional development and contribute towards
the prosperity of the organization. </p>
<img src="img/shohail.png" alt="" class="about_img">
</div>
<div>
<div class="about_information">
<h3 class="about_information_title">Information</h3>
<div class="about_information_data">
<i class='bx bx-user about_information_icon'></i>
<span>Shohail Uddin Sarker</span>
</div>
<div class="about_information_data">
<i class='bx bx-phone about_information_icon'></i>
<span>+8801319174919</span>
</div>
<div class="about_information_data">
<i class='bx bx-envelope about_information_icon'></i>
<span>[email protected]</span>
</div>
</div>
</div>
</div>
</section>
<!--========SKILLS========-->
<section>
<span class="section-subtitle">Why Choose Me </span>
<h2 class="section-title">My experience Area </h2>
<div class="progress">
<span class="skillbar">HTML..............</span>
<div class="progress-bar bg-success" role="progressbar" style="width: 85%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">85%</div>
</div><br>
<div class="progress">
<span class="skillbar">CSS..................</span>
<div class="progress-bar bg-info" role="progressbar" style="width: 70%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100">70%</div>
</div><br>
<div class="progress">
<span class="skillbar">BOOTSTRAP...</span>
<div class="progress-bar bg-warning" role="progressbar" style="width: 75%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">75%</div>
</div><br>
<div class="progress">
<span class="skillbar">JAVASCRIPT...</span>
<div class="progress-bar bg-danger" role="progressbar" style="width: 60%" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">60%</div>
</div><br>
<div class="progress">
<span class="skillbar">NODE-JS........</span>
<div class="progress-bar bg-warning" role="progressbar" style="width: 65%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">65%</div>
</div><br>
<div class="progress">
<span class="skillbar">MONGO-DB.</span>
<div class="progress-bar bg-danger" role="progressbar" style="width: 60%" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">60%</div>
</div><br>
</section>
<section class="education section" id="education">
<span class="section-subtitle">Qualification</span>
<h2 class="section-title">My Education</h2>
<div class="education_container bd-grid">
<div class="education_content">
<div>
<h3 class="education_year">2016-2020</h3>
<span class="education_university">Daffodil International University</span>
</div>
<div class="education_time">
<span class="education_rounder"></span>
<span class="education_line"></span>
</div>
<div>
<h3 class="education_sub">Bsc in CSE</h3>
<span class="education_result">CGPA : 3.60</span>
</div>
</div>
<div class="education_content">
<div>
<h3 class="education_year">BATCH-2014</h3>
<span class="education_university">Rajuk Uttara Model College</span>
</div>
<div class="education_time">
<span class="education_rounder"></span>
<span class="education_line"></span>
</div>
<div>
<h3 class="education_sub">Hsc in science</h3>
<span class="education_result">GPA : 5.00</span>
</div>
</div>
<div class="education_content">
<div>
<h3 class="education_year">BATCH-2012</h3>
<span class="education_university">Rangpur Zilla School</span>
</div>
<div class="education_time">
<span class="education_rounder"></span>
<span class="education_line"></span>
</div>
<div>
<h3 class="education_sub">Ssc in science</h3>
<span class="education_result">CGPA : 5.00</span>
</div>
</div>
</div>
</section>
<section class="services section" id="services">
<span class="section-subtitle">What I Offer</span>
<h2 class="section-title">My Services</h2>
<div class="services_container bd-grid">
<div class="services_content">
<i class='bx bx-code services_icon'></i>
<h3 class="services_title">Web Design</h3>
<p class="services_description">Web designers plan, create and code internet sites and web pages, many of which combine text with sounds, pictures, graphics and video clips. </p>
</div>
<div class="services_content">
<i class='bx bx-pen services_icon'></i>
<h3 class="services_title">Graphics Design</h3>
<p class="services_description">Web designers plan, create and code internet sites and web pages, many of which combine text with sounds, pictures, graphics and video clips. </p>
</div>
<div class="services_content">
<i class='bx bx-brush services_icon'></i>
<h3 class="services_title">UI/UX</h3>
<p class="services_description">Web designers plan, create and code internet sites and web pages, many of which combine text with sounds, pictures, graphics and video clips. </p>
</div>
<div class="services_content">
<i class='bx bx-server services_icon'></i>
<h3 class="services_title">BackEnd Development</h3>
<p class="services_description">Web designers plan, create and code internet sites and web pages, many of which combine text with sounds, pictures, graphics and video clips. </p>
</div>
<div class="services_content">
<i class='bx bx-pencil services_icon'></i>
<h3 class="services_title">Content Writing</h3>
<p class="services_description">Web designers plan, create and code internet sites and web pages, many of which combine text with sounds, pictures, graphics and video clips. </p>
</div>
<div class="services_content">
<i class='bx bx-mobile services_icon'></i>
<h3 class="services_title">FrontEnd Development</h3>
<p class="services_description">Web designers plan, create and code internet sites and web pages, many of which combine text with sounds, pictures, graphics and video clips. </p>
</div>
</div>
</section>
</main>
<script src="js/main.js"></script>
</body>
</html>