forked from sajjadsaleem341/Plant-Nest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
128 lines (117 loc) · 5.62 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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!-- ##### Footer Area Start ##### -->
<footer class="footer-area bg-img" style="background-image: url(img/bg-img/3.jpg);">
<!-- Main Footer Area -->
<div class="main-footer-area">
<div class="container">
<div class="row">
<!-- Single Footer Widget -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-footer-widget">
<div class="footer-logo mb-30">
<a href="#"><img src="img/logo/plant-nest-high-resolution-logo-white-transparent.png" alt=""></a>
</div>
<p>Lorem ipsum dolor sit samet, consectetur adipiscing elit. India situs atione mantor</p>
<div class="social-info">
<a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-google-plus" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</div>
</div>
</div>
<!-- Single Footer Widget -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-footer-widget">
<div class="widget-title">
<h5>QUICK LINK</h5>
</div>
<nav class="widget-nav">
<ul>
<li><a href="#">Purchase</a></li>
<li><a href="#">FAQs</a></li>
<li><a href="#">Payment</a></li>
<li><a href="#">News</a></li>
<li><a href="#">Return</a></li>
<li><a href="#">Advertise</a></li>
<li><a href="#">Shipping</a></li>
<li><a href="#">Career</a></li>
<li><a href="#">Orders</a></li>
</ul>
</nav>
</div>
</div>
<!-- Single Footer Widget -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-footer-widget">
<div class="widget-title">
<h5>CONTACT</h5>
</div>
<div class="contact-information">
<p><span>Email:</span> abdulmoiz8236@gmail.com</p>
<p><span>Phone:</span> +923032708236</p>
<p><span>Address:</span> Karachi, Pakistan</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Bottom Area -->
<div class="footer-bottom-area">
<div class="container">
<div class="row">
<div class="col-12">
<div class="border-line"></div>
</div>
<!-- Copywrite Text -->
<div class="col-12 col-md-6">
<div class="copywrite-text">
<p>© <!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
<!-- Footer Nav -->
<div class="col-12 col-md-6">
<div class="footer-nav">
<nav>
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="about.php">About</a></li>
<li><a href="gallery.php">Gallery</a></li>
<li><a href="blog.php">Blog</a></li>
<li><a href="contact.php">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- ##### Footer Area End ##### -->
<!-- ##### All Javascript Files ##### -->
<!-- jQuery-2.2.4 js -->
<script src="js/jquery/jquery-2.2.4.min.js"></script>
<!-- Popper js -->
<script src="js/bootstrap/popper.min.js"></script>
<!-- Bootstrap js -->
<script src="js/bootstrap/bootstrap.min.js"></script>
<!-- All Plugins js -->
<script src="js/plugins/plugins.js"></script>
<!-- Active js -->
<script src="js/active.js"></script>
<!-- JS Libraies -->
<script src="izitoast/js/iziToast.min.js"></script>
<!-- Page Specific JS File -->
<script src="js/toastr.js"></script>
<script src="js/custom.js"></script>
<!-- Include SweetAlert JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11.0.15/dist/sweetalert2.all.min.js"></script>
<!--Modal JS-->
<script src="js/L_S.js"></script>
<!-- <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script> -->
</body>
</html>