-
Notifications
You must be signed in to change notification settings - Fork 2
/
dashboard.html
839 lines (795 loc) · 57.6 KB
/
dashboard.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Agrinexa</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='stylesheet/main.css'>
<link rel='stylesheet' type='text/css' media='screen' href='stylesheet/responsive.css'>
<link rel='stylesheet' type='text/css' media='screen' href='stylesheet/_accordion.css'>
<link rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
</head>
<body>
<section class="first_sect">
<nav>
<div class="navbar">
<div class="logo">
<a href="index.html"> <img src="/img/Asset 5 1.png" alt=""></a>
</div>
<div class="menu">
<ul class="nav-menu">
<li class="index"><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="product.html">Products</a></li>
<div class="btn2">
<button onclick="netlifyIdentity.open()" class="log">Log Out</button>
</div>
</ul>
</div>
<div class="btn">
<button onclick="netlifyIdentity.open()" class="log">Log Out</button>
</div>
<div class="hambuger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>
<div id="user-info"></div>
<div class="all-sections">
<div class="first_banner">
<div class="first_ban">
<h2>Connecting Farmers and Buyers in the <br>
Agricultural MarketPlace </h2>
<p>Find fresh, locally grown produce directly from farmers.</p>
<div class="btn3">
<button>Browse Products</button>
</div>
</div>
</div>
</div>
</section>
<section class="second_sect">
<div class="all-sections">
<div class="second_section">
<h2>Popular Categories:</h2>
<form id="search-form">
<div class="input_field">
<input type="search" name="" id="search-input" placeholder="Search for Products">
<svg class="search_icon" stroke="currentColor" fill="currentColor" stroke-width="0"
type="submit" viewBox="0 0 24 24" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M10,18c1.846,0,3.543-0.635,4.897-1.688l4.396,4.396l1.414-1.414l-4.396-4.396C17.365,13.543,18,11.846,18,10 c0-4.411-3.589-8-8-8s-8,3.589-8,8S5.589,18,10,18z M10,4c3.309,0,6,2.691,6,6s-2.691,6-6,6s-6-2.691-6-6S6.691,4,10,4z">
</path>
</svg>
</div>
</form>
<div class="carousel_arrow">
<div class="carol_img">
<svg id="prevButton" class="arrows" stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 16 16" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M5.854 4.646a.5.5 0 010 .708L3.207 8l2.647 2.646a.5.5 0 01-.708.708l-3-3a.5.5 0 010-.708l3-3a.5.5 0 01.708 0z"
clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M2.5 8a.5.5 0 01.5-.5h10.5a.5.5 0 010 1H3a.5.5 0 01-.5-.5z"
clip-rule="evenodd"></path>
</svg>
</div>
<div class="carol_img">
<svg id="nextButton" class="arrows" stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 16 16" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M10.146 4.646a.5.5 0 01.708 0l3 3a.5.5 0 010 .708l-3 3a.5.5 0 01-.708-.708L12.793 8l-2.647-2.646a.5.5 0 010-.708z"
clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M2 8a.5.5 0 01.5-.5H13a.5.5 0 010 1H2.5A.5.5 0 012 8z"
clip-rule="evenodd"></path>
</svg>
</div>
</div>
<div class="products_slide">
<div class="scrollable_wrapper">
<div class="all_product">
<div class="product_card">
<div class="product_img">
<img src="img/tomatoes.png" alt="">
</div>
<div class="product_name">
<h3>Fresh Tomatoes:</h3>
<p>10,500</p>
</div>
<div class="product_btn">
<button>Shop Now!</button>
</div>
</div>
<div class="product_card">
<div class="product_img">
<img src="img/groceris.png" alt="">
</div>
<div class="product_name">
<h3>Fresh Tomatoes:</h3>
<p>10,500</p>
</div>
<div class="product_btn">
<button>Shop Now!</button>
</div>
</div>
<div class="product_card">
<div class="product_img">
<img src="img/grains.png" alt="">
</div>
<div class="product_name">
<h3>Fresh Tomatoes:</h3>
<p>10,500</p>
</div>
<div class="product_btn">
<button>Shop Now!</button>
</div>
</div>
<div class="product_card">
<div class="product_img">
<img src="img/hen.png" alt="">
</div>
<div class="product_name">
<h3>Fresh Tomatoes:</h3>
<p>10,500</p>
</div>
<div class="product_btn">
<button>Shop Now!</button>
</div>
</div>
<div class="product_card">
<div class="product_img">
<img src="img/fruit.png" alt="">
</div>
<div class="product_name">
<h3>Fresh Tomatoes:</h3>
<p>10,500</p>
</div>
<div class="product_btn">
<button>Shop Now!</button>
</div>
</div>
<div class="product_card">
<div class="product_img">
<img src="img/grains.png" alt="">
</div>
<div class="product_name">
<h3>Fresh Tomatoes:</h3>
<p>10,500</p>
</div>
<div class="product_btn">
<button>Shop Now!</button>
</div>
</div>
<div class="product_card">
<div class="product_img">
<img src="img/groceris.png" alt="">
</div>
<div class="product_name">
<h3>Fresh Tomatoes:</h3>
<p>10,500</p>
</div>
<div class="product_btn">
<button>Shop Now!</button>
</div>
</div>
<div class="product_card">
<div class="product_img">
<img src="img/hen.png" alt="">
</div>
<div class="product_name">
<h3>Fresh Tomatoes:</h3>
<p>10,500</p>
</div>
<div class="product_btn">
<button>Shop Now!</button>
</div>
</div>
<div class="product_card">
<div class="product_img">
<img src="img/hen.png" alt="">
</div>
<div class="product_name">
<h3>Fresh Tomatoes:</h3>
<p>10,500</p>
</div>
<div class="product_btn">
<button>Shop Now!</button>
</div>
</div>
</div>
</div>
</div>
<div class="btn3">
<button>View all Products</button>
</div>
</div>
</div>
</section>
<section class="third_sect">
<div class="all-sections">
<div class="top_third">
<h2>How AgriNexa Works</h2>
<div class="about_agri">
<div class="about_agri-img">
<img src="/img/woman & farm products.png" alt="">
</div>
<div class="about_agri-text">
<p>Agrinexa's innovative practices are reshaping the agricultural landscape. By utilizing
advanced technologies, data analytics, and a strong commitment to sustainability, the brand
is enabling farmers to grow crops more efficiently, responsibly, and intelligently. </p>
<div class="learn_btn">
<button>Learn More</button>
</div>
</div>
</div>
<h2>Sellers Spotlight</h2>
<div class="seller_spot">
<div class="sellers">
<div class="seller_img">
<img src="/img/Ellipse 12.png" alt="">
</div>
<h2>Mallam Adamu</h2>
<p>Benue State</p>
<h3>Rearing of livestock animals</h3>
</div>
<div class="sellers">
<div class="seller_img">
<img src="/img/Ellipse 13.png" alt="">
</div>
<h2>Mrs. Alero</h2>
<p>Delta State</p>
<h3>Crops Farmer, Crops seller</h3>
</div>
<div class="sellers">
<div class="seller_img">
<img src="/img/Ellipse 14.png" alt="">
</div>
<h2>Mr. John</h2>
<p>Kogi State</p>
<h3>Wholesaler of farm products</h3>
</div>
</div>
<div class="rectangle">
<img src="img/Group 4.png" alt="">
</div>
</div>
</div>
</section>
<secttion class="fourth_sect">
<div class="test">
<div class="all-sections">
<div class="testimonial">
<div class="testimonial_heading">
<h3>Client Testimonial</h3>
<div class="carl">
<div class="carol_img">
<svg id="prevButton" class="arrows" stroke="currentColor" fill="currentColor"
stroke-width="0" viewBox="0 0 16 16" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M5.854 4.646a.5.5 0 010 .708L3.207 8l2.647 2.646a.5.5 0 01-.708.708l-3-3a.5.5 0 010-.708l3-3a.5.5 0 01.708 0z"
clip-rule="evenodd"></path>
<path fill-rule="evenodd"
d="M2.5 8a.5.5 0 01.5-.5h10.5a.5.5 0 010 1H3a.5.5 0 01-.5-.5z"
clip-rule="evenodd"></path>
</svg>
</div>
<div class="carol_img">
<svg id="nextButton" class="arrows" stroke="currentColor" fill="currentColor"
stroke-width="0" viewBox="0 0 16 16" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M10.146 4.646a.5.5 0 01.708 0l3 3a.5.5 0 010 .708l-3 3a.5.5 0 01-.708-.708L12.793 8l-2.647-2.646a.5.5 0 010-.708z"
clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M2 8a.5.5 0 01.5-.5H13a.5.5 0 010 1H2.5A.5.5 0 012 8z"
clip-rule="evenodd"></path>
</svg>
</div>
</div>
</div>
<div class="scrollable_wrapper">
<div class="testimonial_card">
<div class="test_card">
<svg class="quote_svg" stroke="currentColor" fill="currentColor" stroke-width="0"
version="1.1" viewBox="0 0 16 16" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M12.5 10c-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5 3.5 1.567 3.5 3.5l0.016 0.5c0 3.866-3.134 7-7 7v-2c1.336 0 2.591-0.52 3.536-1.464 0.182-0.182 0.348-0.375 0.497-0.578-0.179 0.028-0.362 0.043-0.549 0.043zM3.5 10c-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5 3.5 1.567 3.5 3.5l0.016 0.5c0 3.866-3.134 7-7 7v-2c1.336 0 2.591-0.52 3.536-1.464 0.182-0.182 0.348-0.375 0.497-0.578-0.179 0.028-0.362 0.043-0.549 0.043z">
</path>
</svg>
<p class="quote_text">Agrinexa made sourcing fresh produce for my restaurant a breeze.
Quality and convenience in one!</p>
<div class="customer">
<div class="customer_img">
<img src="/img/Image (1).png" alt="">
</div>
<div class="customer_name">
<h3>Robert Fox</h3>
<p>Customer</p>
</div>
<div class="star_svg">
<svg stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 1024 1024" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z">
</path>
</svg>
<svg stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 1024 1024" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z">
</path>
</svg>
<svg stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 1024 1024" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z">
</path>
</svg>
<svg stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 1024 1024" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z">
</path>
</svg>
<svg stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 1024 1024" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z">
</path>
</svg>
</div>
</div>
</div>
<div class="test_card">
<svg class="quote_svg" stroke="currentColor" fill="currentColor" stroke-width="0"
version="1.1" viewBox="0 0 16 16" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M12.5 10c-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5 3.5 1.567 3.5 3.5l0.016 0.5c0 3.866-3.134 7-7 7v-2c1.336 0 2.591-0.52 3.536-1.464 0.182-0.182 0.348-0.375 0.497-0.578-0.179 0.028-0.362 0.043-0.549 0.043zM3.5 10c-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5 3.5 1.567 3.5 3.5l0.016 0.5c0 3.866-3.134 7-7 7v-2c1.336 0 2.591-0.52 3.536-1.464 0.182-0.182 0.348-0.375 0.497-0.578-0.179 0.028-0.362 0.043-0.549 0.043z">
</path>
</svg>
<p class="quote_text">Agrinexa keeps my grocery store stocked with locally sourced
products.</p>
<div class="customer">
<div class="customer_img">
<img src="/img/Image (2).png" alt="">
</div>
<div class="customer_name">
<h3>Robert Fox</h3>
<p>Customer</p>
</div>
<div class="star_svg">
<svg stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 1024 1024" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z">
</path>
</svg>
<svg stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 1024 1024" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z">
</path>
</svg>
<svg stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 1024 1024" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z">
</path>
</svg>
<svg stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 1024 1024" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z">
</path>
</svg>
<svg stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 1024 1024" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z">
</path>
</svg>
</div>
</div>
</div>
<div class="test_card">
<svg class="quote_svg" stroke="currentColor" fill="currentColor" stroke-width="0"
version="1.1" viewBox="0 0 16 16" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M12.5 10c-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5 3.5 1.567 3.5 3.5l0.016 0.5c0 3.866-3.134 7-7 7v-2c1.336 0 2.591-0.52 3.536-1.464 0.182-0.182 0.348-0.375 0.497-0.578-0.179 0.028-0.362 0.043-0.549 0.043zM3.5 10c-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5 3.5 1.567 3.5 3.5l0.016 0.5c0 3.866-3.134 7-7 7v-2c1.336 0 2.591-0.52 3.536-1.464 0.182-0.182 0.348-0.375 0.497-0.578-0.179 0.028-0.362 0.043-0.549 0.043z">
</path>
</svg>
<p class="quote_text">Connecting with farmers on Agrinexa feels like a community. Fresh,
friendly, fantastic!</p>
<div class="customer">
<div class="customer_img">
<img src="/img/Image (1).png" alt="">
</div>
<div class="customer_name">
<h3>Robert Fox</h3>
<p>Customer</p>
</div>
<div class="star_svg">
<svg stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 1024 1024" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z">
</path>
</svg>
<svg stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 1024 1024" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z">
</path>
</svg>
<svg stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 1024 1024" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z">
</path>
</svg>
<svg stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 1024 1024" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z">
</path>
</svg>
<svg stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 1024 1024" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z">
</path>
</svg>
</div>
</div>
</div>
<div class="test_card">
<svg class="quote_svg" stroke="currentColor" fill="currentColor" stroke-width="0"
version="1.1" viewBox="0 0 16 16" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M12.5 10c-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5 3.5 1.567 3.5 3.5l0.016 0.5c0 3.866-3.134 7-7 7v-2c1.336 0 2.591-0.52 3.536-1.464 0.182-0.182 0.348-0.375 0.497-0.578-0.179 0.028-0.362 0.043-0.549 0.043zM3.5 10c-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5 3.5 1.567 3.5 3.5l0.016 0.5c0 3.866-3.134 7-7 7v-2c1.336 0 2.591-0.52 3.536-1.464 0.182-0.182 0.348-0.375 0.497-0.578-0.179 0.028-0.362 0.043-0.549 0.043z">
</path>
</svg>
<p class="quote_text">Connecting with farmers on Agrinexa feels like a community. Fresh,
friendly, fantastic!</p>
<div class="customer">
<div class="customer_img">
<img src="/img/Image (1).png" alt="">
</div>
<div class="customer_name">
<h3>Robert Fox</h3>
<p>Customer</p>
</div>
<div class="star_svg">
<svg stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 1024 1024" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z">
</path>
</svg>
<svg stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 1024 1024" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z">
</path>
</svg>
<svg stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 1024 1024" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z">
</path>
</svg>
<svg stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 1024 1024" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z">
</path>
</svg>
<svg stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 1024 1024" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z">
</path>
</svg>
</div>
</div>
</div>
<div class="test_card">
<svg class="quote_svg" stroke="currentColor" fill="currentColor" stroke-width="0"
version="1.1" viewBox="0 0 16 16" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M12.5 10c-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5 3.5 1.567 3.5 3.5l0.016 0.5c0 3.866-3.134 7-7 7v-2c1.336 0 2.591-0.52 3.536-1.464 0.182-0.182 0.348-0.375 0.497-0.578-0.179 0.028-0.362 0.043-0.549 0.043zM3.5 10c-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5 3.5 1.567 3.5 3.5l0.016 0.5c0 3.866-3.134 7-7 7v-2c1.336 0 2.591-0.52 3.536-1.464 0.182-0.182 0.348-0.375 0.497-0.578-0.179 0.028-0.362 0.043-0.549 0.043z">
</path>
</svg>
<p class="quote_text">Connecting with farmers on Agrinexa feels like a community. Fresh,
friendly, fantastic!</p>
<div class="customer">
<div class="customer_img">
<img src="/img/Image (1).png" alt="">
</div>
<div class="customer_name">
<h3>Robert Fox</h3>
<p>Customer</p>
</div>
<div class="star_svg">
<svg stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 1024 1024" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z">
</path>
</svg>
<svg stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 1024 1024" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z">
</path>
</svg>
<svg stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 1024 1024" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z">
</path>
</svg>
<svg stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 1024 1024" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z">
</path>
</svg>
<svg stroke="currentColor" fill="currentColor" stroke-width="0"
viewBox="0 0 1024 1024" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z">
</path>
</svg>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</secttion>
<!-- Question Accordion -->
<section id="questions" class="fifth_sect">
<div class="all-sections">
<h3>Frequently Asked Questions</h3>
<div class="accordion">
<div class="accordion-item">
<div class="accordion-header">
<span>Where are you located?</span>
<span class="accordion-icon">+</span>
</div>
<div class="accordion-content">
<p>Agrinexa is an online platform that breach the gap between
farm producers to buyers so we have no physical location.
</p>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">
<span>What sets your organic food store apart from others?</span>
<span class="accordion-icon">+</span>
</div>
<div class="accordion-content">
<p> Our store is distinguished by its unwavering commitment to trust, quality, and sustainability. We prioritize 100% organic products, work with responsible producers, and are dedicated to reducing our environmental impact.</p>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">
<span> Do you offer delivery options, and what is the delivery process?</span>
<span class="accordion-icon">+</span>
</div>
<div class="accordion-content">
<p>Yes, we offer convenient delivery options. Simply select your products, add them to your cart, and proceed to checkout. Our efficient delivery team ensures your organic goodies are safely delivered to your doorstep, with options for tracking your order.</p>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">
<span>How can I stay updated on special offers and new arrivals?</span>
<span class="accordion-icon">+</span>
</div>
<div class="accordion-content">
<p>To stay informed about our latest promotions, new arrivals, and organic food tips, consider subscribing to our newsletter. You'll receive regular updates directly in your inbox, so you never miss out on exciting offers and fresh, seasonal products.</p>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">
<span> Do you offer bulk purchasing options for businesses or larger quantities?</span>
<span class="accordion-icon">+</span>
</div>
<div class="accordion-content">
<p>Yes, we do offer bulk purchasing options for businesses, restaurants, and individuals looking to buy in larger quantities. Please contact our sales team through our website, and they will assist you in sourcing the quantity you need at competitive prices.</p>
</div>
</div>
</div>
</div>
</section>
<section class="sisth_sect">
<div class="all-sections">
<div class="all_partners">
<marquee behavior="" direction="right">
<div class="partner_logo">
<div class="partner">
<img src="/img/Vector (2).svg" alt="">
</div>
<div class="partner">
<img src="/img/mango-1.svg" alt="">
</div>
<div class="partner">
<img src="/img/food.svg" alt="">
</div>
<div class="partner">
<img src="/img/Group.svg" alt="">
</div>
<div class="partner">
<img src="/img/bookoff-corporation-logo.svg" alt="">
</div>
</div>
</marquee>
</div>
</div>
</section>
<footer>
<div class="all-sections">
<div class="feet">
<div class="foot">
<div class="top_footer">
<div class="logo2">
<a href="index.html"><img src="/img/logo white.png" alt=""></a>
</div>
<div class="straight_line"></div>
</div>
<div class="down_footer">
<div class="footer_link">
<h3>Reach Us</h3>
<ul>
<li><a href="tel:+2349154656285"> <svg stroke="currentColor" fill="none"
stroke-width="0" viewBox="0 0 24 24" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M22 12C22 10.6868 21.7413 9.38647 21.2388 8.1731C20.7362 6.95996 19.9997 5.85742 19.0711 4.92896C18.1425 4.00024 17.0401 3.26367 15.8268 2.76123C14.6136 2.25854 13.3132 2 12 2V4C13.0506 4 14.0909 4.20703 15.0615 4.60889C16.0321 5.01099 16.914 5.60034 17.6569 6.34326C18.3997 7.08594 18.989 7.96802 19.391 8.93848C19.7931 9.90918 20 10.9495 20 12H22Z"
fill="currentColor"></path>
<path
d="M2 10V5C2 4.44775 2.44772 4 3 4H8C8.55228 4 9 4.44775 9 5V9C9 9.55225 8.55228 10 8 10H6C6 14.4182 9.58173 18 14 18V16C14 15.4478 14.4477 15 15 15H19C19.5523 15 20 15.4478 20 16V21C20 21.5522 19.5523 22 19 22H14C7.37259 22 2 16.6274 2 10Z"
fill="currentColor"></path>
<path
d="M17.5433 9.70386C17.8448 10.4319 18 11.2122 18 12H16.2C16.2 11.4485 16.0914 10.9023 15.8803 10.3928C15.6692 9.88306 15.3599 9.42017 14.9698 9.03027C14.5798 8.64014 14.1169 8.33081 13.6073 8.11963C13.0977 7.90869 12.5515 7.80005 12 7.80005V6C12.7879 6 13.5681 6.15527 14.2961 6.45679C15.024 6.7583 15.6855 7.2002 16.2426 7.75732C16.7998 8.31445 17.2418 8.97583 17.5433 9.70386Z"
fill="currentColor"></path>
</svg> +234 9154 6562 85</a></li>
<li><a href="mailto:[email protected]"> <svg stroke="currentColor" fill="currentColor"
stroke-width="0" viewBox="0 0 24 24" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z">
</path>
</svg> [email protected]</a></li>
<li><a href="http://agrinexa.netlify.app"> <svg stroke="currentColor"
fill="currentColor" stroke-width="0" viewBox="0 0 24 24" height="1em"
width="1em" xmlns="http://www.w3.org/2000/svg">
<path
d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z">
</path>
</svg> agrinexa.netlify.app</a></li>
</ul>
</div>
<div class="footer_link">
<h3>Company</h3>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="">Products</a></li>
<li><a href="">Sellers</a></li>
</ul>
</div>
<div class="footer_link">
<h3>Legal</h3>
<ul>
<li><a href="">Privacy Policy</a></li>
<li><a href="">Terms & Services</a></li>
<li><a href="">Refund Policy</a></li>
</ul>
</div>
<div class="footer_link">
<h3>Quick Links</h3>
<ul>
<li><a href="">Weather Forcast</a></li>
<li><a href="">Google</a></li>
<!-- <li><a href=""></a></li> -->
</ul>
</div>
<div class="newsletter">
<h3>Join Our Newsletter</h3>
<div class="input_fields">
<form action="">
<input type="email" placeholder="Your email address" required><button
type="submit">Subscribe</button>
</form>
</div>
<p>* Will send you weekly updates for your better
sales opportunities.
</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src='main.js'></script>
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
</body>
</html>
<!-- Quote -->
<!-- <svg stroke="currentColor" fill="currentColor" stroke-width="0" version="1.1" viewBox="0 0 16 16" height="1em"
width="1em" xmlns="http://www.w3.org/2000/svg">
<path
d="M12.5 10c-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5 3.5 1.567 3.5 3.5l0.016 0.5c0 3.866-3.134 7-7 7v-2c1.336 0 2.591-0.52 3.536-1.464 0.182-0.182 0.348-0.375 0.497-0.578-0.179 0.028-0.362 0.043-0.549 0.043zM3.5 10c-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5 3.5 1.567 3.5 3.5l0.016 0.5c0 3.866-3.134 7-7 7v-2c1.336 0 2.591-0.52 3.536-1.464 0.182-0.182 0.348-0.375 0.497-0.578-0.179 0.028-0.362 0.043-0.549 0.043z">
</path>
</svg> -->
<!-- star -->
<!-- <svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 1024 1024" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z">
</path>
</svg> -->
<!-- phone -->
<!-- <svg stroke="currentColor" fill="none" stroke-width="0" viewBox="0 0 24 24" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M22 12C22 10.6868 21.7413 9.38647 21.2388 8.1731C20.7362 6.95996 19.9997 5.85742 19.0711 4.92896C18.1425 4.00024 17.0401 3.26367 15.8268 2.76123C14.6136 2.25854 13.3132 2 12 2V4C13.0506 4 14.0909 4.20703 15.0615 4.60889C16.0321 5.01099 16.914 5.60034 17.6569 6.34326C18.3997 7.08594 18.989 7.96802 19.391 8.93848C19.7931 9.90918 20 10.9495 20 12H22Z"
fill="currentColor"></path>
<path
d="M2 10V5C2 4.44775 2.44772 4 3 4H8C8.55228 4 9 4.44775 9 5V9C9 9.55225 8.55228 10 8 10H6C6 14.4182 9.58173 18 14 18V16C14 15.4478 14.4477 15 15 15H19C19.5523 15 20 15.4478 20 16V21C20 21.5522 19.5523 22 19 22H14C7.37259 22 2 16.6274 2 10Z"
fill="currentColor"></path>
<path
d="M17.5433 9.70386C17.8448 10.4319 18 11.2122 18 12H16.2C16.2 11.4485 16.0914 10.9023 15.8803 10.3928C15.6692 9.88306 15.3599 9.42017 14.9698 9.03027C14.5798 8.64014 14.1169 8.33081 13.6073 8.11963C13.0977 7.90869 12.5515 7.80005 12 7.80005V6C12.7879 6 13.5681 6.15527 14.2961 6.45679C15.024 6.7583 15.6855 7.2002 16.2426 7.75732C16.7998 8.31445 17.2418 8.97583 17.5433 9.70386Z"
fill="currentColor"></path>
</svg> -->
<!-- Email -->
<!-- <svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 24 24" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z">
</path>
</svg> -->
<!-- Location -->
<!-- <svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 24 24" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z">
</path>
</svg> -->