-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
48 lines (43 loc) · 1.75 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
45
46
47
48
<link rel="stylesheet" href="css/homepage.css">
<footer class="footer">
<div class="ftrcontainer">
<div class="ftrrow">
<div class="footer-col">
<h4 class="logofooter">Khloris<span>.</span></h4>
<ul class="ftrul">
<p>Follow us in Social Media!</p>
<div class="social-links">
<a href="#" class="fa-brands fa-square-facebook"></a>
<a href="#" class="fa-brands fa-square-instagram"></a>
</div>
</ul>
</div>
<div class="footer-col">
<h4>Information</h4>
<ul class="ftrul">
<p>Flower Shop in Pandi,Bulacan <br />Delivery only in Pandi</p>
<li><a href="#">Privacy policy</a></li>
<li><a href="#">Payment Instruction</a</li>
<li><a href="#">Terms and conditions</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Contact us</h4>
<ul class="ftrul">
<p><span>Address:</span>Pandi, Bulacan</p>
<p><span>Mobile:</span>(+63) 0903-2301484/09299750331</p>
<p><span>Telephone:</span>(632) 8881-4173</p>
<p><span>Email:</span>[email protected]</p>
</ul>
</div>
<div class="footer-col">
<h4>Contact Services</h4>
<ul class="ftrul">
<li><a href="#">Contact us</a></li>
<li><a href="#">My account</a></li>
<li><a href="#">Order History</a></li>
</ul>
</div>
</div>
</div>
</footer>