forked from Suchitra-Sahoo/AgriLearnNetwork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
396 lines (308 loc) · 17.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AgriLearnNetwork</title>
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="images/favicon.png" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="./style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
<script src="https://kit.fontawesome.com/b08b6de27e.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7972082263222296"
crossorigin="anonymous"></script>
<!-- <link rel="icon" href="./agriculture-icon-png-2804.png" type="'image/png"> -->
</head>
<body>
<header class="header">
<img src="images/favicon.png" alt="logo" style="height:50px; width:50px; margin-right:10px;" >
<a href="#" class="logo" style="margin-inline-end:auto;"><h3>AgriLearnNetwork</h3> </a>
<i class='bx bx-menu' id="menu-icon"></i>
<nav class="navbar">
<a href="#home" class="active"><i class="fa-solid fa-house"></i> Home</a>
<a href="#about"><i class="fa-solid fa-circle-info"></i> About</a>
<a href="#Farm Management"> <i class="fa-solid fa-blog"></i> Blogs</a>
<a href="#Resource Library"><i class="fa-solid fa-book"></i> Resource Library</a>
<a href="#contact" id="nav--contact"><i class="fa-solid fa-phone"></i> Contact</a>
</nav>
</header>
<section class="home" id="home">
<div class="slider">
<div class="home-content">
<h3 class="home--welcome">Welcome to</h3>
<h1 class="home--welcome">AgriLearnNetwork</h1>
<h3 class="home--welcome">Your Agricultural Knowledge Hub to <span class="multiple-text"></span></h3>
</div>
<div class="slide_viewer">
<div class="slide_group">
<div class="slide" style="background-image: url(./images/carousel-img-2.jpg)"></div>
<div class="slide" style="background-image: url(./images/carousel-img-1.jpg)"></div>
<div class="slide" style="background-image: url(./images/carousel-img-3.jpg)"></div>
<div class="slide" style="background-image: url(./images/carousel-img-4.jpg)"></div>
<!-- <div class="slide" style="background-image: url(./images/carousel-img-5.jpg)"></div> -->
</div>
</div>
</div>
</section>
<section class="about" id="about">
<div class="about-img">
<img src="images/png-transparent-farmer-agriculture-wheat-straw-agriculture-fictional-character-cartoon-thumbnail-fotor-bg-remover-2023122619381.png" alt="MY-IMAGE" />
</div>
</div>
<div class="about-content">
<h2 class="heading">About <span>AgriLearnNetwork</span></h2>
<p>Agrilearn Network serves as an indispensable resource, offering farmers a holistic platform enriched with essential insights spanning the diverse landscape of agriculture. Delving into the core of farming practices, our platform provides detailed guidance on agriculture techniques, in-depth knowledge on seed varieties, recommendations for optimal tool usage, streamlined harvesting methods, best practices for sowing, and strategic farm management approaches. By encompassing a wide spectrum of topics, Agrilearn Network aims to empower farmers with the comprehensive understanding needed to navigate the complexities of modern agriculture successfully.
</p>
</div>
</section>
<section class="farm" id="Farm Management">
<h2 class="heading">Agro<span>Blogs</span></h2>
<br>
<br>
<div class="services-container">
<div class="services-box" onclick="window.location.href='https://tractorkarvan.com/blog/how-to-sow-seeds';">
<i class='bx bx-leaf'></i>
<h3>Sowing Techniques</h3>
<p>Uncover the significance of precise seed placement, optimal spacing, and appropriate depth in enhancing crop yields. From promoting germination to managing weeds and pests, explore the critical aspects of sowing that shape successful cultivation. Glean valuable insights into modern sowing practices and cultivate a deeper understanding of this fundamental process in agriculture. </p>
</div>
<div class="services-box" onclick="window.location.href='https://www.groundsguys.com/blog/2015/july/irrigation-different-techniques-and-benefits/';">
<i class='bx bx-water'></i>
<h3>Irrigation Techniques</h3>
<p>Learn about the crucial role of precise watering methods, optimal distribution, and strategic timing in nurturing thriving crops. From supporting germination to efficient water management, uncover essential aspects that contribute to successful cultivation. Gain valuable insights into modern irrigation practices, offering a deeper understanding of this fundamental process in agriculture. </p>
</div>
<div class="services-box" onclick="window.location.href='https://www.worldbank.org/en/topic/climate-smart-agriculture';">
<i class='bx bx-droplet'></i>
<h3>Climate Smart Agriculture</h3>
<br>
<p>Explore the dynamic interplay between climate change and agriculture, navigating the challenges posed by shifting weather patterns and extreme events.Learn about innovative strategies empowering farmers to not only withstand the impacts but also seize opportunities for sustainable and resilient food production.</p>
</div>
<div class="services-box" onclick="window.location.href='https://www.ucsusa.org/resources/what-sustainable-agriculture';">
<i class='bx bx-wind'></i>
<h3>Sustainable Agriculture Research & Education (SARE)</h3>
<br>
<p>Explore different methods and techniques for sustainable agriculture, such as organic farming, permaculture, or agroforestry. Explore the latest innovations and techniques in sustainable agriculture, including organic farming methods, permaculture, and regenerative agriculture.</p>
</div>
<div class="services-box" onclick="window.location.href='https://rodaleinstitute.org/why-organic/organic-farming-practices/crop-rotations/';">
<i class='bx bx-transfer-alt'></i>
<h3>Crop Rotation</h3>
<br>
<p>Discusses the importance of crop rotation in maintaining soil fertility, preventing pests and diseases, and improving crop yield.
Delve into the importance of crop rotation in maintaining soil fertility and preventing pest and disease outbreaks. Discover various crop rotation methods, their benefits, and how they contribute to improving yield and reducing the reliance on chemical inputs in modern agricultural systems.</p>
</div>
<div class="services-box" onclick="window.location.href='https://plantic.in/learngrow/vegetable-growing-season-chart';">
<i class='bx bx-cloud-rain'></i>
<h3>Seasonal Planting Guide</h3>
<br>
<p>Provides tips and advice on what crops to plant during different seasons, along with information on optimal planting times and growing conditions.A seasonal planting guide serves as a roadmap for gardeners, offering invaluable insights into optimal planting times and techniques tailored to specific seasons.By following such a guide, gardeners can optimize their efforts and cultivate thriving gardens year-round.</p>
</div>
<div class="services-box" onclick="window.location.href='https://extension.psu.edu/managing-soil-health-concepts-and-practices';">
<i class='bx bx-heart-circle'></i>
<h3>Soil Health and Management</h3>
<br>
<p>Covers topics related to soil fertility, soil testing, nutrient management, and techniques for improving soil health, such as composting and cover cropping.</p>
</div>
<div class="services-box" onclick="window.location.href='https://www.epa.gov/safepestcontrol/integrated-pest-management-ipm-principles';">
<i class='bx bx-spray-can'></i>
<h3>Integrated Pest Management</h3>
<br>
<p>Explains the principles of IPM and how farmers can use a combination of cultural, biological, and chemical methods to control pests while minimizing environmental impact.</p>
</div>
<div class="services-box" onclick="window.location.href='https://eos.com/blog/agricultural-technology/#:~:text=Agricultural%20technology%2C%20also%20known%20as,%2C%20mobile%20devices%2C%20and%20software.';">
<i class='bx bx-laptop'></i>
<h3>Farming Technology</h3>
<br>
<p> Explore the latest advancements in agricultural technology, such as precision agriculture, drones, smart irrigation systems, and automated farm machinery.</p>
</div>
<div class="services-box" onclick="window.location.href='https://www.britannica.com/money/agricultural-economics';">
<i class='bx bx-money'></i>
<h3>Farming Economics</h3>
<br>
<p>Discusses economic aspects of farming, including market trends, pricing strategies, financial management, and government policies affecting the agriculture sector.</p>
</div>
<div class="services-box" onclick="window.location.href='https://icar.org.in/sites/default/files/inline-files/livestock-management-AR-2011-12_2.pdf';">
<i class='bx bx-face'></i>
<h3>Livestock Management</h3>
<br>
<p>Provides guidance on raising and managing livestock, including topics such as animal health, breeding, nutrition, housing, and pasture management</p>
</div>
<div class="services-box" onclick="window.location.href='https://nationalaglawcenter.org/overview/agritourism/';">
<i class='bx bx-map'></i>
<h3>Agri-Tourism</h3>
<br>
<p>Explore opportunities for farmers to diversify their income through agri-tourism activities such as farm tours, farm stays, pick-your-own operations, or on-farm events.</p>
</div>
</div>
</section>
<section class="resource" id="Resource Library">
<h2 class="heading">Resource<span> Library</span></h2>
<div class="portfolio-container">
<div class="portfolio-box">
<img src="images/25803500_1621011873.jpg" alt="PROJECT-IMG" border="0" />
<div class="portfolio-layer">
<h4>Sowing Techniques</h4>
<a href="https://youtu.be/xIe2EjQNols?si=3ZilfnJPM2t3jyYH"><i
class='bx bx-link-external'></i></a>
<!-- Updated the video link -->
</div>
</div>
<div class="portfolio-box">
<img src="images/Best-Hand-Operated-Seeding-Machines-in-India4.jpg" alt="PROJECT-IMG" border="0" />
<div class="portfolio-layer">
<h4>Essential tools for sowing</h4>
<a href="https://www.youtube.com/watch?v=UiLixTOSo6Y&pp=ygUQdG9vbHMgZm9yIHNvd2luZw%3D%3D"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/Farm-Management.png" alt="PROJECT-IMG" />
<div class="portfolio-layer">
<h4>Farm management</h4>
<a href="https://youtu.be/L1qZ_-cBdgM?si=-hZGedS2J2_M2yl_"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/iStock-1179642020-1024x683.jpg" alt="PROJECT-IMG" />
<div class="portfolio-layer">
<h4>Seasonal plant guide</h4>
<a href="https://youtu.be/exfgg_2WCts?si=Z8KnPrrAmd-eYmil"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/insects-on-a-field.jpg" alt="PROJECT-IMG" />
<div class="portfolio-layer">
<h4>Crop care & maintainance</h4>
<a href="https://youtu.be/juzHupSvWcw?si=5iqoJbhhoRQYqm4B"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/tab-04.jpg" alt="PROJECT-IMG" />
<div class="portfolio-layer">
<h4>Livestock management</h4>
<a href="https://youtu.be/uvN8HCs8low?si=4saTxm7wM8gkrzi9"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/Methods-of-Irrigation.jpg" alt="PROJECT-IMG" />
<div class="portfolio-layer">
<h4>Irrigation Techniques</h4>
<a href="https://youtu.be/Z9HAy9EYKKs?si=HXzX2fMJDhMc_-nQ"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/organic-farming-definition-examples-.jpg" alt="PROJECT-IMG" />
<div class="portfolio-layer">
<h4>Organic farming</h4>
<a href="https://youtu.be/iPeBBw5WxZo?si=e0B2g-OMdQb7-KOH"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/Things-You-Should-Know-About-Smart-Agriculture.jpeg" alt="PROJECT-IMG" />
<div class="portfolio-layer">
<h4>Climate smart Farming</h4>
<a href="https://youtu.be/g0wkT3mf80U?si=I9VfWYFumZW03lnB"><i class='bx bx-link-external'></i></a>
</div>
</div>
</section>
<section class="contact" id="contact">
<h2 class="heading">Contact <span>Us!</span></h2>
<form action="#" id="contact-form">
<div class="input-box">
<input type="text" placeholder="Full Name" required>
<input type="email" placeholder="Email Address" required>
</div>
<div class="input-box">
<input type="number" placeholder="Mobile Number" required>
<input type="text" placeholder="Email Subject" required>
</div>
<textarea name="" id="" cols="30" rows="10" placeholder="Your Message" required></textarea>
<button id="review-btn">Give feedback</button>
<input type="submit" value="Send Message" class="btn" id="contact-btn">
</form>
</section>
<!-- Modal -->
<div id="modal" class="modal">
<div class="modal-content">
<span class="close">×</span>
<h2>Feedback Form</h2>
<form id="feedback-form">
<input type="text" placeholder="Full Name" required>
<input type="email" placeholder="Email Address" required>
<textarea cols="30" rows="5" placeholder="Your Feedback" required></textarea>
<div class="rating">
<h2>rate us:</h2>
<i class="rating__star far fa-star"></i>
<i class="rating__star far fa-star"></i>
<i class="rating__star far fa-star"></i>
<i class="rating__star far fa-star"></i>
<i class="rating__star far fa-star"></i>
</div>
<button type="submit">Submit Feedback</button>
</form>
</div>
</div>
<footer class="footer">
<div class="footer-grid">
<div class="footer-title">
<h2>AgriLearnNetwork</h2>
</div>
<div class="footer-icons">
<p><b>Follow us on our socials:</b></p>
<div class="socialIcons">
<a href="mailto:[email protected]" class="email-link" data-tooltip="[email protected]"><i class="fas fa-envelope"></i></a>
<a href="https://www.instagram.com/your_username_here" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://twitter.com/your_username_here" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.facebook.com/your_page_or_profile_here" target="_blank"><i class="fab fa-facebook"></i></a>
</div>
</div>
<div class="footer-iconTop">
<a href="#home"><i class='bx bx-up-arrow-alt'></i></a>
</div>
</div>
<div class="quick-links">
<h2>Quick Links</h2>
<ul>
<li><a href="#home"><p>Home</p></a></li>
<li><a href="#about"><p>About Us</p></a></li>
<li><a href="#Farm Management"><p>Blogs</p></a></li>
<li><a href="#Resource Library"><p>Resource Library</p></a></li>
<li><a href="#contact"><p>Contact Us</p></a></li>
</ul>
</div>
<div class="footer-text footer-right">
<p style="font-weight: 600; font-size: 15px;">Copyright © <script>document.write(new Date().getFullYear())</script> by AgriLearnNetwork | All Rights Reserved.</p>
</div>
</footer>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<script src="script.js"></script>
<!-- <script src="https://cdn.botpress.cloud/webchat/v1/inject.js"></script>
<script src="https://mediafiles.botpress.cloud/1cfb7415-d4fc-4477-8d00-3717d30c975b/webchat/config.js" defer></script> -->
<script src="https://cdn.botpress.cloud/webchat/v1/inject.js"></script>
<script>
document.addEventListener("DOMContentLoaded", function() {
const slideGroup = document.querySelector('.slide_group');
let currentSlide = 0;
const images = ['./images/carousel-img-2.jpg', './images/carousel-img-1.jpg', './images/carousel-img-3.jpg', './images/carousel-img-4.jpg'];
function showSlide(n) {
slideGroup.style.left = `${-n * 100}%`; // Adjust left property based on current slide
currentSlide = n;
}
function nextSlide() {
currentSlide = (currentSlide + 1) % images.length; // Move to the next slide
showSlide(currentSlide);
}
setInterval(nextSlide, 2000); // Automatically change slide every 2 seconds
// Preload images for smoother transition
images.forEach(src => {
const img = new Image();
img.src = src;
});
});
</script>
<!-- <script src="https://mediafiles.botpress.cloud/43c4d3ec-a251-474f-8cce-3d8737805a57/webchat/config.js" defer></script> -->
<script async data-id="6114274622" id="chatling-embed-script" type="text/javascript" src="https://chatling.ai/js/embed.js"></script>
</body>
</html>