forked from jiitopticachapter/cap-jscop22
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
785 lines (641 loc) · 37.3 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
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
l<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="JIIT">
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900" rel="stylesheet">
<title>CAP-JIIT Optica Student Chapter</title>
<link rel="icon" type="image" href="./assets/images/favicon.png">
<!-- Additional CSS Files -->
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/font-awesome.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<link rel="stylesheet" type="text/css" href="assets/css/owl-carousel.css">
<script src="https://kit.fontawesome.com/66aa7c98b3.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- ***** Preloader Start ***** -->
<div id="preloader">
<div class="jumper">
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- ***** Preloader End ***** -->
<!-- ***** Header Area Start ***** -->
<header class="header-area header-sticky">
<div class="container">
<div class="row">
<div class="col-12">
<nav class="main-nav">
<!-- ***** Logo Start ***** -->
<a href="https://www.jiitopticachapter.com/"><img class = "logo" src="./assets/images/logo-white.png" alt="Optica"
style="height: 55px; margin-top: 18px;"></a>
<!-- ***** Logo End ***** -->
<!-- ***** Menu Start ***** -->
<ul class="nav">
<li class="scroll-to-section"><a href="#welcome" class="active">Home</a></li>
<li class="scroll-to-section"><a href="#about">About</a></li>
<li class="scroll-to-section"><a href="#whyca">Why CA?</a></li>
<li class="scroll-to-section"><a href="#responsiblities">Responsiblities</a></li>
<li class="scroll-to-section"><a href="#frequently-question">FAQs</a></li>
<li class="scroll-to-section"><a href="#team">Our Team</a></li>
<li class="scroll-to-section"><a href="#contact-us">Contact Us</a></li>
</ul>
<a class='menu-trigger'>
<span>Menu</span>
</a>
<!-- ***** Menu End ***** -->
</nav>
</div>
</div>
</div>
</header>
<!-- ***** Header Area End ***** -->
<!-- ***** Welcome Area Start ***** -->
<div class="welcome-area" id="welcome">
<!-- ***** Header Text Start ***** -->
<div class="header-text">
<div class="container">
<div class="row">
<div class="left-text col-lg-6 col-md-6 col-sm-12 col-xs-12"
data-scroll-reveal="enter left move 30px over 0.6s after 0.4s">
<!-- <h3 class="banner-text">OPTICA , JIIT NOIDA</h3><br> -->
<h1><strong>CAMPUS AMBASSADOR PROGRAM</strong></h1>
<div class="grid-container">
<div class="grid-item item1">
Be the representative of your campus </div>
<div class="grid-item item2">
<a class="button yellow-blue" href="https://forms.gle/cJRPETUUeZmHVSnS8">
Apply now
</a>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12"
data-scroll-reveal="enter right move 30px over 0.6s after 0.4s">
<img src="assets/images/slider-icon.png" class="rounded img-fluid d-block mx-auto"
alt="First Vector Graphic">
</div>
</div>
</div>
</div>
<!-- ***** Header Text End ***** -->
</div>
<!-- ***** Welcome Area End ***** -->
<!-- ***** Features Big Item Start ***** -->
<section class="section" id="about">
<div class="container">
<div class="row">
<div class="col-lg-7 col-md-12 col-sm-12"
data-scroll-reveal="enter left move 30px over 0.6s after 0.4s">
<img src="assets/images/left-image.png" class="rounded img-fluid d-block mx-auto" alt="App">
</div>
<div class="right-text col-lg-5 col-md-12 col-sm-12 mobile-top-fix">
<div class="left-heading">
<h5>The Campus Ambassador program</h5>
</div>
<div class="left-text">
<p>
With the campus ambassador program of JIIT-OPTICA, you get a once-in-a-lifetime opportunity to see the grandeur of JSCOP at JIIT, Noida. <br>
The platform provides you a fantastic place to hone your communication and technical skills. Participate in event promotion and brand management at the national level. With the learnings gained here at JSCOP, you get the possibility of organising national competitions at your college. <br>
As a campus ambassador you make crucial connections with tens of thousands of talented, like-minded students from across the country. JSCOP provides the students with an easy method to keep up with the world of technology and entrepreneurship's ever-changing trends. <br>
The initiative will allow you to expand your skill set while learning about cutting-edge technologies from JIIT-OPTICA.<br>
</p>
<br>
<a href="https://jiitopticachapter.com/" class="main-button">Know More</a>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="hr"></div>
</div>
</div>
</div>
</section>
<!-- ***** Features Big Item End ***** -->
<!-- ***** Features Big Item Start ***** -->
<section class="section" id="about2">
<div id="whyca">
<div class="container">
<div class="row">
<div class="left-text col-lg-5 col-md-12 col-sm-12 mobile-bottom-fix">
<div class="left-heading">
<h5>Why you should apply?</h5>
</div>
<p>
</p>
<ul>
<p>
The Campus Ambassador program at OPTICA is aimed at identifying
enthusiastic, passionate, brilliant, like minded College Students.
</p>
<li>
<img src="assets/images/about-icon-01.png" width = "60px" height = "60px" alt="">
<div class="text">
<h6>Get internship Opportunity</h6>
<p>Get an Oppurtunity to intern at our partner organisations and accesss to our
exclusive mentorship sessions.
</p>
</div>
</li>
<li>
<img src="assets/images/about-icon-02.jpg" width = "50px" height = "50px" alt="">
<div class="text">
<h6>Access to our webinars/training</h6>
<p>Get free access to any webinar or training session hosted by JIIT Optica Student Chapter</p>
</div>
</li>
</li>
<li>
<img src="assets/images/about-icon-03.jpg" width = "60px" height = "60px" alt="">
<div class="text">
<h6>Exciting Goodies and Merchandise</h6>
<p>Get a chance to win discount coupons, exciting goodies and exclusive merchandise of JSCOP</p>
</div>
</li>
<li>
<img src="assets/images/about-icon-04.png" width = "50px" height = "40px" alt="">
<div class="text">
<h6>Certificate of Leadership</h6>
<p>Get certificate of appreciation after the successful completion
of tenure.
</p>
</div>
</li>
<li>
<img src="assets/images/about-icon-05.png" width = "50px" height = "50px" alt="">
<div class="text">
<h6>Acquire Required Skills</h6>
<p>Working with one of the most dedicated teams from JIIT will help you
in acquiring more skills and professionalism. You will add many new
dimensions to your personality along the way by enhancing your skills.
</p>
</div>
</li>
</ul>
</div>
<div class="right-image col-lg-7 col-md-12 col-sm-12 mobile-bottom-fix-big"
data-scroll-reveal="enter right move 30px over 0.6s after 0.4s">
<img src="assets/images/right-image.png" class="rounded img-fluid d-block mx-auto" alt="App">
</div>
</div>
</div>
</div>
</section>
<!-- ***** Features Big Item End ***** -->
<div class="connectivity">
<!-- <h5></h5> -->
<div class="wrapper">
<div class="counter col_fourth">
<i class="fas fa-user fa-4x" aria-hidden="true"></i>
<span class="plus">
<h3 class="timer count-title count-number" data-to="22000" data-speed="1500"></h3>
<h3 style="margin-top: 10px; margin-left: 2px;">+</h3>
</span>
</div>
<div class="counter col_fourth">
<i class="fas fa-globe fa-4x"></i>
<span class="plus">
<h2 class="timer count-title count-number" data-to="100" data-speed="1500"></h2>
<h2 style="margin-top: 10px; margin-left: 2px;">+</h2>
</span>
</div>
<div class="counter col_fourth">
<i class="fas fa-handshake fa-4x"></i>
<span class="plus">
<h2 class="timer count-title count-number" data-to="50" data-speed="1500"></h2>
<h2 style="margin-top: 10px; margin-left: 2px;">+</h2>
</span>
</div>
</div>
</div>
<!-- ***** Features Small Start ***** -->
<section id="responsiblities">
<div class="respo"> <!--Contains the full responsibilities section-->
<div class="head">
<h5>What will you do?</h5>
</div>
<div class="mycard"> <!--Div for cards-->
<div class="item-box">
<div class="text">
<!-- <h2> <strong> </strong></h2> <br><br> -->
<p>Help us reach out to communities/ clubs/ chapters in your college and aid in community learning.
</p>
</div>
</div>
<div class="item-box">
<div class="text">
<!-- <h2> <strong> </strong></h2><br><br> -->
<p> Managing the public image of JSCOP and spreading information about Optica through various
activities. Work closely with the organising team and give suggestions to make the event more successful.
</p>
</div>
</div>
<div class="item-box">
<div class="text">
<!-- <h2> <strong> </strong></h2><br><br> -->
<p> Ensure to select interested and enthusiastic people from your college to attend various
events held under JSCOP'22.
</p>
</div>
</div>
<div class="item-box">
<div class="text">
<!-- <h2> <strong>Social media </strong></h2> <br><br> -->
<p> Sharing e-posters on social media platforms like facebook, instagram and WhatsApp.
Forwarding mails to the college mailing list. Be the face of optica JIIT in your college.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Features Small End ***** -->
<!-- ***** Frequently Question Start ***** -->
<section class="section" id="frequently-question">
<div class="container">
<!-- ***** Section Title Start ***** -->
<div class="row">
<div class="col-lg-12">
<div class="section-heading">
<h2>Frequently Asked Questions</h2>
</div>
</div>
<!-- ***** Section Title End ***** -->
<div class="row">
<div class="left-text col-lg-6 col-md-6 col-sm-12">
<h5 style="color:#3633ff">Terms & Conditions</h5>
<div class="accordion-text" style="padding-top: 2vh;">
<ul>
<li><i style="color:#3633ff" class="fa fa-check-square" aria-hidden="true"></i> JIIT Optica Chapter shall send all the publicity
materials to the respective colleges, but will not be liable for extra cost
incurred by the CA. </li>
<br>
<li><i style="color:#3633ff" class="fa fa-check-square"></i> More than one CA can be selected from a
college depending upon the strength of the college.</li><br>
<li><i style="color:#3633ff" class="fa fa-check-square"></i> The representation can be revoked at any time
of the year if the CA fails to perform reasonably well.</li><br>
<li><i style="color:#3633ff" class="fa fa-check-square"></i> The Certificate of Appreciation shall be
provided only on the successful completion of the complete term.</li><br>
</ul>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="accordions is-first-expanded">
<article class="accordion">
<div class="accordion-head">
<span>What kind of work am I required to do?</span>
<span class="icon">
<i class="icon fa fa-chevron-right"></i>
</span>
</div>
<div class="accordion-body">
<div class="content">
<p>You will be doing a variety of tasks including social media managing,
analysing trends, creating events/workshops and various other tasks
designed to improve your skills.
</p>
</div>
</div>
</article>
<article class="accordion">
<div class="accordion-head">
<span>What will I gain out of it?</span>
<span class="icon">
<i class="icon fa fa-chevron-right"></i>
</span>
</div>
<div class="accordion-body">
<div class="content">
<p>You will gain an experience which will help you develop your time
management skills, team work, network.
Also certificates from JIIT Optica , gift cards, world class courses &
internship opportunities in some of the leading companies will be given
to deserving CAs.
</p>
</div>
</div>
</article>
<article class="accordion">
<div class="accordion-head">
<span>How will we receive updates about tasks?</span>
<span class="icon">
<i class="icon fa fa-chevron-right"></i>
</span>
</div>
<div class="accordion-body">
<div class="content">
<p>You will be informed about the task through the CA Portal, social media
handles as well as whatsapp groups.
</p>
</div>
</div>
</article>
<article class="accordion">
<div class="accordion-head">
<span>Who can join the program?</span>
<span class="icon">
<i class="icon fa fa-chevron-right"></i>
</span>
</div>
<div class="accordion-body">
<div class="content">
<p>Students from any college, stream, year of college can register for the
Campus Ambassador Program.
</p>
</div>
</div>
</article>
<article class="accordion">
<div class="accordion-head">
<span>Is there any interview/ selection process for the Campus Ambassador
program?</span>
<span class="icon">
<i class="icon fa fa-chevron-right"></i>
</span>
</div>
<div class="accordion-body">
<div class="content">
<p>No, there will be no selection procedure, you will be selected on the
basis of your form responses.
</p>
</div>
</div>
</article>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Frequently Question End ***** -->
<!-- Our team section starts -->
<section class="section" id="team">
<div class="container">
<!-- ***** Section Title Start ***** -->
<div class="row">
<div class="col-lg-12">
<div class="section-heading">
<h2>Meet our Team</h2>
</div>
</div>
</div>
<div class="meet__cards">
<div class="container p-5">
<div class="row row-cols-1 row-cols-xs-2 row-cols-sm-2 row-cols-lg-4 g-3">
<div class="col">
<div class="card h-100 shadow-sm">
<div class="text-center">
<div class="img-hover-zoom img-hover-zoom--colorize">
<img class="shadow" src="./assets/images/ayush.jfif"
alt="Another Image zoom-on-hover effect">
</div>
</div>
<div class="card-body">
<div class="clearfix mb-3">
</div>
<div class="my-2 text-center">
<h1>Ayush Singhal</h1>
</div>
<div class="mb-3">
<h2 class="text-uppercase text-center role">PRESIDENT</h2>
</div>
<div class="box">
<div>
<ul class="list-inline">
<li class="list-inline-item"><a href="https://in.linkedin.com/in/ayush-singhal-"><i class="fab fa-linkedin-in"></i></a></li>
<li class="list-inline-item"><a href="https://www.instagram.com/a_yush._/"><i class="fab fa-instagram"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 shadow-sm">
<div class="text-center">
<div class="img-hover-zoom img-hover-zoom--colorize">
<img class="shadow" src="./assets/images/Anshika.jpeg"
alt="Another Image zoom-on-hover effect">
</div>
</div>
<div class="card-body">
<div class="clearfix mb-3">
</div>
<div class="my-2 text-center">
<h1>Anshika</h1><h1>Jain </h1>
</div>
<div class="mb-3">
<h2 class="text-uppercase text-center role">Vice President</h2>
</div>
<div class="box">
<div>
<ul class="list-inline">
<li class="list-inline-item"><a href="https://www.linkedin.com/in/anshikajain1518/"><i class="fab fa-linkedin-in"></i></a></li>
<li class="list-inline-item"><a href="https://www.instagram.com/anshiii__/"><i class="fab fa-instagram"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 shadow-sm">
<div class="text-center">
<div class="img-hover-zoom img-hover-zoom--colorize">
<img class="shadow" src="./assets/images/Sparsh.jpg"
alt="Another Image zoom-on-hover effect">
</div>
</div>
<div class="card-body">
<div class="clearfix mb-3">
</div>
<div class="my-2 text-center">
<h1>Sparsh Gupta</h1>
</div>
<div class="mb-3">
<h2 class="text-uppercase text-center role">Treasurer</h2>
</div>
<div class="box">
<div>
<ul class="list-inline">
<li class="list-inline-item"><a href = "https://www.linkedin.com/in/sparsh-gupta-984438120/"><i class="fab fa-linkedin-in"></i></a></li>
<li class="list-inline-item"><a href = "https://www.instagram.com/the_phenomenone_one/"><i class="fab fa-instagram"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 shadow-sm">
<div class="text-center">
<div class="img-hover-zoom img-hover-zoom--colorize">
<img class="shadow" src="./assets/images/Ishan.jpg"
alt="Another Image zoom-on-hover effect">
</div>
</div>
<div class="card-body">
<div class="clearfix mb-3">
</div>
<div class="my-2 text-center">
<h1>Ishan Saxena</h1>
</div>
<div class="mb-3">
<h2 class="text-uppercase text-center role">Secratary</h2>
</div>
<div class="box">
<div>
<ul class="list-inline">
<li class="list-inline-item"><a href = "https://www.linkedin.com/in/ishan-saxena-4757301a7/"><i class="fab fa-linkedin-in"></i></a></li>
<li class="list-inline-item"><a href = "https://www.instagram.com/__i.s.h.a.n_/?utm_medium=copy_link"><i class="fab fa-instagram"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Team section ends -->
<!-- ***** Contact Us Start ***** -->
<!-- <section class="section" id="contact-us"------>
<form action="https://formspree.io/f/mzbogdpa" method="POST">
<div class="background" id="contact-us">
<div class="contact-container">
<div class="screen">
<div class="screen-header">
<div class="screen-header-left">
<div class="screen-header-button close"></div>
<div class="screen-header-button maximize"></div>
<div class="screen-header-button minimize"></div>
</div>
<div class="screen-header-right">
<div class="screen-header-ellipsis"></div>
<div class="screen-header-ellipsis"></div>
<div class="screen-header-ellipsis"></div>
</div>
</div>
<div class="screen-body">
<div class="screen-body-item-left">
<div class="app-title">
<span>CONTACT US</span>
<!-- <span>US</span> -->
</div>
</div>
<div class="screen-body-item-right">
<div class="app-form">
<div class="app-form-group">
<input id="full-name" name="name" type="text" required class="app-form-control" placeholder="NAME">
</div>
<div class="app-form-group">
<input id="email" type="email" required name="_replyto" class="app-form-control" placeholder="EMAIL">
</div>
<div class="app-form-group">
<input id="phone" type="text" required name="telephone" class="app-form-control"
placeholder="CONTACT NO">
</div>
<div class="app-form-group message">
<input id="message" name="message" required type="text" class="app-form-control" placeholder="MESSAGE">
</div>
<div class="app-form-group buttons">
<button type="submit" class="app-form-button">SEND</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</form>
<!-- ***** Contact Us End ***** -->
<!-- ***** Footer Start ***** -->
<footer>
<div class="footer-head">
<div class="footer-title" style="text-transform: capitalize;">
<h3 class="title-var">JIIT OPTICA STUDENT CHAPTER</h3><h3 class="title-var"> JAYPEE INSTITUTE OF INFORMATION TECHNOLOGY</h3> <h3 class="title-var"> Sector 62 Noida, UP</h3>
</div>
<div class="social-menu">
<ul>
<li><a target="_blank " href="https://twitter.com/jiitoptica"><i class="fab fa-twitter "
aria-hidden="true "></i>
</a></li>
<li><a href="https://www.instagram.com/jiitopticachapter/" target="blank"><i
class="fab fa-instagram"></i></a></li>
<li><a target="_blank " href="https://www.linkedin.com/company/jiitopticachapter/mycompany/"><i
class="fab fa-linkedin-in " aria-hidden="true "></i></a></li>
<li><a href="https://www.youtube.com/channel/UCDR-ExLpXmcMkT0RHILMKPw/featured"><i
class="fab fa-youtube" target="blank"></i></a></li>
</ul>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="assets/js/jquery-2.1.0.min.js"></script>
<!-- Bootstrap -->
<script src="assets/js/popper.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<!-- Plugins -->
<script src="assets/js/owl-carousel.js"></script>
<script src="assets/js/scrollreveal.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/jquery.counterup.min.js"></script>
<script src="assets/js/imgfix.min.js"></script>
<script src="./assets/js/connectivity.js"></script>
<!-- Global Init -->
<script src="assets/js/custom.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/emailjs-com@3/dist/email.min.js"></script>
<!-- <script>(function () {
//to be changed
emailjs.init("user_aELb48Z5FRDrg2Rllk93A");
})();
function sendMail() {
let email, message, Name, phone, name;
name = document.getElementById("inputName").value;
email = document.getElementById("inputEmail").value;
phone = document.getElementById("inputPhone").value;
message = document.getElementById("inputMessage").value;
console.log(name, email, phone, message, name);
var contactParams = {
from_name: name,
from_email: email,
message: message,
to_name: "OSA CLUB JIIT",
phone_no: phone,
reply_to: email,
};
if (!name || !email || !phone || !message) {
alert("Please check your entries");
return false;
} else {
console.log(contactParams);
emailjs
.send("service_6pdqo77", "template_l4og9ea", contactParams)
.then(
function (response) {
console.log("SUCCESS!", response.status, response.text);
alert("Mail sent successfully");
form.reset();
},
function (error) {
console.log("FAILED...", error);
alert("Failed to connect");
}
);
}
document.getElementById("inputName").value = "";
document.getElementById("inputEmail").value = "";
document.getElementById("inputPhone").value = "";
document.getElementById("inputMessage").value = "";
}</script> -->
</body>
</html>