-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
724 lines (691 loc) · 22.6 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
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
<!DOCTYPE html>
<html lang="eng">
<head>
<title>Organic Farming</title>
<!-- Meta tag Keywords -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" />
<script>
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!-- //Meta tag Keywords -->
<!-- Custom-Files -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Bootstrap-Core-CSS -->
<link rel="stylesheet" href="css/owl.carousel.css" type="text/css" media="all">
<link rel="stylesheet" href="css/owl.theme.css" type="text/css" media="all">
<!-- Carousel (for News section) -->
<link rel="stylesheet" href="css/flexslider.css" type="text/css" media="screen" property="" />
<!-- Flexslider css (for Testimonials) -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<!-- Style-CSS -->
<link rel="stylesheet" href="css/fontawesome-all.css">
<!-- Font-Awesome-Icons-CSS -->
<!-- Favicon -->
<link rel="shortcut icon" type="image/png" href="images/favicon.ico">
<!-- //Custom-Files -->
<!-- Web-Fonts -->
<link href="//fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&subset=cyrillic,latin-ext,vietnamese"
rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext"
rel="stylesheet">
<!-- //Web-Fonts -->
</head>
<body>
<!-- header -->
<header>
<!-- navigation -->
<nav class="navbar navbar-expand-lg navbar-light px-sm-5 px-3 py-0">
<h1>
<img src="images/Logo1.png" alt="">
<a class="navbar-brand py-2" href="index.html">Organic Farming</a>
</h1>
<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 ml-xl-5 ml-lg-3 px-xl-5 px-lg-4 py-4 text-center">
<li class="nav-item">
<a class="nav-link active" href="index.html">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item mx-lg-4 my-lg-0 my-3">
<a class="nav-link" href="about.html">About Us</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Updates
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item scroll" href="#news">Our News</a>
<!-- <a class="dropdown-item scroll" #href="#testi">Office order</a> -->
<!-- <a class="dropdown-item scroll" #href="#works">Our Visits</a> -->
<a class="dropdown-item" href="coc.html">Code of Conduct</a>
<!--<div class="dropdown-divider"></div>
<a class="dropdown-item" href="404.html">404 Error Page</a>
</div>-->
</li>
<li class="nav-item mx-lg-4 my-lg-0 my-3">
<a class="nav-link" href="projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
</ul>
<!-- <div class="header-contact-w3ls text-center mt-lg-0 mt-4">
<a href="contact.html" class="py-sm-4 py-3 px-4">
<i class="fas fa-at mr-2"></i>Contact Us</a>
</div> -->
</div>
</nav>
<!-- //navigation -->
</header>
<!-- //header -->
<!-- banner -->
<!-- banner slider -->
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="carousel-item active">
<div class=" banner-slider1">
<div class="banner-agile-text text-white offset-xl-7 offset-sm-6 offset-5">
<h4 class="text-uppercase">Farm</h4>
<h3 class="pb-md-4 pb-3 mb-md-5 mb-3">Agro Crop</h3>
<p>Fresh Ideas</p>
<!-- banner social icons -->
<!-- <div class="social-agile-banner">
<ul>
<li class="para-share-ew3ls mr-3">Share :</li>
<li>
<a href="#" class="rounded-circle">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="px-sm-2 px-1">
<a href="#" class="rounded-circle">
<i class="fab fa-google-plus-g"></i>
</a>
</li>
<li>
<a href="#" class="rounded-circle">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="pl-sm-2 pl-1">
<a href="#" class="rounded-circle">
<i class="fab fa-dribbble"></i>
</a>
</li>
</ul>
</div> -->
<!-- //banner social icons -->
</div>
</div>
</div>
<div class="carousel-item">
<div class=" banner-slider2">
<div class="banner-agile-text text-white offset-xl-7 offset-md-6 offset-sm-5">
<h4 class="text-uppercase">Fruits</h4>
<h3 class="pb-4 mb-md-5 mb-3">Agro Crop</h3>
<p>Fresh Ideas</p>
<!-- banner social icons -->
<!-- <div class="social-agile-banner">
<ul>
<li class="para-share-ew3ls mr-3">Share :</li>
<li>
<a href="#" class="rounded-circle">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="px-2">
<a href="#" class="rounded-circle">
<i class="fab fa-google-plus-g"></i>
</a>
</li>
<li>
<a href="#" class="rounded-circle">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="pl-2">
<a href="#" class="rounded-circle">
<i class="fab fa-dribbble"></i>
</a>
</li>
</ul>
</div> -->
<!-- //banner social icons -->
</div>
</div>
</div>
<div class="carousel-item">
<div class=" banner-slider3">
<div class="banner-agile-text text-white offset-xl-7 offset-md-6 offset-sm-5">
<h4 class="text-uppercase">Healthy</h4>
<h3 class="pb-4 mb-md-5 mb-3">Agro Crop</h3>
<p>Fresh Ideas</p>
</div>
</div>
</div>
</div>
<!-- Left and right controls -->
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- banner bottom -->
<div class="about py-5">
<div class="py-xl-5 py-lg-3">
<div class="d-flex py-xl-5 py-lg-3">
<div class="col-lg-5 agileits_works-grid">
<h3 class="tittle mb-xl-5 mb-4 text-dark">
<span class="text-uppercase">About Us</span>Organic Farming</h3>
<ul>
<li>
Provide platform for the students to find technical solutions for the real world
problems faced by farmers in the farm ranging from cultivation to product sale.
</li>
<li>
It will provide hands on learning in fun and productive manner.
</li>
<li>
It will carry out research to find efficient solution for improvements in production.
</li>
<li>
It will provide pesticide free product combined with the exemplary technology.
</li>
</ul>
</div>
<div class="col-lg-7 agileits_works-grid1 p-0 text-right mt-lg-0 mt-5">
<img src="images/bg.png" alt="" class="img-fluid first-img" />
<img src="images/h1.png" alt="" class="img-fluid img-posi-2" />
</div>
</div>
</div>
</div>
<!-- //banner bottom -->
<!-- middle section -->
<section class="middle-w3ls py-5 text-center">
<div class="container py-xl-5 py-lg-3">
<h3 class="tittle mb-xl-5 mb-4 text-white">Organic Farming</h3>
<p>Organic farming is a method of crop and livestock production that involves much more than choosing not to use pesticides, fertilizers, genetically modified organisms, antibiotics and growth hormones.</p>
<!-- <img src="images/screens2.png" alt="" class="img-fluid" /> -->
</div>
</section>
<!-- //middle section -->
<!-- news -->
<section class="banner-bottom-w3ls py-5" id="news">
<div class="py-xl-5 py-lg-3">
<div class="d-flex">
<div class="col-lg-4 about-right slider-right-con">
<h3 class="tittle mb-xl-5 mb-4 text-dark">
<span class="text-uppercase">Latest</span>News</h3>
<p> Our college took many initiatives to grow many flower and vegetables in the backyard of our college campus.
</p>
</div>
<div class="col-lg-8 left-slider p-lg-0 mt-lg-0 mt-sm-5 mt-4">
<div class="owl-carousel owl-theme">
<div class="item">
<div class="item-review">
<img src="images/Flower.png" class="img-fluid" alt="First Flower" />
<p class="mt-3 text-dark">First Flower</p>
</div>
</div>
<div class="item">
<div class="item-review">
<img src="images/Vegetable.png" class="img-fluid" alt="First Vegetable" />
<p class="mt-3 text-dark">First Vegetable</p>
</div>
</div>
<div class="item">
<div class="item-review">
<img src="images/Germination.png" class="img-fluid" alt="Germination of seeds" />
<p class="mt-3 text-dark">Germination of seeds</p>
</div>
</div>
<div class="item">
<div class="item-review">
<img src="images/tomato.png" class="img-fluid" alt="" />
<p class="mt-3 text-dark">Tomato Saplings</p>
</div>
</div>
<div class="item">
<div class="item-review">
<img src="images/Collection of leaves.png" class="img-fluid" alt="Collection of leaves" />
<p class="mt-3 text-dark">Collection of leaves</p>
</div>
</div>
<div class="item">
<div class="item-review">
<img src="images/Cripper.png" class="img-fluid" alt="Cripper" />
<p class="mt-3 text-dark">Cripper</p>
</div>
</div>
<div class="item">
<div class="item-review">
<img src="images/n1.jpg" class="img-fluid" alt="" />
<p class="mt-3 text-dark">Pomegranate</p>
</div>
</div>
<div class="item">
<div class="item-review">
<img src="images/n3.jpg" class="img-fluid" alt="" />
<p class="mt-3 text-dark">Grains</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //news -->
<!-- blogs -->
<!-- <div class="blogs py-5">
<div class="container py-xl-5 py-lg-3">
<div class="blogs-main offset-lg-2">
<h3 class="tittle mb-xl-5 mb-4 text-dark">
<span class="text-uppercase text-white">new</span>Blog
</h3>
<section class="slider">
<div class="flexslider">
<ul class="slides">
<li>
<div class="inner-blogs-w3ls">
<img src="images/n1.jpg" alt=" " class="img-fluid" />
<div class="blogs-info-wthree text-center">
<p>Sed ut perspiciatis</p>
<h5 class="para-w3-agileits text-dark mt-3 mb-5">Luis aute irure dolor in com modo consequat.</h5>
<a href="single.html" class="button-w3ls">Read More</a>
</div>
<div class="clearfix"></div>
</div>
</li>
<li>
<div class="inner-blogs-w3ls">
<img src="images/n3.jpg" alt=" " class="img-fluid" />
<div class="blogs-info-wthree text-center">
<p>Sed ut perspiciatis</p>
<h5 class="para-w3-agileits text-dark mt-3 mb-5">Luis aute irure dolor in com modo consequat.</h5>
<a href="single.html" class="button-w3ls">Read More</a>
</div>
<div class="clearfix"></div>
</div>
</li>
<li>
<div class="inner-blogs-w3ls">
<img src="images/n2.jpg" alt=" " class="img-fluid" />
<div class="blogs-info-wthree text-center">
<p>Sed ut perspiciatis</p>
<h5 class="para-w3-agileits text-dark mt-3 mb-5">Luis aute irure dolor in com modo consequat.</h5>
<a href="single.html" class="button-w3ls">Read More</a>
</div>
<div class="clearfix"></div>
</div>
</li>
</ul>
</div>
</section>
</div>
</div> -->
<!-- blog social icons -->
<!-- <div class="backeffect-social">
<p class="text-white mb-2">Share</p>
<ul class="list-unstyled text-center py-sm-5 py-4 px-lg-4 px-3">
<li>
<a href="#" class="rounded-circle">
<i class="fab fa-facebook-f active"></i>
</a>
</li>
<li class="my-sm-5 my-4">
<a href="#" class="rounded-circle">
<i class="fab fa-google-plus-g"></i>
</a>
</li>
<li>
<a href="#" class="rounded-circle">
<i class="fab fa-twitter"></i>
</a>
</li>
</ul>
</div> -->
<!-- //blog social icons -->
<!-- </div> -->
<!-- //blogs -->
<!-- testimonials -->
<!-- <div class="testimonials py-5" id="testi">
<div class="py-xl-5 py-lg-3">
<h3 class="tittle mb-xl-5 mb-4 text-dark text-center">
<span class="text-uppercase">our</span>Testimonials</h3>
<div class="d-flex testi-grid-row testi-grid-row-2">
<div class="col-md-6 testi-grid-bg p-0">
</div>
<div class="col-md-6 testi-grid testi-text text-center p-5 active">
<h4 class="text-white">Consectetur adipiscing</h4>
<p class="text-white">consectetur adipiscing elit tincidunt ellus feugiat porttitor nulla magna vitae nisl </p> -->
<!-- <div class="testi-social test-social2 mt-4">
<ul class="list-unstyled text-center">
<li>
<a href="#" class="rounded-circle">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="mx-3">
<a href="#" class="rounded-circle">
<i class="fab fa-google-plus-g"></i>
</a>
</li>
<li>
<a href="#" class="rounded-circle">
<i class="fab fa-twitter"></i>
</a>
</li>
</ul>
</div> -->
<!-- </div>
</div> -->
<!-- <div class="d-flex testi-w3l">
<div class="col-xl-6 testi-wthreegrids p-0">
<div class="d-flex testi-grid-row">
<div class="col-sm-6 testi-grid-bg1 p-0">
</div>
<div class="col-sm-6 testi-grid testi-text text-center p-4">
<h4>Vishakha Shelke</h4>
<p>consectetur adipiscing elit tincidunt ellus feugiat porttitor nulla magna vitae nisl </p> -->
<!-- <div class="testi-social mt-5">
<ul class="list-unstyled text-center">
<li>
<a href="#" class="rounded-circle">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="mx-3">
<a href="#" class="rounded-circle">
<i class="fab fa-google-plus-g"></i>
</a>
</li>
<li>
<a href="#" class="rounded-circle">
<i class="fab fa-twitter"></i>
</a>
</li>
</ul>
</div> -->
<!-- </div>
</div> -->
<!-- <div class="d-flex testi-grid-row">
<div class="col-sm-6 testi-grid-bg2 p-0">
</div>
<div class="col-sm-6 testi-grid testi-text text-center p-4">
<h4>Rose Sue</h4>
<p>consectetur adipiscing elit tincidunt ellus feugiat porttitor nulla magna vitae nisl </p> -->
<!-- <div class="testi-social mt-5">
<ul class="list-unstyled text-center">
<li>
<a href="#" class="rounded-circle">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="mx-3">
<a href="#" class="rounded-circle">
<i class="fab fa-google-plus-g"></i>
</a>
</li>
<li>
<a href="#" class="rounded-circle">
<i class="fab fa-twitter"></i>
</a>
</li>
</ul>
</div> -->
<!-- </div>
</div>
</div> -->
<!-- <div class="col-xl-6 testi-wthreegrids p-0">
<div class="d-flex testi-grid-row">
<div class="col-sm-6 testi-grid-bg3 p-0">
</div>
<div class="col-sm-6 testi-grid testi-text text-center p-4">
<h4>Alan Austin</h4>
<p>consectetur adipiscing elit tincidunt ellus feugiat porttitor nulla magna vitae nisl </p> -->
<!-- <div class="testi-social mt-5">
<ul class="list-unstyled text-center">
<li>
<a href="#" class="rounded-circle">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="mx-3">
<a href="#" class="rounded-circle">
<i class="fab fa-google-plus-g"></i>
</a>
</li>
<li>
<a href="#" class="rounded-circle">
<i class="fab fa-twitter"></i>
</a>
</li>
</ul>
</div> -->
<!-- </div>
</div> -->
<!-- <div class="d-flex testi-grid-row">
<div class="col-sm-6 testi-grid-bg4 p-0">
</div>
<div class="col-sm-6 testi-grid testi-text text-center p-4">
<h4>Jake Tim</h4>
<p>consectetur adipiscing elit tincidunt ellus feugiat porttitor nulla magna vitae nisl </p> -->
<!-- <div class="testi-social mt-5">
<ul class="list-unstyled text-center">
<li>
<a href="#" class="rounded-circle">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="mx-3">
<a href="#" class="rounded-circle">
<i class="fab fa-google-plus-g"></i>
</a>
</li>
<li>
<a href="#" class="rounded-circle">
<i class="fab fa-twitter"></i>
</a>
</li>
</ul>
</div> -->
<!-- </div>
</div>
</div>
</div>
</div>
</div> -->
<!-- //testimonials -->
<!-- works -->
<div class="serives-agile pb-5" id="works">
<div class="container pb-xl-5 pb-lg-3">
<h3 class="tittle mb-xl-5 mb-4 text-dark text-center">
<span class="text-uppercase">our</span>Features</h3>
<div class="d-flex welcome-bottom text-center">
<div class="welcome-grid">
<img src="images/diet.png" alt="">
<!-- <i class="fab fa-apple"></i> -->
<h4 class="my-3">Food Security</h4>
<p>No chemicals involved leads to better food.</p>
</div>
<div class="welcome-grid">
<img src="images/green-earth.png" alt="">
<!-- <i class="fab fa-skyatlas"></i> -->
<h4 class="my-3">Environmental sustainability</h4>
<p>Removal of pesticides helps our mother earth!</p>
</div>
<div class="welcome-grid">
<img src="images/recycle.png" alt="">
<!-- <i class="fab fa-yelp"></i> -->
<h4 class="my-3">Better life cycle</h4>
<p>Efficient production,better lives.</p>
</div>
<div class="welcome-grid">
<img src="images/nutrition.png" alt="">
<!-- <i class="fab fa-viadeo"></i> -->
<h4 class="my-3">Higher nutritional value</h4>
<p>Healthy nutrients, goodbye to diseases.</p>
</div>
<div class="welcome-grid">
<img src="images/heart.png" alt="">
<!-- <i class="fab fa-pagelines"></i> -->
<h4 class="my-3">Health is wealth!</h4>
<p>Healthy food,healthy life</p>
</div>
</div>
</div>
</div>
<!-- works -->
<!-- footer -->
<footer>
<div class="padding-w3ls-footer pt-sm-5">
<!-- <div class="d-flex footer-ones"> -->
<!-- logo -->
<!-- <div class="col-lg-3 col-sm-4 logo2 text-sm-left text-center mb-sm-0 mb-3">
<h2>
<a href="index.html">Agro Crop</a>
</h2>
</div> -->
<!-- //logo -->
<!-- navigation -->
<!-- <div class="col-lg-4 col-sm-8 ftr-menu py-xl-4 py-3 text-center">
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li class="mx-xl-3 mx-lg-2 mx-3">
<a href="about.html">About Us</a>
</li>
<li>
<a href="projects.html">Projects</a>
</li>
<li class="ml-xl-3 ml-lg-2 ml-3">
<a href="contact.html">Contact Us</a>
</li>
</ul>
</div> -->
<!-- //navigation -->
<!-- </div> -->
<!-- footer end -->
<!-- <div class="d-flex footer-end"> -->
<!-- footer social icons -->
<!-- <div class="col-lg-3 footer-social">
<ul class="list-unstyled text-center">
<li class="text-white mr-3">Share</li>
<li>
<a href="#" class="rounded-circle active">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="mx-3">
<a href="#" class="rounded-circle">
<i class="fab fa-google-plus-g"></i>
</a>
</li>
<li>
<a href="#" class="rounded-circle">
<i class="fab fa-twitter"></i>
</a>
</li>
</ul>
</div> -->
<!-- //footer social icons -->
<!-- newsletter -->
<!-- <div class="col-lg-4 subscribe wthree-sub py-4">
<form action="#" method="post">
<input type="email" name="email" placeholder="Enter your Email..." required="">
<input type="submit" value="Subscribe">
</form>
</div> -->
<!-- //newsletter -->
<!-- </div> -->
<!-- //footer end -->
</div>
</footer>
<!-- //footer -->
<!-- Js files -->
<!-- JavaScript -->
<script src="js/jquery-2.2.3.min.js"></script>
<!-- Default-JavaScript-File -->
<!-- carousel (for new section) -->
<script src="js/owl.carousel.js"></script>
<script>
$(document).ready(function () {
$('.owl-carousel').owlCarousel({
loop: true,
margin: 10,
responsiveClass: true,
responsive: {
0: {
items: 1,
nav: true
},
480: {
items: 2,
nav: true,
loop: false
},
736: {
items: 4,
nav: true,
loop: false
},
991: {
items: 3,
nav: true,
loop: false,
margin: 0
}
}
})
})
</script>
<!-- //carousel (for new section) -->
<!-- flexSlider (for testimonials) -->
<script defer src="js/jquery.flexslider.js"></script>
<script>
$(window).load(function () {
$('.flexslider').flexslider({
animation: "slide",
start: function (slider) {
$('body').removeClass('loading');
}
});
});
</script>
<!-- //flexSlider (for testimonials) -->
<!-- smooth scrolling -->
<script src="js/SmoothScroll.min.js"></script>
<!-- move-top -->
<script src="js/move-top.js"></script>
<!-- easing -->
<script src="js/easing.js"></script>
<!-- necessary snippets for few javascript files -->
<script src="js/Agro Crop.js"></script>
<script src="js/bootstrap.js"></script>
<!-- Necessary-JavaScript-File-For-Bootstrap -->
<!-- //Js files -->
</body>
</html>