-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathinspect-element.html
661 lines (547 loc) · 30.1 KB
/
inspect-element.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
<!--
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>Inspect Element 1.0 | IEEE SIESGST & CSI SIESGST</title>
<!-- Meta tag Keywords -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" />
<meta name="description" content="Theme: Sub-Nautica">
<meta name="keywords" content="IEEE, ieee, sies, gst, siesgst, official, student, website, live, events">
<meta name="author" content="IEEE SIES GST Student Chapter">
<!--whatsapp and fb-->
<meta property="og:title" content="Inspect Element 1.0 | IEEE SIESGST & CSI SIESGST" />
<meta property="og:description" content="Theme: Sub-Nautica" />
<meta property="og:url" content="https://ieeesiesgst.in/inspect-element" />
<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="Theme: Sub-Nautica" />
<!--twitter-->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Inspect Element 1.0 | IEEE SIESGST & CSI SIESGST" />
<meta name="twitter:description" content="Theme: Sub-Nautica" />
<meta name="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.min.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/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">
<script type="text/javascript">
var currentOffset = new Date().getTimezoneOffset();
var ISTOffset = 330;
const countDownDate = new Date(new Date("Nov 25, 2020 21:00:00").getTime() - (ISTOffset + currentOffset)*60000).getTime();
function checkMail() {
var serial = $('#form').serializeArray();
var serialJSON = {};
for(var i=0; i<serial.length; i++)
{
if(serial[i].value != "")
{
serialJSON[serial[i].name] = serial[i].value;
}
else
{
alert('Please fill all details!');
return;
}
}
if(document.getElementById('email1').getAttribute('type')!='email' || document.getElementById('email2').getAttribute('type')!='email' || document.getElementById('tn').value.length>15)
{
alert('Page depricated. Reloading!\nTry disabling Antivirus Protection Extension/Plugin if it\'s installed!\nContact our web team on +919757468857 (WhatsApp) if problem persists');
location.reload();
return;
}
if(document.getElementById('phone1').getAttribute('pattern') != '[+9087][0-9\\s]{9,14}')
{
alert('Page depricated. Reloading!\nTry disabling Antivirus Protection Extension/Plugin if it\'s installed!\nContact our web team on +919757468857 (WhatsApp) if problem persists');
location.reload();
return;
}
if(document.getElementById('team').checked)
{
if(document.getElementById('phone2').getAttribute('pattern') != '[+9087][0-9\\s]{9,14}')
{
alert('Page depricated. Reloading!');
location.reload();
return;
}
if(serialJSON['phone1'] == serialJSON['phone2'])
{
alert('You have entered same phone number for both participants!');
return;
}
if(serialJSON['email1'] == serialJSON['email2'])
{
alert('You have entered same email address for both participants!');
return;
}
serialJSON['team'] = "1";
}
serialJSON['loc'] = window.top.location.href;
document.getElementById('submit-form').innerHTML = "Submitting";
document.getElementById('submit-form').setAttribute('disabled', '');
document.getElementById('pleasewait').style.display = 'block';
document.getElementById('sub-done').style.display = 'none';
var upper = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
var lower = upper.toLowerCase();
var a,b;
var pw = '';
for(i=0;i<8;i++)
{
a = Math.floor(Math.random() * 3);
if(a==0)
{
pw+=upper[Math.floor(Math.random() * 26)];
}
else if(a==1)
{
pw+=lower[Math.floor(Math.random() * 26)];
}
else
{
pw+=Math.floor(Math.random() * 10);
}
}
serialJSON['username'] = (new Date().getTime()%10000000000).toString(36);
serialJSON['password'] = pw;
$.ajax({
url: "https://script.google.com/macros/s/AKfycbwEevQEqz04dNxaO4aEI-qI3dNeG1WKvsFAFJ7A9gpfmUxr_M4/exec",
type: 'POST',
data: serialJSON,
success: function(res)
{
if(res.status == 1)
{
req_fail();
var reg_left = 81 - res.lr;
document.getElementById('reg-left').innerHTML = reg_left;
}
else if(res.status == 2)
{
req_success();
var reg_left = 80 - res.lr;
document.getElementById('reg-left').innerHTML = reg_left;
}
else
{
req_error();
}
},
error: function(res){req_error();}
});
}
function req_success() {
document.getElementById('form').remove();
document.getElementById('success').style.display = 'block';
window.scroll(0, (document.getElementById('success').getBoundingClientRect().top + window.scrollY - 90));
}
function req_fail() {
document.getElementById('submit-form').innerHTML = "Submit";
document.getElementById('submit-form').removeAttribute('disabled');
document.getElementById('pleasewait').style.display = 'none';
document.getElementById('sub-done').style.display = 'block';
}
function req_error() {
document.getElementById('submit-form').innerHTML = "Submit";
document.getElementById('submit-form').removeAttribute('disabled');
document.getElementById('pleasewait').style.display = 'none';
alert('There was some server error!\nPlease try again or contact our team.\nPlease disable any Antivirus Protection Extension/Plugin that may block requests.\nSorry for inconvenience :(');
}
function team_entry(x) {
if(x.checked)
{
document.getElementsByTagName('fieldset')[0].removeAttribute('disabled');
document.getElementsByTagName('fieldset')[0].style.display = 'block';
}
else
{
document.getElementsByTagName('fieldset')[0].setAttribute('disabled','');
document.getElementsByTagName('fieldset')[0].style.display = 'none';
}
}
</script>
</head>
<body>
<!-- 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="events.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="techopedia/index.html">Techopedia 9.0</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 pb-lg-4 py-md-3 py-sm-3 py-3">
<div class="container">
<div class="py-md-4 py-sm-4 py-3">
<h4 class="tittle text-center pb-2 d-sm-block d-none">IEEE SIESGST & CSI SIESGST</h4>
<h5 class="tittle text-center pb-2 d-sm-none d-block">IEEE SIESGST & CSI SIESGST</h5>
<h6 class="tittle text-center">presents</h6>
<h4 class="tittle text-center pb-2 heading">Inspect Element 1.0</h4>
<h6 class="tittle mb-0 text-center pb-2">Theme: Sub Nautica</h6>
<h6 id="timer-p" class="tittle mb-0 text-center pb-2"><span class="d-sm-inline-block d-block">Registration ends in</span> <span class="text-danger d-sm-inline-block d-block" id="timer">...</span></h6>
<h6 id="reg-left-div" class="tittle mb-0 text-center pb-2"><span class="d-inline-block">Registrations Left: </span> <span class="text-danger d-inline-block" id="reg-left">...</span></h6>
<!-- <h6 class="tittle text-center pb-2">(Only for Second Year students)</h6> -->
</div>
<!--
<h5 class="tittle text-center mb-lg-5 pb-3">The deadline of the form has passed!<br>For further queries, <a href="https://wa.me/918080355395">Click to chat!</a></h5>
-->
<div class="row">
<div class="col-lg-5 d-lg-block d-none">
<img src="images/inspect_element1.jpg" alt="news image" class="img-fluid">
</div>
<div class="col-lg-7 col-12">
<p class="text-center font-weight-bold mb-1"><i>FrontEnd Web Development Competition</i></p>
<p class="text-center font-weight-bold mb-1">
<b>Prizes:</b>
<br>
Total Cash Prizes worth ₹ 3000.
<br>
Free Industrial Training Campus Program to the top 2 teams.
</p>
<p class="text-justify">
Deep into the 4th decade of the 21st century, the world witnesses drastic devastation brought about by the 3rd of the worldly wars. The nuclear countries of the world used all their unfortunate might, to find an end to the distraught brought about but as the weapons of genocide unveiled, they brought an end to life as we know it. Humans no more could live on land but learnt to adopt to life in the deep sea. Being one of the top few engineers who had seen this relocation coming, you've taken on the task to connect people by developing websites for the basic units of a civilization.
</p>
<p class="text-justify">
Each participant will get to choose among 8 sub-entities for creating website through the process of <b>Live Bidding!</b>
</p>
</div>
</div>
</div>
<div class="container">
<div class="pb-md-4 pb-sm-4 pb-3 pt-sm-4 pt-3">
<h2 class="text-center">Schedule</h2>
</div>
<div class="timeline">
<div class="time-container time-left">
<div class="time-content">
<h5 class="pb-2 d-inline-block">25<sup>th</sup> November 2020</h5>
<p>
<b>9:00 PM</b>
<br>
Registration for the Event Ends!
</p>
</div>
</div>
<div class="time-container time-right">
<div class="time-content">
<h5 class="pb-2 d-inline-block">26<sup>th</sup> November 2020</h5>
<p>
<b>12:00 AM</b>
<br>
Live Bidding for Entities Starts.
</p>
</div>
</div>
<div class="time-container time-left">
<div class="time-content">
<h5 class="pb-2 d-inline-block">26<sup>th</sup> November 2020</h5>
<p>
<b>9:00 PM</b>
<br>
Bidding Stops and Final Allotment is Displayed.
<br>
Contest Starts at this Point.
</p>
</div>
</div>
<div class="time-container time-right">
<div class="time-content">
<h5 class="pb-2 d-inline-block">29<sup>th</sup> November 2020</h5>
<p>
<b>5:00 PM</b>
<br>
1<sup>st</sup> surprise feature to be added is revealed (optional)
</p>
</div>
</div>
<div class="time-container time-left">
<div class="time-content">
<h5 class="pb-2 d-inline-block">1<sup>st</sup> December 2020</h5>
<p>
<b>5:00 PM</b>
<br>
2<sup>nd</sup> surprise feature to be added is revealed (optional)
</p>
</div>
</div>
<div class="time-container time-right">
<div class="time-content">
<h5 class="pb-2 d-inline-block">3<sup>rd</sup> December 2020</h5>
<p>
<b>11:59 PM</b>
<br>
Contest Ends!
</p>
</div>
</div>
</div>
</div>
<div class="container">
<h4 class="tittle text-center py-3 heading">Registration Form</h4>
<form class="ev_form" id="form" action="javascript:void(0);" autocomplete="off">
<div class="form-group">
<div class="form-required-show">
<span class="form-required">* is for required.</span>
</div>
<label for="tn">Team Name<span class="form-required"> *</span></label>
<input maxlength="15" name="tn" type="text" id="tn" class="form-control" placeholder="Enter Team Name" required>
<small class="form-text text-muted">Required for both, individual and team entry.</small>
<br>
<label for="name1">Full Name<span class="form-required"> *</span></label>
<input name="name1" type="text" id="name1" class="form-control" placeholder="Enter 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 Email Address" required>
<br>
<label for="phone1">Contact Number (WhatsApp)<span class="form-required"> *</span></label>
<input name="phone1" pattern="[+9087][0-9\s]{9,14}" type="tel" id="phone1" class="form-control" placeholder="Enter WhatsApp number" required>
<br>
<label for="college1">College Name<span class="form-required"> *</span></label>
<input name="college1" type="text" id="college1" class="form-control" placeholder="Enter name of college" required>
<br>
<label for="branch1">Branch of Study<span class="form-required"> *</span></label>
<input name="branch1" type="text" id="branch1" class="form-control" required>
<br>
<label>Academic Year<span class="form-required"> *</span></label>
<div class="form-check">
<input class="form-check-input" type="radio" name="year1" id="FY" value="First Year" required>
<label class="form-check-label" for="FY">First Year</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="year1" id="SY" value="Second Year">
<label class="form-check-label" for="SY">Second Year</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="year1" id="TY" value="Third Year">
<label class="form-check-label" for="TY">Third Year</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="year1" id="LY" value="Fourth Year">
<label class="form-check-label" for="LY">Fourth Year</label>
</div>
<br>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="team" onchange="team_entry(this);">
<label class="form-check-label" for="team">
Participating as a team of 2.
</label>
</div>
<br>
<fieldset style="display: none;" disabled>
<label for="name2">Full Name of team member<span class="form-required"> *</span></label>
<input name="name2" type="text" id="name2" class="form-control" placeholder="Enter Full Name" required>
<small class="form-text text-muted">To be printed on certificate.</small>
</br>
<label for="email2">Email Address of team member<span class="form-required"> *</span></label>
<input name="email2" type="email" id="email2" class="form-control" placeholder="Enter Email Address" required>
<br>
<label for="phone2">Contact Number of team member (WhatsApp)<span class="form-required"> *</span></label>
<input name="phone2" pattern="[+9087][0-9\s]{9,14}" type="tel" id="phone2" class="form-control" placeholder="Enter WhatsApp number" required>
<br>
<label for="college2">Team Member's College Name<span class="form-required"> *</span></label>
<input name="college2" type="text" id="college2" class="form-control" placeholder="Enter name of college" required>
<br>
<label for="branch2">Team Member's Branch of Study<span class="form-required"> *</span></label>
<input name="branch2" type="text" id="branch2" class="form-control" required>
<br>
<label>Team Member's Academic Year<span class="form-required"> *</span></label>
<div class="form-check">
<input class="form-check-input" type="radio" name="year2" id="FY2" value="First Year" required>
<label class="form-check-label" for="FY2">First Year</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="year2" id="SY2" value="Second Year">
<label class="form-check-label" for="SY2">Second Year</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="year2" id="TY2" value="Third Year">
<label class="form-check-label" for="TY2">Third Year</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="year2" id="LY2" value="Fourth Year">
<label class="form-check-label" for="LY2">Fourth Year</label>
</div>
<br>
</fieldset>
<label class="noshow form-required" id="sub-done">The phone number/email address is already registered.<br>Contact the team or <a href="https://wa.me/919757468857">Click to message us</a> if this was a mistake.<br></label>
<button class="btn btn-danger ev_btn" type="submit" id="submit-form">Submit</button><br><small id="pleasewait" class="noshow form-required">Your response is being submitted. This may take upto 10 seconds. Please wait!</small>
</div>
</form>
<div class="ev_form noshow" id="success">
<h4 class="tittle text-center pb-2">Thank You!</h4>
<p class="text-center">Please check your mail which contains User ID and Password for live bidding starting on 25th November 2020 12:00am.<br>Bidding will take place <a href="https://ieeesiesgst.in/bidding" target="_blank"><u>here</u></a><br>Also, join the WhatsApp group<br><u><b><a href="https://chat.whatsapp.com/FIj2GRPVIzx3sWd1Zq792p">https://chat.whatsapp.com/<wbr>FIj2GRPVIzx3sWd1Zq792p</a></b></u><br>for further communication.<br>If you haven't received the mail, please contact our team member or <a href="https://wa.me/919757468857">Click to message us</a>.<br>Thank You for showing interest in Inspect Element 1.0</p>
</div>
</div>
</section>
<script type="text/javascript">
document.getElementById('form').onsubmit = function() {
checkMail();
return false;
}
</script>
<!--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:ieee@siesgst.ac.in">ieee@siesgst.ac.in</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 -->
<script type="text/javascript">
var sJ = {};
sJ['loc'] = window.top.location.href;
$.ajax({
url: "https://script.google.com/macros/s/AKfycbwEevQEqz04dNxaO4aEI-qI3dNeG1WKvsFAFJ7A9gpfmUxr_M4/exec",
type: 'GET',
data: sJ,
success: function(res)
{
if(res.status == 1)
{
var reg_left = 81 - res.lr;
document.getElementById('reg-left').innerHTML = reg_left;
}
else
{
document.getElementById('reg-left-div').remove();
}
},
error: function(res)
{
document.getElementById('reg-left-div').remove();
}
});
var y = setInterval(function() {
// Get today's date and time
var now = new Date().getTime();
// Find the distance between now and the count down date
var distance = countDownDate - now;
// Time calculations for days, hours, minutes and seconds
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Output the result in an element with id="demo"
document.getElementById("timer").innerHTML = days + "d " + hours + "h " + minutes + "m " + seconds + "s ";
+ minutes + "m " + seconds + "s ";
// If the count down is over, write some text
if (distance < 0) {
clearInterval(y);
document.getElementById("timer-p").innerHTML = '<span class="text-danger">Registration has Ended!</span>';
document.getElementById('form').remove();
}
}, 1000);
</script>
</body>
</html>