-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
60 lines (48 loc) · 2.37 KB
/
footer.php
File metadata and controls
60 lines (48 loc) · 2.37 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
<footer class="bd-footer py-5 mt-5 bg-light">
<div class="container py-3">
<div class="row">
<div class="col-lg-6 mb-3">
<img src="femtechlogo.png" alt="" height="40" width="130">
<p>Does IT Better...</p>
<p><b>Contact</b></p>
<br>
<p><b>Address:</b> <span>No 171 Ibrahim Taiwo Ilorin Kwara State Nig.</span></p>
<br>
<p style="margin-top: -39px;"><b>Phone:</b> <span>+2348061616565</span></p>
<br>
<p><b>Follow Us</b></p>
<div>
<a target='_blank' href='https://web.facebook.com/FEMTECHITWORLD'> <i style="color: #000000;" class="fa-brands fa-facebook fa-1x"></i></a>
<a target='_blank' href="https://www.instagram.com/femtechitworld/" ><i style="color: #000000;" class="fa-brands fa-instagram fa-1x"></i></a>
</div>
</div>
<div class="col-lg-3 mb-3">
<h5><b>Links</b></h5>
<ul class="list-unstyled">
<li class="mb-2"><a class='text-decoration-none' href="Home.php">Home</a></li>
<li class="mb-2"><a class='text-decoration-none' href="shop.php">Shop</a></li>
<li class="mb-2"><a class='text-decoration-none' href="about.php">About us</a></li>
<li class="mb-2"><a class='text-decoration-none' href="contact.php">Contact</a></li>
<li class="mb-2"><a class='text-decoration-none' href="cart.php">Cart</a></li>
</ul>
</div>
<div class="col-lg-3 mb-3">
<h5><b>My Account</b></h5>
<ul class="list-unstyled">
<li class="mb-2"><a class='text-decoration-none' href="#">My wishlist</a></li>
<li class="mb-2"><a class='text-decoration-none' href="#">Track Order</a></li>
<li class="mb-2"><a class='text-decoration-none' href="#">Help</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<center>
<p>
©2022 Femtech Information Technology. All Rights Reserved
</p>
</center>
</div>
</div>
</div>
</footer>