-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
562 lines (543 loc) · 28.8 KB
/
index.html
File metadata and controls
562 lines (543 loc) · 28.8 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Digital Learning</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/0dc0cfc65d.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="pb-md-3 ">
<!-- navbar section starts -->
<section class="container">
<nav class="navbar navbar-expand-lg my-bg-personal py-4">
<div class="container-md">
<a class="navbar-brand fw-bold h1 my-logo " href="#home"><span class="text-danger">Digital</span> <span class="text-info">Learning</span></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 text-center mx-auto mb-2 mb-lg-0 my-nav-menu">
<li class="nav-item mx-3 ">
<a class="nav-link active" aria-current="page" href="#home">Home</a>
</li>
<li class="nav-item mx-3 ">
<a class="nav-link" href="#course">Courses </a>
</li>
<li class="nav-item mx-3 ">
<a class="nav-link" href="#Question">Question</a>
</li>
<li class="nav-item mx-3 ">
<a class="nav-link" href="#success">Success </a>
</li>
<li class="nav-item mx-3 ">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item mx-3 ">
<a class="nav-link" href="mailto:rafsansayed132@gmail.com">Contact Us</a>
</li>
</ul>
<div class="text-center"><button class="btn my-btn ">Register</button></div>
</div>
</div>
</nav>
</section>
<!-- navbar section ends -->
<!-- slider section starts -->
<section class="container mb-5">
<div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="false">
<div class="carousel-inner">
<div class="carousel-item active ">
<img src="images/cover/cover-2.jpg" class="d-block w-100" alt="..." style="height:600px; max-height:100vh ;">
<div class="carousel-caption mb-5 pb-5 ">
<div class="mb-5 my-caro">
<h1 class="fw-bold">Get Started Digital <br> Learning</h1>
<p class="">Wow this is going to be a really awesome course for you enroll now without delay</p>
<button class="btn my-btn">Get Started</button>
</div>
</div>
</div>
<div class="carousel-item">
<img src="images/cover/cover-1 (4).png" class="d-block w-100" alt="..." style="height:600px; max-height:100vh ;">
<div class="carousel-caption mb-5 pb-5 ">
<div class="mb-5 my-caro">
<h1 class="fw-bold">Get Started Digital <br> Learning</h1>
<p class="">Wow this is going to be a really awesome course for you enroll now without delay</p>
<button class="btn my-btn">Get Started</button>
</div>
</div>
</div>
<div class="carousel-item">
<img src="images/cover/cover-3 (2).jpg" class="d-block w-100 " alt="..." style="height:600px; max-height:100vh ;">
<div class="carousel-caption mb-5 pb-5 ">
<div class="mb-5 my-caro">
<h1 class="fw-bold">Get Started Digital <br> Learning</h1>
<p class="">Wow this is going to be a really awesome course for you enroll now without delay</p>
<button class="btn my-btn">Get Started</button>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>
<!-- slider section ends -->
</header>
<main class="container">
<!-- course section starts -->
<section id="course" class=" my-5">
<div class="text-center my-5">
<h1 class="fw-bold mb-3">Discover Our Popular Courses</h1>
<p class="text-muted px-5">It is a long established fact that a reader <br> will be distracted by the readable content of a page when looking at its layout.</p>
</div>
<div class="row row-cols-1 row-cols-md-1 row-cols-lg-2 g-4">
<div class="col">
<div class="card">
<div class="d-md-flex">
<div class="col-md-4">
<img class="img-fluid d-block w-100" src="images/course/course-1.png" alt="">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Fundamental Of UI/UX Design</h5>
<p class="card-text text-muted">Some quick example text to build on the card title and make up the bulk of the card.</p>
<p class="card-text"><span class="text-info fw-bold fs-4">Price:$20</span></p>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card">
<div class="d-md-flex">
<div class="col-md-4">
<img class="img-fluid d-block w-100" src="images/course/course-2.png" alt="">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Javascript Basic to advanced</h5>
<p class="card-text text-muted">Some quick example text to build on the card title and make up the bulk of the card.</p>
<p class="card-text"><span class="text-info fw-bold fs-4">Price:$20</span></p>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card">
<div class="d-md-flex">
<div class="col-md-4">
<img class="img-fluid d-block w-100" src="images/course/course-3.png" alt="">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Fullstack Web Development</h5>
<p class="card-text text-muted">Some quick example text to build on the card title and make up the bulk of the card.</p>
<p class="card-text"><span class="text-info fw-bold fs-4">Price:$20</span></p>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card">
<div class="d-md-flex">
<div class="col-md-4">
<img class="img-fluid d-block w-100" src="images/course/course-4.png" alt="">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Digital Marketing</h5>
<p class="card-text text-muted">Some quick example text to build on the card title and make up the bulk of the card.</p>
<p class="card-text"><span class="text-info fw-bold fs-4">Price:$20</span></p>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card">
<div class="d-md-flex">
<div class="col-md-4">
<img class="img-fluid d-block w-100" src="images/course/course-5.png" alt="">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Photography Basic Rules</h5>
<p class="card-text text-muted">Some quick example text to build on the card title and make up the bulk of the card.</p>
<p class="card-text"><span class="text-info fw-bold fs-4">Price:$20</span></p>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card">
<div class="d-md-flex">
<div class="col-md-4">
<img class="img-fluid d-block w-100" src="images/course/course-6.png" alt="">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Motion Graphics</h5>
<p class="card-text text-muted">Some quick example text to build on the card title and make up the bulk of the card.</p>
<p class="card-text"><span class="text-info fw-bold fs-4">Price:$20</span></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="text-center my-4">
<button class="btn py-3 px-3 my-btn">See More Courses</button>
</div>
</section>
<!-- course section ends -->
<!-- aboute section starts -->
<section id="about" class=" my-5">
<div class="bg-light rounded-1">
<div class="row">
<div class="d-md-flex align-items-center ">
<div class="col-md-5 mb-5 mb-md-0">
<img src="images/working.png" alt="" class="img-fluid">
</div>
<div class="col-md-7 px-2 px-md-5 mx-auto">
<h1 class="fw-bold">Explore The elearning Institute</h1>
<p class="text-muted">The world is constantly changing and growing, and so are all the wonderful things to learn in it. From changing perspectives on history and studies of people to the world of deep AI and computer science, there's more to know than ever before.
</p>
<br>
<p class="text-muted">
Here are 30 of the best online learning sites, offering a mix of free and paid classes, courses, training, certificates, and much more.
</p>
<div class="d-flex justify-content-between mt-4">
<div>
<h3 class="fw-bold">3.5k+</h3>
<p class="text-muted"><small>Online Course</small></p>
</div>
<div>
<h3 class="fw-bold">550+</h3>
<p class="text-muted"><small>Expart Member</small></p>
</div>
<div>
<h3 class="fw-bold">1.5k</h3>
<p class="text-muted"><small>Reating & Review</small></p>
</div>
</div>
<button class="btn my-btn">Read More</button>
</div>
</div>
</div>
</div>
</section>
<!-- aboute section ends -->
<!-- join section starts -->
<section class="my-5" id="join-now">
<div class="bg-primary py-5 rounded-1 text-center text-lg-start">
<div class="row">
<div class="d-lg-flex justify-content-around align-items-center">
<div class="text-white">
<h1 class="fw-bold text-uppercase mb-3">Ready To Join?</h1>
<p class="px-5 px-lg-0">
Finally, we are going to join this most popular course, why the delay?
</p>
</div>
<div>
<!-- Button trigger modal -->
<button type="button" class="btn my-btn fw-bold h1 py-3 px-5 text-uppercase" data-bs-toggle="modal" data-bs-target="#exampleModal">
Register Now
</button>
<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Please Complete This form</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<form action="mailto:rafsansayed132@gmail.com" method="post" enctype="text/plain">
<div class="mb-3">
<label for="name" class="form-label">Full Name</label>
<input type="name" class="form-control" id="email" placeholder="enter your name">
</div>
<div class="mb-3">
<label for="email" class="form-label">Email address</label>
<input type="email" class="form-control" id="email" placeholder="type@gmail.com">
</div>
<div class="mb-3">
<label for="password" class="form-label">Password</label>
<input type="password" class="form-control" id="password" ></input>
</div>
<div class="text-center">
<button class="btn btn-primary me-3 w-25" type="submit">Submit</button><button type="reset" class="btn btn-outline-primary ms-3 w-25">Reset</button>
</div>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Save changes</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- join section ends -->
<!-- success section starts -->
<section id="success" class="my-5">
<div class="px-3 pe-md-5 me-md-5 mt-5 mb-4 pt-5 pb-2 text-center text-md-start">
<h1 class="fw-bold">Meet Our Successfull Students</h1>
<p class="text-muted px-5 px-md-0">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</p>
</div>
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-4 g-4">
<div class="col">
<div class="card h-100">
<img src="images/student/student-1.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Sofiqul Islam</h5>
<p class="card-text">Web Devoloper</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img src="images/student/student-2.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Maria Hill</h5>
<p class="card-text">Jr. Devoloper</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img src="images/student/student-3.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Amanullah Khan</h5>
<p class="card-text">Web Designer</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img src="images/student/student-4.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Jorina Khanom</h5>
<p class="card-text">Photographer</p>
</div>
</div>
</div>
<div class="d-none">
<div class="col">
<div class="card h-100">
<img src="images/student/student-5.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">D. Asfaq Hossain</h5>
<p class="card-text">Video Editor</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img src="images/student/student-6.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">taniya Sarkar</h5>
<p class="card-text">Web Devoloper</p>
</div>
</div>
</div>
</div>
</div>
<div class="text-center my-4">
<button class="btn my-btn px-4 py-2">Vew All</button>
</div>
</section>
<!-- success section ends -->
<!-- student feedback section starts -->
<section class="my-5">
<div class="mt-5 pt-5 mb-5 text-center">
<h1 class="fw-bold">Some Students Feedback</h1>
<p class="text-muted">আমাদের কোর্স থেকে শিখে যারা বিভিন্ন জায়গায় চাকরি/ইন্টার্ন পেয়েছে <br> তাদের মধ্যে কয়েকজন এর প্রোফাইল নিচে দেয়া হলো
</p>
</div>
<div class="row row-cols-1 row-cols-md-1 row-cols-lg-2 g-4">
<div class="col">
<div class="card border shadow py-3 px-4">
<div class="d-flex align-items-center justify-content-between mb-3">
<div><img src="images/comma.png" class="img-fluid" alt=""></div>
<div class="d-flex">
<p><i class="fa-solid fa-star mx-1 text-warning"></i></p>
<p><i class="fa-solid fa-star mx-1 text-warning"></i></p>
<p><i class="fa-solid fa-star mx-1 text-warning"></i></p>
<p><i class="fa-solid fa-star mx-1 text-warning"></i></p>
<p><i class="fa-solid fa-star mx-1 text-warning"></i></p>
</div>
</div>
<p class="my-3 text-muted">
Really, It was an amazing journey.It was a life changing course for me. Thank you to all people behind this, especially to the Jhankar Mahbub Bhai! Programming hero always helps me. Every members of programming hero very helpful
</p>
<div class="d-flex align-items-center mt-4">
<img src="images/student/student-5.png" style="width:60px ;" alt="">
<div class="ps-3 mt-3">
<h6>Awlad Hossain</h6>
<p>Web Devoloper</p>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card border shadow py-3 px-4">
<div class="d-flex align-items-center justify-content-between mb-3">
<div><img src="images/comma.png" class="img-fluid" alt=""></div>
<div class="d-flex">
<p><i class="fa-solid fa-star mx-1 text-warning"></i></p>
<p><i class="fa-solid fa-star mx-1 text-warning"></i></p>
<p><i class="fa-solid fa-star mx-1 text-warning"></i></p>
<p><i class="fa-solid fa-star mx-1 text-warning"></i></p>
<p><i class="fa-solid fa-star mx-1 text-warning"></i></p>
</div>
</div>
<p class="my-3 text-muted">
Really, It was an amazing journey.It was a life changing course for me. Thank you to all people behind this, especially to the Jhankar Mahbub Bhai! Programming hero always helps me. Every members of programming hero very helpful
</p>
<div class="d-flex align-items-center mt-4">
<img src="images/student/student-6.png" style="width:60px ;" alt="">
<div class="ps-3 mt-3">
<h6>Shara Tabassum</h6>
<p>Web Devoloper</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- student feedback section ends -->
<!-- question section starts -->
<section id="Question" class="my-5 px-2 px-md-5 mx-md-5">
<div class="text-center py-4">
<h1 class="fw-bold pb-3">Frequently Asked Questions</h1>
<p>I have tried to answer some questions here. <br> I hope the things will be useful to all of you. Thank you</p>
</div>
<div class="accordion " id="accordionPanelsStayOpenExample">
<div class="accordion-item my-2 shadow rounded-1">
<h2 class="accordion-header " id="panelsStayOpen-headingOne">
<button class="accordion-button fw-bold text-uppercase text-dark" type="button" data-bs-toggle="collapse" data-bs-target="#panelsStayOpen-collapseOne" aria-expanded="true" aria-controls="panelsStayOpen-collapseOne">
what difference in flex and grid layout?
</button>
</h2>
<div id="panelsStayOpen-collapseOne" class="accordion-collapse collapse show" aria-labelledby="panelsStayOpen-headingOne">
<div class="accordion-body text-muted">
Grid and flexbox. The basic difference between CSS Grid Layout and CSS Flexbox Layout is that <strong>flexbox was designed for layout in one dimension - either a row or a column.</strong> Grid was designed for two-dimensional layout - rows, and columns at the same time.
</div>
</div>
</div>
<div class="accordion-item my-2 shadow rounded-1">
<h2 class="accordion-header" id="panelsStayOpen-headingTwo">
<button class="accordion-button collapsed fw-bold text-uppercase text-dark" type="button" data-bs-toggle="collapse" data-bs-target="#panelsStayOpen-collapseTwo" aria-expanded="false" aria-controls="panelsStayOpen-collapseTwo">
What's difference in Tailwind and Bootstrap?
</button>
</h2>
<div id="panelsStayOpen-collapseTwo" class="accordion-collapse collapse" aria-labelledby="panelsStayOpen-headingTwo">
<div class="accordion-body text-muted">
Bootstrap comes with a set of pre-styled responsive, mobile-first components that possess a definite UI kit. Tailwind CSS uses a set of utility classes to create a neat UI with more flexibility and uniqueness. Sites created using Bootstrap follow the generic pattern that makes them look identical.
</div>
</div>
</div>
<div class="accordion-item my-2 shadow rounded-1">
<h2 class="accordion-header" id="panelsStayOpen-headingThree">
<button class="accordion-button collapsed fw-bold text-uppercase text-dark" type="button" data-bs-toggle="collapse" data-bs-target="#panelsStayOpen-collapseThree" aria-expanded="false" aria-controls="panelsStayOpen-collapseThree">
What Is Css Box Model?
</button>
</h2>
<div id="panelsStayOpen-collapseThree" class="accordion-collapse collapse" aria-labelledby="panelsStayOpen-headingThree">
<div class="accordion-body text-muted">
In web development, the CSS box model refers to how HTML elements are modeled in browser engines and how the dimensions of those HTML elements are derived from CSS properties. It is a fundamental concept for the composition of HTML webpages.
</div>
</div>
</div>
<div class="accordion-item my-2 shadow rounded-1">
<h2 class="accordion-header" id="panelsStayOpen-headingThree">
<button class="accordion-button collapsed fw-bold text-uppercase text-dark" type="button" data-bs-toggle="collapse" data-bs-target="#panelsStayOpen-collapseFour" aria-expanded="false" aria-controls="panelsStayOpen-collapseFour">
What Is a Semantic Tag?
</button>
</h2>
<div id="panelsStayOpen-collapseFour" class="accordion-collapse collapse" aria-labelledby="panelsStayOpen-headingFour">
<div class="accordion-body text-muted">
The HTML semantics refers to <strong>the tags that provide meaning to an HTML page rather than just presentation.</strong> It makes HTML more comprehensible by better defining the different sections and layout of web pages.
</div>
</div>
</div>
</div>
</section>
<!-- question section ends -->
<!-- company section starts -->
<section class="my-lg-5 pt-lg-5">
<h1 class="text-center fw-bold d-none d-lg-block pb-lg-5">
Trusted by over 800+ companie
</h1>
<div class="row-cols-lg-6 d-none d-lg-flex ">
<div class="col">
<div class="card mx-3 border-0">
<div class=""><img src="images/company/company-1.png" class="img-fluid" alt=""></div>
</div>
</div>
<div class="col">
<div class="card mx-3 border-0">
<div class=""><img src="images/company/company-2.png" class="img-fluid" alt=""></div>
</div>
</div>
<div class="col">
<div class="card mx-3 border-0">
<div class=""><img src="images/company/company-3.png" class="img-fluid" alt=""></div>
</div>
</div>
<div class="col">
<div class="card mx-3 border-0">
<div class=""><img src="images/company/company-4.png" class="img-fluid" alt=""></div>
</div>
</div>
<div class="col">
<div class="card mx-3 border-0">
<div class=""><img src="images/company/company-5.png" class="img-fluid" alt=""></div>
</div>
</div>
<div class="col">
<div class="card mx-3 border-0">
<div class=""><img src="images/company/company-6.png" class="img-fluid" alt=""></div>
</div>
</div>
</div>
</section>
<!-- company section ends -->
</main>
<footer class="bg-dark" style="height: 300px; max-height:100vh;">
<section class="container ">
<div class="text-center py-5 text-white">
<h1 class="text-uppercase fw-bold "><span class="text-danger">Degital </span><span class="text-info">Learning</span></h1>
<p class="text-muted pt-2">Office 41, Zawaya Buildin, Ghala Muscat,
<br>
Sultanate of Oman</p>
<p class="text-muted pt-2 mb-2">Privacy Ploicy | Terms of use</p>
<div class="d-flex justify-content-center fs-2 menu-footer">
<div><a class="nav-link mx-2" href="https://www.facebook.com/abusayed132" target="_blank"><i class="fa-brands fa-facebook"></i></a></div>
<div><a class="nav-link mx-2" href="https://twitter.com/abusayed132" target="_blank"><i class="fa-brands fa-twitter"></i></a></div>
<div><a class="nav-link mx-2" href="https://www.linkedin.com/in/abu-sayed-b30812189/" target="_blank"><i class="fa-brands fa-linkedin"></i></a></div>
<div><a class="nav-link mx-2" href="https://t.me/rs_rafsan10" target="_blank"><i class="fa-brands fa-telegram"></i></a></div>
</div>
</div>
</section>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" crossorigin="anonymous"></script>
</body>
</html>