-
Notifications
You must be signed in to change notification settings - Fork 3
/
events.html
919 lines (675 loc) · 41.9 KB
/
events.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
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>IEEE SIES GST | Events</title>
<!-- Meta tag Keywords -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" />
<meta name="description" content="Ongoing Events of IEEE student chapter of SIES GST, Navi Mumbai.">
<meta name="keywords" content="IEEE, ieee, sies, gst, siesgst, official, student, website, live, events">
<meta name="author" content="IEEE SIES GST Student Chapter">
<!-- JS, Popper.js, and jQuery -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<!--whatsapp and fb-->
<meta property="og:title" content="IEEE SIES GST | Events" />
<meta property="og:description" content="Ongoing Events of IEEE student chapter of SIES GST, Navi Mumbai." />
<meta property="og:url" content="https://ieeesiesgst.in/events.html" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://ieeesiesgst.in/images/ieeeicon.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />
<meta property="og:image:alt" content="Ongoing Events of IEEE SIES GST" />
<!--twitter-->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="IEEE SIES GST | Events" />
<meta property="twitter:description" content="Ongoing Events of IEEE student chapter of SIES GST, Navi Mumbai." />
<meta property="twitter:image" content="https://ieeesiesgst.in/images/ieeeicon.png" />
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#000">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#000">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#000">
<!-- //Meta tag Keywords -->
<!-- Custom-Files -->
<!-- CSS only -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<!-- JS, Popper.js, and jQuery -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<!-- Bootstrap-Core-CSS -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<!-- Style-CSS -->
<!-- font-awesome-icons -->
<link href="css/font-awesome.css" rel="stylesheet">
<!-- //font-awesome-icons -->
<!-- /Fonts -->
<link href="//fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900" rel="stylesheet">
<!-- //Fonts -->
<link rel="shortcut icon" href="images/favicon.png">
<link rel="icon" href="images/favicon.png">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
</head>
<body>
<script type="text/javascript">
location.replace('https://ieeesiesgst.in/techopedia/');
</script>
<!-- mian-content -->
<div class="main-banner inner" id="home">
<!-- header -->
<header class="header">
<div class="container-fluid px-lg-5">
<!-- nav -->
<nav class="py-4">
<div id="logo">
<h1> <a href="https://ieeesiesgst.in"><img id="ielogo" src="images/ieeesiesblack.png"></a></h1>
</div>
<label for="drop" class="toggle">Menu</label>
<input type="checkbox" id="drop" />
<ul class="menu mt-2">
<li><a href="https://ieeesiesgst.in">Home</a></li>
<li><a href="about.html">About</a></li>
<li class="active"><a href="epsilon.html" style="text-shadow: 0px 0px 4px #000 !important;">Events</a></li>
<li>
<!-- First Tier Drop Down -->
<label for="drop-2" class="toggle">Explore <span class="fa fa-angle-down" aria-hidden="true"></span> </label>
<a href="#">Explore <span class="fa fa-angle-down" aria-hidden="true"></span></a>
<input type="checkbox" id="drop-2" />
<ul>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="achievements.html">Achievements</a></li>
<li><a href="wie.html">WIE</a></li>
<li><a href="mtts.html">MTT-S</a></li>
<li><a href="cs.html">CS</a></li>
<li><a href="epsilon.html">Epsilon</a></li>
</ul>
</li>
<li><a href="team.html">Our Team</a></li>
<li><a href="contact.html">Contact</a></li>
<li><div id="google_translate_element"></div>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
}
</script>
<script type="text/javascript" src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script></li>
</ul>
</nav>
<!-- //nav -->
</div>
</header>
<!-- //header -->
</div>
<section class="collection py-lg-4 py-md-3 py-sm-3 py-3">
<div class="container py-lg-5 py-md-4 py-sm-4 py-3">
<h3 class="tittle text-center mb-lg-5 pb-3" style="margin-bottom: 0px !important;">Sorry!</h3>
<h5 class="tittle text-center mb-lg-5 pb-3">No Live Events available right now :(<br>Please come back later.<br>OR<br><label for="newsletter"><a href="#newsletter">Click to enter email id to get latest updates!</a></label></h5>
</div>
</section>
<!--
<div class="container-fluid">
<input type="radio" name="event" id="event1" class="tab event1" checked>
<input type="radio" name="event" id="event2" class="tab event2">
<div class="row label-container">
<label for="event1" class="tablabel text-center col-6 eventlabel1">PosTech</label>
<label for="event2" class="tablabel text-center col-6 eventlabel2">WriTech</label>
</div>
<div class="event-no-1">
</div>
<div class="event-no-2">
</div>
</div>
-->
<!--
<section class="collection py-lg-4 py-md-3 py-sm-3 py-3" style="padding-bottom: 10px !important;">
<div class="container py-lg-5 py-md-4 py-sm-4 py-3" style="padding-bottom: 0 !important;">
<h1 class="tittle text-center mb-lg-5 pb-3">DesignIt</h1>
<div class="row">
<div class="col-lg-5 col-md-6">
<img src="images/designit.jpeg" alt="news image" class="img-fluid">
</div>
<div class="col-lg-7 col-md-6" style="padding-top: 20px !important;">
<p>IEEE SIESGST presents <b>DesignIt</b> - A Technical Poster Making Competition.</br>
TOPIC:- <b>To Society through Technology</b><br><b>E-Certificates</b> will be provided to participants.<br>The <b>Winner</b> gets an appreciation certificate and his/her poster will be posted on our <a href="https://www.linkedin.com/mwlite/company/ieee-gst">Linkedin</a>, <a href="https://m.facebook.com/ieeesiesgstofficial/">Facebook</a> and <a href="https://www.instagram.com/ieeesiesgst/">Instagram</a> handles!</br>
Age Limit:- <b>23 Years</b><br>The competition is open to all. <b>No Entry Fee</b>.<br><div class="text-center"><a href="https://chat.whatsapp.com/Fz88i4PnNcY6wM1d2eRAtV" class="btn btn-success">Click to join WhatsApp group!</a></div>
</p>
<div class="view-buttn mt-lg-4 mt-3">
</div>
</div>
-->
<!--
<div class="col-lg-5 col-md-6 text-center">
<h1>Coming Soon.<br>Stay Tuned!</h1>
</div>
--> <!--
</div>
</div>
</section>
-->
<!--
<div class="container">
<div class="row start-end-date">
<div class="col-md-6 col-12">
<fieldset class="event-fieldset">
<legend class="event-legend">Registration Starts:</legend>
<div class="event-time text-center">19<sup>th</sup> June 2020</div>
</fieldset>
</div>
<div class="col-md-6 col-12">
<fieldset class="event-fieldset">
<legend class="event-legend">Submission Deadline:</legend>
<div class="event-time text-center">3<sup>rd</sup> July 2020</div>
</fieldset>
</div>
</div>
</div>
-->
<!--
<h5 class="tittle text-center mb-lg-5 pb-3"><label for="newsletter"><a href="#newsletter">Click to enter email id to get latest updates!</a></label></h5>
-->
<!--
<div class="container guidelines-steps">
Before you start brainstorming your innovative ideas for making the poster, here's a quick guide that you need to follow for successfully submitting your poster!<br><br>
<ol class="steps">
<li class="step"><span>Please note, the Poster should be of size A4 or A3.</span></li>
<li class="step">
<span>
Make sure the poster has -<br>
<ol>
<li>Title of your poster</li>
<li>Name of the competition i.e (DesignIt – IEEE SIESGST).</li>
<li>Name your team or individual.</li>
</ol>
</span>
</li>
<li class="step">
<span>
The poster should be saved in the following fashion:<br>
<ul>
<li>File name = clgname_name_year_branch</li>
<li>File type = PDF or JPEG only</li>
</ul>
</span>
</li>
<li class="step"><span>Fill the Google form link in the WhatsApp group description. Enter the required details and upload your poster</span></li>
<li class="step"><span>Lastly, ping this message in the WhatsApp group "{Your name}, Successfully submitted the article".<br>Once we receive this message we will start the evaluation of your submitted poster.</span></li>
</ol>
</div>
-->
<!--event form begins-->
<!-- Event Form -->
<!--
<div id="designitbody">
<div class="container py-lg-5 py-md-4 py-sm-4 py-3" style="padding-bottom: 0px !important">
<h2 class="tittle mb-lg-5 pb-3" style="margin-bottom: 20px !important; padding-bottom: 0px !important">Competition Submission Form</h2>
<label>Participation Type:<span class="form-required"> *</span></label>
<div class="form-check">
<input class="form-check-input" type="radio" name="sftf" id="sf" onchange="soloform();" disabled>
<label class="form-check-label" for="sf" id="solo">
Individual Participant
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="sftf" id="tf" onchange="teamform();" disabled>
<label class="form-check-label" for="tf" id="team">
Two-Membered Team
</label>
<small class="form-text text-muted"><span class="form-required">Last date of submission was 3<sup>rd</sup> July 2020.</span></small>
</div>
</div>
<section class="collection py-lg-4 py-md-3 py-sm-3 py-3" id="solo-form">
<div class="container py-lg-5 py-md-4 py-sm-4 py-3" style="padding-top: 0px !important">
<h4 class="tittle mb-lg-5 pb-3" style="margin-bottom: 8px !important; padding-bottom: 0px !important">Individual Submission Form</h4>
<form class="ev_form" action="https://script.google.com/macros/s/AKfycbwa44BpecifAahPBRnbkJY3Yuir1EdcTYbhkw0IATDB5UmW7e0p/exec" autocomplete="off" id="form1" method="POST" onsubmit="return check_multiple_solo();">
<fieldset id="disablesolo" disabled>
<div class="form-group">
<div class="form-required-show">
<span class="form-required">* is for required.</span>
</div>
<label for="full_name">Full Name<span class="form-required"> *</span></label>
<input name="name" type="text" id="name" class="form-control" placeholder="Enter Your Full Name" required>
<small class="form-text text-muted">To be printed on certificate</small></br>
<label for="email">Email Address<span class="form-required"> *</span></label>
<input name="email" type="email" id="email" class="form-control" placeholder="Enter Your Email" required>
<small class="form-text text-muted">For E-Certificate</small></br>
<label for="phone">Contact Number<span class="form-required"> *</span></label>
<input name="phone" pattern="[+987][0-9]{9,12}" type="tel" id="phone" class="form-control" placeholder="Enter Your Contact Number" required>
</br>
<label for="clgname">College Name<span class="form-required"> *</span></label>
<input name="clgname" type="text" id="clgname" class="form-control" placeholder="Enter Your College Name" required></br>
<label for="branch">Enter Your Branch/Degree<span class="form-required"> *</span></label>
<input name="branch" type="text" id="branch" class="form-control" placeholder="Enter Your Branch" required></br>
<label>Select Your Academic Year<span class="form-required"> *</span></label>
<div class="form-check">
<input class="form-check-input" type="radio" name="year" id="fe" value="First Year" required>
<label class="form-check-label" for="fe">
First Year
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="year" id="se" value="Second Year">
<label class="form-check-label" for="se">
Second year
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="year" id="te" value="Third Year">
<label class="form-check-label" for="te">
Third Year
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="year" id="be" value="Fourth Year">
<label class="form-check-label" for="be">
Fourth Year
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="year" id="others" value="Other">
<label class="form-check-label" for="others">
Other
</label>
</div>
</br>
<div id="solodata"></div><br>
<label for="uploadfile1">Upload Poster<span class="form-required"> *</span></label>
<input name="file1" class="form-control-file" id="uploadfile1" type="file" accept="image/jpeg,image/jpg,application/pdf" required><br><br>
<label class="noshow form-required" id="wrongsolo">Submission on the given email address is already done.<br>Contact the WhatsApp group admins if this was a mistake.</label>
<button class="btn btn-danger ev_btn " type="submit" id="sub_form1" name="sub_form1">Submit</button><br><small id="pleasewait1" class="noshow form-required">Your response is being submitted. This may take upto 10 seconds. Please wait!</small>
</div>
</fieldset>
</form>
</div>
</section>
<section class="collection py-lg-4 py-md-3 py-sm-3 py-3" id="team-form">
<div class="container py-lg-5 py-md-4 py-sm-4 py-3" style="padding-top: 0px !important;">
<h4 class="tittle mb-lg-5 pb-3" style="margin-bottom: 8px !important; padding-bottom: 0px !important">Team Submission Form</h4>
<form class="ev_form" action="https://script.google.com/macros/s/AKfycbzfxHZIUrYNk5mEJD5PSytR43SbMYpVzzPXUTh_lNEBSc-41aTe/exec" autocomplete="off" id="form2" method="POST" onsubmit="return check_multiple_team();">
<fieldset id="disableteam" disabled>
<div class="form-group">
<div class="form-required-show">
<span class="form-required">* is for required.</span>
</div>
<h5 class="tittle mb-lg-5 pb-3" style="padding-bottom: 0px !important; margin-bottom: 8px !important;">Enter Member 1 details:</h5>
<label for="name1">Full Name<span class="form-required"> *</span></label>
<input name="name1" type="text" id="name1" class="form-control" placeholder="Enter Your Full Name" required>
<small class="form-text text-muted">To be printed on certificate</small></br>
<label for="email1">Email Address<span class="form-required"> *</span></label>
<input name="email1" type="email" id="email1" class="form-control" placeholder="Enter Your Email" required>
<small class="form-text text-muted">For E-Certificate</small></br>
<label for="phone1">Phone Number<span class="form-required"> *</span></label>
<input name="phone1" pattern="[+987][0-9]{9,12}" type="tel" id="phone1" class="form-control" placeholder="Enter Your Contact Number" required>
</br>
<label for="clgname1">College Name<span class="form-required"> *</span></label>
<input name="clgname1" type="text" id="clgname1" class="form-control" placeholder="Enter Your College Name" required></br>
<label for="branch1">Enter Your Branch/Degree<span class="form-required"> *</span></label>
<input name="branch1" type="text" id="branch1" class="form-control" placeholder="Enter Your Branch" required></br>
<label>Select Your Academic Year<span class="form-required"> *</span></label>
<div class="form-check">
<input class="form-check-input" type="radio" name="year1" id="fe1" value="First Year" required>
<label class="form-check-label" for="fe1">
First Year
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="year1" id="se1" value="Second Year">
<label class="form-check-label" for="se1">
Second year
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="year1" id="te1" value="Third Year">
<label class="form-check-label" for="te1">
Third Year
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="year1" id="be1" value="Fourth Year">
<label class="form-check-label" for="be1">
Fourth Year
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="year1" id="others1" value="Other">
<label class="form-check-label" for="others1">
Other
</label>
</div>
</br>
<hr>
<h5 class="tittle mb-lg-5 pb-3" style="padding-bottom: 0px !important; margin-bottom: 8px !important;">Enter Member 2 details:</h5>
<label for="name2">Full Name<span class="form-required"> *</span></label>
<input name="name2" type="text" id="name2" class="form-control" placeholder="Enter Your Full Name" required>
<small class="form-text text-muted">To be printed on certificate</small></br>
<label for="email2">Email Address<span class="form-required"> *</span></label>
<input name="email2" type="email" id="email2" class="form-control" placeholder="Enter Your Email" required>
<small class="form-text text-muted">For E-Certificate</small></br>
<label for="phone2">Phone Number<span class="form-required"> *</span></label>
<input name="phone2" pattern="[+987][0-9]{9,12}" type="tel" id="phone2" class="form-control" placeholder="Enter Your Contact Number" required>
</br>
<label for="clgname2">College Name<span class="form-required"> *</span></label>
<input name="clgname2" type="text" id="clgname2" class="form-control" placeholder="Enter Your College Name" required></br>
<label for="branch2">Enter Your Branch/Degree<span class="form-required"> *</span></label>
<input name="branch2" type="text" id="branch2" class="form-control" placeholder="Enter Your Branch" required></br>
<label>Select Your Academic Year<span class="form-required"> *</span></label>
<div class="form-check">
<input class="form-check-input" type="radio" name="year2" id="fe2" value="First Year" required>
<label class="form-check-label" for="fe2">
First Year
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="year2" id="se2" value="Second Year">
<label class="form-check-label" for="se2">
Second year
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="year2" id="te2" value="Third Year">
<label class="form-check-label" for="te2">
Third Year
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="year2" id="be2" value="Fourth Year">
<label class="form-check-label" for="be2">
Fourth Year
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="year2" id="others2" value="Other">
<label class="form-check-label" for="others2">
Other
</label>
</div>
</br>
<hr>
<label for="teamname">Team Name<span class="form-required"> *</span></label>
<input name="teamname" type="text" id="teamname" class="form-control" placeholder="Enter Your Team Name" required></br>
<div id="teamdata"></div><br>
<label for="uploadfile2">Upload Poster<span class="form-required"> *</span></label>
<input name="file2" class="form-control-file" id="uploadfile2" type="file" accept="image/jpeg,image/jpg,application/pdf" required><br><br>
<label class="noshow form-required" id="wrongteam">Submission on one/both of the given email address(es) is already done or both mail addresses are same.<br>Contact the WhatsApp group admins if this was a mistake.</label>
<button class="btn btn-danger ev_btn " type="submit" id="sub_form2" name="sub_form2">Submit</button><br><small id="pleasewait2" class="noshow form-required">Your response is being submitted. This may take upto 10 seconds. Please wait!</small>
</div>
</fieldset>
</form>
</div>
</section>
-->
<!-- Form Ends Here -->
</div>
<!--
<div class="container noshow" id="confirm">
<div class="submit-status">
<h2 class="tittle mb-lg-5 pb-3 text-center" id="one-confirm" style="margin-bottom: 20px !important; padding-bottom: 0px !important">Congratulations!</h2><h5 id="two-confirm" class="tittle mb-lg-5 pb-3 text-center" style="margin-bottom: 20px !important; padding-bottom: 0px !important">You have successfully submitted your poster.</h5><h6 class="tittle text-center mb-lg-5 pb-3" style="padding-bottom: 0px !important; margin-bottom: 8px !important;" id="three-confirm">Please make sure you have received confirmation mail on your registered mail address.</h6><p id="four-confirm" class="text-center">If you didn't receive email, please contact WhatsApp group admin immediately.</p><p class="text-center"><small id="five-confirm"><a href="https://ieeesiesgst.in/events.html?b">Click here</a> if you are seeing this without submitting the form.</small></p>
</div>
</div>
-->
<!--//event form ends-->
<!--event form SCRIPT begins-->
<!--
<script>
$('#uploadfile1').on("change", function() {
var file = this.files[0];
var fr = new FileReader();
fr.fileName = file.name
fr.onload = function(e) {
e.target.result
html = '<input type="hidden" id="a" name="data" value="' + e.target.result.replace(/^.*,/, '') + '" >';
html += '<input type="hidden" id="b" name="mimetype" value="' + e.target.result.match(/^.*(?=;)/)[0] + '" >';
html += '<input type="hidden" id="c" name="filename" value="' + e.target.fileName + '" >';
$("#solodata").empty().append(html);
}
fr.readAsDataURL(file);
document.getElementById('wrongsolo').style.display = 'none';
document.getElementById('wrongsolo').innerHTML = "Submission on the given email address is already done.<br>Contact the WhatsApp group admins if this was a mistake.";
});
function ctrlq1(e) {
if(e.flag==1)
{
document.getElementById('form1').submit();
}
else
{
document.getElementById('sub_form1').removeAttribute("disabled");
document.getElementById('sf').removeAttribute("disabled");
document.getElementById('tf').removeAttribute("disabled");
document.getElementById('sub_form1').innerHTML="Submit";
document.getElementById('pleasewait1').style.display = 'none';
document.getElementById('wrongsolo').innerHTML = "Submission on the given email address is already done.<br>Contact the WhatsApp group admins if this was a mistake.";
document.getElementById('wrongsolo').style.display = 'block';
}
}
function check_multiple_solo()
{
document.getElementById('sub_form1').setAttribute("disabled", "");
document.getElementById('sf').setAttribute("disabled", "");
document.getElementById('tf').setAttribute("disabled", "");
document.getElementById('sub_form1').innerHTML="Submitting";
document.getElementById('pleasewait1').style.display = 'block';
document.getElementById('wrongsolo').style.display = 'none';
document.getElementById('wrongsolo').innerHTML = "Submission on the given email address is already done.<br>Contact the WhatsApp group admins if this was a mistake.";
var script_url = "https://script.google.com/macros/s/AKfycbwa44BpecifAahPBRnbkJY3Yuir1EdcTYbhkw0IATDB5UmW7e0p/exec";
var check_email = $("#email").val();
var check_url = script_url+"?callback=ctrlq1&email="+check_email;
var request = jQuery.ajax({
crossDomain: true,
url: check_url ,
method: "GET",
dataType: "jsonp"
});
return false;
};
</script>
<script>
$('#uploadfile2').on("change", function() {
var file = this.files[0];
var fr = new FileReader();
fr.fileName = file.name
fr.onload = function(e) {
e.target.result
html = '<input type="hidden" name="data" value="' + e.target.result.replace(/^.*,/, '') + '" >';
html += '<input type="hidden" name="mimetype" value="' + e.target.result.match(/^.*(?=;)/)[0] + '" >';
html += '<input type="hidden" name="filename" value="' + e.target.fileName + '" >';
$("#teamdata").empty().append(html);
document.getElementById('wrongteam').style.display = 'none';
document.getElementById('wrongteam').innerHTML = "Submission on one/both of the given email address(es) is already done or both mail addresses are same.<br>Contact the WhatsApp group admins if this was a mistake.";
}
fr.readAsDataURL(file);
});
function ctrlq2(e) {
if(e.flag==1)
{
document.getElementById('form2').submit();
}
else
{
document.getElementById('sub_form2').removeAttribute("disabled");
document.getElementById('sf').removeAttribute("disabled");
document.getElementById('tf').removeAttribute("disabled");
document.getElementById('sub_form2').innerHTML="Submit";
document.getElementById('pleasewait2').style.display = 'none';
document.getElementById('wrongteam').innerHTML = "Submission on one/both of the given email address(es) is already done or both mail addresses are same.<br>Contact the WhatsApp group admins if this was a mistake.";
document.getElementById('wrongteam').style.display = 'block';
}
}
function check_multiple_team()
{
document.getElementById('sub_form2').setAttribute("disabled", "");
document.getElementById('sf').setAttribute("disabled", "");
document.getElementById('tf').setAttribute("disabled", "");
document.getElementById('sub_form2').innerHTML="Submitting";
document.getElementById('pleasewait2').style.display = 'block';
document.getElementById('wrongteam').style.display = 'none';
document.getElementById('wrongteam').innerHTML = "Submission on one/both of the given email address(es) is already done or both mail addresses are same.<br>Contact the WhatsApp group admins if this was a mistake.";
var script_url = "https://script.google.com/macros/s/AKfycbzfxHZIUrYNk5mEJD5PSytR43SbMYpVzzPXUTh_lNEBSc-41aTe/exec";
var check_email1 = $("#email1").val();
var check_email2 = $("#email2").val();
var check_url = script_url+"?callback=ctrlq2&email1="+check_email1+"&email2="+check_email2;
var request = jQuery.ajax({
crossDomain: true,
url: check_url ,
method: "GET",
dataType: "jsonp"
});
return false;
};
</script>
<script type="text/javascript">
function soloform()
{
document.getElementById('solo-form').style.display = 'block';
document.getElementById('team-form').style.display = 'none';
document.getElementById('wrongsolo').style.display = 'none';
document.getElementById('wrongsolo').innerHTML = "Submission on the given email address is already done.<br>Contact the WhatsApp group admins if this was a mistake.";
};
function teamform()
{
document.getElementById('team-form').style.display = 'block';
document.getElementById('solo-form').style.display = 'none';
document.getElementById('wrongteam').style.display = 'none';
document.getElementById('wrongteam').innerHTML = "Submission on one/both of the given email address(es) is already done or both mail addresses are same.<br>Contact the WhatsApp group admins if this was a mistake.";
};
</script>
<script type="text/javascript">
var loc = window.location.href;
var arr = loc.split("?");
if(arr.length==2)
{
if(arr[1]=="b")
{
var ot = document.getElementById('designitbody').offsetTop;
setTimeout(function(){
window.scrollTo(0,ot-10);
}, 10);
}
}
document.getElementById('sf').removeAttribute("checked");
document.getElementById('tf').removeAttribute("checked");
function ctrlqerr2()
{
document.getElementById('sub_form2').removeAttribute("disabled");
document.getElementById('sf').removeAttribute("disabled");
document.getElementById('tf').removeAttribute("disabled");
document.getElementById('sub_form2').innerHTML="Submit";
document.getElementById('pleasewait2').style.display = 'none';
document.getElementById('wrongteam').innerHTML = "Server error.<br>Please contact WhatsApp group admin.";
document.getElementById('wrongteam').style.display = 'block';
}
function ctrlqerr1()
{
document.getElementById('sub_form2').removeAttribute("disabled");
document.getElementById('sf').removeAttribute("disabled");
document.getElementById('tf').removeAttribute("disabled");
document.getElementById('sub_form2').innerHTML="Submit";
document.getElementById('pleasewait2').style.display = 'none';
document.getElementById('wrongsolo').innerHTML = "Server error.<br>Please contact WhatsApp group admin.";
document.getElementById('wrongsolo').style.display = 'block';
}
</script>
-->
<!--event form SCRIPT ends-->
<!-- Event Form -->
<!--
<section class="collection py-lg-4 py-md-3 py-sm-3 py-3">
<div class="container py-lg-5 py-md-4 py-sm-4 py-3">
<h3 class="tittle text-center mb-lg-5 pb-3">Event Entry Form</h3>
<form class="ev_form" action="https://docs.google.com/forms/u/1/d/e/1FAIpQLSdMEPlPFruPls1-KtKRyTtdFd1pc9YcwQst-tffyDUQRaz_vg/formResponse" autocomplete="off">
<div class="form-group">
<div class="form-required-show">
<span class="form-required">* is for required.</span>
</div>
<label for="full_name">Full Name<span class="form-required"> *</span></label>
<input name="entry.1114011128" type="text" id="full_name" class="form-control" placeholder="Enter Your Full Name" required></br>
<label for="email">Email Address<span class="form-required"> *</span></label>
<input name="entry.473562423" type="email" id="email" class="form-control" placeholder="Enter Your Email" required>
<small class="form-text text-muted"> We'll never share your email with anyone else.</small></br>
<label for="contact">Contact Number<span class="form-required"> *</span></label>
<input name="entry.100362656" type="tel" id="contact" class="form-control" placeholder="Enter Your Contact Number" required>
<small class="form-text text-muted"> We'll never share your contact number with anyone else.</small></br>
<label for="clg_name">College Name<span class="form-required"> *</span></label>
<input name="entry.1820573041" type="text" id="clg_name" class="form-control" placeholder="Enter Your College Name" required></br>
<label for="year">Select Your Academic Year<span class="form-required"> *</span></label>
<select class="form-control" id="year" name="entry.375068956" required>
<option>FE</option>
<option>SE</option>
<option>TE</option>
<option>BE</option>
</select></br>
<label for="br_name">Enter Your Branch<span class="form-required"> *</span></label>
<input name="entry.386651157" type="text" id="br_name" class="form-control" placeholder="Enter Your Branch" required></br>
<label for="eve">Select Your Event<span class="form-required"> *</span></label>
<select class="form-control" id="eve" name="entry.811486619" required>
<option>WriTech</option>
</select></br>
<button class="btn btn-danger ev_btn " type="submit" name="sub_form">Submit</button>
</div>
</form>
</div>
</section>
-->
<!-- Form Ends Here -->
<!--footer -->
<footer>
<section class="footer footer_1its py-5">
<div class="container py-md-4">
<div class="row footer-top mb-md-5 mb-4">
<div class="col-lg-4 col-md-6 footer-grid_section_1its">
<div class="footer-title-w3ls">
<h3>Reach Out to Us</h3>
</div>
<div class="footer-text">
<p><b>Address</b> : SIES Graduate School of Technology, Plot 1-C D & E, Sector-V, Navi Mumbai,
Maharashtra 400706</p>
<p><b>Phone</b> : +91 9167923446</p>
<p><b>Email</b> : <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-md-0 mt-4 footer-grid_section_1its">
<div class="footer-title-w3ls">
<h3>Catch On</h3>
</div>
<p>Always Open on following Social sites, feel free to check out.</p>
<ul class="social_section_1info">
<li class="mb-2 instagram"><a href="https://www.instagram.com/ieeesiesgst/"><span class="fa fa-instagram mr-1"></span>Instagram</a></li>
<li class="mb-2 youtube"><a href="https://www.youtube.com/channel/UCXAeBcDQQBiuVtzn4ke-Xsw"><span class="fa fa-youtube-play mr-1"></span>YouTube</a></li>
<li class="mb-2 facebook"><a href="https://m.facebook.com/ieeesiesgstofficial/"><span class="fa fa-facebook mr-1"></span>Facebook</a></li>
<li class="mb-2 linkedin"><a href="https://www.linkedin.com/mwlite/company/ieee-gst"><span class="fa fa-linkedin mr-1"></span>LinkedIn</a></li>
<li class="mb-2 github"><a href="https://github.com/ieeesiesgst"><span class="fa fa-github mr-1"></span>GitHub</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-12 mt-lg-0 mt-4 col-sm-12 footer-grid_section_1its">
<div class="footer-title-w3ls">
<h3>Newsletter</h3>
</div>
<div class="footer-text">
<p>By subscribing to our mailing list you will always get latest news and updates from us.</p>
<form action="https://docs.google.com/forms/u/1/d/e/1FAIpQLSfRha9CA1euCfDGVMFK6Z7V0MzWCQV5p6KAOFcHi7L4lj_LMA/formResponse" target="_self" method="POST">
<input type="email" name="entry.1307177627" id="newsletter" placeholder="Enter your email..." required="">
<button class="btn1 btn"><span class="fa fa-paper-plane-o" aria-hidden="true"></span></button>
<div class="clearfix"> </div>
</form>
</div>
</div>
</div>
<div class="move-top-w3layouts text-center mt-3">
<a href="#home" class="move-top"> <span class="fa fa-angle-up mb-3" aria-hidden="true"></span></a>
</div>
</div>
</section>
</footer>
<!-- //footer -->
</body>
</html>