-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
550 lines (425 loc) · 23.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Mozilla Campus Club bvducoep</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/logo01.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top header-transparent">
<div class="container d-flex align-items-center justify-content-between">
<div class="logo">
<a href="index.html"><img src="assets/img/logo01.png" alt="" class="img-fluid"></a>
<!-- Uncomment below if you prefer to use an image logo -->
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">HOME</a></li>
<li><a class="nav-link scrollto" href="#about">ABOUT US</a></li>
<li><a class="nav-link scrollto" href="#services">EVENTS</a></li>
<li><a class="nav-link scrollto" href="#cta">OUR TEAM</a></li>
<li><a class="nav-link scrollto" href="#portfolio">GALLERY</a></li>
<li><a class="nav-link scrollto" href="#contact">CONTACT US</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero">
<div class="hero-container" data-aos="fade-up">
<h1>MOZILLA CAMPUS CLUB BVDU</h1>
<h2>We are team of talented designers , coders and content developers.</h2>
<a href="#about" class="btn-get-started scrollto"><i class="bx bx-chevrons-down"></i></a>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="row no-gutters">
<div class="content col-xl-5 d-flex align-items-stretch" data-aos="fade-up">
<div class="content">
<h3>ABOUT US</h3>
<p>
Today's advancing technical world needs some sort of motivation in order to proceed in the right direction. Thus taking a step and enhancing the keen technical spirits, MOZILLA CAMPUS CLUB BVDUCOEP was found by Adarsh Jha. The main target of the club is to provide guidance and mentorship to the students and tech enthusiasts and spotlight their hidden skills and talents so as they can showcase their talents to the entire world.
The Mozilla Campus Club BVDUCOEP not only focuses on motivating the young spirits but it's goal is to contributing In open source organisation for betterment of society and provide the opportunity to these young talents by means of conducting certain workshops, online webinars, group events where people focuses on the technical skills as well as these provide a enhancement in leadership skills of the students.
</p>
</div>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services">
<div class="container">
<div class="section-title" data-aos="fade-in" data-aos-delay="100">
<h2>EVENTS</h2>
</div>
<div class="row">
<div class="col-md-6 col-lg-3 align-items-stretch mb-5 mb-lg-3">
<div class="icon-box" data-aos="fade-up">
<div class="icon"><i class="bx bx-calendar-plus"></i></div>
<h4 class="title"><a href="https://www.instagram.com/p/Bu6j3wFAGLJ/?utm_medium=copy_link">FIBBLE</a></h4>
</div>
</div>
<div class="col-md-6 col-lg-3 align-items-stretch mb-5 mb-lg-3">
<div class="icon-box" data-aos="fade-up" data-aos-delay="100">
<div class="icon"><i class="bx bx-calendar-plus"></i></div>
<h4 class="title"><a href="https://www.instagram.com/p/BuOFYsHnDwu/?utm_medium=copy_link">Mindsweeper</a></h4>
</div>
</div>
<div class="col-md-6 col-lg-3 align-items-stretch mb-5 mb-lg-3">
<div class="icon-box" data-aos="fade-up" data-aos-delay="200">
<div class="icon"><i class="bx bx-calendar-plus"></i></div>
<h4 class="title"><a href="https://www.instagram.com/p/B3AU4NpgnV6/?utm_medium=copy_link"> Intro to web VR</a></h4>
</div>
</div>
<div class="col-md-6 col-lg-3 align-items-stretch mb-5 mb-lg-3">
<div class="icon-box" data-aos="fade-up" data-aos-delay="300">
<div class="icon"><i class="bx bx-calendar-plus"></i></div>
<h4 class="title"><a href="https://www.instagram.com/p/B1OhodWAkRP/?utm_medium=copy_link">Intro to Machine Learning</a></h4>
</div>
</div>
<div class="col-md-6 col-lg-3 align-items-stretch mb-5 mb-lg-3">
<div class="icon-box" data-aos="fade-up" data-aos-delay="300">
<div class="icon"><i class="bx bx-calendar-plus"></i></div>
<h4 class="title"><a href="https://www.youtube.com/channel/UCRGNPXzU2p6rBpq-zoc3k5Q">Intro to web technologies</a></h4>
</div>
</div>
<div class="col-md-6 col-lg-3 align-items-stretch mb-5 mb-lg-3">
<div class="icon-box" data-aos="fade-up" data-aos-delay="300">
<div class="icon"><i class="bx bx-calendar-plus"></i></div>
<h4 class="title"><a href="https://www.youtube.com/watch?v=wCwlo0S1ixc">The fundamental of web designing</a></h4>
</div>
</div>
<div class="col-md-6 col-lg-3 align-items-stretch mb-5 mb-lg-3">
<div class="icon-box" data-aos="fade-up" data-aos-delay="300">
<div class="icon"><i class="bx bx-calendar-plus"></i></div>
<h4 class="title"><a href="https://www.youtube.com/watch?v=1vL3i6iPJ-Y">Intro to Cloud Computing</a></h4>
</div>
</div>
<div class="col-md-6 col-lg-3 align-items-stretch mb-5 mb-lg-3">
<div class="icon-box" data-aos="fade-up" data-aos-delay="300">
<div class="icon"><i class="bx bx-calendar-plus"></i></div>
<h4 class="title"><a href="https://www.youtube.com/watch?v=qzXL-wQ7DUw">Data structures and algorithm webinar</a></h4>
</div>
</div>
<div class="col-md-6 col-lg-3 align-items-stretch mb-5 mb-lg-3">
<div class="icon-box" data-aos="fade-up" data-aos-delay="300">
<div class="icon"><i class="bx bx-calendar-plus"></i></div>
<h4 class="title"><a href="https://www.youtube.com/watch?v=MIqm0-a4FDM">Intro to Git and GitHub</a></h4>
</div>
</div>
<div class="col-md-6 col-lg-3 align-items-stretch mb-5 mb-lg-3">
<div class="icon-box" data-aos="fade-up" data-aos-delay="300">
<div class="icon"><i class="bx bx-calendar-plus"></i></div>
<h4 class="title"><a href="https://www.youtube.com/channel/UCRGNPXzU2p6rBpq-zoc3k5Q">Python for Data Science workshop</a></h4>
</div>
</div>
<div class="col-md-6 col-lg-3 align-items-stretch mb-5 mb-lg-3">
<div class="icon-box" data-aos="fade-up" data-aos-delay="300">
<div class="icon"><i class="bx bx-calendar-plus"></i></div>
<h4 class="title"><a href="https://www.youtube.com/watch?v=kB5_GVuhA5c">Intro to Blockchain</a></h4>
</div>
</div>
<div class="col-md-6 col-lg-3 align-items-stretch mb-5 mb-lg-3">
<div class="icon-box" data-aos="fade-up" data-aos-delay="300">
<div class="icon"><i class="bx bx-calendar-plus"></i></div>
<h4 class="title"><a href="https://www.youtube.com/watch?v=ek_VV6c-rxM">Intro to Photoshop</a></h4>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Counts Section ======= -->
<section id="counts" class="counts section-bg">
<div class="container">
<div class="row no-gutters">
<div class="col-lg-3 col-md-6 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="bi bi-emoji-smile"></i>
<span data-purecounter-start="0" data-purecounter-end="12" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>EVENTS</strong> </p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="bi bi-journal-richtext"></i>
<span data-purecounter-start="0" data-purecounter-end="4" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>Projects</strong> </p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="bi bi-headset"></i>
<span data-purecounter-start="0" data-purecounter-end="18" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>CONTRIBUTORS</strong></p>
</div>
</div>
</div>
</div>
</section><!-- End Counts Section -->
<!-- ======= Cta Section ======= -->
<section id="cta" class="cta">
<div class="container" data-aos="zoom-in">
<div class="text-center">
<a class="cta-btn" href="team/team.html"><h3>OUR TEAM</h3></a>
</div>
</div>
</section><!-- End Cta Section -->
<!-- ======= Portfolio Section ======= -->
<section id="portfolio" class="portfolio">
<div class="container">
<div class="section-title" data-aos="fade-in" data-aos-delay="100">
<h2>GALLERY</h2>
</div>
<div class="row" data-aos="fade-in">
<div class="col-lg-12 d-flex justify-content-center">
</div>
</div>
<div class="row portfolio-container" data-aos="fade-up">
<div class="col-lg-4 col-md-6 portfolio-item ">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/portfolio-1.jpg" class="img-fluid" alt="">
<div class="portfolio-links">
<a href="assets/img/portfolio/portfolio-1.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" ><i class="bx bx-plus"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item ">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/portfolio-2.jpg" class="img-fluid" alt="">
<div class="portfolio-links">
<a href="assets/img/portfolio/portfolio-2.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" ><i class="bx bx-plus"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item ">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/portfolio-3.jpg" class="img-fluid" alt="">
<div class="portfolio-links">
<a href="assets/img/portfolio/portfolio-3.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" ><i class="bx bx-plus"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item ">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/portfolio-4.jpg" class="img-fluid" alt="">
<div class="portfolio-links">
<a href="assets/img/portfolio/portfolio-4.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" ><i class="bx bx-plus"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item ">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/portfolio-5.jpg" class="img-fluid" alt="">
<div class="portfolio-links">
<a href="assets/img/portfolio/portfolio-5.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" ><i class="bx bx-plus"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item ">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/portfolio-6.jpg" class="img-fluid" alt="">
<div class="portfolio-links">
<a href="assets/img/portfolio/portfolio-6.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" ><i class="bx bx-plus"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item ">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/portfolio-7.jpg" class="img-fluid" alt="">
<div class="portfolio-links">
<a href="assets/img/portfolio/portfolio-7.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" ><i class="bx bx-plus"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item ">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/portfolio-8.jpg" class="img-fluid" alt="">
<div class="portfolio-links">
<a href="assets/img/portfolio/portfolio-8.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" ><i class="bx bx-plus"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item ">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/portfolio-9.jpg" class="img-fluid" alt="">
<div class="portfolio-links">
<a href="assets/img/portfolio/portfolio-9.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" ><i class="bx bx-plus"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item ">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/21-22.jpg" class="img-fluid" alt="">
<div class="portfolio-links">
<a href="assets/img/portfolio/21-22.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" ><i class="bx bx-plus"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item ">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/21-22-w1.jpg" class="img-fluid" alt="">
<div class="portfolio-links">
<a href="assets/img/portfolio/21-22-w1.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" ><i class="bx bx-plus"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item ">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/21-22-w2.jpg" class="img-fluid" alt="">
<div class="portfolio-links">
<a href="assets/img/portfolio/21-22-w2.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" ><i class="bx bx-plus"></i></a>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Portfolio Section -->
<!-- ======= Testimonials Section ======= -->
<section id="testimonials" class="testimonials section-bg">
<div class="container">
<div class="section-title" data-aos="fade-in" data-aos-delay="100">
<h2>Testimonials</h2>
</div>
<div class="testimonials-slider swiper-container" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
An idea to foster students with all the knowledge the club members have is an extremely unique concept. For me, it is most important that students graduate with skills and experiences that will make them successful wherever they go. It gives me immense pleasure to know that 'MOZILLA CAMPUS CLUB' gives an insight into the range and scope of imagination to make students realize their technical interests. Mozilla Campus Club live up to the aspects of a great team making knowledge accessible to every technophile. I wish them good luck for their future ventures.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-1.jpeg" class="testimonial-img" alt="">
<h3>ANAND BHALERAO</h3>
<h4>DEAN @ BVU COE PUNE</h4>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Mozilla Campus Club @BV(DU)COEP put in their excellent efforts to impart knowledge about open source and other tech revolutions. I’ve seen all venturesome members of this group who left no stone unturned to bring this club to a place where it deserves to be. It’s really wonderful to see their dedication, from a small workshop to a super colossal event, they do almost everything with utmost perfection. The club has been an integral part of the Mozilla community and we are privileged to have them as one in our journey. Without any doubt, they have been recognized as the most active Mozilla campus Club in Pune.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-2.jpg" class="testimonial-img" alt="">
<h3>PRATHAMESH CHAVAN</h3>
<h4>MOZILLA REP</h4>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
"It was the time when I was working for Mozilla Community as a graphic designer and heard about Mozilla clubs. I am a computer science engineer who fell in love with designing and followed my passion which is why I want my fellow mates to also follow their heart and learn more in the technical fields that suits them the best. Mine has been an amazing journey since the day I started the club. The experience and knowledge I acquired from my teammates is invaluable and will take forth it as I look forward to new challenges in life. This is where ‘Learn to Inspire’ hailed from.”
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-3.jpg" class="testimonial-img" alt="">
<h3>ADARSH JHA</h3>
<h4>FOUNDING PRESIDENT</h4>
</div>
</div><!-- End testimonial item -->
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Testimonials Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Contact</h2>
</div>
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="info-box mb-4">
<i class="bx bx-envelope"></i>
<h3>Email Us</h3>
<p>mozillabvdu@gmail.com</p>
</div>
</div>
<div class="col-lg-3 col-lg-6">
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="row">
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="col-md-6 form-group mt-3 mt-md-0">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required>
</div>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
</div>
<div class="form-group mt-3">
<textarea class="form-control" name="message" rows="5" placeholder="Message" required></textarea>
</div>
<div class="my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="footer-info">
<div class="social-links mt-3">
<a href="https://twitter.com/ClubMozilla" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="https://m.facebook.com/mozilacampusclubbvucoep/" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/mozillacc_bvducoep/" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="https://www.linkedin.com/in/mozillaccbvducoep/" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong><span>MCCBVDU</span></strong>. All Rights Reserved
</div>
<div class="credits">
Designed by MOZILLA CAMPUS CLUB BVDU
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>