forked from abdulsamad707/groceryWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
85 lines (52 loc) · 2.56 KB
/
Copy pathfooter.php
File metadata and controls
85 lines (52 loc) · 2.56 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<section class="footer">
<div class="box-container">
<div class="box">
<h3> groco <i class="fas fa-shopping-basket"></i> </h3>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Aliquam, saepe.</p>
<div class="share">
<a href="" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="https://instagram.com/" class="fab fa-instagram"></a>
<a href="#" class="fab fa-linkedin"></a>
</div>
</div>
<div class="box">
<h3>contact info</h3>
<a href="#" class="links"> <i class="fas fa-phone"></i> +123-456-7890 </a>
<a href="#" class="links"> <i class="fas fa-phone"></i> +111-222-3333 </a>
<a href="#" class="links"> <i class="fas fa-envelope"></i> abcd@gmail.com </a>
<a href="#" class="links"> <i class="fas fa-map-marker-alt"></i> karachi, pakistan - 400104 </a>
</div>
<div class="box">
<h3>quick links</h3>
<a href="#" class="links"> <i class="fas fa-arrow-right"></i> home </a>
<a href="#" class="links"> <i class="fas fa-arrow-right"></i> features </a>
<a href="#" class="links"> <i class="fas fa-arrow-right"></i> products </a>
<a href="#" class="links"> <i class="fas fa-arrow-right"></i> categories </a>
<a href="#" class="links"> <i class="fas fa-arrow-right"></i> review </a>
<a href="#" class="links"> <i class="fas fa-arrow-right"></i> blogs </a>
</div>
</div>
<div class="credit"> created by <span> Abdul Samad </span> | all rights reserved </div>
</section>
<!-- footer section ends -->
<script src="js/swiper.js"></script>
<!-- custom js file link -->
<script src="js/jquery.js"></script>
<script>
</script>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.slim.min.js"></script>
<!-- Popper JS -->
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<script src="js/sweet.js"></script>
<script src="js/constant.js"></script>
<script src="js/script.js?tggx=<?php echo time();?>"></script>
<!--<script
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyALjpQp0rbk7coMTw-X845tOxIuTMkt7wA&callback=initMap"
defer
></script>-->
</body>
</html>