-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer_user.php
executable file
·49 lines (40 loc) · 1.77 KB
/
footer_user.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
49
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-3 mb-4 mb-lg-0">
<div class="block-7">
<h3 class="footer-heading mb-4">About Us</h3>
<p>Family Care Pharmacy gives you Best Products.</p>
</div>
</div>
<div class="col-lg-3 mx-auto mb-5 mb-lg-0">
<h3 class="footer-heading mb-4">Quick Links</h3>
<ul class="list-unstyled">
<li><a href="index.php">Home</a></li>
<li><a href="products.php">Proudct</a></li>
<li><a href="about.php">About Us</a></li>
<li><a href="contact.php">Contact Us</a></li>
</ul>
</div>
<div class="col-md-6 col-lg-3">
<div class="block-5 mb-5">
<h3 class="footer-heading mb-4">Contact Info</h3>
<ul class="list-unstyled">
<li class="address">: 65/A, Umiyanagar , opp. Kailashnagar , Near kenaal , Rajendrepark road,Odhav Ahmedabad.</li>
<li class="phone"><a href="">+91 9898619726</a></li>
<li class="email">[email protected]</li>
</ul>
</div>
</div>
</div>
<div class="row pt-5 mt-5 text-center">
<div class="col-md-12">
<p>
Copyright ©
<script>document.write(new Date().getFullYear());</script> All rights reserved <i class="icon-heart" aria-hidden="true"></i> by <a href="index.php" target="_blank"
class="text-primary">Family Care Pharmacy.</a>
</p>
</div>
</div>
</div>
</footer>