-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
307 lines (267 loc) · 12.5 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
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Css for Mobile -->
<link rel="stylesheet" href="style.css">
<!-- css for Desktop -->
<link rel="stylesheet" href="desktop.css" media="screen and (min-width: 992px)">
<!-- Fonts link -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Satisfy&display=swap" rel="stylesheet">
<!-- font-family: 'Roboto', sans-serif; -->
<!-- font awosome cdn -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>Md Sifatul islam</title>
</head>
<body>
<!-- navbar start -->
<div class="navbar">
<div class="nav-logo col-1">
<img class="logo-image" src="images/logo.jpg" alt="Logo">
</div>
<div class="nav-heading col-4">
<h1 class="nav-heading">Md Sifatul Islam</h1>
</div>
<div class="nav-menu col-7">
<a href="#">Home</a>
<a href="#About-Me">About Me</a>
<a href="#skills">Skills</a>
<a href="#">Projects</a>
<a href="#contact">Contact Me</a>
</div>
</div>
<!-- navbar ends -->
<!-- profile start -->
<div class="profile">
<div class="upper-cloud">
<img src="images/programming.png" alt="Cloud">
</div>
<div class="decription">
<h1>An Engineer , <br>Web Designeer <br>& <br>Teacher
</h1>
<p>I am an student of Materials and Muttalurgical Engineering of Bangladesh University Of Engineering and Technology. Also and part time Web Devoloper.</p>
</div>
<div class="lower-cloud">
<img src="images/programming.png" alt="lower cloud">
</div>
</div>
<!-- profile end -->
<!-- About me start -->
<div class="About-me" id="About-Me">
<div class="about-heading"><h1>About Me</h1></div>
<hr class="dotted-hr">
<div class="about-pic col-6"><img src="images/logo.jpg" alt="Sifatul"></div>
<div class="about-description col-6" >
<p>I like to call myself "a passionate Computer
Science Student & Web developer". <br> <br>
I made lot of videos on different subjects. My first
priority is making the subject more interesting
and give you a clear understanding so you can
feel it and don't get bore.
</p>
<hr class="common-hr">
<p>Name: <b> Md Sifatul Islam</b></p>
<hr class="common-hr">
<p>Address: Dhaka, Bangladesh</p>
<hr class="common-hr">
<p>Email:<a href="mailto:sifatul645@gmail.com"> Sifatul645@gmail.com</a>
</p>
<hr class="common-hr">
<p>Phone: <a href="tel:+8801914510064">01914510064</a></p>
<hr class="common-hr">
<p>Website: <a href="https://www.sifatul-mme.com"> Sifatul-mme.com</a></p>
<hr class="common-hr">
<p>
<a href="https://sifatul-kng.github.io/Simple-CV-projrct/" target="_blank"><button class="cv-download">Download CV</button></a>
</p>
</div>
</div>
<!-- about me end -->
<!-- Work and skill start -->
<div class="works-and-skill" id="skills">
<div class="work col-4">
<div class="card">
<div class="card-icon">
<img src="images/working.png" alt="Work icon">
</div>
<div class="card-tittle">
<h2>WORK EXPERIANCE</h2>
</div>
<div class="card-description">
<p>
<ol>
<li>
<strong>University Website Devoloper</strong><br>
from 01/01/2020 to 01/06/2020<br>
XYZ university Bangladesh,<br>
Dhaka, Bangladesh.
<hr class="common-hr">
</li>
<li>
<strong>MME Department Website Devoloper</strong><br>
from 01/07/2020 to 01/02/2021<br>
Open University of Bangladesh,<br>
Dhaka, Bangladesh.
<hr class="common-hr">
</li>
<li>
<strong>Fivver Part-time Website Devoloper</strong><br>
from 01/02/2021 to Present<br>
Open University of Bangladesh,<br>
Dhaka, Bangladesh.
<hr class="common-hr">
</li>
<li>
<strong>Joniour Website Devoloper (Part-time)</strong><br>
from 01/08/2022 to Present<br>
ABC group and Industries,<br>
Dhaka, Bangladesh.
</li>
</ol>
</p>
</div>
</div>
</div>
<div class="education col-4">
<div class="card">
<div class="card-icon">
<img src="images/education.png" alt="Work icon">
</div>
<div class="card-tittle">
<h2>EDUCATION</h2>
</div>
<div class="card-description">
<p>
<ol>
<li>
<strong>B.Sc Engineering in Materials and Metallurgical Engineering</strong><br>
from 14/07/2023 to Present<br>
Bangladesh University of Engineering and Technology,<br>
Dhaka, Bangladesh.
<hr class="common-hr">
</li>
<li>
<strong>Higher Secondary Cirtificate (GPA 5.00)</strong><br>
from 01/07/2020 to 01/02/2023<br>
Shailkupa Govt. College,<br>
Jhenaidah, Bangladesh.
<hr class="common-hr">
</li>
<li>
<strong>Secondary School Cirtificate (GPA-5.00)</strong><br>
from 01/01/2015 to 02/02/2020<br>
Garagonj Secondary School,<br>
Jhenaidah, Bangladesh.
<hr class="common-hr">
</li>
<li>
<strong>Online Web Devolpment Cource</strong><br>
from 01/08/2022 to Present<br>
Anisul Islam (Youtube)
</li>
</ol>
</p>
</div>
</div>
</div>
<div class="skills col-4">
<div class="card">
<div class="card-icon">
<img src="images/skills.png" alt="skill icon">
</div>
<div class="card-tittle">
<h2>SKILLS</h2>
</div>
<div class="skills">
<div class="skills-container">
<ul>
<li class="html">HTML</li>
<li class="css">CSS</li>
<li class="bootstrap">BOOTSTRAP</li>
<li class="javascript">JAVASCRIPT</li>
<li class="jquery">JQUERY</li>
<li class="node-js">NODE.JS</li>
<li class="express-js">EXPRESS.JS</li>
<li class="github">GITHUB</li>
<li class="reacts">REACTJS</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Work and skill end -->
<!-- achivement part starts here -->
<div class="achivemnt-and-contact" id="contact">
<div class="achivement col-4">
<div class="tittle">
<h2>achivement</h2>
<hr class="dotted-hr">
<div class="achive-description">
<p>1. 100% Tuition Waiver: Based on excellent academic result in XYZ university, Bangladesh</p>
<p>2. Public Bank Scholarship: 40,000 TK, For scoring
GPA 3.92/4.00 in BSc.</p>
<p>3. Silver Button from YouTube because of 100,XXX
Subscribers. Current Subscribers are more than 208,000.</p>
<p>4. IELTS 7 (Speaking-8.5, Listening-8, Writing-6,Reading-6)</p>
</div>
</div>
</div>
<div class="contact-form col-4">
<div class="tittle">
<h2>Contact Me</h2>
</div>
<hr class="dotted-hr">
<div class="contact-form">
<form action="mailto:sifatul645@gmail.com" method="post" enctype="text/plain">
<p>
<input type="text" placeholder="Your Name" name="Name:">
</p>
<p>
<input type="email" placeholder="Your Email" name="Email:">
</p>
<p>
<textarea name="Massage" id="" cols="30" rows="10" placeholder="Type Your Massage"></textarea>
</p>
<button type="Submit">Send</button>
<button type="Reset">Reset</button>
</form>
</div>
</div>
<div class="contact-social col-4">
<div class="tittle">
<h2>More Way to contact</h2>
</div>
<hr class="dotted-hr">
<div class="buttons">
<button class="btn" onclick="window.open('https://www.facebook.com/sifatul.kng')"><i style="color:rgb(47, 121, 218) ;" class="fa-brands fa-facebook"></i></button>
<button class="btn" onclick="window.open('https://www.youtube.com/channel/UCmOmyrLm62PvPiDFdcQJr9Q')"><i style="color:rgb(218, 47, 47) ;" class="fa-brands fa-youtube"></i></button>
<button class="btn" onclick="window.open('https://www.google.com/search?q=md+sifatul+islam')"><i style="color:rgb(255, 225, 0) ;" class="fa-brands fa-google"></i></button>
<button class="btn" onclick="window.open('https://www.linkedin.com/in/sifatul/')"><i style="color:rgb(0, 35, 148) ;" class="fa-brands fa-linkedin"></i></button>
<button class="btn" onclick="window.open('https://github.com/Sifatul-kng')"><i style="color:rgb(0, 0, 0) ;" class="fa-brands fa-github"></i></button>
<button class="btn" onclick="window.open('https://www.instagram.com/sifatul.kng')"><i style="color:rgb(255, 0, 128) ;" class="fa-brands fa-instagram"></i></button>
</div>
</div>
</div>
<!-- achivement part ends here -->
<!-- footer starts -->
<div class="footer">
<div class="footer-nav col-6">
<a href="#">Home</a>
<a href="#About-Me">About Me</a>
<a href="#skills">Skills</a>
<a href="#">Projects</a>
<a href="#contact">Contact Me</a>
</div>
<div class="copy col-6">
<p> ©Sifat 2023-2025</p>
<p>Devoloped by <span style="font-size: 1.5rem;
color: red;">♡</span> Md Sifatul Islam</p>
</div>
</div>
<!-- footer ends -->
</body>
</html>