-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
793 lines (751 loc) · 27.3 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
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
<!DOCTYPE html>
<html>
<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, shrink-to-fit=no" />
<!-- Site Metas -->
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="" />
<link rel="shortcut icon" href="images/farmtrade-logo.jpg" type="">
<title> farmTrade </title>
<!-- bootstrap core css -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
<!-- fonts style -->
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap" rel="stylesheet">
<!--owl slider stylesheet -->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
<!-- font awesome style -->
<link href="css/font-awesome.min.css" rel="stylesheet" />
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet" />
<!-- responsive style -->
<link href="css/responsive.css" rel="stylesheet" />
</head>
<body>
<div class="hero_area">
<div class="hero_bg_box">
<div class="bg_img_box">
<img src="images/images.png" alt="">
</div>
</div>
<!-- header section strats -->
<header class="header_section">
<div class="container-fluid">
<nav class="navbar navbar-expand-lg custom_nav-container ">
<a class="navbar-brand" href="index.html">
<div class="logo">
<img src="images/Logo - Copy.png" alt="Logo">
</div>
<span>
Farm trade
</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class=""> </span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html"> About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="service.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="why.html">Why Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="ngo.html">NGO Support</a>
</li>
<li class="nav-item">
<a class="nav-link" href="team.html">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="login (1).html"> <i class="fa fa-user" aria-hidden="true"></i> Login</a>
</li>
<form class="form-inline">
<button class="btn my-2 my-sm-0 nav_search-btn" type="submit">
<i class="fa fa-search" aria-hidden="true"></i>
</button>
</form>
</ul>
</div>
</nav>
</div>
</header>
<!-- end header section -->
<!-- slider section -->
<section class="slider_section ">
<div id="customCarousel1" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="container ">
<div class="row">
<div class="col-md-6 ">
<div class="detail-box">
<h1>
welcome <br>
to farmTrade
</h1>
<p>
Step into the world of Farm Trade – where growth meets opportunity,and agriculture thrives in every transaction.
Welcome to a harvest of possibilities where the potential of every seed is realised !</p>
<div class="btn-box">
<a href="" class="btn1">
Read More
</a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="img-box">
<img src="images/istockphoto-1394847988-640x640-removebg-preview.png" alt="">
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item ">
<div class="container ">
<div class="row">
<div class="col-md-6 ">
<div class="detail-box">
<h1>
welcome <br>
to farmTrade
</h1>
<p>
Step into the world of Farm Trade – where growth meets opportunity,and agriculture thrives in every transaction.
Welcome to a harvest of possibilities where the potential of every seed is realised !
</p>
<div class="btn-box">
<a href="" class="btn1">
Read More
</a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="img-box">
<img src="images/istockphoto-1394847988-640x640-removebg-preview.png" alt="">
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container ">
<div class="row">
<div class="col-md-6 ">
<div class="detail-box">
<h1>
welcome <br>
to FarmTrade
</h1>
<p>
Step into the world of Farm Trade – where growth meets opportunity,and agriculture thrives in every transaction.
Welcome to a harvest of possibilities where the potential of every seed is realised !</p>
<div class="btn-box">
<a href="" class="btn1">
Read More
</a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="img-box">
<img src="images/istockphoto-1394847988-640x640-removebg-preview.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
<ol class="carousel-indicators">
<li data-target="#customCarousel1" data-slide-to="0" class="active"></li>
<li data-target="#customCarousel1" data-slide-to="1"></li>
<li data-target="#customCarousel1" data-slide-to="2"></li>
</ol>
</div>
</section>
<!-- end slider section -->
</div>
<!-- service section -->
<section class="service_section layout_padding">
<div class="service_container">
<div class="container ">
<div class="heading_container heading_center">
<h2>
Our <span>Services</span>
</h2>
<p>
We at Farmtrade<sup>TM</sup> are dedicated to assist our customers in every way possible. To achieve this, we
provide a wide range of services to our clients.
</p>
</div>
<div class="row">
<div class="col-md-4 ">
<div class="box ">
<div class="img-box">
<img src="images/s1.png" alt="">
</div>
<div class="detail-box">
<h5>
Currency Wallet
</h5>
<p>
<br>A wallet system for the farmers and investors to manage finances seamlessly.<br><br>
</p>
<a href="">
Read More
</a>
</div>
</div>
</div>
<div class="col-md-4 ">
<div class="box ">
<div class="img-box">
<img src="images/s2.png" alt="">
</div>
<div class="detail-box">
<h5>
Security Storage
</h5>
<p>
To safegaurd their finances, we provide our clients a security vault with their own unique ID to guarentee limited but
trusted access.
</p>
<a href="">
Read More
</a>
</div>
</div>
</div>
<div class="col-md-4 ">
<div class="box ">
<div class="img-box">
<img src="images/s3.png" alt="">
</div>
<div class="detail-box">
<h5>
Expert Support
</h5>
<p>
A constant 24x7 hotline number is made availableto our clients with experts guiding them with their years
of accumulated knowledge in this industry.
</p>
<a href="">
Read More
</a>
</div>
</div>
</div>
</div>
<div class="btn-box">
<a href="">
View All
</a>
</div>
</div>
</div>
</section>
<!-- end service section -->
<!-- about section -->
<section class="about_section layout_padding">
<div class="container ">
<div class="heading_container heading_center">
<h2>
About <span>Us</span>
</h2>
</div>
<div class="row">
<div class="col-md-6 ">
<div class="img-box">
<img src="images/farmer-cartoon-vector-2603524-removebg-preview.png" alt="">
</div>
</div>
<div class="col-md-6">
<div class="detail-box">
<h3>
We Are FarmTrade<sup>TM</sup>
</h3>
<p>
From providing detailed insights to cultivating connections between fields and finances, we at Farmtrade<sup>TM</sup> are dedicated
to providing our customers with seamless experience in investment and farming. Farmtrade<sup>TM</sup> is a revolutionary platform where
Innovation meets cultivation. We aim to provide a common platform for farmers and investors to connect directly thereby
removing the middlemen and making the farming process more streamlined and modernized. Our facilities range from harvest
monitoring, constant NGO Support, product tracking and many more to help our customers realize the potential of every seed
planted. So, join us in this revolution where every click is a step towards a greener and more prosperous world.
</p>
</p>
<a href="">
Read More
</a>
</div>
</div>
</div>
</div>
</section>
<!-- end about section -->
<!-- why section -->
<section class="why_section layout_padding">
<div class="container">
<div class="heading_container heading_center">
<h2>
Why Choose <span>Us</span>
</h2>
</div>
<div class="why_container">
<div class="box">
<div class="img-box">
<img src="images/w1.png" alt="">
</div>
<div class="detail-box">
<h5>
Expert Management
</h5>
<p>
We have a panel of experts who have been in this industry for years. With their expertise and collaborative efforts with
multiple agencies, we guarentee high efficiency and maximum outcome.
</p>
</div>
</div>
<div class="box">
<div class="img-box">
<img src="images/w2.png" alt="">
</div>
<div class="detail-box">
<h5>
Secure Investment
</h5>
<p>
With facilities like Secure Storage abd verification processes, we guarente ecomplete security in all investments made on
our platform.
</p>
</div>
</div>
<div class="box">
<div class="img-box">
<img src="images/w3.png" alt="">
</div>
<div class="detail-box">
<h5>
Instant Trading
</h5>
<p>
We offer all our clients 24x7 online services, thereby assuring them of instant trading and transactions always.
</p>
</div>
</div>
<div class="box">
<div class="img-box">
<img src="images/w4.png" alt="">
</div>
<div class="detail-box">
<h5>
NGO Support
</h5>
<p>
<br>We at FarmTrade<sup>TM</sup> are fully dedicated to assisting farmers and investors in the event of unforeseen circumstances.
We provide a platform for the farmers to get in touch with NGOs and other non-profit organizations in the event of a
drought, famine, flood or any other unfortunate situation.
</p>
</div>
</div>
<!-- <div class="box">
<div class="img-box">
<img src="images/w4.png" alt="">
</div>
<div class="detail-box">
<h5>
Happy Customers
</h5>
<p>
Incidunt odit rerum tenetur alias architecto asperiores omnis cumque doloribus aperiam numquam! Eligendi corrupti, molestias laborum dolores quod nisi vitae voluptate ipsa? In tempore voluptate ducimus officia id, aspernatur nihil.
Tempore laborum nesciunt ut veniam, nemo officia ullam repudiandae repellat veritatis unde reiciendis possimus animi autem natus
</p>
</div>
</div> -->
</div>
<div class="btn-box">
<a href="">
Read More
</a>
</div>
</div>
</section>
<!-- end why section -->
<!-- team section -->
<section class="team_section layout_padding">
<div class="container-fluid">
<div class="heading_container heading_center">
<h2 class="">
Our <span> Team</span>
</h2>
</div>
<div class="team_container">
<div class="row">
<div class="col-lg-3 col-sm-6">
<div class="box ">
<div class="img-box">
<img src="images/team-2.jpg" class="img1" alt="">
</div>
<div class="detail-box">
<h5>
Joseph Brown
</h5>
<p>
Marketing Head
</p>
</div>
<div class="social_box">
<a href="#">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-youtube-play" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="box ">
<div class="img-box">
<img src="images/team-1.jpg" class="img1" alt="">
</div>
<div class="detail-box">
<h5>
Nancy White
</h5>
<p>
Marketing Head
</p>
</div>
<div class="social_box">
<a href="#">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-youtube-play" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="box ">
<div class="img-box">
<img src="images/team-4.jpg" class="img1" alt="">
</div>
<div class="detail-box">
<h5>
Earl Martinez
</h5>
<p>
Marketing Head
</p>
</div>
<div class="social_box">
<a href="#">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-youtube-play" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="box ">
<div class="img-box">
<img src="images/team-3.jpg" class="img1" alt="">
</div>
<div class="detail-box">
<h5>
Josephine Allard
</h5>
<p>
Marketing Head
</p>
</div>
<div class="social_box">
<a href="#">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-youtube-play" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end team section -->
<!-- client section -->
<section class="client_section layout_padding">
<div class="container">
<div class="heading_container heading_center psudo_white_primary mb_45">
<h2>
What says our <span>Customers</span>
</h2>
</div>
<div class="carousel-wrap ">
<div class="owl-carousel client_owl-carousel">
<div class="item">
<div class="box">
<div class="img-box">
<img src="images/client1.jpg" alt="" class="box-img">
</div>
<div class="detail-box">
<div class="client_id">
<div class="client_info">
<h6>
LusDen
</h6>
<p>
magna aliqua. Ut
</p>
</div>
<i class="fa fa-quote-left" aria-hidden="true"></i>
</div>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis </p>
</div>
</div>
</div>
<div class="item">
<div class="box">
<div class="img-box">
<img src="images/client2.jpg" alt="" class="box-img">
</div>
<div class="detail-box">
<div class="client_id">
<div class="client_info">
<h6>
Zen Court
</h6>
<p>
magna aliqua. Ut
</p>
</div>
<i class="fa fa-quote-left" aria-hidden="true"></i>
</div>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis </p>
</div>
</div>
</div>
<div class="item">
<div class="box">
<div class="img-box">
<img src="images/gcw.jpg" alt="" class="box-img">
</div>
<div class="detail-box">
<div class="client_id">
<div class="client_info">
<h6>
LusDen
</h6>
<p>
magna aliqua. Ut
</p>
</div>
<i class="fa fa-quote-left" aria-hidden="true"></i>
</div>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis </p>
</div>
</div>
</div>
<div class="item">
<div class="box">
<div class="img-box">
<img src="images/gcw.jpg" alt="" class="box-img">
</div>
<div class="detail-box">
<div class="client_id">
<div class="client_info">
<h6>
Zen Court
</h6>
<p>
magna aliqua. Ut
</p>
</div>
<i class="fa fa-quote-left" aria-hidden="true"></i>
</div>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis </p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end client section -->
<!-- info section -->
<section class="info_section layout_padding2">
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-3 info_col">
<div class="info_contact">
<h4>
Follow Us
</h4>
</div>
<div class="info_social">
<a href="">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
<a href="">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<a href="">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
<a href="">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
</div>
</div>
<div class="col-md-6 col-lg-3 info_col" style="color:white;">
<div class="info_detail">
<h4>
Information
</h4>
<div class="contact_link_box">
<a href="">
<i class="fa fa-map-marker" aria-hidden="true" style="color:white;"></i>
<span style="color:white;">
Location<br><br>
</span>
</a>
<a href="">
<i class="fa fa-phone" aria-hidden="true" style="color:white;"></i>
<span style="color:white;">
Call +01 1234567890<br><br>
</span>
</a>
<a href="">
<i class="fa fa-envelope" aria-hidden="true" style="color:white;"></i>
<span style="color:white;">
</span>
</a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-2 mx-auto info_col">
<div class="info_link_box">
<h4>
Links
</h4>
<div class="info_links">
<a class="active" href="index.html">
Home
</a>
<a class="" href="about.html">
About
</a>
<a class="" href="service.html">
Services
</a>
<a class="" href="why.html">
Why Us
</a>
<a class="" href="ngo.html">
NGO Support
</a>
<a class="" href="team.html">
Team
</a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 info_col ">
<h4>
Subscribe
</h4>
<form action="#">
<input type="text" placeholder="Enter email" />
<button type="submit">
Subscribe
</button>
</form>
</div>
</div>
</div>
</section>
<!-- end info section -->
<!-- footer section -->
<section class="footer_section">
<div class="container">
<p>
© <span id="displayYear"></span> All Rights Reserved
</p>
</div>
</section>
<!-- footer section -->
<!-- jQery -->
<script type="text/javascript" src="js/jquery-3.4.1.min.js"></script>
<!-- popper js -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous">
</script>
<!-- bootstrap js -->
<script type="text/javascript" src="js/bootstrap.js"></script>
<!-- owl slider -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js">
</script>
<!-- custom js -->
<script type="text/javascript" src="js/custom.js"></script>
<!-- Google Map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCh39n5U-4IoWpsVGUHWdqB6puEkhRLdmI&callback=myMap">
</script>
<!-- End Google Map -->
</body>
</html>