-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
570 lines (510 loc) · 27.1 KB
/
index.html
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
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
<!DOCTYPE html>
<html lang="en">
<head>
<!-- basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- mobile metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<!-- site metas -->
<title>moon firm</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<!-- bootstrap css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- style css -->
<link rel="stylesheet" href="css/style.css">
<!-- Responsive-->
<link rel="stylesheet" href="css/responsive.css">
<!-- fevicon -->
<link rel="icon" href="images/fevicon.png" type="image/gif" />
<!-- Scrollbar Custom CSS -->
<link rel="stylesheet" href="css/jquery.mCustomScrollbar.min.css">
<!-- Tweaks for older IEs-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css" media="screen">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
</head>
<!-- body -->
<body class="main-layout ">
<!-- loader -->
<div class="loader_bg">
<div class="loader"><img src="images/loading.gif" alt="#" /></div>
</div>
<!-- end loader -->
<!-- header -->
<header>
<!-- header inner -->
<div class="header">
<div class="container">
<div class="row">
<div class="full">
<div>
<!--<a href="index.html"><img src="images/logo.png" alt="#"></a>-->
<h1 style="color:whitesmoke;text-align:center;text-shadow:1px 1px 10px blue;font-size: 32px;">WEB BASED AGRICULTURE INFORMATION SYSTEM</h1>
</div>
</div>
<div class="col-xl-9 col-lg-9 col-md-9 col-sm-9">
</div>
</div>
<div class="row">
<div class="col-md-12 location_icon_bottum">
<div class="row">
<div class="col-md-8 ">
<div class="menu-area">
<div class="limit-box">
<nav class="main-menu">
<ul class="menu-area-main">
<li class="active"> <a href="index.html">Home</a> </li>
<li> <a href="#about">About</a> </li>
<li><a href="Main.html">Seeds Info</a></li>
<li><a href="rm.html">Remedies </a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</nav>
</div>
</div>
</div>
<!--<div class="col-xl-4 col-lg-4 col-md-4 col-sm-4">
<form class="search">
<input class="form-control" type="text" placeholder="Search">
<button><img src="images/search_icon.png"></button>
</form>
</div>-->
</div>
</div>
</div>
</div>
</div>
<!-- end header inner -->
</header>
<!-- end header -->
<section class="slider_section">
<div id="myCarousel" class="carousel slide banner-main" data-ride="carousel">
<ul class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class=""></li>
<li data-target="#myCarousel" data-slide-to="1" class="active"></li>
<li data-target="#myCarousel" data-slide-to="2" class=""></li>
</ul>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="first-slide" src="images/banner.jpg" alt="First slide">
<div class="container">
<div class="carousel-caption relative">
<h1>WELCOME</h1>
<span>Farm On! Farmer, we feed the world</span>
<p>Our Website assures farmers to start their farming in an effective and innovative way from the begining</p>
<a class="buynow" href="login1.php">FARMER</a><a class="buynow ggg" href="login.php">SUPPLIER</a>
</div>
</div>
</div>
<div class="carousel-item">
<img class="second-slide" src="images/banner.jpg" alt="Second slide">
<div class="container">
<div class="carousel-caption relative">
<h1>FARMERS</h1>
<span>FARMER LOGIN</span>
<p>Farmers need to get registered in order to avail the services.Once
registration has accomplished,farmer can request for the desired product
</p>
<a class="buynow" href="login1.php">Farmer</a><a class="buynow ggg" href="login.php">Supplier</a>
</div>
</div>
</div>
<div class="carousel-item">
<img class="third-slide" src="images/banner.jpg" alt="Third slide">
<div class="container">
<div class="carousel-caption relative">
<h1>Suppliers</h1>
<span>Supplier Login</span>
<p>Supplier also need to get registered along with business category.Once registration
has been done,on login the farmer's requests will be displayed according to the supplier's business type
</p>
<a class="buynow" href="login1.php">Farmer</a><a class="buynow ggg" href="login.php">Supplier</a>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel" role="button" data-slide="prev">
<i class='fa fa-angle-left'></i>
</a>
<a class="carousel-control-next" href="#myCarousel" role="button" data-slide="next">
<i class='fa fa-angle-right'></i>
</a>
</div>
</section>
<!-- about -->
<div id="about" class="about">
<div class="container">
<div class="row">
<div class="col-xl-5 col-lg-5 col-md-5 co-sm-l2">
<div class="about_box">
<h2>About<br><strong class="black">FARMERS AND SUPPLIERS</strong></h2>
<p> Farmers and Suppliers have mutual connections that farmer request a product
and a supplier having same product as a service will be notified by means
of email or mobile.After supplier approves his request the concerned farmer will be
notified as well.Any new products will also be notified to all the farmers. </p>
<a href="#">Read More</a>
</div>
</div>
<div class="col-xl-7 col-lg-7 col-md-7 co-sm-l2">
<div class="about_img">
<figure><img src="images/about.png" alt="img" /></figure>
</div>
</div>
</div>
</div>
</div>
<div class="offer">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="title">
<h2 style="text-shadow: 1px 1px 5px gold;">Agriculture is our wisest pursuit. <strong class="black"> </strong></h2>
</div>
</div>
</div>
</div>
<div class="offer-bg">
<div class="container">
<div class="row">
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 ">
<div class="offer_box">
<h3>Modern Cultivation Techniques</h3>
<figure><a href="ModernCultivationTechniques.html"><img src="mdn.jpg" alt="img" /></a></figure>
<p>Modern agriculture is an evolving approach with innovations in farming practices that helps in increasing agricultural efficiency and reduce the loss of natural resources. By applying this modern technology, farmers are gaining more profits and able to increase their productivity of yield.</p>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 margin_ttt">
<div class="offer_box">
<h3>Agriculture Mechanisation</h3>
<figure><a href="agriculturemechanisation.html"><img src="agrimech.jpg" alt="img" /></a></figure>
<p>Agricultural mechanization helps in increasing production,
productivity and profitability in agriculture by achieving timeliness in
farm operations, bringing precision in metering and placement of inputs,
reducing available input losses, increasing utilization efficiency of costly
inputs</p>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 margin-lkk">
<div class="offer_box">
<h3>Cold Storage</h3>
<figure><a href="cold.html"><img src="c.jpg" alt="img" /></a></figure>
<p>Cold storages are key requirements in the post-harvest storage and distribution function of perishable commodities and food products. It facilitates the delivery of perishable agricultural products like fruits, vegetables, meat, fish, poultry, milk and milk-based products from production centres to consumption centres</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end offer -->
<!-- product -->
<div id="product" class="product">
<div class="container">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="title">
<h2>Incentive <strong class="black">Motivation for FARMERS</strong></h2>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-xl-8 col-lg-8 col-md-8 col-sm-12">
<div class="row">
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12">
<div class="product_box">
<figure><a href="ms.html"><img src="mo.jpg" alt="#" /></a>
<h3>Motivational Vedios</h3></figure>
</div>
</div>
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12">
<div class="product_box">
<figure><a href="crops.html"><img src="crop.jfif" alt="#" /></a>
<h3>Seasonal Crops </h3>
</figure>
</div>
</div>
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12">
<div class="product_box">
<figure><a href="Motors.html"><img src="StepperMotor.jpg" alt="#" />
<h3>Motors</h3></figure>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12">
<div class="row">
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12">
<div class="product_box">
<figure><a href="tola.html"><img src="land.jpg" alt="#" /></a>
<h3>Lands</h3></figure>
</div>
</div>
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12">
<div class="product_box">
<figure><img src="images/product_img5.jpg" alt="#" />
<h3>Field Wheat </h3></figure>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end product -->
<!-- clients -->
<div id="testimonial" class="clients">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="title">
<h2 style="text-shadow: 1px 1px 3px blue;">If the farmer is rich then so is the nation</h2>
</div>
</div>
</div>
</div>
</div>
<div class="clients_red">
<div class="container">
<div id="testimonial_slider" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ul class="carousel-indicators">
<li data-target="#testimonial_slider" data-slide-to="0" class=""></li>
<li data-target="#testimonial_slider" data-slide-to="1" class="active"></li>
<li data-target="#testimonial_slider" data-slide-to="2" class=""></li>
</ul>
<!-- The slideshow -->
<div class="carousel-inner">
<div class="carousel-item">
<div class="testomonial_section">
<div class="full testimonial_cont text_align_center cross_layout">
<div class="row">
<div class="col-xl-3 col-lg-3 col-md-3 col-sm-3 pa_right">
<div class="testomonial_img">
<i><a href="loans.html"><img src="schemes.jpg" alt="#"/></a></i>
</div>
</div>
<div class="col-xl-9 col-lg-9 col-md-9 col-sm-9 pa_left">
<div class="cross_inner">
<h3>Agricultural Schemes<br><strong class="ornage_color"></strong></h3>
<p><img src="icon/1.png" alt="#" />Under this scheme, the central government of India plans to help the farmers financially with Rs. 50,000 per hectare every three years so that they can process organic farming, label, pack and transport. This scheme also focuses on the farmer's welfare.
<img src="icon/2.png" alt="#" />
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item active">
<div class="testomonial_section">
<div class="full center">
</div>
<div class="full testimonial_cont text_align_center cross_layout">
<div class="row">
<div class="col-xl-3 col-lg-3 col-md-3 col-sm-3 pa_right">
<div class="testomonial_img">
<i><a href="banksh.html"><img src="loansp.jpg" alt="#"/></a></i>
</div>
</div>
<div class="col-xl-9 col-lg-9 col-md-9 col-sm-9 pa_left">
<div class="cross_inner">
<h3>Agriculture Loans<br><strong class="ornage_color"></strong></h3>
<p><img src="icon/1.png" alt="#" />Agriculture loans provide the capacity to purchase a new farm or expand current operations. Farm loans are available through traditional lenders, as well as dedicated government agencies. Your experience and credit score will play a key role in whether you are approved for a farm loan.
<img src="icon/2.png" alt="#" />
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="testomonial_section">
<div class="full center">
</div>
<div class="full testimonial_cont text_align_center cross_layout">
<div class="row">
<div class="col-xl-3 col-lg-3 col-md-3 col-sm-3 pa_right">
<div class="testomonial_img">
<a href="Pesticides.html"> <i><img src="pes.jpg" alt="#"/></i></a>
</div>
</div>
<div class="col-xl-9 col-lg-9 col-md-9 col-sm-9 pa_left">
<div class="cross_inner">
<h3>Pesticides<br><strong class="ornage_color"></strong></h3>
<p><img src="icon/1.png" alt="#" />There are three different kinds of pesticides; herbicides, insecticides and fungicides. All three of these pesticides are used to kill different kinds of pests that can be found on a farm. Farmers that make the decision not to use any chemicals are called organic farmers.
<img src="icon/2.png" alt="#" />
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end clients -->
<!-- contact -->
<div id="contact" class="contact">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="title">
<h2>Get In <strong class="black"> Touch</strong></h2>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid padddd">
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 padddd">
<div class="map_section">
<div class="container">
<div class="row">
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12">
<form class="main_form">
<div class="row">
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12">
<input class="form-control" placeholder="Name" type="text" name="Name">
</div>
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12">
<input class="form-control" placeholder="Email" type="text" name="Email">
</div>
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12">
<input class="form-control" placeholder="Phone" type="text" name="Phone">
</div>
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12">
<textarea class="textarea" placeholder="Message" type="text" name="Message"></textarea>
</div>
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12">
<button class="send">Send</button>
</div>
</div>
</form>
</div>
</div>
</div>
<div id="map">
</div>
</div>
</div>
</div>
<!-- end contact -->
<!-- footer -->
<!-- footer -->
<footr>
<div class="footer top_layer ">
<div class="container">
<div class="row">
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-12">
<div class="address">
<a href="index.html"> <img src="pic.jpg" alt="logo" /></a>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-12">
<div class="address">
<h3>Quick links</h3>
<ul class="Links_footer">
<li><img src="icon/3.png" alt="#" /> <a href="#"> Join Us</a> </li>
<li><img src="icon/3.png" alt="#" /> <a href="#">Maintenance</a> </li>
<li><img src="icon/3.png" alt="#" /> <a href="#">Language Packs</a> </li>
<li><img src="icon/3.png" alt="#" /> <a href="#">LearnPress</a> </li>
<li><img src="icon/3.png" alt="#" /> <a href="#">Release Status</a> </li>
</ul>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-12">
<div class="address">
<h3>Subcribe email</h3>
<p>Subscribe to the mail for further updates and queries </p>
<input class="form-control" placeholder="Your Email" type="type" name="Your Email">
<button class="submit-btn">Submit</button>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-12">
<div class="address">
<h3>Contact Us</h3>
<ul class="loca">
<li>
<a href="#"><img src="icon/loc.png" alt="#" /></a>A Rangampet
<br>Tirupathi </li>
<li>
<a href="#"><img src="icon/email.png" alt="#" /></a>[email protected] </li>
<li>
<a href="#"><img src="icon/call.png" alt="#" /></a>+91 9390773125</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!--<div class="copyright">
<div class="container">
<p>© 2019 All Rights Reserved. Design By<a href="https://html.design/"> Free Html Templates</a></p>
</div>
</div>-->
</footr>
<!-- end footer -->
<!-- Javascript files-->
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery-3.0.0.min.js"></script>
<script src="js/plugin.js"></script>
<!-- sidebar -->
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js/custom.js"></script>
<!-- javascript -->
<script src="js/owl.carousel.js"></script>
<script src="https:cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.js"></script>
<script>
$(document).ready(function() {
$(".fancybox").fancybox({
openEffect: "none",
closeEffect: "none"
});
$(".zoom").hover(function() {
$(this).addClass('transition');
}, function() {
$(this).removeClass('transition');
});
});
</script>
<!--<script>
// This example adds a marker to indicate the position of Bondi Beach in Sydney,
// Australia.
function initMap() {
var map = new google.maps.Map(document.getElementById('map'), {
zoom: 11,
center: {
lat: 40.645037,
lng: -73.880224
},
});
var image = 'images/maps-and-flags.png';
var beachMarker = new google.maps.Marker({
position: {
lat: 40.645037,
lng: -73.880224
},
map: map,
icon: image
});
}
</script>
google map js -->
<!--<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyA8eaHt9Dh5H57Zh0xVTqxVdBFCvFMqFjQ&callback=initMap"></script>
end google map js -->
</body>
</html>