-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
406 lines (325 loc) · 17.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
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sajjad rahman</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<!-- Latest compiled and minified CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/bootstrap-icons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
<!-- Latest compiled JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<style>
.custom-navbar .navbar-light {
background-color: #ffffff;
/* Replace with your desired pure white color code */
}
.justify-text {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: stretch;
height: 100%;
}
.custom-nav {
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 2rem 9%;
display: flex;
justify-content: space-between;
align-items: center;
z-index: 100;
transition: .3s;
}
.custom-nav.sticky {
padding: 5px 100px;
background: rgb(158, 200, 243);
}
</style>
</head>
<body>
<nav class="m-2 p-3 navbar navbar-expand-lg navbar-light col-lg-12 custom-navbar"
style="font-family: 'Poppins', sans-serif;">
<div class="container-fluid custom-nav">
<a class="navbar-brand" href="#">
<a href="#" class="text-decoration-none text-dark">Sajjad</a>
</a>
<button class="navbar-toggler collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarNav">
<ul class="navbar-nav ms-auto m-1">
<li><a class="p-2 text-decoration-none active text-dark" href="#home">Home</a></li>
<li><a class="p-2 text-decoration-none text-dark" href="#about">About</a></li>
<li><a class="p-2 text-decoration-none text-dark" href="#education">Education</a></li>
<li><a class="p-2 text-decoration-none text-dark" href="#projects">Projects</a></li>
<li><a class="p-2 text-decoration-none text-dark" href="#contact">Contacts</a></li>
</ul>
</div>
</div>
</nav>
<!-- seNav bar end -->
<!-- home portion start -->
<section class="home" id="home">
<div class="container-lg">
<div class="row p-3 min-vh-100 aling-items-center align-content-center">
<div class="col-md-6 mt-5 mt-md-0 ">
<div class="home-img text-center">
<img src="resources/sa1.png" alt="sajjad profile pic" height="200" width="200"
class="rounded-circle mw-150">
</div>
</div>
<div class="col-md-6 mt-5 mt-md-0 order-md-first">
<div class="home-text">
<p class="text-muted">Hello this is Sajjad</p>
<h1 class="text-uppercase text-primary fs-1 fw-bold">Flutter developer</h1>
<h2 class="fs-4">Sajjad Rahman</h2>
<p class="mt-4 text-muted">I am a Flutter developer with expertise in Firebase, machine
learning, and cloud technologies. I have experience in building mobile applications and
ensuring smooth user experiences. I am passionate about creating innovative solutions and
delivering high-quality apps that go beyond user expectations. Whether it's designing
user-friendly interfaces or integrating intelligent features,
I enjoy creating impactful experiences. You can explore my portfolio and discover the
variety of projects
</p>
<a href="#projects" class=" btn text-center btn-success p-2 m-2">my task</a>
</div>
</div>
</div>
</div>
</section>
<!-- home portion end -->
<section class="about" id="about">
<div class="container-lg py-4">
<div class="row justify-content-center">
<div class="col-lg-12">
<div class="section-title text-center">
<h2 class="fw-bold mb-5">About Me</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="about-text">
<h3 class="fs-4 mb-3"> </h3>
<p class="text-muted text-sm-justify text-md-start text-lg-justify justify-text custom-p">
<code>Greetings!</code>
I am an enthusiastic individual with a wide range of skills and a strong affinity for
technology.
My primary expertise lies in Flutter and Dart, which empowers me to craft engaging and
user-friendly
mobile applications. Additionally, I possess a keen interest in machine learning, utilizing
its capabilities to develop intelligent solutions. In the realm of databases,
I am well-versed in MySQL and PHP, enabling me to create robust and efficient
database-driven
applications. Furthermore, I actively contribute to open source projects, fostering
collaboration and
innovation within the developer community. Currently, I am expanding my knowledge by
exploring
cloud-native technologies, particularly with a focus on Microsoft Azure. Driven by my
passion for
technology and my commitment to lifelong learning, I eagerly embrace new challenges to
create meaningful and impactful solutions.
</p>
<div class="row text-center text-uppercase custom-project">
<div class="col-sm-6 col-md-6 col-6">
<div class="fact-item">
<h4 class="fs-1 fw-bold">3</h4>
<p class="text-muted">Projects Completed</p>
</div>
</div>
<div class="col-sm-6 col-md-6 col-6">
<div class="fact-item">
<h4 class="fs-1 fw-bold">2</h4>
<p class="text-muted">Ongoing</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-6 col-md-6 col-lg-6 mt-5 mt-md-0">
<div>
<h3 class="text-center">SKILLS</h3>
</div>
<div class="row justify-content-between">
<div class="mt-3 col-3 col-md-3 col-lg-3">
<img src="resources/icons/azure.png" width="50px" height="50px" alt=""
class="animate__animated animate__backInRight">
<img src="resources/icons/html.png" width="50px" height="50px" alt=""
class="animate__animated animate__backInLeft">
<img src="resources/icons/css.png" width="50px" height="50px" alt=""
class="animate__animated animate__slideInDown">
</div>
<div class="mt-3 col-4 col-md-3">
<img src="resources/icons/js.png" width="50px" height="50px" alt=""
class="animate__animated animate__backInRight">
<img src="resources/icons/boot.png" width="50px" height="50px" alt=""
class="animate__animated animate__backInRight">
<img src="resources/icons/flutter.png" width="50px" height="50px" alt=""
class="animate__animated animate__backInRight">
</div>
<div class="mt-3 col-4 col-md-3">
<img src="resources/icons/git.png" width="50px" height="50px" alt=""
class="animate__animated animate__backInRight">
<img src="resources/icons/kuber.png" width="50px" height="50px" alt=""
class="animate__animated animate__backInRight">
<img src="resources/icons/java.png" width="50px" height="50px" alt=""
class="animate__animated animate__backInRight">
</div>
<div class="mt-3 col-4 col-md-3">
<img src="resources/icons/mysql.png" width="50px" height="50px" alt=""
class="animate__animated animate__backInRight">
<img src="resources/icons/github.png" width="50px" height="50px" alt=""
class="animate__animated animate__backInRight">
<img src="resources/icons/php.png" width="50px" height="50px" alt=""
class="animate__animated animate__backInRight">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- about section end -->
<section id="education" class="py-5">
<div class="container">
<h2 class="text-center mb-4">Latest Education</h2>
<div class="row">
<div class="col-lg-6 versity">
<div class="card mb-4">
<div class="card-body">
<h5 class="card-title">Bachelor's Degree in Computer Science</h5>
<h6 class="card-subtitle mb-2 text-muted">Leading University</h6>
<p class="card-text">on going</p>
</div>
</div>
</div>
<div class="col-lg-6 school">
<div class="card mb-4">
<div class="card-body">
<h5 class="card-title">SSC</h5>
<h6 class="card-subtitle mb-2 text-muted">Kanaight Govt High School</h6>
<p class="card-text">GPA : 4.89</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- portfolio section start -->
<section class="portfolio mt-5 " id="projects">
<div class="container py-4">
<div class="row justify-content-center">
<div class="col-lg-8 ">
<div class="section-title text-center">
<h2 class="fw-bold mb-5">Latest Works</h2>
</div>
</div>
</div>
<div class="row mt2">
<div class="col-md-6 col-lg-6 col-sm-6 col-6 project-one">
<div class="image-container d-block" style="width: 200px; height: 220px;">
<img src="resources/hm.png" alt="portfolio-item" class="w-100 h-100 img-thumbnail">
<h3 class="text-uppercase mt-1">Save Sylhet</h3>
<p class="mb-3"><a href="https://github.com/sajjadrahman56/Final_CSE-3300"
class="text-success text-decoration-none">Github Link</a></p>
</div>
</div>
<div class="col-md-6 col-lg-6 col-sm-6 col-6 project-two">
<div class="image-container d-block" style="width: 200px; height: 220px;">
<img src="resources/wp.jpeg" alt="portfolio-item" class="w-100 h-100 img-thumbnail">
<h3 class="text-uppercase mt-1">Whether app </h3>
<p class="mb-4"><a
href="https://github.com/sajjadrahman56/flutter-applications/tree/main/weather_determine"
class="text-success text-decoration-none">Github Link</a></p>
</div>
</div>
</div>
<div>
<h1 class="mt-3 text-white">hi there</h1>
</div>
</div>
</section>
<!-- portfolio section end-->
<footer class="footer bg-dark mt-5 " id="contact">
<div class="m-3"></div>
<div class="container text-white pt-5">
<div class="row">
<div class="col-md-6">
<h5>Contact</h5>
<p></p>
<div class="contact-item d-flex mb-1">
<div class="icon fs-4 text-danger">
<i class="fas fa-map-marker-alt"></i>
</div>
<div class="text ms-3 p-1">
<p>N2 Tilagor,Sylhet, Bangladesh</p>
</div>
</div>
<div class="contact-item d-flex mb-1">
<div class="icon fs-4 text-danger">
<i class="fas fa-envelope"></i>
</div>
<div class="text ms-3 p-1">
<p>[email protected]</p>
</div>
</div>
<div class="contact-item d-flex mb-1">
<div class="icon fs-4 text-danger">
<i class="fas fa-phone"></i>
</div>
<div class="text ms-3 p-1">
<p c>+88 01890 021646</p>
</div>
</div>
</div>
<div class="col-md-6 fot mt-5">
<h5 class="mt-2">Social Media</h5>
<ul class="list-inline ">
<li class="list-inline-item"><a href="https://twitter.com/sajjadrahman56"><i
class="fab fa-twitter fa-2x"></i></a></li>
<li class="list-inline-item"><a href="https://www.instagram.com/he_ar_ne/"><i
class="fab fa-instagram fa-2x"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/sajjadrahman56"><i
class="fab fa-linkedin fa-2x"></i></a></li>
<li class="list-inline-item"><a href="https://learn.microsoft.com/en-us/users/sajjadrahman56"><i
class="fab fa-microsoft fa-2x"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/sajjadrahman56"><i
class="fab fa-github fa-2x"></i></a></li>
<li class="list-inline-item"><a href="https://mastodon.social/@sajjadrahman56"><i
class="fa-brands fa-mastodon fa-2x" style="color: #3323fc;"></i></i></a></li>
<li class="list-inline-item"><a href="https://sajjadrahman.hashnode.dev/"><i
class="fab fa-hashnode fa-2x"></i></a></li>
<li class="list-inline-item"><a href="https://stackoverflow.com/users/15987920/md-sajjad"><i
class="fa-brands fa-stack-overflow fa-2x"></i></a></li>
<!-- Add more social links as needed -->
</div>
</div>
<div class="row">
<div class="col-12">
<p class="text-center">© 2023 sajjad . All rights reserved.</p>
</div>
</div>
</div>
</footer>
<!-- footer start -->
<!-- =======Sticky Navbar====== -->
<script type="text/javascript">
window.addEventListener("scroll", function () {
var header = document.querySelector(".custom-nav");
header.classList.toggle("sticky", window.scrollY > 0);
})
</script>
<!-- =======Animation======= -->
<script src="https://unpkg.com/scrollreveal"></script>
<script src="main.js"></script>
</body>
</html>