-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
592 lines (472 loc) · 28.7 KB
/
Copy pathindex.html
File metadata and controls
592 lines (472 loc) · 28.7 KB
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
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Shortcut image for title bar -->
<link rel="Shortcut icon" type="image/jpg" href="/img/myPic.jpg">
<!-- Font Awsesome icon Link -->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
<!-- Google Font Raleway Link -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Raleway&display=swap" rel="stylesheet">
<!-- This Project CSS Linking -->
<link rel="stylesheet" href="css/style.css">
<!-- Title Bar -->
<title>study-with-alamin</title>
<!--Animation Linking-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
</head>
<body>
<!-- Navbar part My portfolio Website ...................... part-1 .................. -->
<nav class="sticky-top navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand font-weight-bolder text-white ms-5 fs-3" href="#">staywithAlamin</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav m-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="#Home">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="#Services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Blog">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Tutorials">Tutorials</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Home Part My portfolio Website ...................... part-2 .................. -->
<div class="home-container container-fluid" id="Home">
<div class="container d-grid gap-5">
<div class="row mt-5 mb-5">
<div class="col-md-6 mt-5">
<button class="hello-btn btn mb-4 text-white">Hello I'm</button>
<h2 class="mb-3 text-white">Md. Al-Amin</h2>
<h5 class="mb-3 text-white">Software Engineer</h5>
<ul class="list-group contactf-list-group text-white" style="list-style: none;">
<li>
<i class="fa fa-envelope"></i>
<a>alamin8740@gmail.com</a>
</li>
<li>
<i class="fa fa-phone"></i>
<a>+8801724308644</a>
</li>
<li>
<i class="fa fa-map-marker"></i>
<a>18/M West Razabazer Dhaka 1207</a>
</li>
</ul>
<div class=" mt-3">
<a href="https://www.facebook.com/profile.php?id=100009911679589" target="blank"><i class="fa fa-facebook text-white home-icon-size"></i></a>
<a href="https://www.youtube.com/channel/UCSKz8FRydTzRu7k82idStBQ" target="blank"><i class="fa fa-youtube-play text-white home-icon-size"></i></a>
<a href="https://www.instagram.com/alamin87402020/?hl=en" target="blank"><i class="fa fa-instagram text-white home-icon-size"></i></a>
<a href="https://www.linkedin.com/in/md-alamin-b0085617a/" target="blank"><i class="fa fa-linkedin-square text-white home-icon-size"></i></a>
<a href="https://github.com/NameAlamin" target="blank"><i class="fa fa-github text-white home-icon-size mb-2"></i></a>
</div>
</div>
<div class="col-md-6 ">
<img src="https://scontent.fdac116-1.fna.fbcdn.net/v/t39.30808-6/257148650_1551669815173393_5223020369837042134_n.jpg?_nc_cat=104&ccb=1-5&_nc_sid=730e14&_nc_ohc=VIJFsr28m-MAX--D4oH&_nc_ht=scontent.fdac116-1.fna&oh=00_AT8aIwvEMGXBJk-kQyTmqN_ReB4yVmy4ZFzg72fgO9DHag&oe=62299FD1" class="img-fluid border border-5 border-light rounded-circle"
alt="My Picture">
</div>
</div>
</div>
</div>
<!-- About part My portfolio Website ...................... part-3 .................. -->
<div class="about-container container-fluid" id="About">
<div class="container">
<div class="row">
<div class="col-md-6 mt-5">
<img src="https://scontent.fdac116-1.fna.fbcdn.net/v/t39.30808-6/257186800_1551662758507432_350077532988133490_n.jpg?_nc_cat=102&ccb=1-5&_nc_sid=730e14&_nc_ohc=xJvZ3t0bM00AX-hImhm&_nc_ht=scontent.fdac116-1.fna&oh=00_AT-bFpDt1kbLL3MLSEudKfT1uxNmgQOwYlXEowXvvtsOUQ&oe=622A2341" class="img-fluid mt-5" alt="My Picture">
<div class="border border-3 border-primary ms-5 about-img-border"></div>
</div>
<div class="col-md-6 mt-5">
<div class="my-5 text-align-justify-all text-white">
<h1 class="mt-3">About Me</h1>
<p>I'm Md Al-Amin I have completed my bachelor degree in Computer Science Engineering from Daffodil International University. I am learning some programming languages. But I love JAVA and Spring Framework. I want to do a lot of work with the Spring in future.</p><br>
<div class="card bg-transparent">
<h4><i class="fa fa-arrow-right about-i-color"></i> BSc(Eng.) <span class="about-span-color">(Computer Science and Engineering)</span>
</h4>
<span>Daffodil International University, Dhanmondi, Dhaka, Bangladesh</span><br>
<h4><i class="fa fa-arrow-right about-i-color"></i> HSC <span class="about-span-color">(Higher Secondary School Certificate)</span>
</h4>
<span>Sristy College Of Tangail, Bangladesh</span><br>
<h4><i class="fa fa-arrow-right about-i-color"></i> SSC <span class="about-span-color">(Secondary School Certificate)</span>
</h4>
<span>Police Line Adarsha High School Tangail, Bangladesh</span><br>
</div>
<button class="about-button-design btn text-white font-weight-bold">
Download CV
<i class="fa fa-download text-white" aria-hidden="true"></i>
</button>
</div>
</div>
</div>
</div>
</div>
<!-- Service part My portfolio Website ...................... part-4 .................. -->
<div class="service-container container-fluid" id="Services">
<div class="container py-5">
<div class="row">
<div class="col-lg-12">
<h1 class="my-5 text-white text-center">What I do</h1>
</div>
</div>
<div class="row text-white">
<div class="col-lg-4 col-sm-12 col-md-4">
<div class="card bg-transparent border border-dark">
<div class="card-body text-center">
<img style="overflow:hidden;" class="w-25"
src="https://staywithmoon.me/images/code-512.png" alt="" />
<h2 class='service-title'>Web Desing</h2>
<p class="alamin-justify">
I am a professional Python Instructor.
I have experience teaching Python at home and abroad. I have video lectures
on Basic Python and various Python libraries on
<a class="text-danger"
href="https://www.youtube.com/channel/UCSKz8FRydTzRu7k82idStBQ" target="blank"
class="text-danger">YouTube</a>
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-12 col-md-4">
<div class="card bg-transparent border border-dark">
<div class="card-body text-center">
<img style="overflow:hidden;" class="w-25"
src="https://staywithmoon.me/images/data-science.svg" alt="" />
<h3 class='service-title'>JAVA | SPRING</h3>
<p class="alamin-justify">
Data science is one of my favorite activities. I have experience working on this topics
in real life. I am still researching on this topic.
<a class="text-danger "
href="https://www.youtube.com/channel/UCSKz8FRydTzRu7k82idStBQ" target="blank"
class="text-danger">YouTube</a>
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-12 col-md-4 text-center">
<div class="card bg-transparent border border-dark">
<div class="card-body">
<img style="overflow:hidden;" class="w-25" src="https://staywithmoon.me/images/Python-logo-notext.svg"
alt="" />
<h2 class='service-title'>Web Development</h2>
<p class="alamin-justify">
Web design and development with php , laravel and wordpress (e-commerce) solution is
available here.
Just feel free to contact me for any web project.
<a class="text-danger"
href="https://www.youtube.com/channel/UCSKz8FRydTzRu7k82idStBQ" target="blank"
class="text-danger">YouTube</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Blog My portfolio Website ...................... part-2 .................. -->
<div class="blog-container" id="Blog">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="text-center text-white my-5 pt-5">My Recent Posts</h1>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="card bg-transparent border border-dark">
<img style="height: 200px; overflow:hidden;" src="https://staywithmoon.me/storage/post_images/1603286363.jpeg" alt="">
</div>
<div class="card-body text-white text-center">
<h5 class="card-title">Something devided by Zero ইনফিনিটি , নাকি Undefine (অসংজ্ঞায়িত)</h5>
<p class="card-text text-muted">
Posted by <span class="blog-span-color">Md. Al-Amin</span> <br />
<small class="text-muted"> Posted on <span class="blog-span-color">2020-10-21
13:19:23</span> </small>
</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="card bg-transparent border border-dark">
<img style="height: 200px; overflow:hidden;" src="https://staywithmoon.me/storage/post_images/1602741649.jpeg" alt="">
</div>
<div class="card-body text-white text-center">
<h5 class="card-title">Something devided by Zero ইনফিনিটি , নাকি Undefine (অসংজ্ঞায়িত)</h5>
<p class="card-text text-muted">
Posted by <span class="blog-span-color">Md. Al-Amin</span> <br />
<small class="text-muted"> Posted on <span class="blog-span-color">2020-10-21
13:19:23</span> </small>
</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="card bg-transparent border border-dark">
<img style="height: 200px; overflow:hidden;" src="https://staywithmoon.me/storage/post_images/1603286363.jpeg" alt="">
</div>
<div class="card-body text-white text-center">
<h5 class="card-title">Something devided by Zero ইনফিনিটি , নাকি Undefine (অসংজ্ঞায়িত)</h5>
<p class="card-text text-muted mb-3">
Posted by <span class="blog-span-color">Md. Al-Amin</span> <br />
<small class="text-muted"> Posted on <span class="blog-span-colo">2020-10-21 13:19:23</span>
</small>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 d-grid mt4 mb-5">
<button class="btn btn-primary text-center blog-button-design">See More --></button>
</div>
</div>
</div>
</div>
<!-- Tutorials part My portfolio Website ...................... part-2 .................. -->
<div class="tutorial-container" id="Tutorials">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="text-center text-white my-5 pt-5">My Tutorials</h1>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="card bg-transparent border border-dark">
<img style="height: 200px; overflow:hidden;" src="https://staywithmoon.me/storage/playlist_images/1615529885.jpeg" alt="">
</div>
<div class="card-body text-white text-center">
<h5 class="card-title">Something devided by Zero ইনফিনিটি , নাকি Undefine (অসংজ্ঞায়িত)</h5>
<p class="card-text text-muted">
Posted by <span class="blog-span-color">Md. Al-Amin</span> <br />
<small class="text-muted"> Posted on <span class="blog-span-color">2020-10-21
13:19:23</span> </small>
</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="card bg-transparent border border-dark">
<img style="height: 200px; overflow:hidden;" src="https://staywithmoon.me/storage/playlist_images/1598730269.png" alt="">
</div>
<div class="card-body text-white text-center">
<h5 class="card-title">Something devided by Zero ইনফিনিটি , নাকি Undefine (অসংজ্ঞায়িত)</h5>
<p class="card-text text-muted">
Posted by <span class="blog-span-color">Md. Al-Amin</span> <br />
<small class="text-muted"> Posted on <span class="blog-span-color">2020-10-21
13:19:23</span> </small>
</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="card bg-transparent border border-dark">
<img style="height: 200px; overflow:hidden;" src="https://staywithmoon.me/storage/playlist_images/1615529885.jpeg" alt="">
</div>
<div class="card-body text-white text-center">
<h5 class="card-title">Something devided by Zero ইনফিনিটি , নাকি Undefine (অসংজ্ঞায়িত)</h5>
<p class="card-text text-muted mb-3">
Posted by <span class="blog-span-color">Md. Al-Amin</span> <br />
<small class="text-muted"> Posted on <span class="blog-span-colo">2020-10-21 13:19:23</span>
</small>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 d-grid mt4 mb-5">
<button class="btn btn-primary text-center blog-button-design">See More --></button>
</div>
</div>
</div>
</div>
<!-- Project Part My portfolio Website ...................... part-2 .................. -->
<div class="project-container" id="Projects">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="text-center text-white my-5 pt-5">My Projects</h1>
</div>
</div>
<!-- 1st row start -->
<div class="row">
<div class="col-sm-12 col-md-3 col-lg-3">
<div class="card border border-dark border bg-transparent text-white font-weight-bolder">
<img style="height: 150px; overflow: hidden;" src="https://staywithmoon.me/storage/playlist_images/1598730269.png" alt="">
<p class="mt-4 ms-2">Title: image finder</p>
<p class="ms-2">Language: C</p>
<button class="btn btn-outline-secondary">Go Githab For Code</button>
</div>
</div>
<div class="col-sm-12 col-md-3 col-lg-3">
<div class="card border border-dark border bg-transparent text-white font-weight-bolder">
<img style="height: 150px; overflow: hidden;" src="https://staywithmoon.me/storage/playlist_images/1615529885.jpeg" alt="">
<p class="mt-4 ms-2">Title: image finder</p>
<p class="ms-2">Language: C</p>
<button class="btn btn-outline-secondary">Go Githab For Code</button>
</div>
</div>
<div class="col-sm-12 col-md-3 col-lg-3 mb-3">
<div class="card border border-dark border bg-transparent text-white font-weight-bolder">
<img style="height: 150px; overflow: hidden;" src="https://staywithmoon.me/storage/playlist_images/1598730269.png" alt="">
<p class="mt-4 ms-2">Title: image finder</p>
<p class="ms-2">Language: C</p>
<button class="btn btn-outline-secondary">Go Githab For Code</button>
</div>
</div>
<div class="col-sm-12 col-md-3 col-lg-3">
<div class="card border border-dark border bg-transparent text-white font-weight-bolder">
<img style="height: 150px; overflow: hidden;" src="https://staywithmoon.me/storage/playlist_images/1615529885.jpeg" alt="">
<p class="mt-4 ms-2">Title: image finder</p>
<p class="ms-2">Language: C</p>
<button class="btn btn-outline-secondary">Go Githab For Code</button>
</div>
</div>
</div>
<!-- 1st row end -->
<!-- 2nd row start -->
<div class="row">
<div class="col-sm-12 col-md-3 col-lg-3">
<div class="card border border-dark border bg-transparent text-white font-weight-bolder">
<img style="height: 150px; overflow: hidden;" src="https://staywithmoon.me/storage/playlist_images/1615529885.jpeg" alt="">
<p class="mt-4 ms-2">Title: image finder</p>
<p class="ms-2">Language: C</p>
<button class="btn btn-outline-secondary">Go Githab For Code</button>
</div>
</div>
<div class="col-sm-12 col-md-3 col-lg-3">
<div class="card border border-dark border bg-transparent text-white font-weight-bolder">
<img style="height: 150px; overflow: hidden;" src="https://staywithmoon.me/storage/playlist_images/1598730269.png" alt="">
<p class="mt-4 ms-2">Title: image finder</p>
<p class="ms-2">Language: C</p>
<button class="btn btn-outline-secondary">Go Githab For Code</button>
</div>
</div>
<div class="col-sm-12 col-md-3 col-lg-3">
<div class="card border border-dark border bg-transparent text-white font-weight-bolder">
<img style="height: 150px; overflow: hidden;" src="https://staywithmoon.me/storage/playlist_images/1615529885.jpeg" alt="">
<p class="mt-4 ms-2">Title: image finder</p>
<p class="ms-2">Language: C</p>
<button class="btn btn-outline-secondary">Go Githab For Code</button>
</div>
</div>
<div class="col-sm-12 col-md-3 col-lg-3">
<div class="card border border-dark border bg-transparent text-white font-weight-bolder mb-5">
<img style="height: 150px; overflow: hidden;" src="https://staywithmoon.me/storage/playlist_images/1598730269.png" alt="">
<p class="mt-4 ms-2">Title: image finder</p>
<p class="ms-2">Language: C</p>
<button class="btn btn-outline-secondary">Go Githab For Code</button>
</div>
</div>
<!-- 2nd row end -->
</div>
</div>
<!-- contact part My portfolio Website ...................... part-2 .................. -->
<div class="contact-container" id="Contact">
<div class="container">
<div class="row">
<div class="col text-white text-center">
<h1 class="my-5 pt-5">Contact Me</h1>
</div>
</div>
<div class="form">
<div class="row">
<div class="col-sm-12 col-md-6 col-lg-6 text-white font-weight-bold">
<label for="form" class="mb-2">Name</label>
<input type="text" placeholder="Enter Your Name Here"class="form-control contact-inner-form mb-4 bg-transparent text-white">
<label for="form" class="mb-2">Email address</label>
<input type="text" placeholder="Enter Your Email Here" class="form-control contact-inner-form mb-5 bg-transparent text-white">
</div>
<div class="col col-sm-12 col-md-6 col-lg-6 text-white font-weight-bold">
<label for="form" class="mb-2">Message</label>
<textarea class="text-white bg-transparent form-control mb-4" name="" id="" cols="" rows="5"></textarea>
</div>
</div>
<div class="row">
<div class="col-lg-12 d-grid mt4 mb-5 pb-5">
<button class="btn btn-primary text-center blog-button-design">Send --></button>
</div>
</div>
</div>
</div>
</div>
<!-- Footer part My portfolio Website ...................... part-2 .................. -->
<div class="footer-container">
<div class="container">
<div class="row text-white">
<div class="col-lg-4 col-md-4 col-sm-12 my-5">
<h2 class="mt-5">staywithAlamin</h2>
<div class=" mt-3">
<a href=""><i class="fa fa-facebook text-white home-icon-size"></i></a>
<a href=""><i class="fa fa-youtube-play text-white home-icon-size"></i></a>
<a href=""><i class="fa fa-instagram text-white home-icon-size"></i></a>
<a href=""><i class="fa fa-linkedin-square text-white home-icon-size"></i></a>
<a href=""><i class="fa fa-github text-white home-icon-size mb-2"></i></a>
</div>
<ul class="list-group contactf-list-group text-white" style="list-style: none;">
<li>
<i class="fa fa-envelope"></i>
<a>alamin8740@gmail.com</a>
</li>
<li>
<i class="fa fa-phone"></i>
<a>+8801724308644</a>
</li>
<li>
<i class="fa fa-map-marker"></i>
<a>18/M West Razabazer Dhaka 1207</a>
</li>
</ul>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 my-5 text-center">
<h4 class="mt-5 pt-2">At a Glance</h4>
<a class="text-white fs-5 text-decoration-none" href="#Home">Home</a><br>
<a class="text-white fs-5 text-decoration-none" href="#Services">My Services</a><br>
<a class="text-white fs-5 text-decoration-none" href="#Contact">Contact</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 my-5">
<h3 class="mt-5">Developed By</h3>
<h5 class="pt-1">Md. Al-Amin</h5>
<ul class="list-group contactf-list-group text-white" style="list-style: none;">
<li>
<i class="fa fa-envelope"></i>
<a>alamin8740@gmail.com</a>
</li>
</ul>
<div class=" mt-3">
<a href=""><i class="fa fa-facebook text-white home-icon-size"></i></a>
<a href=""><i class="fa fa-youtube-play text-white home-icon-size"></i></a>
<a href=""><i class="fa fa-instagram text-white home-icon-size"></i></a>
<a href=""><i class="fa fa-linkedin-square text-white home-icon-size"></i></a>
<a href=""><i class="fa fa-github text-white home-icon-size mb-2"></i></a>
</div>
</div>
</div>
</div>
</div>
<!-- ? My portfolio Website ...................... part-2 .................. -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-b5kHyXgcpbZJO/tY9Ul7kGkf1S0CWuKcCD38l8YkeH8z8QjE0GmW1gYU5S9FOnJ0"
crossorigin="anonymous"></script>
</body>
</html>