forked from Suchitra-Sahoo/AgriLearnNetwork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
647 lines (589 loc) · 24.4 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
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
<!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="icon" href="icon.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"
/>
<link rel="stylesheet" href="./cursor/style.css">
<link rel="stylesheet" href="./testimonials/testimonials.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css">
<!-- <script src="testimonials.js" defer></script> -->
<!-- <script src="./cursor/script.js"></script> -->
<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>
<div id="loader-wrapper">
<div id="loader"></div>
<div class="loader-section section-left"></div>
<div class="loader-section section-right"></div>
</div>
<header class="header">
<img
src="icon.png"
alt="logo"
style="height: 50px; width: 50px; margin-right: 10px;"
/>
<a href="#" class="logo" style="margin-inline-end: auto"
><h3>AgriLearnNetwork</h3>
</a>
<!-- adding the toggle mode button -->
<a>
<div class="theme-toggle">
<i class="fas fa-sun"></i>
<i class="fas fa-moon"></i>
</div>
</a>
<i class="bx bx-menu" id="menu-icon"></i>
<nav class="navbar">
<a href="#home" class="active content"
><i class="fa-solid fa-house"></i> Home</a
>
<a href="./about/about.html"><i class="fa-solid fa-circle-info"></i> About</a>
<a href="./blog/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="./FAQS/faqpage.html" target="_self"><i class="fas fa-question-circle"></i>FAQs</a>
<a href="#contact" id="nav--contact"
><i class="fa-solid fa-phone"></i> Contact</a
>
<a href="./buyproducts/buy_products.html"
><i class="fa fa-shopping-cart"></i>Buy Products</a
>
<a href="./login/login.html">
<button id="log-in-btn" class="login-btn">Login</button>
</a>
</nav>
</header>
<section class="home" id="home">
<div class="slider">
<div class="home-content content glow">
<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 un "></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-2.jpg)"
></div> <!--duplicate of the first image-->
<!-- <div class="slide" style="background-image: url(./images/carousel-img-5.jpg)"></div> -->
</div>
</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 & maintenance</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>
<!-- Testimonials Section -->
<h1 id="testi">OUR TESTIMONIALS</h1>
<div class="wrapper">
<script src="./testimonials/testimonials.js" defer></script>
<i id="left" class="fa-solid fa-angle-left"></i>
<ul class="carousel">
<li class="card">
<div class="img"><img src="https://images.pexels.com/photos/2379005/pexels-photo-2379005.jpeg?auto=compress&cs=tinysrgb&w=600" alt="img" draggable="false"></div>
<h2 id="testnames">Blanche Pearson</h2>
<span>AgriLearnNetwork has revolutionized my farming practices with its easy-to-follow sustainable methods. The community support is amazing!</span>
</li>
<li class="card">
<div class="img"><img src="https://images.pexels.com/photos/2169434/pexels-photo-2169434.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1" alt="img" draggable="false"></div>
<h2 id="testnames">Anna Kolson</h2>
<span>This website is a treasure trove of knowledge for eco-friendly farming. The guides are detailed and practical. Highly recommend!</span>
</li>
<li class="card">
<div class="img"><img src="https://images.pexels.com/photos/733872/pexels-photo-733872.jpeg" alt="img" draggable="false"></div>
<h2 id="testnames">Lariach French</h2>
<span>I’m thrilled with the results after using AgriLearnNetwork’s resources. The community is supportive, and the content is top-notch.</span>
</li>
<li class="card">
<div class="img"><img src="https://images.pexels.com/photos/1516680/pexels-photo-1516680.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1" alt="img" draggable="false"></div>
<h2 id="testnames">James Khosravi</h2>
<span>Thanks to AgriLearnNetwork, I’ve seen a significant improvement in my crop yields and soil health. A must-visit for every farmer.</span>
</li>
<li class="card">
<div class="img"><img src="https://images.pexels.com/photos/732425/pexels-photo-732425.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1" alt="img" draggable="false"></div>
<h2 id="testnames">Kristina Zasiadko</h2>
<span>AgriLearnNetwork’s expert advice has been a game-changer for my farm. The step-by-step guides make sustainable farming accessible to all.</span>
</li>
<li class="card">
<div class="img"><img src="https://images.pexels.com/photos/2287252/pexels-photo-2287252.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1" alt="img" draggable="false"></div>
<h2 id="testnames">Donald Horton</h2>
<span>Implementing the practices from AgriLearnNetwork has been a breeze. The positive impact on my farm’s productivity is undeniable.</span>
</li>
<li class="card">
<div class="img"><img src="https://images.pexels.com/photos/1987301/pexels-photo-1987301.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1" alt="img" draggable="false"></div>
<h2 id="testnames">Kriti Chauhan</h2>
<span>AgriLearnNetwork offers the best tips and tricks for sustainable farming. It’s an essential resource for modern farmers looking to go green.
</span>
</li>
</ul>
<i id="right" class="fa-solid fa-angle-right"></i>
</div>
<!-- Contact 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" id="fullname" required />
<input type="email" placeholder="Email Address" id="emailaddress" required />
</div>
<div class="input-box">
<input
type="number"
placeholder="Mobile Number"
required
id="mobileNumber"
/>
<input type="text" placeholder="Email Subject" id="emailsubject" required />
</div>
<textarea name="" id="message" 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 fixed inset-0 bg-gray-900 bg-opacity-50 flex items-center justify-center">
<div class="modal-content bg-white p-6 rounded shadow-lg relative">
<span class="close cursor-pointer text-gray-500 absolute top-4 right-4 text-xl">×</span>
<h2 class="text-2xl font-bold mb-4">FEEDBACK FORM</h2>
<p class="mb-4">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
<form id="feedback-form">
<div class="form-group flex items-center mb-4">
<div class="icon mr-2">
<i class="fas fa-user"></i>
</div>
<input class="border p-2 w-full" type="text" placeholder="Your Name" name="name" required>
</div>
<div class="form-group flex items-center mb-4">
<div class="icon mr-2">
<i class="fas fa-envelope"></i>
</div>
<input class="border p-2 w-full" type="email" placeholder="Email Id" name="email" required>
</div>
<div class="form-group mb-4">
<textarea class="border p-2 w-full" cols="30" rows="5" placeholder="Your Feedback" required></textarea>
</div>
<div class="rating mb-4">
<h2 class="text-xl font-semibold mb-2">Rate us:</h2>
<div class="flex space-x-2">
<span class="emoji" role="img" aria-label="terrible" data-value="😡">😡</span>
<span class="emoji" role="img" aria-label="bad" data-value="😞">😞</span>
<span class="emoji" role="img" aria-label="okay" data-value="😐">😐</span>
<span class="emoji" role="img" aria-label="good" data-value="😊">😊</span>
<span class="emoji" role="img" aria-label="excellent" data-value="😍">😍</span>
</div>
</div>
<input type="hidden" name="rating" id="rating-value" required>
<button class="bg-blue-500 text-white px-4 py-2 rounded" type="submit">Submit</button>
</form>
<div id="thank-you-message" class="text-green-500 text-xl mt-4 hidden">
Thank you for your feedback!
</div>
<div id="error-message" class="text-red-500 text-xl mt-4 hidden">
Please fill in all fields before submitting.
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/toastify-js"></script>
<script>
document.querySelectorAll('.emoji').forEach(emoji => {
emoji.addEventListener('click', () => {
document.querySelectorAll('.emoji').forEach(e => {
e.classList.remove('selected');
e.style.backgroundColor = 'transparent'; // Reset all emojis to transparent background
});
emoji.classList.add('selected');
emoji.style.backgroundColor = '#f0f0f0'; // Set selected emoji's background color
document.getElementById('rating-value').value = emoji.getAttribute('data-value');
});
});
document.getElementById('feedback-form').addEventListener('submit', function(event) {
event.preventDefault();
const name = this.elements['name'].value.trim();
const email = this.elements['email'].value.trim();
const feedback = this.querySelector('textarea').value.trim();
const rating = this.elements['rating'].value;
if (name && email && feedback && rating) {
// Show toast notification
Toastify({
text: 'Thanks for your Feedback',
duration: 3000,
gravity: 'bottom', // Display toast notifications at the bottom
backgroundColor: 'linear-gradient(to right, #00b09b, #96c93d)',
}).showToast();
// Clear form fields
this.reset();
document.querySelectorAll('.emoji').forEach(e => {
e.classList.remove('selected');
e.style.backgroundColor = 'transparent'; // Reset all emojis to transparent background
});
document.getElementById('rating-value').value = '';
} else {
document.getElementById('thank-you-message').style.display = 'none';
document.getElementById('error-message').style.display = 'block';
}
});
document.querySelector('.close').addEventListener('click', () => {
document.getElementById('modal').style.display = 'none';
});
</script>
<style>
.emoji {
font-size: 3rem;
cursor: pointer;
transition: transform 0.2s, background-color 0.2s;
border-radius: 50%; /* Make emojis circular */
}
.emoji.selected {
transform: scale(1.75);
background-color: #f0f0f0; /* Light gray background color for selected emoji */
filter: brightness(150%); /* Increase brightness of the emoji */
/* You can adjust the brightness percentage to achieve desired brightness */
}
</style>
<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/about.html"><p>About Us</p></a>
</li>
<li>
<a href="./blog/blogpage.html"><p>Blogs</p></a>
</li>
<li>
<a href="./FAQS/faqpage.html"><p>FAQs</p></a>
</li>
<li>
<a href="#Resource Library"><p>Resource Library</p></a>
</li>
<li>
<a href="#contact"><p>Contact Us</p></a>
</li>
<li>
<a href="./buyproducts/buy_products.html"><p>Buy Products</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>
<div class="cursor"></div>
<div class="cursor2"></div>
<!--Floating Iconbar-->
<div class="icon-bar">
<a href="https://www.instagram.com/" class="instagram" target="_blank">Instagram<i class="fab fa-instagram"></i></a>
<a href="https://www.facebook.com/" class="facebook" target="_blank">Facebook<i class="fab fa-facebook"></i></a>
<a href="https://x.com/" class="twitter" target="_blank">Twitter<i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/" class="linkedIn" target="_blank">LinkedIn<i class="fab fa-linkedin"></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>
<script>
var cursor = document.querySelector(".cursor");
var cursor2 = document.querySelector(".cursor2");
document.addEventListener("mousemove",function(e){
cursor.style.cssText = cursor2.style.cssText = "left: " + e.clientX + "px; top: " + e.clientY + "px;";
});
</script>
</body>
</html>