-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
41 lines (33 loc) · 1.4 KB
/
footer.php
File metadata and controls
41 lines (33 loc) · 1.4 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
<section class="footer">
<div class="box-container">
<div class="box">
<h3>quick links</h3>
<a href="homepage.php">home</a>
<a href="aboutpage.php">about</a>
<a href="shoppage.php">shop</a>
<a href="contactpage.php">contact</a>
</div>
<div class="box">
<h3>extra links</h3>
<a href="loginpage.php">login</a>
<a href="registrationpage.php">register</a>
<a href="cartpage.php">cart</a>
<a href="orders.php">orders</a>
</div>
<div class="box">
<h3>contact info</h3>
<p> <i class="fas fa-phone"></i> +2347017718847 </p>
<p> <i class="fas fa-phone"></i> +2348010107658 </p>
<p> <i class="fas fa-envelope"></i> dee96914@gmail.com</p>
<p> <i class="fas fa-map-marker-alt"></i> abuja, nigeria - 900001 </p>
</div>
<div class="box">
<h3>follow us</h3>
<a href="#"> <i class="fab fa-facebook-f"></i> facebook </a>
<a href="#"> <i class="fab fa-twitter"></i> twitter </a>
<a href="#"> <i class="fab fa-instagram"></i> instagram </a>
<a href="#"> <i class="fab fa-linkedin"></i> linkedin </a>
</div>
</div>
<p class="credit"> © copyright @ <?php echo date('Y'); ?> by <span>within the covers</span> </p>
</section>