-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
615 lines (597 loc) · 30.8 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
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
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>The Soft Edu</title>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD"
crossorigin="anonymous"
/>
</head>
<body>
<header>
<section class="container">
<nav
class="navbar navbar-expand-lg rounded"
aria-label="Twelfth navbar example"
>
<div class="container-fluid">
<a class="navbar-brand fs-1 fw-bold" href="#">The Soft Edu</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarsExample10"
aria-controls="navbarsExample10"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-md-between"id="navbarsExample10">
<ul class="navbar-nav"></ul>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#courses">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#our-success">Success</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact-us">Contact us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About</a>
</li>
</ul>
<ul class="div3">
<button type="button" class="btn btn-outline-primary" data-bs-toggle="modal" data-bs-target="#staticBackdrop">Registration</button>
</ul>
</div>
</div>
</nav>
</section>
<!-- =============================Slide Section================================ -->
<section class="container">
<div
id="carouselExampleInterval"
class="carousel slide"
data-bs-ride="carousel"
>
<div class="carousel-inner">
<div class="carousel-item active" data-bs-interval="2000">
<img
style="height: 580px"
src="images/cover/cover-1.png"
class="d-block w-100 img-fluid"
alt="..."
/>
<div class="carousel-caption d-none text-black d-md-block">
<h4 class="fs-2 fw-bolder">Get Started Digital Learning</h4>
<h4 class="fs-2 fw-bolder">Learning</h4>
<p>
It is a long established fact that a reader will be distracted
by the <br />
content of a page when looking at its layout.
</p>
<button class="btn btn-primary fw-bold mt-3">
Get Started
</button>
</div>
</div>
<div class="carousel-item" data-bs-interval="2000">
<img
style="height: 580px"
src="images/cover/cover-2.jpg"
class="img-fluid d-block w-100"
alt="..."
/>
<div class="carousel-caption d-none d-md-block text-black">
<h5 class="fs-2 fw-bold">Get Started Digital Learning</h5>
<h5 class="fs-2 fw-bold">Learning</h5>
<p>
It is a long established fact that a reader will be distracted
by the <br />
content of a page when looking at its layout.
</p>
<button class="btn btn-primary fw-bold mt-3">
Get Started
</button>
</div>
</div>
<div class="carousel-item" data-bs-interval="2000">
<img
style="height: 580px"
src="images/cover/cover-3.jpg"
class="img-fluid d-block w-100"
alt="..."
/>
<div class="carousel-caption d-none d-md-block text-black">
<h5 class="fs-2 fw-bold">Get Started Digital Learning</h5>
<h5 class="fs-2 fw-bold">Learning</h5>
<p>
It is a long established fact that a reader will be distracted
by the <br />
content of a page when looking at its layout.
</p>
<button class="btn btn-primary fw-bold mt-3">
Get Started
</button>
</div>
</div>
</div>
<button
class="carousel-control-prev"
type="button"
data-bs-target="#carouselExampleInterval"
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="#carouselExampleInterval"
data-bs-slide="next"
>
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>
</header>
<main>
<!-- ======================Popular courses section=========================== -->
<section class="container" id="courses">
<div class="courses-heading text-center mt-5 pt-5 mb-5">
<h3 class="fw-bold">Discover Our Popular <br> Courses</h3>
<p>It is a long established fact that a reader will be distracted by the readable <br> content of a page when looking at its layout.</p>
</div>
<div class="row row-cols-lg-2 row-cols-md-2 row-cols-sm-1 gy-3">
<div class="individual-cours col d-lg-flex justify-content-center align-items-center">
<div>
<img src="images/course/course-1.png" alt="">
</div>
<div class="course-info text-sm-start ps-md-3">
<h5>Fundamental Of UI/UX Design</h5>
<p>Some quick example text to build on the card title and make up the bulk of the card.</p>
<p class="text-primary fw-bold">price:$20</p>
</div>
</div>
<div class="individual-cours col d-lg-flex justify-content-center align-items-center">
<div>
<img src="images/course/course-2.png" alt="">
</div>
<div class="course-info text-sm-start ps-md-3">
<h5>Javascript Basic to advanced</h5>
<p>Some quick example text to build on the card title and make up the bulk of the card.</p>
<p class="text-primary fw-bold">price:$20</p>
</div>
</div>
<div class="individual-cours col d-lg-flex justify-content-center align-items-center">
<div>
<img src="images/course/course-3.png" alt="">
</div>
<div class="course-info text-sm-start ps-md-3">
<h5>Fullstack Web Development</h5>
<p>Some quick example text to build on the card title and make up the bulk of the card.</p>
<p class="text-primary fw-bold">price:$20</p>
</div>
</div>
<div class="individual-cours col d-lg-flex justify-content-center align-items-center">
<div>
<img src="images/course/course-4.png" alt="">
</div>
<div class="course-info text-sm-start ps-md-3">
<h5>Digital Marketing</h5>
<p>Some quick example text to build on the card title and make up the bulk of the card.</p>
<p class="text-primary fw-bold">price:$20</p>
</div>
</div>
<div class="individual-cours col d-lg-flex justify-content-center align-items-center">
<div>
<img src="images/course/course-5.png" alt="">
</div>
<div class="course-info text-sm-start ps-md-3">
<h5>Photography Basic Rules</h5>
<p>Some quick example text to build on the card title and make up the bulk of the card.</p>
<p class="text-primary fw-bold">price:$20</p>
</div>
</div>
<div class="individual-cours col d-lg-flex justify-content-center align-items-center">
<div>
<img src="images/course/course-6.png" alt="">
</div>
<div class="course-info text-sm-start ps-md-3">
<h5>Motion Graphics</h5>
<p>Some quick example text to build on the card title and make up the bulk of the card.</p>
<p class="text-primary fw-bold">price:$20</p>
</div>
</div>
<div style="width: 100%;" class="col-md-12 text-center mt-5">
<button class="btn btn-primary">See More Courses</button>
</div>
</div>
</section>
<!-- =======================Institute info section======================================= -->
<section class="container my-5 pt-5">
<div class="row row-cols-md-2 row-cols-sm-1 justify-content-center align-items-center">
<div class="col">
<img class="img-fluid" src="images/working.png" alt="">
</div>
<div class="col">
<h3 class="fw-bold text-sm-center">Explore The elearning <br> Institute</h3>
<p class="text-sm-center">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure.</p>
<p>Anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined.</p>
<div class="d-flex mt-5">
<div class="">
<h3>3.2K+ </h3>
<p>Online Course</p>
</div>
<div class="px-5">
<h3>600+ </h3>
<p>Expert Member</p>
</div>
<div class="">
<h3>1K+ </h3>
<p>Rating & Review</p>
</div>
</div>
</div>
</div>
</section>
<!--===================================== Registration Section ===============================-->
<section style="height: 300px;" class="container mb-5 d-lg-flex justify-content-around align-items-center bg-primary text-sm-center text-lg-start">
<div class="text-white">
<h3 class="fw-bold">Ready to join?</h3>
<p class="pt-3">It is a long established fact that a reader will be distracted by the <br> readable content of a page when looking at its layout.</p>
</div>
<div>
<!-- Registration Modal-->
<button type="button" class="btn bg-white text-primary" data-bs-toggle="modal" data-bs-target="#staticBackdrop">Registration Now</button>
</div>
<div class="modal fade" id="staticBackdrop" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5" id="staticBackdropLabel">About Me!</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
Hi, I'm Amirul Islam Limon,Front End Developer. A self-motivated and enthusiastic web developer. To gain confidence and fame using my potential in the field of web development and express my innovative creative skills for self and company growth. I always like to learn new things and have experience with new stuff.
</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">Understood</button>
</div>
</div>
</div>
</div>
</section>
<!--======================== Successful Student Section ======================================= -->
<section class="container my-5" id="our-success">
<div class="d-flex justify-content-lg-start justify-content-sm-center">
<div style="min-width: 50%;" class="">
<h3 class="pt-4 ">Meet Our Successful <span class="d-md-block">Students</span></h3>
<p>It is a long established fact that a reader will be <span class="d-md-block">distracted by the readable content of a page when looking at its layout.</span></p>
</div>
</div>
<div class="row row-cols-lg-4 row-cols-md-2 gx-3 pt-3">
<div class="col shadow single-student">
<img class="img-fluid" src="images/student/student-1.png" alt="">
<div class="pt-3 ps-4">
<h5>Apple Mahmud</h5>
<p>UIUX Designer</p>
</div>
</div>
<div class="col shadow single-student">
<img class="img-fluid" src="images/student/student-2.png" alt="">
<div class="pt-3 ps-4">
<h5>Abu Bokkor Siddik</h5>
<p>Motion Design</p>
</div>
</div>
<div class="col shadow single-student">
<img class="img-fluid" src="images/student/student-3.png" alt="">
<div class="pt-3 ps-4">
<h5>Amirul Islam Limon</h5>
<p>Web Developer</p>
</div>
</div>
<div class="col shadow single-student">
<img class="img-fluid"src="images/student/student-4.png" alt="">
<div class="pt-3 ps-4">
<h5>Jannatul Maoya</h5>
<p>Graphics Designer</p>
</div>
</div>
</div>
<div class="text-center mt-5">
<button class="btn btn-primary">View All</button>
</div>
</section>
<!-- ===========================Students Feedback Section================================= -->
<section>
<div class="text-center">
<h3>Some Students Feedback</h3>
<div class="d-flex justify-content-center">
<p class="w-50">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>
<div class="container">
<div id="carouselExampleInterval" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<!-- carousel item-1 -->
<div class="carousel-item active" data-bs-interval="2000">
<div class="d-block w-100">
<div class="row row-cols-md-2">
<div class="col p-5">
<div class="d-flex justify-content-between align-items-center">
<div>
<img class="w-50" src="images/comma.png" alt="">
</div>
<div>
<img style="width: 100px;" class="" src="images/rating.png" alt="">
</div>
</div>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem.</p>
<div class="d-flex justify-content-start">
<div>
<img style="width: 60px;" class="rounded-circle" src="images/student/student-1.png" alt="">
</div>
<div class="ps-3">
<h6>Amirul Islam</h6>
<p><small>Web Development</small></p>
</div>
</div>
</div>
<div class="col p-5">
<div class="d-flex justify-content-between align-items-center">
<div>
<img class="w-50" src="images/comma.png" alt="">
</div>
<div>
<img style="width: 100px;" class="" src="images/rating.png" alt="">
</div>
</div>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem.</p>
<div class="d-flex justify-content-start">
<div>
<img style="width: 60px;" class="rounded-circle" src="images/student/student-2.png" alt="">
</div>
<div class="ps-3">
<h6>Limu Mozumdar</h6>
<p><small>Affiliate Marketer</small></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- carousel item-2 -->
<div class="carousel-item " data-bs-interval="2500">
<div class="d-block w-100">
<div class="row row-cols-md-2">
<div class="col p-5">
<div class="d-flex justify-content-between align-items-center">
<div>
<img class="w-50" src="images/comma.png" alt="">
</div>
<div>
<img style="width: 100px;" class="" src="images/rating.png" alt="">
</div>
</div>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem.</p>
<div class="d-flex justify-content-start">
<div>
<img style="width: 60px;" class="rounded-circle" src="images/student/student-3.png" alt="">
</div>
<div class="ps-3">
<h6>Rumon Khan</h6>
<p><small>Digital Marketer</small></p>
</div>
</div>
</div>
<div class="col p-5">
<div class="d-flex justify-content-between align-items-center">
<div>
<img class="w-50" src="images/comma.png" alt="">
</div>
<div>
<img style="width: 100px;" class="" src="images/rating.png" alt="">
</div>
</div>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem.</p>
<div class="d-flex justify-content-start">
<div>
<img style="width: 60px;" class="rounded-circle" src="images/student/student-4.png" alt="">
</div>
<div class="ps-3">
<h6>Riya Jannat</h6>
<p><small>Web Desiner</small></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- carousel item-3 -->
<div class="carousel-item " data-bs-interval="2000">
<div class="d-block w-100">
<div class="row row-cols-md-2">
<div class="col p-5">
<div class="d-flex justify-content-between align-items-center">
<div>
<img class="w-50" src="images/comma.png" alt="">
</div>
<div>
<img style="width: 100px;" class="" src="images/rating.png" alt="">
</div>
</div>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem.</p>
<div class="d-flex justify-content-start">
<div>
<img style="width: 60px;" class="rounded-circle" src="images/student/student-5.png" alt="">
</div>
<div class="ps-3">
<h6>Md Amirul Islam</h6>
<p><small>Software Engineer</small></p>
</div>
</div>
</div>
<div class="col p-5">
<div class="d-flex justify-content-between align-items-center">
<div>
<img class="w-50" src="images/comma.png" alt="">
</div>
<div>
<img style="width: 100px;" class="" src="images/rating.png" alt="">
</div>
</div>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem.</p>
<div class="d-flex justify-content-start">
<div>
<img style="width: 60px;" class="rounded-circle" src="images/student/student-6.png" alt="">
</div>
<div class="ps-3">
<h6>Jannatul Maoya</h6>
<p><small>Digital Marketer</small></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleInterval" 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="#carouselExampleInterval" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</section>
<!-- ====================================Frequently Ask Question===============================-->
<section class="mb-5 d-none d-md-block">
<div class="d-flex justify-content-center mt-5 mb-4">
<div style="min-width: 50%;" class="">
<h3 class="text-center">Frequently Asked Questions</h3>
<p class="text-center">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>
<div class="d-flex justify-content-center">
<div class="w-50">
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
what is the difference between flexbox and grid?
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
<div class="accordion-body">
Flexbox is ideal for simpler layouts where you need to control the size and position of elements along a single axis, while Grid is more suitable for complex, multi-dimensional layouts where you need to arrange elements in rows and columns. Both Flexbox and Grid are powerful tools for creating responsive and dynamic layouts, and they can be used together to create even more complex and flexible designs.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
what is the difference between bootstrap and tailwind?
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
<div class="accordion-body">
Bootstrap is more suitable for building websites with a more traditional layout, while Tailwind is better suited for creating custom designs and layouts with more intricate designs. Bootstrap has a more structured approach, while Tailwind is more flexible, allowing developers to fine-tune individual styles and spacing. Both frameworks have their strengths and weaknesses, and the choice between them depends on the specific requirements of the project.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
what is the CSS-box model?
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#accordionExample">
<div class="accordion-body">
The CSS box model is a fundamental concept in CSS that describes how elements on a web page are structured and how their dimensions are calculated. Every HTML element is treated as a rectangular box, and the CSS box model describes how the content, padding, border, and margin of an element are defined and measured.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingFour">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
What is a semantic tag?
</button>
</h2>
<div id="collapseFour" class="accordion-collapse collapse" aria-labelledby="headingFour" data-bs-parent="#accordionExample">
<div class="accordion-body">
A semantic tag is an HTML tag that communicates the meaning of the content it contains to both the browser and the developer. Semantic tags describe the structure and purpose of the content, making it easier for search engines and assistive technologies to understand and navigate a web page.
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--============================= Trusted companies Name========================= -->
<section class="d-none d-md-block container mt-5 mb-5 pt-5">
<h3 class="text-center">Trusted by over 800+ companies</h3>
<div class="row row-cols-md-6 mt-5">
<div class="col">
<img class="img-fluid"src="images/company/company-1.png" alt="">
</div>
<div class="col">
<img class="img-fluid"src="images/company/company-2.png" alt="">
</div>
<div class="col">
<img class="img-fluid"src="images/company/company-3.png" alt="">
</div>
<div class="col">
<img class="img-fluid"src="images/company/company-4.png" alt="">
</div>
<div class="col">
<img class="img-fluid"src="images/company/company-5.png" alt="">
</div>
<div class="col">
<img class="img-fluid" src="images/company/company-6.png" alt="">
</div>
</div>
</section>
</main>
<!-- =============================footer section=============================== -->
<footer class="bg-black text-white text-center mt-5" id="contact-us">
<div style="padding:100px 0px;">
<h3>The Soft Edu</h3>
<div class="pt-2">
<p class="mb-0">130/13, Baganbari, Mathertake</p>
<p>Dhaka-1214</p>
<p class="mb-0"><small>Privacy Policy | Term of use</small></p>
</div>
<div class="">
<a href="https://www.facebook.com/Amirul.Islam.AIL"><i class="fa-brands fa-facebook p-2"></i></a>
<a href="https://twitter.com/"><i class="fa-brands fa-twitter p-2"></i></a>
<a href="https://www.instagram.com/"><i class="fa-brands fa-square-instagram p-2"></i></a>
<a href="https://www.youtube.com/channel/UCm1htEzRzc0whZ0IrwoEEIg"><i class="fa-brands fa-youtube p-2"></i></a>
</div>
</div>
<p class="mb-0"><small>© 2023 Amirul Islam Limon, All rights reserved.</small></p>
</footer>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"
crossorigin="anonymous"
></script>
<script src="https://kit.fontawesome.com/8b3c08a9fe.js" crossorigin="anonymous"></script>
</body>
</html>