-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
executable file
·134 lines (126 loc) · 7.12 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
129
130
131
132
133
134
<footer id="htc__footer">
<!-- Start Footer Widget -->
<div class="footer__container bg__cat--1">
<div class="container">
<div class="row">
<!-- Start Single Footer Widget -->
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="footer">
<h2 class="title__line--2">ABOUT US</h2>
<div class="ft__details">
<p>At AgroTech, we strive to work for strengthening the backbone of our country, for the benefit of farmers.
AgroTech works to give them the fair share of money for the hardwork they do, by eliminating the role of middlemen.</p>
<div class="ft__social__link">
<ul class="social__link">
<li><a href="#"><i class="icon-social-twitter icons"></i></a></li>
<li><a href="#"><i class="icon-social-instagram icons"></i></a></li>
<li><a href="#"><i class="icon-social-facebook icons"></i></a></li>
<li><a href="#"><i class="icon-social-google icons"></i></a></li>
<li><a href="#"><i class="icon-social-linkedin icons"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- End Single Footer Widget -->
<!-- Start Single Footer Widget -->
<div class="col-md-2 col-sm-6 col-xs-12 xmt-40">
<div class="footer">
<h2 class="title__line--2">information</h2>
<div class="ft__inner">
<ul class="ft__list">
<li><a href="#">About us</a></li>
<li><a href="#">Delivery Information</a></li>
<li><a href="#">Privacy & Policy</a></li>
<li><a href="#">Terms & Condition</a></li>
<li><a href="#">Manufactures</a></li>
</ul>
</div>
</div>
</div>
<!-- End Single Footer Widget -->
<!-- Start Single Footer Widget -->
<div class="col-md-2 col-sm-6 col-xs-12 xmt-40 smt-40">
<div class="footer">
<h2 class="title__line--2">my account</h2>
<div class="ft__inner">
<ul class="ft__list">
<li><a href="#">My Account</a></li>
<li><a href="cart.php">My Cart</a></li>
<li><a href="login.php">Login</a></li>
<li><a href="wishlist.php">Wishlist</a></li>
<li><a href="#">Checkout</a></li>
</ul>
</div>
</div>
</div>
<!-- End Single Footer Widget -->
<!-- Start Single Footer Widget -->
<div class="col-md-2 col-sm-6 col-xs-12 xmt-40 smt-40">
<div class="footer">
<h2 class="title__line--2">Our service</h2>
<div class="ft__inner">
<ul class="ft__list">
<li><a href="#">My Account</a></li>
<li><a href="cart.php">My Cart</a></li>
<li><a href="login.php">Login</a></li>
<li><a href="wishlist.php">Wishlist</a></li>
<li><a href="#">Checkout</a></li>
</ul>
</div>
</div>
</div>
<!-- End Single Footer Widget -->
<!-- Start Single Footer Widget -->
<div class="col-md-3 col-sm-6 col-xs-12 xmt-40 smt-40">
<div class="footer">
<h2 class="title__line--2">NEWSLETTER </h2>
<div class="ft__inner">
<div class="news__input">
<input type="text" id="end" placeholder="Your Mail*">
<div class="send__btn">
<a class="fr__btn" href="#">Send Mail</a>
</div>
</div>
</div>
</div>
</div>
<!-- End Single Footer Widget -->
</div>
</div>
</div>
<!-- End Footer Widget -->
<!-- Start Copyright Area -->
<div class="htc__copyright bg__cat--5">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="copyright__inner">
<p>Copyright© <a href="https://freethemescloud.com/">AgroTech</a> 2020. All right reserved.</p>
<a href="#"><img src="images/others/shape/paypol.png" alt="payment images"></a>
</div>
</div>
</div>
</div>
</div>
<!-- End Copyright Area -->
</footer>
<!-- End Footer Style -->
</div>
<!-- Body main wrapper end -->
<!-- Placed js at the end of the document so the pages load faster -->
<!-- jquery latest version -->
<script src="js/vendor/jquery-3.2.1.min.js"></script>
<!-- Bootstrap framework js -->
<script src="js/bootstrap.min.js"></script>
<!-- All js plugins included in this file. -->
<script src="js/plugins.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<!-- Waypoints.min.js. -->
<script src="js/waypoints.min.js"></script>
<!-- Main js file that contents all jQuery plugins activation. -->
<script src="js/main.js"></script>
<script src="js/custom.js"></script>
</body>
</html>