forked from Suchitra-Sahoo/AgriLearnNetwork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
501 lines (458 loc) · 16.6 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
<!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>
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></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="blogpage.html" target="_self">
<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 class="video-wrapper">
<div class="video-overlay"></div>
<video class="background-video" autoplay muted loop id="aboutVideo">
<source src="Agriculturevideo.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</div>
<div class="overlay">
<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>
</div>
</section>
<section class="resource" id="Resource Library">
<h2 class="heading">Resource<span> Library</span></h2>
<br />
<br />
<div class="portfolio-container">
<div class="portfolio-box">
<h4 class="portfolio-heading">Sowing Techniques</h4>
<img
src="images/25803500_1621011873.jpg"
alt="PROJECT-IMG"
border="0"
/>
<div class="portfolio-layer">
<iframe
width="407"
height="300"
src="https://www.youtube.com/embed/xIe2EjQNols?rel=0"
frameborder="0"
allowfullscreen
></iframe>
</div>
</div>
<div class="portfolio-box">
<h4 class="portfolio-heading">Essential tools for sowing</h4>
<img
src="images/Best-Hand-Operated-Seeding-Machines-in-India4.jpg"
alt="PROJECT-IMG"
border="0"
/>
<div class="portfolio-layer">
<iframe
width="407"
height="300"
src="https://www.youtube.com/embed/UiLixTOSo6Y?rel=0"
frameborder="0"
allowfullscreen
></iframe>
</div>
</div>
<div class="portfolio-box">
<h4 class="portfolio-heading">Farm management</h4>
<img src="images/Farm-Management.png" alt="PROJECT-IMG" />
<div class="portfolio-layer">
<iframe
width="407"
height="300"
src="https://www.youtube.com/embed/L1qZ_-cBdgM?rel=0"
frameborder="0"
allowfullscreen
></iframe>
</div>
</div>
<div class="portfolio-box">
<h4 class="portfolio-heading">Seasonal plant guide</h4>
<img src="images/iStock-1179642020-1024x683.jpg" alt="PROJECT-IMG" />
<div class="portfolio-layer">
<iframe
width="407"
height="300"
src="https://www.youtube.com/embed/exfgg_2WCts?rel=0"
frameborder="0"
allowfullscreen
></iframe>
</div>
</div>
<div class="portfolio-box">
<h4 class="portfolio-heading">Crop care & maintainance</h4>
<img src="images/insects-on-a-field.jpg" alt="PROJECT-IMG" />
<div class="portfolio-layer">
<iframe
width="407"
height="300"
src="https://www.youtube.com/embed/juzHupSvWcw?rel=0"
frameborder="0"
allowfullscreen
></iframe>
</div>
</div>
<div class="portfolio-box">
<h4 class="portfolio-heading">Livestock management</h4>
<img src="images/tab-04.jpg" alt="PROJECT-IMG" />
<div class="portfolio-layer">
<iframe
width="407"
height="300"
src="https://www.youtube.com/embed/uvN8HCs8low?rel=0"
frameborder="0"
allowfullscreen
></iframe>
</div>
</div>
<div class="portfolio-box">
<h4 class="portfolio-heading">Irrigation Techniques</h4>
<img src="images/Methods-of-Irrigation.jpg" alt="PROJECT-IMG" />
<div class="portfolio-layer">
<iframe
width="407"
height="300"
src="https://www.youtube.com/embed/Z9HAy9EYKKs?rel=0"
frameborder="0"
allowfullscreen
></iframe>
</div>
</div>
<div class="portfolio-box">
<h4 class="portfolio-heading">Organic farming</h4>
<img
src="images/organic-farming-definition-examples-.jpg"
alt="PROJECT-IMG"
/>
<div class="portfolio-layer">
<iframe
width="407"
height="300"
src="https://www.youtube.com/embed/iPeBBw5WxZo?rel=0"
frameborder="0"
allowfullscreen
></iframe>
</div>
</div>
<div class="portfolio-box">
<h4 class="portfolio-heading">Climate smart Farming</h4>
<img
src="images/Things-You-Should-Know-About-Smart-Agriculture.jpeg"
alt="PROJECT-IMG"
/>
<div class="portfolio-layer">
<iframe
width="407"
height="300"
src="https://www.youtube.com/embed/g0wkT3mf80U?rel=0"
frameborder="0"
allowfullscreen
></iframe>
</div>
</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
id="mobileNumber"
/>
<input type="text" placeholder="Email Subject" required />
</div>
<textarea name="" id="" cols="30" rows="10" placeholder="Your Message" required></textarea>
<input type="submit" class="btn" id="contact-btn"><br>
</form>
<div class="button-container">
<button id="review-btn">Give feedback</button>
</div>
</section>
<!-- Modal -->
<div id="modal" class="modal">
<div class="modal-content">
<span class="close">×</span>
<h2>FEEDBACK FORM</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
<form id="feedback-form">
<div class="form-group">
<div class="icon">
<i class="fas fa-user"></i>
</div>
<input type="text" placeholder="Your Name" name="name" required>
</div>
<div class="form-group">
<div class="icon">
<i class="fas fa-envelope"></i>
</div>
<input type="email" placeholder="Email Id" required>
</div>
<div class="form-group">
<textarea cols="30" rows="5" placeholder="Your Feedback" required></textarea>
</div>
<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</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="fa-brands fa-x-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>
<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="blogpage.html"><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>
<div id="backtoTop">
<a href="#home"><i class="bx bx-up-arrow-alt"></i></a>
</div>
<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>
window.addEventListener('scroll', function() {
var scrollPosition = window.scrollY;
var backToTopButton = document.getElementById('backtoTop');
if (scrollPosition > 300) { // Adjust this value as needed to show the button at the desired scroll position
backToTopButton.style.display = 'block';
} else {
backToTopButton.style.display = 'none';
}
});
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;
});
});
// mobile no validation @dhruv8433
const mobileNumberInput = document.getElementById("mobileNumber");
mobileNumberInput.addEventListener("input", () => {
const maxLength = 10;
const value = mobileNumberInput.value;
if (value.length > maxLength) {
mobileNumberInput.value = value.slice(0, maxLength);
}
});
</script>
<!-- <script src="https://mediafiles.botpress.cloud/43c4d3ec-a251-474f-8cce-3d8737805a57/webchat/config.js" defer></script> -->
<script type="text/javascript">
(function (d, t) {
var v = d.createElement(t),
s = d.getElementsByTagName(t)[0];
v.onload = function () {
window.voiceflow.chat.load({
verify: { projectID: "664632efd181ce0921d32ed5" },
url: "https://general-runtime.voiceflow.com",
versionID: "production",
});
};
v.src = "https://cdn.voiceflow.com/widget/bundle.mjs";
v.type = "text/javascript";
s.parentNode.insertBefore(v, s);
})(document, "script");
</script>
<script type="text/javascript">
window.addEventListener("scroll", function(){
var header= document.querySelector("header");
header.classList.toggle("sticky", window.scrollY >10)
})
</script>
</body>
</html>