-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooter.php
44 lines (42 loc) · 1.98 KB
/
footer.php
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
<?php
echo '
<!-- footer START -->
<section class="container-fluid bg-light py-5 px-5">
<div class="d-md-flex justify-content-around">
<div class="mb-5">
<h5 class="fw-bolder pb-4">Support</h5>
<p class="text-muted mb-2">Help Center</p>
<p class="text-muted mb-2">Our COVID-19 Response</p>
<p class="text-muted mb-2">Cancellation options</p>
<p class="text-muted mb-2">Safety information</p>
</div>
<div class="mb-5">
<h5 class="fw-bolder pb-4">Company</h5>
<p class="text-muted mb-2">About us</p>
<p class="text-muted mb-2">Community Blog</p>
<p class="text-muted mb-2">Careers</p>
<p class="text-muted mb-2">Privacy policy</p>
<p class="text-muted mb-2">Terms of service</p>
</div>
<div class="mb-5">
<h5 class="fw-bolder pb-4">Contact</h5>
<p class="text-muted mb-2">Partnerships</p>
<p class="text-muted mb-2">FAQ</p>
<p class="text-muted mb-2">Get in touch</p>
</div>
<div class="mb-5">
<h5 class="fw-bolder pb-4">Socials</h5>
<a class="px-2 text-secondary fs-2" href="#"><i class="bi bi-twitter"></i></a>
<a class="px-2 text-secondary fs-2" href="#"><i class="bi bi-instagram"></i></a>
<a class="px-2 text-secondary fs-2" href="#"><i class="bi bi-facebook"></i></a>
<a class="px-2 text-secondary fs-2" href="#"><i class="bi bi-youtube"></i></a>
</div>
</div>
<div class="d-flex justify-content-center pt-5">
<p class="text-muted">Copyright ©2022 E-Tours & Travels LLC. Designed by <span class="text-danger">Md.
Azmain
Mahtab & Md. Shiful Islam Piash.</span></p>
</div>
</section>
<!-- footer END-->
';