-
Notifications
You must be signed in to change notification settings - Fork 0
/
feature.html
89 lines (83 loc) · 3.5 KB
/
feature.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/feature.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet">
<title>Feature</title>
</head>
<body>
<div class="navbar">
<div class="logo">
<a href="/index.html"><img src="/Assets/FarmHut_logo-removebg.png" alt=""></a>
</div>
<div class="list-navbar">
<ul>
<li><a href="#">Features</a></li>
<li><a href="/pricing.html">Pricing</a></li>
<li><a href="/FAQ.html">FAQ</a></li>
<li><a href="/blog.html">Blog</a></li>
</ul>
</div>
</div>
<div class="sec-2" id="feature">
<h1>Discover Our <br> <span>Wholesome Features</span></h1>
<h3>Explore our various services and see which one suits you best.</h3>
</div>
<div class="three-3">
<div class="leftside">
<div class="item-1">
<h3>Plant Disease Diagnosis</h3>
<p>Capture an image of your crop, and our system will diagnose the disease, providing you with the
name
and recommended treatment.</p>
</div>
<div class="item-1">
<h3>Climate and Weather Forecasting</h3>
<p>Providing accurate climate and weather forecasting to empower farmers with timely information for
better decision-making in crop management.</p>
</div>
<div class="item-1">
<h3>Marketplace</h3>
<p>Effortlessly sell your agricultural produce directly to buyers or conveniently purchase inputs
and
other essential products from our integrated marketplace.</p>
</div>
<div class="item-1">
<h3>Input Suppliers and Financial Services</h3>
<p>Connect with top-tier input suppliers and financial institutions to access high-quality resources
and
financial services tailored to your agricultural needs.</p>
</div>
<div class="item-1">
<h3>Logistics Booking</h3>
<p>Streamline your produce transportation by easily booking transport services, ensuring efficient
and
timely delivery to your chosen market or buyer.</p>
</div>
</div>
<div class="rightside">
<img src="/Assets/undraw_posts_givd.svg" alt="" width="100%">
</div>
</div>
<div class="footer">
<ul class="list-f">
<li id="spt">Support</li>
<li><a href="/FAQ.html">FAQ</a></li>
<li><a href="/blog.html">Blog</a></li>
</ul>
<div class="flexs">
<h3>All rights reserved © 2024 Farmhut Africa</h3>
<ul class="list-f1">
<li><a href="#"><img src="/Assets/icons8-twitter-30.png" alt=""></a></li>
<li><a href="#"><img src="/Assets/icons8-f-30.png" alt=""></a></li>
<li><a href="#"><img src="/Assets/icons8-moon-30.png" alt=""></a></li>
</ul>
</div>
</div>
</body>
</html>