-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures.html
More file actions
312 lines (258 loc) · 13.4 KB
/
Copy pathfeatures.html
File metadata and controls
312 lines (258 loc) · 13.4 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
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
<!DOCTYPE html>
<html lang="en">
<head>
<title>The KisanDwar | Features |</title>
<!-- Favicons -->
<link href="images/logo.png" rel="icon">
<link href="images/logo.png" rel="apple-touch-icon">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link href="https://fonts.googleapis.com/css2?family=Otomanopee+One&family=Zen+Tokyo+Zoo&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<!--The External Css-->
<link rel="stylesheet" href="Css_Files/AboutUs.css" type="text/css" />
<link rel="stylesheet" href="Css_Files/features.css" type="text/css" />
<link rel="stylesheet" href="Css_Files/KisanDwarHomePage.css" type="text/css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
</head>
<body style="background-color: white;">
<!--Naviagation Bar Begins From Here-->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="navbarstyle" style="font-size: 1.4rem;">
<div id="navbc">
<a class="navbar-brand" id="actives" href="index.html"><i class="fa fa-home"> HOME </i></a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item dropdown">
<div class="btn-group" id="dropmenu">
<button type="button" class="btn btn-warning" style="height: 3.2rem; width: 16rem; font-size: 1.3rem;"> EXPLORE INVENTORY </button>
<button type="button" class="btn btn-success dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="sr-only">Toggle Dropdown</span>
</button>
<div class="dropdown-menu" style="font-size: 1.5rem;">
<a class="dropdown-item explore" href="#">Warehouse</a>
<a class="dropdown-item explore" href="#">Dietry Needs</a>
<a class="dropdown-item explore" href="#">Food Production</a>
<div class="dropdown-divider explore"></div>
<a class="dropdown-item explore" href="#">Food Security</a>
<a class="dropdown-item explore" href="#">About Farming</a>
</div>
</div>
</li>
<li class="nav-item active">
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Enter Your District / State." aria-label="Search" style="height: 3.2rem; width: 18rem; font-size: 1.3rem;">
<button class="btn btn-outline-success my-2 my-sm-0" id="actives" type="submit" style="height: 3.3rem; margin-left: 0.8rem;">SEARCH</button>
</form>
</li>
</ul>
<div id="navbc">
<a class="navbar-brand" id="actives" href="Login.html">LOG IN</a>
<a class="navbar-brand" id="actives" href="products.html" style="width: 12rem;">SHOP NOW</a>
</div>
</div>
</nav>
<!--Naviagation Bar Ends Here-->
<header>
<div class="jumbotron jumbotron-fluid jumbo">
<div class="container">
<h1 class="display-7" style="word-spacing: 0.5rem;"><i class="fa fa-cogs" id="cardlogo"></i> The Purpose And Features Of <i class="fa fa-long-arrow-right" id="cardlogo"></i>
The Kisan Dwar <i class="fa fa-puzzle-piece" id="cardlogo"></i></h1>
</div>
</div>
</header>
<!-- features section Starts Here -->
<section class="features" id="features">
<h1 class="heading" style="padding-top: 0rem;"><span>Key Features</span> </h1>
<div class="box-container">
<div class="box">
<img src="images/features1.png">
<h3>User Friendly Website</h3>
<p>The KisanDwar: Is A Next Generation Farming And Agriculture Portal For Farmers, Which Provides Best Of User Experience On its Behalf.! </p>
<a href="#" class="btnn">read more</a>
</div>
<div class="box">
<img src="images/features2.png">
<h3>Fast And Free Delivery</h3>
<p>The KisanDwar, delivery service offers speedy delivery on your
Online shopping from Our "Agri Shop" Available On The Top Right Corner Above.!</p>
<a href="#" class="btnn">read more</a>
</div>
<div class="box">
<img src="images/features3.png">
<h3>Easy And Secure Payments</h3>
<p>On The Kisan Dwar Portal You can use Internet Banking, Debit/Credit Card, Cash on Delivery and Wallet to make your purchase from Agri Shop.!</p>
<a href="#" class="btnn">read more</a>
</div>
</div>
</section>
<!-- features section ends -->
<!-- categories section starts -->
<section class="categories" id="categories">
<h1 class="heading" id="moveon2"><span>categories</span> </h1>
<div class="box-container">
<div class="box">
<img src="images/features4.png">
<h3>Tools For Farming</h3>
<p style="text-align: center;">Upto 45% Off</p>
<a href="#moveon2" class="btnn">Shop Now</a>
</div>
<div class="box">
<img src="images/features5.png">
<h3>Organic Fertilizers</h3>
<p style="text-align: center;">Upto 39% Off</p>
<a href="#moveon2" class="btnn">Shop Now</a>
</div>
<div class="box">
<img src="images/features6.png">
<h3>Machinery For Rent</h3>
<p style="text-align: center;">Upto 55% Off</p>
<a href="#moveon2" class="btnn">Shop Now</a>
</div>
<div class="box">
<img src="images/features7.png">
<h3>Affordable Food</h3>
<p style="text-align: center;">Upto 65% Off</p>
<a href="#moveon2" class="btnn">Shop Now</a>
</div>
</div>
</section>
<!-- categories section ends -->
<!-- blogs section starts -->
<section class="blogs" id="blogs">
<h1 class="heading"> <span>Blogs</span> </h1>
<div class="box-container">
<div class="box">
<img src="images/blog-1.jpg" alt="">
<div class="content">
<div class="icons">
<a href="https://www.linkedin.com/in/itsindrajput/"> <i class="fas fa-user"></i> By Rishabh Singh</a>
<a href="#"> <i class="fas fa-calendar"></i> 15 may, 2021 </a>
</div>
<h3>Farming Techniques:</h3>
<p>Scientific method of storage of sufficient safe and nutritious food in collaboration with F.C.I to increase land productivity which provides dietary need for healthy lifestyle.</p>
<a href="#" class="btnn">Read More</a>
</div>
</div>
<div class="box">
<img src="images/blog-2.jpg" alt="">
<div class="content">
<div class="icons">
<a href="https://www.freelancer.com/u/itsindrajput"> <i class="fas fa-user"></i> By Rishabh Singh </a>
<a href="#"> <i class="fas fa-calendar"></i> 5th January, 2021 </a>
</div>
<h3>Food Security:</h3>
<p>Food security providing sufficient food for all people in the country, increasing food buying capacity of the people & removing obstacles. Availability of food for entire population. </p>
<a href="#" class="btnn">Read More</a>
</div>
</div>
<div class="box">
<img src="images/blog-5.jpg" alt="">
<div class="content">
<div class="icons">
<a href="https://github.com/itsindrajput"> <i class="fas fa-user"></i>By Rishabh Singh </a>
<a href="#"> <i class="fas fa-calendar"></i> 31st July, 2022 </a>
</div>
<h3>Organic Farming:</h3>
<p>
Agricultural that uses fertilizers of organic origin i.e. compost manure, green manure, and bone meal and places emphasis on techniques such as crop rotation and the companion planting.</p>
<a href="#" class="btnn">Read More</a>
</div>
</div>
</div>
</section>
<!-- blogs section ends -->
<!-- review section starts -->
<section style="margin-bottom: 3.5%;">
<h1 class="heading"> <span>Reviews </span> </h1>
<div class="card-group" style="background-color: rgb(245, 246, 249);">
<div class="card" style="margin-right: 1rem;">
<img src="images/review1.png" class="card-img-top" id="reviewimg">
<div class="card-body">
<h5 class="card-title" style="font-size: 2rem;">Patricia</h5>
<p class="card-text" style="font-size: 1.7rem;">The Kisan Dwar is one of the most popular Agricultural platforms out there. It is a true plug-and-play option for people looking shop on online store with minimal hassle.</p>
</div>
<div class="card-footer">
<small class="text-muted" style="font-size: 1.3rem;">Last Updated 3 Mins Ago</small>
</div>
</div>
<div class="card" style="margin-right: 1rem;">
<img src="images/review2.png" class="card-img-top" id="reviewimg">
<div class="card-body">
<h5 class="card-title" style="font-size: 2rem; ">Mary</h5>
<p class="card-text" style="font-size: 1.7rem;">The Kisan Dwar, Agri Shop offers an affordable Tools, Machinery And Many More. There are bells and whistles for people looking for a cheap and easy way.</p>
</div>
<div class="card-footer">
<small class="text-muted" style="font-size: 1.3rem;">Last Updated 7 Days Ago</small>
</div>
</div>
<div class="card" style="margin-right: 1rem;">
<img src="images/review3.png" class="card-img-top" id="reviewimg">
<div class="card-body">
<h5 class="card-title" style="font-size: 2rem;">Linda</h5>
<p class="card-text" style="font-size: 1.7rem;">It's the most popular ecommerce website in the India and in worldwide. There's no set-up or activation fee. Its scalability is one of the factors that help build trust.</p>
</div>
<div class="card-footer">
<small class="text-muted" style="font-size: 1.3rem;">Last Updated 1 Months Ago</small>
</div>
</div>
</div>
</section>
<!-- review section ends -->
<!--Footer start here-->
<footer class="footer">
<div class="container" id="container1">
<div class="row">
<div class="footer-col">
<h4 style="font-size: 2rem;">Kisan Dwar</h4>
<ul class="list-unstyled">
<li><a href="Aboutus.html" id="address">About Us</a></li>
<li><a href="PrivacyPolicy.html" id="address">Privacy Policy</a></li>
<li><a href="TermsOfUse.html" id="address"><b>Terms Of Use</b></a></li>
</ul>
</div>
<div class="footer-col">
<h4 style="font-size: 2rem;">Get Help</h4>
<ul class="list-unstyled">
<li><a href="Feedback.html" id="address">Feedback</a></li>
<li><a href="Contactus.html" id="address">Contact Us</a></li>
<li><a href="Help.html" id="address">Help & Support</a></li>
</ul>
</div>
<div class="footer-col">
<h4 style="font-size: 2rem;">Address</h4>
<ul class="list-unstyled">
<li><a href="http://www.dbrau.org.in/Department_of_Institute_EngineeringTechnology.aspx" id="address">I.E.T Khandari<br>AgraUP-282002
</a></li>
<li><a href="tel:6377022729"><i class="fa fa-phone" style="font-size: 1.6rem;"> Click To Call </i></li>
</ul>
</div>
<div class="footer-col">
<h4 style="font-size: 2rem;">Follow Us</h4>
<div class="social-links" >
<a href="https://instagram.com/dwarkisan?igshid=w5tc5wehmlrz"><i class="fab fa-instagram"></i></a>
<a href="https://twitter.com/DwarKissan"><i class="fa fa-twitter-square"></i></a>
<a href="mailto:dwarkissan@gmail.com"><i class="fa fa-envelope-o"></i></a>
<a href="#"><i class="fab fa-facebook"></i></a>
</div>
</div>
</div>
<div class="row justify-content-center" >
<div class="col-auto row">
<legend class="copyright" style="font-size: 1.5rem; line-height: 1.6rem;">|The KisanDwar © 2021 All Right ®|</legend>
<legend class="copyright" style="font-size: 1.5rem; line-height: 1.6rem;">|View Tearms Of Use & Privacy Policy|</legend>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
</body>
</html>