forked from municiii/Grow.agro
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
924 lines (851 loc) · 37.1 KB
/
index.html
File metadata and controls
924 lines (851 loc) · 37.1 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
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
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Title -->
<title>Grow-Agro - Farm Services & All Agriculture | Home</title>
<!-- Favicon -->
<link rel="icon" href="img/core-img/favicon.ico">
<!-- Core Stylesheet -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Preloader -->
<div class="preloader d-flex align-items-center justify-content-center">
<div class="spinner"></div>
</div>
<!-- ##### Header Area Start ##### -->
<header class="header-area">
<!-- Top Header Area -->
<div class="top-header-area">
<div class="container">
<div class="row">
<div class="col-12">
<div class="top-header-content d-flex align-items-center justify-content-between">
<!-- Top Header Content -->
<div class="top-header-meta">
<p>Welcome to <span>Grow-Agro</span>, we hope you will enjoy our products and have good experience</p>
</div>
<!-- Top Header Content -->
<div class="top-header-meta text-right">
<a href="#" data-toggle="tooltip" data-placement="bottom" title="infodeercreative@gmail.com"><i class="fa fa-envelope-o" aria-hidden="true"></i> <span>Email: Grow-Agro@gmail.com</span></a>
<a href="#" data-toggle="tooltip" data-placement="bottom" title="+1 234 122 122"><i class="fa fa-phone" aria-hidden="true"></i> <span>Call Us: +84 223 9000</span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Navbar Area -->
<div class="famie-main-menu">
<div class="classy-nav-container breakpoint-off">
<div class="container">
<!-- Menu -->
<nav class="classy-navbar justify-content-between" id="famieNav">
<!-- Nav Brand -->
<a href="index.html" class="nav-brand"><img src="img/core-img/WhatsApp Image 2020-07-09 at 12.29.59 AM.jpeg" alt=""></a>
<!-- Navbar Toggler -->
<div class="classy-navbar-toggler">
<span class="navbarToggler"><span></span><span></span><span></span></span>
</div>
<!-- Menu -->
<div class="classy-menu">
<!-- Close Button -->
<div class="classycloseIcon">
<div class="cross-wrap"><span class="top"></span><span class="bottom"></span></div>
</div>
<!-- Navbar Start -->
<div class="classynav">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="shop.html">Shop</a>
</li>
<li><a href="our-product.html">Our Product</a></li>
<li><a href="farming-practice.html">Farming Practice</a></li>
<li><a href="news.html">News</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="login.html">Log in</a></li>
</ul>
<!-- Search Icon -->
<div id="searchIcon">
<i class="icon_search" aria-hidden="true"></i>
</div>
<!-- Cart Icon -->
<div id="cartIcon">
<a href="#">
<i class="icon_cart_alt" aria-hidden="true"></i>
<span class="cart-quantity">2</span>
</a>
</div>
</div>
<!-- Navbar End -->
</div>
</nav>
<!-- Search Form -->
<div class="search-form">
<form action="#" method="get">
<input type="search" name="search" id="search" placeholder="Type keywords & press enter...">
<button type="submit" class="d-none"></button>
</form>
<!-- Close Icon -->
<div class="closeIcon"><i class="fa fa-times" aria-hidden="true"></i></div>
</div>
</div>
</div>
</div>
</header>
<!-- ##### Header Area End ##### -->
<!-- ##### Hero Area Start ##### -->
<div class="hero-area">
<div class="welcome-slides owl-carousel">
<!-- Single Welcome Slides -->
<div class="single-welcome-slides bg-img bg-overlay jarallax" style="background-image: url(img/bg-img/27.jpg);">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-12 col-lg-10">
<div class="welcome-content">
<h2 data-animation="fadeInUp" data-delay="200ms">GROW-AGRO</h2>
<p data-animation="fadeInUp" data-delay="400ms">A one stop shop for agriculture.</p>
<a href="#" class="btn famie-btn mt-4" data-animation="bounceInUp" data-delay="600ms">Log In</a>
</div>
</div>
</div>
</div>
</div>
<!-- Single Welcome Slides -->
<div class="single-welcome-slides bg-img bg-overlay jarallax" style="background-image: url(img/bg-img/apple.jpg);">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-12 col-lg-10">
<div class="welcome-content">
<p data-animation="fadeInDown" data-delay="200ms">Producing more.Conserving more.Improving lives.</p>
<a href="#" class="btn famie-btn mt-4" data-animation="bounceInDown" data-delay="600ms">Log In</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ##### Hero Area End ##### -->
<!-- ##### Famie Benefits Area Start ##### -->
<section class="famie-benefits-area section-padding-100-0 pb-5">
<div class="container">
<div class="row">
<div class="col-12">
<div class="benefits-thumbnail mb-50">
<img src="img/bg-img/2.jpg" alt="">
</div>
</div>
</div>
<div class="row justify-content-center">
<!-- Single Benefits Area -->
<div class="col-12 col-sm-4 col-lg">
<div class="single-benefits-area wow fadeInUp mb-50" data-wow-delay="100ms">
<img src="img/core-img/digger.png" alt="">
<h5>Best Services</h5>
</div>
</div>
<!-- Single Benefits Area -->
<div class="col-12 col-sm-4 col-lg">
<div class="single-benefits-area wow fadeInUp mb-50" data-wow-delay="300ms">
<img src="img/core-img/windmill.png" alt="">
<h5>Farm Experiences</h5>
</div>
</div>
<!-- Single Benefits Area -->
<div class="col-12 col-sm-4 col-lg">
<div class="single-benefits-area wow fadeInUp mb-50" data-wow-delay="500ms">
<img src="img/core-img/cereals.png" alt="">
<h5>100% Natural</h5>
</div>
</div>
<!-- Single Benefits Area -->
<div class="col-12 col-sm-4 col-lg">
<div class="single-benefits-area wow fadeInUp mb-50" data-wow-delay="700ms">
<img src="img/core-img/tractor.png" alt="">
<h5>Farm Equipment</h5>
</div>
</div>
<!-- Single Benefits Area -->
<div class="col-12 col-sm-4 col-lg">
<div class="single-benefits-area wow fadeInUp mb-50" data-wow-delay="900ms">
<img src="img/core-img/sunrise.png" alt="">
<h5>Technological methods</h5>
</div>
</div>
</div>
</div>
</section>
<!-- ##### Famie Benefits Area End ##### -->
<!-- ##### About Us Area Start ##### -->
<section class="about-us-area">
<div class="container">
<div class="row align-items-center">
<!-- About Us Content -->
<div class="col-12 col-md-8">
<div class="about-us-content mb-100">
<!-- Section Heading -->
<div class="section-heading">
<p>About us</p>
<h2><span>Let Us</span> Tell You Our Story</h2>
<img src="img/core-img/decor.png" alt="">
</div>
<p>The core of this application is the ability for farmers and agricultural entrepreneurs to network among themselves and investors to push their various agribusinesses to a larger market .
It contributes mainly to increase the local production by the digitalization of the agricultural council in particular, and the whole food sector in general. The app facilitates access to finance, access to a young workforce and to professionals experienced in monitoring food production.
With or without an internet connection, the Agrows can access the app to use the services offered and increase his income.
</p>
<a href="#" class="btn famie-btn mt-30">Read More</a>
</div>
</div>
<!-- Famie Video Play -->
<div class="col-12 col-md-4">
<div class="famie-video-play mb-100">
<img src="img/bg-img/6.jpg" alt="">
<!-- Play Icon -->
<a href="https://www.youtube.com/watch?v=LRq0wqt7b7E" class="play-icon"><i class="fa fa-play"></i></a>
</div>
</div>
</div>
</div>
</section>
<!-- ##### About Us Area End ##### -->
<!-- ##### Services Area Start ##### -->
<section class="services-area d-flex flex-wrap">
<!-- Service Thumbnail -->
<div class="services-thumbnail bg-img jarallax" style="background-image: url('img/bg-img/baskets.jpg');"></div>
<!-- Service Content -->
<div class="services-content section-padding-100-50 px-5">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<!-- Section Heading -->
<div class="section-heading">
<p>What we do</p>
<h2><span>Our Service</span> Is Mainstay For Us</h2>
<img src="img/core-img/decor.png" alt="">
</div>
</div>
</div>
<div class="row">
<div class="col-12 mb-50">
<p>We are building a community that will lead Agribusiness development in Africa,
providing mentorship, support, knowledge and opportunity sharing.</p>
</div>
<!-- Single Service Area -->
<div class="col-12 col-lg-6">
<div class="single-service-area mb-50 wow fadeInUp" data-wow-delay="100ms">
<!-- Service Title -->
<div class="service-title mb-3 d-flex align-items-center">
<img src="img/core-img/s1.png" alt="">
<h5>Fruit & Vegetable</h5>
</div>
<p>Intiam eu sagittis est, aster cosmo lacini libero. Praesent dignissim sed odio velo aliquam manta legolas. </p>
</div>
</div>
<!-- Single Service Area -->
<div class="col-12 col-lg-6">
<div class="single-service-area mb-50 wow fadeInUp" data-wow-delay="300ms">
<!-- Service Title -->
<div class="service-title mb-3 d-flex align-items-center">
<img src="img/core-img/s2.png" alt="">
<h5>Meat & Eggs</h5>
</div>
<p>Intiam eu sagittis est, aster cosmo lacini libero. Praesent dignissim sed odio velo aliquam manta legolas. </p>
</div>
</div>
<!-- Single Service Area -->
<div class="col-12 col-lg-6">
<div class="single-service-area mb-50 wow fadeInUp" data-wow-delay="500ms">
<!-- Service Title -->
<div class="service-title mb-3 d-flex align-items-center">
<img src="img/core-img/s3.png" alt="">
<h5>Milk & Cheese</h5>
</div>
<p>Intiam eu sagittis est, aster cosmo lacini libero. Praesent dignissim sed odio velo aliquam manta legolas. </p>
</div>
</div>
<!-- Single Service Area -->
<div class="col-12 col-lg-6">
<div class="single-service-area mb-50 wow fadeInUp" data-wow-delay="700ms">
<!-- Service Title -->
<div class="service-title mb-3 d-flex align-items-center">
<img src="img/core-img/s4.png" alt="">
<h5>Rice & Corn</h5>
</div>
<p>Intiam eu sagittis est, aster cosmo lacini libero. Praesent dignissim sed odio velo aliquam manta legolas. </p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ##### Services Area End ##### -->
<!-- ##### Our Products Area Start ##### -->
<section class="our-products-area section-padding-100">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Section Heading -->
<div class="section-heading text-center">
<p>Featured Products</p>
<h2><span>Our Product</span> Are Highest Quality</h2>
<img src="img/core-img/decor2.png" alt="">
</div>
</div>
</div>
<div class="row">
<!-- Single Product Area -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-product-area mb-50 wow fadeInUp" data-wow-delay="100ms">
<!-- Product Thumbnail -->
<div class="product-thumbnail">
<img src="img/bg-img/p1.jpg" alt="">
<!-- Product Tags -->
<span class="product-tags">Hot</span>
<!-- Product Meta Data -->
<div class="product-meta-data">
<a href="#" data-toggle="tooltip" data-placement="top" title="Favourite"><i class="icon_heart_alt"></i></a>
<a href="#" data-toggle="tooltip" data-placement="top" title="Add To Cart"><i class="icon_cart_alt"></i></a>
<a href="#" data-toggle="tooltip" data-placement="top" title="Compare"><i class="arrow_left-right_alt"></i></a>
</div>
</div>
<!-- Product Description -->
<div class="product-desc text-center pt-4">
<a href="#" class="product-title">Strawberry</a>
<h6 class="price">$17.99</h6>
</div>
</div>
</div>
<!-- Single Product Area -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-product-area mb-50 wow fadeInUp" data-wow-delay="300ms">
<!-- Product Thumbnail -->
<div class="product-thumbnail">
<img src="img/bg-img/p2.jpg" alt="">
<!-- Product Meta Data -->
<div class="product-meta-data">
<a href="#" data-toggle="tooltip" data-placement="top" title="Favourite"><i class="icon_heart_alt"></i></a>
<a href="#" data-toggle="tooltip" data-placement="top" title="Add To Cart"><i class="icon_cart_alt"></i></a>
<a href="#" data-toggle="tooltip" data-placement="top" title="Compare"><i class="arrow_left-right_alt"></i></a>
</div>
</div>
<!-- Product Description -->
<div class="product-desc text-center pt-4">
<a href="#" class="product-title">Baked Breads</a>
<h6 class="price">$9.99</h6>
</div>
</div>
</div>
<!-- Single Product Area -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-product-area mb-50 wow fadeInUp" data-wow-delay="500ms">
<!-- Product Thumbnail -->
<div class="product-thumbnail">
<img src="img/bg-img/p3.jpg" alt="">
<!-- Product Meta Data -->
<div class="product-meta-data">
<a href="#" data-toggle="tooltip" data-placement="top" title="Favourite"><i class="icon_heart_alt"></i></a>
<a href="#" data-toggle="tooltip" data-placement="top" title="Add To Cart"><i class="icon_cart_alt"></i></a>
<a href="#" data-toggle="tooltip" data-placement="top" title="Compare"><i class="arrow_left-right_alt"></i></a>
</div>
</div>
<!-- Product Description -->
<div class="product-desc text-center pt-4">
<a href="#" class="product-title">Prime Beef</a>
<h6 class="price">$59.99</h6>
</div>
</div>
</div>
<!-- Single Product Area -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-product-area mb-50 wow fadeInUp" data-wow-delay="700ms">
<!-- Product Thumbnail -->
<div class="product-thumbnail">
<img src="img/bg-img/p4.jpg" alt="">
<!-- Product Tags -->
<span class="product-tags bg-danger">Sale</span>
<!-- Product Meta Data -->
<div class="product-meta-data">
<a href="#" data-toggle="tooltip" data-placement="top" title="Favourite"><i class="icon_heart_alt"></i></a>
<a href="#" data-toggle="tooltip" data-placement="top" title="Add To Cart"><i class="icon_cart_alt"></i></a>
<a href="#" data-toggle="tooltip" data-placement="top" title="Compare"><i class="arrow_left-right_alt"></i></a>
</div>
</div>
<!-- Product Description -->
<div class="product-desc text-center pt-4">
<a href="#" class="product-title">Pure Honey</a>
<h6 class="price"><span>$29.99</span> $19.99</h6>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="gotoshop-btn text-center wow fadeInUp" data-wow-delay="900ms">
<a href="shop.html" class="btn famie-btn">Go to Store</a>
</div>
</div>
</div>
</div>
</section>
<!-- ##### Our Products Area End ##### -->
<!-- ##### Newsletter Area Start ##### -->
<section class="newsletter-area section-padding-100 bg-img bg-overlay jarallax" style="background-image: url('img/bg-img/8.jpg');">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-lg-10">
<div class="newsletter-content">
<!-- Section Heading -->
<div class="section-heading white text-center">
<p>What we do</p>
<h2><span>Our Service</span> Is Mainstay For Us</h2>
<img src="img/core-img/decor2.png" alt="">
</div>
<p class="text-white mb-50 text-center">Be the first to recieve our newsletters and updates on agriculture and farm management.</p>
</div>
</div>
</div>
<!-- Newsletter Form -->
<div class="row justify-content-center">
<div class="col-12 col-lg-6">
<form action="#" method="post">
<input type="text" class="form-control" placeholder="Enter your email">
<button type="submit" class="btn famie-btn">Subscribe</button>
</form>
</div>
</div>
</div>
</section>
<!-- ##### Newsletter Area End ##### -->
<!-- ##### Farming Practice Area Start ##### -->
<section class="farming-practice-area section-padding-100-50">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Section Heading -->
<div class="section-heading text-center">
<p>Make the green world</p>
<h2><span>Farming Practices</span> To Preserve Land & Water</h2>
<img src="img/core-img/decor2.png" alt="">
</div>
</div>
</div>
<div class="row">
<!-- Single Farming Practice Area -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-farming-practice-area mb-50 wow fadeInUp" data-wow-delay="100ms">
<!-- Thumbnail -->
<div class="farming-practice-thumbnail">
<img src="img/bg-img/9.jpg" alt="">
</div>
<!-- Content -->
<div class="farming-practice-content text-center">
<!-- Icon -->
<div class="farming-icon">
<img src="img/core-img/chicken.png" alt="">
</div>
<span>Farming practice for</span>
<h4>Chicken Farmed For Meat</h4>
</div>
</div>
</div>
<!-- Single Farming Practice Area -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-farming-practice-area mb-50 wow fadeInUp" data-wow-delay="200ms">
<!-- Thumbnail -->
<div class="farming-practice-thumbnail">
<img src="img/bg-img/10.jpg" alt="">
</div>
<!-- Content -->
<div class="farming-practice-content text-center">
<!-- Icon -->
<div class="farming-icon">
<img src="img/core-img/pig.png" alt="">
</div>
<span>Farming practice for</span>
<h4>Pig Farm Management</h4>
</div>
</div>
</div>
<!-- Single Farming Practice Area -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-farming-practice-area mb-50 wow fadeInUp" data-wow-delay="300ms">
<!-- Thumbnail -->
<div class="farming-practice-thumbnail">
<img src="img/bg-img/11.jpg" alt="">
</div>
<!-- Content -->
<div class="farming-practice-content text-center">
<!-- Icon -->
<div class="farming-icon">
<img src="img/core-img/cow.png" alt="">
</div>
<span>Farming practice for</span>
<h4>Beef Cattle Farming</h4>
</div>
</div>
</div>
<!-- Single Farming Practice Area -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-farming-practice-area mb-50 wow fadeInUp" data-wow-delay="400ms">
<!-- Thumbnail -->
<div class="farming-practice-thumbnail">
<img src="img/bg-img/12.jpg" alt="">
</div>
<!-- Content -->
<div class="farming-practice-content text-center">
<!-- Icon -->
<div class="farming-icon">
<img src="img/core-img/cereal.png" alt="">
</div>
<span>Farming practice for</span>
<h4>Improved Rice Cultivation</h4>
</div>
</div>
</div>
<!-- Single Farming Practice Area -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-farming-practice-area mb-50 wow fadeInUp" data-wow-delay="500ms">
<!-- Thumbnail -->
<div class="farming-practice-thumbnail">
<img src="img/bg-img/13.jpg" alt="">
</div>
<!-- Content -->
<div class="farming-practice-content text-center">
<!-- Icon -->
<div class="farming-icon">
<img src="img/core-img/sprout.png" alt="">
</div>
<span>Farming practice for</span>
<h4>Soil Improvement Techniques</h4>
</div>
</div>
</div>
<!-- Single Farming Practice Area -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-farming-practice-area mb-50 wow fadeInUp" data-wow-delay="600ms">
<!-- Thumbnail -->
<div class="farming-practice-thumbnail">
<img src="img/bg-img/14.jpg" alt="">
</div>
<!-- Content -->
<div class="farming-practice-content text-center">
<!-- Icon -->
<div class="farming-icon">
<img src="img/core-img/vegetable.png" alt="">
</div>
<span>Farming practice for</span>
<h4>Intensive Fruit Farming</h4>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ##### Farming Practice Area End ##### -->
<!-- ##### Testimonial Area Start ##### -->
<section class="testimonial-area bg-img bg-overlay section-padding-100 jarallax" style="background-image: url('img/bg-img/15.jpg');">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Testimonial Slides -->
<div class="testimonial-slides owl-carousel">
<!-- Single Slide -->
<div class="single-slide">
<!-- Testimonial Text -->
<div class="testi-text d-flex">
<div class="quote-icon">
<img src="img/core-img/quote.png" alt="">
</div>
<h5>My children like your products and they use for breakfast. We are loving the pure milk, freshly fruit and of course our staple, Brown Rice Bread. Your Gluten Free breads truly make me feel
lighter and uplifted. It's the only bread I plan to eat for the rest of my life. I will use them for many years."</h5>
</div>
<!-- Testimonial Thumbnail Name -->
<div class="testimonial-thumbnail-name d-flex align-items-center">
<div class="testimonial-thumbnail">
</div>
<div class="testimonial-name">
<h5>Mrs Mugo</h5>
<h6>Customer</h6>
</div>
</div>
</div>
<!-- Single Slide -->
<div class="single-slide">
<!-- Testimonial Text -->
<div class="testi-text d-flex">
<div class="quote-icon">
<img src="img/core-img/quote.png" alt="">
</div>
<h5>"Thank you for this web application.It has really helped me grow myself and my business by giving
me a platform to share my services.The networking is great and really helpful.The online shop has also helped me sell my fertilizers earning me extra income."</h5>
</div>
<!-- Testimonial Thumbnail Name -->
<div class="testimonial-thumbnail-name d-flex align-items-center">
<div class="testimonial-thumbnail">
</div>
<div class="testimonial-name">
<h5>Ajoy Edochie</h5>
<h6>agronomist</h6>
</div>
</div>
</div>
<!-- Single Slide -->
<div class="single-slide">
<!-- Testimonial Text -->
<div class="testi-text d-flex">
<div class="quote-icon">
<img src="img/core-img/quote.png" alt="">
</div>
<h5>"This web application is and has been a blessing to my farm.I got to learn alot about farming and networked with a couple of agronomists to help me
with my progress.The shop has also helped me to get extra income from selling my produce and I am really happy"</h5>
</div>
<!-- Testimonial Thumbnail Name -->
<div class="testimonial-thumbnail-name d-flex align-items-center">
<div class="testimonial-thumbnail">
</div>
<div class="testimonial-name">
<h5>Akash Khan</h5>
<h6>Farmer</h6>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ##### Testimonial Area End ##### -->
<!-- ##### Contact Area Start ##### -->
<section class="contact-area section-padding-100-0">
<div class="container">
<div class="row justify-content-between">
<!-- Contact Content -->
<div class="col-12 col-lg-5">
<div class="contact-content mb-100">
<!-- Section Heading -->
<div class="section-heading">
<p>Contact now</p>
<h2><span>Get In Touch</span> With Us</h2>
<img src="img/core-img/decor.png" alt="">
</div>
<!-- Contact Form Area -->
<div class="contact-form-area">
<form action="index.html" method="post">
<div class="row">
<div class="col-lg-6">
<input type="text" class="form-control" name="name" placeholder="Your Name">
</div>
<div class="col-lg-6">
<input type="email" class="form-control" name="email" placeholder="Your Email">
</div>
<div class="col-12">
<input type="text" class="form-control" name="subject" placeholder="Your Subject">
</div>
<div class="col-12">
<textarea name="message" class="form-control" cols="30" rows="10" placeholder="Your Message"></textarea>
</div>
<div class="col-12">
<button type="submit" class="btn famie-btn">Send Message</button>
</div>
</div>
</form>
</div>
</div>
</div>
<!-- Contact Maps -->
<div class="col-lg-6">
<div class="contact-maps mb-100">
<img src="img/bg-img/business-booth.jpg"
</div>
</div>
</div>
</div>
</section>
<!-- ##### Contact Area End ##### -->
<!-- ##### News Area Start ##### -->
<section class="news-area bg-gray section-padding-100-0">
<div class="container">
<div class="row">
<!-- Featured Post Area -->
<div class="col-12 col-lg-6">
<div class="featured-post-area mb-100 wow fadeInUp" data-wow-delay="100ms">
<img src="img/bg-img/17.jpg" alt="">
<!-- Post Content -->
<div class="post-content">
<h6>Post on <a href="#">18 Aug 2018</a> / <a href="#">Carlos Bacca</a></h6>
<a href="#" class="post-title">Why innovation is key to maintaining our export market share</a>
</div>
</div>
</div>
<!-- Single Blog Area -->
<div class="col-12 col-lg-6 mb-100">
<!-- Single Blog Area -->
<div class="single-blog-area style-2 wow fadeInUp" data-wow-delay="300ms">
<!-- Post Content -->
<div class="post-content">
<h6>Post on <a href="#">18 Aug 2018</a> / <a href="#">Peter Crough</a></h6>
<a href="#" class="post-title">Rising cattle supplies see beef export lifted</a>
<p>Maecenas facilisis quam orcit, velo porttitor arcu egestas eu. Maecenas donald imperdiet nibh, quis. Etiam non scelerisque exited sagittis...</p>
</div>
</div>
<!-- Single Blog Area -->
<div class="single-blog-area style-2 wow fadeInUp" data-wow-delay="500ms">
<!-- Post Content -->
<div class="post-content">
<h6>Post on <a href="#">18 Aug 2018</a> / <a href="#">Peter Crough</a></h6>
<a href="#" class="post-title">Cattle marts: Cows take a hit at the ringside</a>
<p>Maecenas facilisis quam orcit, velo porttitor arcu egestas eu. Maecenas donald imperdiet nibh, quis. Etiam non scelerisque exited sagittis...</p>
</div>
</div>
<!-- Single Blog Area -->
<div class="single-blog-area style-2 wow fadeInUp" data-wow-delay="700ms">
<!-- Post Content -->
<div class="post-content">
<h6>Post on <a href="#">18 Aug 2018</a> / <a href="#">Peter Crough</a></h6>
<a href="#" class="post-title">Malting barley price set to commence</a>
<p>Maecenas facilisis quam orcit, velo porttitor arcu egestas eu. Maecenas donald imperdiet nibh, quis. Etiam non scelerisque exited sagittis...</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ##### News Area End ##### -->
<!-- ##### Footer Area Start ##### -->
<footer class="footer-area">
<!-- Main Footer Area -->
<div class="main-footer bg-img bg-overlay section-padding-80-0" style="background-image: url(img/bg-img/3.jpg);">
<div class="container">
<div class="row">
<!-- Single Footer Widget Area -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="footer-widget mb-80">
<a href="#"><p style="font-size:40px">Grow-Agro</p></a>
<p>A one stop shop for agriculture</p>
<div class="contact-info">
<p><i class="fa fa-map-pin" aria-hidden="true"></i><span>120 Raymond Rd, New York</span></p>
<p><i class="fa fa-envelope" aria-hidden="true"></i><span>Grow-Agro@gmail.com</span></p>
<p><i class="fa fa-phone" aria-hidden="true"></i><span>+84 223 9000</span></p>
</div>
</div>
</div>
<!-- Single Footer Widget Area -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="footer-widget mb-80">
<h5 class="widget-title">QUICK LINK</h5>
<!-- Footer Widget Nav -->
<nav class="footer-widget-nav">
<ul>
<li><a href="#">Purchase</a></li>
<li><a href="#">Shipping</a></li>
<li><a href="#">FAQs</a></li>
<li><a href="#">Return</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Payments</a></li>
<li><a href="#">Partners</a></li>
<li><a href="#">Guide</a></li>
</ul>
</nav>
</div>
</div>
<!-- Single Footer Widget Area -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="footer-widget mb-80">
<h5 class="widget-title">RECENT NEWS</h5>
<!-- Single Recent News Start -->
<div class="single-recent-blog d-flex align-items-center">
<div class="post-thumbnail">
<img src="img/bg-img/4.jpg" alt="">
</div>
<div class="post-content">
<a href="#" class="post-title">WA’s largest farming business on the market</a>
<div class="post-date">18 Aug 2018</div>
</div>
</div>
<!-- Single Recent News Start -->
<div class="single-recent-blog d-flex align-items-center">
<div class="post-thumbnail">
<img src="img/bg-img/5.jpg" alt="">
</div>
<div class="post-content">
<a href="#" class="post-title">Beef retail prices hit a record</a>
<div class="post-date">18 Aug 2018</div>
</div>
</div>
</div>
</div>
<!-- Single Footer Widget Area -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="footer-widget mb-80">
<h5 class="widget-title">STAY CONNECTED</h5>
<!-- Footer Social Info -->
<div class="footer-social-info">
<a href="#">
<i class="fa fa-facebook" aria-hidden="true"></i>
<span>Facebook</span>
</a>
<a href="#">
<i class="fa fa-twitter" aria-hidden="true"></i>
<span>Twitter</span>
</a>
<a href="#">
<i class="fa fa-pinterest" aria-hidden="true"></i>
<span>Pinterest</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Copywrite Area -->
<div class="copywrite-area">
<div class="container">
<div class="copywrite-text">
<div class="row align-items-center">
<div class="col-md-6">
<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>
</div>
</div>
</div>
</footer>
<!-- ##### Footer Area End ##### -->
<!-- ##### All Javascript Files ##### -->
<!-- jquery 2.2.4 -->
<script src="js/jquery.min.js"></script>
<!-- Popper js -->
<script src="js/popper.min.js"></script>
<!-- Bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- Owl Carousel js -->
<script src="js/owl.carousel.min.js"></script>
<!-- Classynav -->
<script src="js/classynav.js"></script>
<!-- Wow js -->
<script src="js/wow.min.js"></script>
<!-- Sticky js -->
<script src="js/jquery.sticky.js"></script>
<!-- Magnific Popup js -->
<script src="js/jquery.magnific-popup.min.js"></script>
<!-- Scrollup js -->
<script src="js/jquery.scrollup.min.js"></script>
<!-- Jarallax js -->
<script src="js/jarallax.min.js"></script>
<!-- Jarallax Video js -->
<script src="js/jarallax-video.min.js"></script>
<!-- Active js -->
<script src="js/active.js"></script>
</body>
</html>