forked from JAREDKEVIN/THE-SMART-FARM
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtrends.html
More file actions
289 lines (276 loc) · 11.8 KB
/
trends.html
File metadata and controls
289 lines (276 loc) · 11.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Font Awesome -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
rel="stylesheet"
/>
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
rel="stylesheet"
/>
<!-- MDB -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/3.10.2/mdb.min.css"
rel="stylesheet"
/>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="trends.css">
<title>The smart Farm Webiste</title>
</head>
<body>
<!-- Navigation start -->
<section class="hero">
<nav class="navbar navbar-expand-lg navbar-light sticky-top d-flex justify-content-center">
<!-- Container wrapper -->
<div class="container-fluid">
<!-- Toggle button -->
<button
class="navbar-toggler"
type="button"
data-mdb-toggle="collapse"
data-mdb-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<i class="fas fa-bars"></i>
</button>
<!-- Collapsible wrapper -->
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<!-- Navbar brand -->
<a class="navbar-brand mt-2 mt-lg-0" href="#">
<img
src="./images/logo.png"
height="45"
alt="MDB Logo"
loading="lazy"
/>
</a>
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 nav">
<li class="nav-item">
<a class="nav-link nav" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link nav" href="about.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link nav" href="trends.html">Trends</a>
</li>
<li class="nav-item">
<a class="nav-link nav" href="marketplace.html">Market Place</a>
</li>
<li class="nav-item">
<a class="nav-link nav" href="contacts.html">Contacts</a>
</li>
<li class="nav-item">
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
</ul>
<!-- Left links -->
</div>
<!-- Collapsible wrapper -->
<!-- Right elements -->
<div class="d-flex float-end justify-content-end">
<!-- Icon -->
<a class="text-reset me-3" href="tel:0700809279">
<i class="fas fa-phone fa-2x px-3"></i>
</a>
<a class="text-reset me-3" href="mailto:mainajoseph964@gmail.com">
<i class="fas fa-at fa-2x px-3"></i>
</a>
<a class="text-reset me-3" href="#">
<i class="fab fa-facebook-f fa-2x px-3"></i>
</a>
<a class="text-reset me-3" href="https://www.google.com/maps/dir//moringa+school/data=!4m6!4m5!1m1!4e2!1m2!1m1!1s0x182f1a6bf7445dc1:0x940b62a3c8efde4c?sa=X&ved=2ahUKEwjIk5SQjfP1AhWKjaQKHYLqBX8Q9Rd6BAgfEAU">
<i class="fas fa-map-marker-alt fa-2x px-3"></i>
</a>
<!-- Notifications -->
</div>
<!-- Right elements -->
</div>
<!-- Container wrapper -->
</nav>
<div class="title">
<h2>
Future trends <br />
in AgriTech
</h2>
</div>
</section>
<!-- Navigation end -->
<section class="intro ">
<div class="intro-text">
<h3>
Key Agritech Trends To Expect In 2022
</h3>
<p>
The fourth industrial revolution is transforming the world around us, and farmers across the globe are knee-deep in it too. Despite the hurdles pften keeping Kenya's farming sector back, it is steadily pushingagricultural technology forward and growing the local agritech industry.
</p>
<p>
Investors' interest in agritech startups has increased tremendously today as agritech is one of the few sectors that not only survived but thrived during the pandemic. The emergence of the new agri-trading platforms, more efficient market linkages, as well as the use of big IoT in driving farm input gas and will help the entire agricultural sector.Startups and scaleups work on technological solutions to benefit farmers by automating farm operations and improving productivity.
</p>
<p>
The most prevalent trend is the nternet of Things(IoT), which enables farmers to better monitor the needs of crops and individual animals. Automation in irrigation, farm machinery, and harvesting further ease farm operations, while minimizing losses. Additionally, drones save time spent on crop scouting. Further, advancements in Al and machine learning (ML) boost prediction accuracy and provide insights on weather events, crop classification, and disease of plants and animals. Precision agriculture is another major trend observed across the industry. It refers to using the right quantity of inputs, at the right time, and at the right loaction. Finally, startupsalso address concerns over a sustainable future, ang thus, advance new growing techniques like hydroponics and acquaponics.
</p>
<center>
<div class="greenhouse mb-5">
<img src="./images/spray.jpg"
alt=""
class="img-fluid greenhouse"
/>
</div>
</center>
</div>
<!-- <div class="intro-image"></div> -->
</section>
<section class="intro mb-5">
<div style="background-color: #E5E5E5;" class="intro-text2">
<div class="row">
<div class="col-md-6">
<div class="image1">
<img
src="/images/seedlings.jpg"
alt=""
class="hydroponics img-fluid"
/>
</div>
<div class="sustainable-farming">
<h3>Sustainable Development and Biodiversity</h3>
<p>
Growing food safely, without harmingthe environment, has never been more demanding for farmers.Since the end of the 20th century, scientists have become vigorously involved in this problem and came up with a paradigm for sustainable development.
<span id="toggle">For Agriculture, it is a way of growing crops and raising livestosk with the most effcient useof natural resources, while ensuring their environmental friendliness and renewability. ML-powered solutions can help farmers achieve these goals. For example, data-driven precision farming tools can detect nutrient deficiencies in a field and inform agronomists. This allows farmers to treat only the affected areas, reduce fertilization costs, and minimize the volume of excess chemicals in the soil.
<br>For biodiversity, data-driven solutions can also advise agronomists what crops to plant in a particular season to minimize soil depletion and ensure sustainable use.
</span> <a class="hov" id="btn" onclick="toggle();">Read More</a>
</p>
</div>
</div>
<div class="col-md-6">
<div class="image1">
<img
src="/images/greenhouse2.jpg"
alt=""
class="hydroponics img-fluid"
/>
</div>
<div class="sustainable-farming">
<h3>IoT Devices</h3>
<p>
The IoT agriculture market is expected to grow to $20.9 billion by 2024. The amount of data that is collected in the fields and from agricultural machinery is already too large for manual processing. That's why more and more farmers are turning to artificial intelligence solutions.In the next few years, the role of edge computing will increase.
<span id="toggle2">The emergence of such powerful single-board computers such as Nvidia Jetson, Raspberry Pi and even smaller and cheaper devices on the market will allow data analysis directly in the fiels without the need to transfer large amounts of date to servers, sending only the processed results.
<br>Analytics tools will evolve and become more understandable and friendly for end-users. Sensor manufacturers are moving towards building hardware and software ecosystems to provide customers with an all-inclusive IoT experience, including data analysis with artificial intelligence and machine learning.
</span> <a class="hov" id="btn2" onclick="toggle2();">Read More</a>
</p>
</div>
</div>
</div>
</div>
</section>
<footer class="bg-light text-center text-lg-start">
<!-- Copyright -->
<div class="text-center text-light p-3" style="background-color: #083111;">
© 2022 Copyright:
<a style="background-color: inherit;" class="text-light" href="#">THE SMART FARM</a>
</div>
<!-- Copyright -->
</footer>
<!-- start of the info section -->
<!-- <section class="info">
<div class="details">
<div class="trends" id="trends">
<div class="image1">
<img
src="/images/hydroponics-gdd72b6bb6_1920.jpg"
alt=""
class="hydroponics"
/>
</div>
<div class="sustainable-farming">
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit.
Explicabo placeat sed doloribus assumenda error quam facere maxime
magni temporibus quasi?
</p>
</div>
</div>
<div class="trends">
<div class="image2">
<img
src="/images/greenhouse-gfdd16336e_1920.jpg"
alt=""
class="hydroponics"
/>
</div>
<div class="sustainable-farming">
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Necessitatibus dolore ea
<button id="readmore" onclick="readmore()">Read More</button>
<span id="hide">harum itaque odio corrupti odit beatae
quibusdam vero distinctio.
</span>
</p>
</div>
</div>
</div>
</section>
<footer class="footer">
<h3>The Smart Farm</h3>
<div class="about-us">
<div class="services">
<h3>Our Services</h3>
<p>Connecting farmers to the right market</p>
</div>
<div class="services">
<h3>Education</h3>
<p>Bring expertise closer to the farmer</p>
</div>
<div class="services">
<h3>Marketing</h3>
<p>
Create a convinient way for buyers to get ready farm products direct
from the farm
</p>
</div>
<div class="services">
<h3>Convinience</h3>
<p>
Reach maximum customers at the right time to increase sales and
profitability of the business
</p>
</div>
</div>
<div class="sign-up">
<p>Connecting you to the right market</p>
<div class="button"><button class="contact">Contact Us</button></div>
</div>
</footer> -->
<script src="trends.js"></script>
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/3.10.2/mdb.min.js"
></script>
<script>
function toggle() {
var x = document.getElementById("toggle");
if (x.style.display === "none") {
x.style.display = "block";
} else {
x.style.display = "none";
}
}
function toggle2() {
var x = document.getElementById("toggle2");
if (x.style.display === "none") {
x.style.display = "block";
} else {
x.style.display = "none";
}
}
</script>
</body>
</html>