-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
686 lines (591 loc) · 27.1 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
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Create a digital Story">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width initial-scale=1">
<link rel="icon" type="image/icon" href="images/logo_white.png">
<link rel="stylesheet" type="text/css" href="css/preload.css">
<link rel="stylesheet" type="text/css" href="css/landing.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<!-- <link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.7.0\css\font-awesome.min.css"> -->
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/715c997c20.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="css/styleCard.css">
<link rel="stylesheet" type="text/css" href="css/footer.css">
<title>NITS MUN</title>
<style>
a:hover {
text-decoration: none;
color: white;
}
.img-text {
cursor: pointer;
}
.btn {
background-color: #39557f;
}
#aboutus p {
color: #fff;
}
</style>
<style>
html, body{
margin: 0 auto;
overflow-x: hidden;
}
@media screen and (max-width:768px) {
.brand {
position: relative;
margin-left: 25%;
}
.text-view {
text-align: center;
}
}
</style>
</head>
<body data-aos-easing="ease-in-sine" data-aos-duration="4000" style="background-color:#fff">
<div class="preload">
<img class="rounded-circle logo" src="images/logo white.png" alt="logo">
</div>
<header
style="border:1px solid transparent;
background-size:cover;
background-image:
url('images/nitsmun22.jpg');background-repeat:no-repeat;background-color:#212D74;background-position:center;min-height:100vh;width:100%;margin-top: -1px;">
<nav id="myID">
<div class="hamburger">
<div class="line1"></div>
<div class="line1"></div>
<div class="line1"></div>
</div>
<div class="container-style" style="height:12vh;">
<div class="brand"><img class="rounded-circle" id="image" src="images/logo white1.png" width="90px"
style="padding-bottom:12px;margin-left:7%;"></div>
<div class="tagline">
<!-- <span class="tagline-style">NIT Silchar</span>
<span class="tagline-base">Model United Nations</span> -->
</div>
<div class="navbar-style">
<ul class="navbar-list">
<li><a href="index.html" class="underline-opening">Welcome</a></li>
<li><a href="#aboutus" class="underline-opening">About Us</a></li>
<li><a href="#committees" class="underline-opening">Committees</a></li>
<li><a href="#team" class="underline-opening">Secretariat</a></li>
<li><a href="new section.html" class="underline-opening">history</a></li>
<li><a href="gallery.html" class="underline-opening" target="_blank">Gallery</a></li>
<li><a href="registration.html" class="contact-style underline-opening" target="_blank"
style="color: #ef6c57">Apply</a></li>
</ul>
</div>
</div>
</nav>
<div class="outside"
style="height:100vh;text-align:center;width:100%;background-position:center;background-repeat:no-repeat;background-size:25vh;">
<img src="images/incandlogo2.png" style="text-align:center;width:auto;height:100px;padding-top:2%;">
<h6 style="text-align: center;color: #fff;padding-top:1%;">Presents</h6>
<div class="main_name" style="text-align:center;width:100%;background-position:center">
<span class="text" id="text" style="text-align: center;font-size:8vh;line-height:8vh">NIT SILCHAR<br></span>
<span class="text" id="text" style="text-align: center;font-size:6vh;line-height:8vh"></span><br>
<span class="text1" id="text1" style="text-align: center;font-size:5vh;line-height:8vh"></span>
</div>
</div>
</header>
<div class="row no-gutters largescreen-secretary">
<div class="col-md-1"></div>
<div class="col-md-4 d-flex justify-content-center align-items-center" style="text-align:center;min-height:100vh">
<img class="img-fluid" src="images/director1.jpg" alt="nits mun logo"
style="height:60vh;width:60vh;border-radius:5%" data-aos="flip-down">
</div>
<div class="col-md-6" style="text-align:center;padding-top:5vh;overflow-x:hidden;">
<h2 style="font-variant: small-caps;">Message from Director</h2>
<p style="text-align:justify;padding:30px;font-size:1.1rem" data-aos="flip-up">
Kofi Annan has rightly said, “More than ever before in human history,
we share a common destiny. We can master it only if we face it together.
And that, my friends, is why we have the United Nations.”
These words are proving to be more right everyday
in this evolving 21st century.
Model United Nations (MUN) is an
academic simulation of the United Nations
which provides students or I should say
“Future Leaders” of the world an environment to not only learn but
also practice diplomacy and international relations.
It gives me immense pleasure to announce the Eighth edition
of NIT Silchar Model United Nations is all set to take
place in February at NIT Silchar campus in 2020.
I would like to extend a warm welcome to all
participants and hope to witness a great conference.
<br><br>
Prof. SIVAJI BANDYOPADHYAY
<br>
Director, NIT Silchar<br>
</p>
</div>
<div class="col-md-1"></div>
</div>
<!-- small screen-->
<div class="row no-gutters smallscreen-secretary" style="display:none;">
<h2 style="font-variant:small-caps;text-align:center;padding-top:20px">Message from Director</h2>
<div class="col-md-1"></div>
<div class="col-md-2 d-flex justify-content-center align-items-center" style="text-align:center">
<img class="img-fluid" src="images/director1.jpg" alt="nits mun logo" style="width:80%;border-radius:5%"
data-aos="flip-down">
</div>
<div class="col-md-5" style="text-align:center;padding-top:5vh;overflow-x:hidden;">
<p style="text-align:justify;padding:30px;font-size:1.1rem" data-aos="flip-up">
Kofi Annan has rightly said, “More than ever before in human history,
we share a common destiny. We can master it only if we face it together.
And that, my friends, is why we have the United Nations.”
These words are proving to be more right everyday
in this evolving 21st century.
Model United Nations (MUN) is an
academic simulation of the United Nations
which provides students or I should say
“Future Leaders” of the world an environment to not only learn but
also practice diplomacy and international relations.
It gives me immense pleasure to announce the Eighth edition
of NIT Silchar Model United Nations is all set to take
place in February at NIT Silchar campus in 2020.
I would like to extend a warm welcome to all
participants and hope to witness a great conference.
</p>
</div>
<div class="col-md-1"></div>
</div>
<div class="row no-gutters largescreen-secretary" style="background-color: rgba(233, 150, 122, 0.2);">
<div class="col-md-1"></div>
<div class="col-md-6" style="text-align:center;padding-top:5vh;overflow-x:hidden;">
<h2 style="font-variant: small-caps;">Message from Secretary General</h2>
<p style="text-align:justify;padding:30px;font-size:1.1rem" data-aos="flip-up">
Dear Future Participants,<br>
<br>
It is with utmost honour and pride that I,
Nivedita Singh, Secretary General of NITS MUN 2020,
welcome you to the 7th annual Model United Nations
conference at National Institute of Technology,
Silchar in February 2020.
<br>
NIT Silchar Model United Nations Conference (NITS MUN)
since its inception in 2014 has only grown in its successive
editions not just in terms of number of participants but also the scale
of the conference.
<!--This Year……….(will be added once agenda is finalized. -->
<br>
NITS MUN is not only a conference that will benefit you on an
academic level, considering your opportunity to expand your
knowledge and utilize it in engaging debates but it is also
your chance to meet new people and create unforgettable memories.
Do not miss out on such an experience! Prepare and embolden yourself
to engage in world-changing debates as you seize this amazing opportunity
to participate in one of the top MUN conferences in North East India.
<br>
On behalf of the entire NITS MUN team, I look forward
to welcoming you in February 2020 in Silchar!<br><br>
Best Regards<br>
Nivedita Singh<br>
Secretary General<br>
NIT Silchar Model United Nations
</p>
</div>
<div class="col-md-4 d-flex justify-content-center align-items-center" style="text-align:center;min-height:100vh">
<img class="img-fluid" src="images/nivedita2.jpg" alt="nits mun logo" style="height:60vh;border-radius:5%"
data-aos="flip-down">
</div>
<div class="col-md-1"></div>
</div>
<!-- Small screen secretary -->
<div class="row no-gutters smallscreen-secretary" style="display:none;background-color: rgba(233, 150, 122, 0.2);">
<h2 style="font-variant:small-caps;text-align:center;padding-top:20px">Message from Secretary General</h2>
<div class="col-md-1"></div>
<div class="col-md-2 d-flex justify-content-center align-items-center" style="text-align:center">
<img class="img-fluid" src="images/nivedita2.jpg" alt="nits mun logo" style="width:80%;border-radius:5%"
data-aos="flip-down">
</div>
<div class="col-md-3" style="text-align:center;overflow-x:hidden;">
<p style="text-align:justify;padding:30px;font-size:1.1rem" data-aos="flip-up">
Dear Future Participants,<br>
It is with utmost honour and pride that I,
Nivedita Singh, Secretary General of NITS MUN 2020,
welcome you to the 7th annual Model United Nations
conference at National Institute of Technology,
Silchar in February 2020.
<br>
NIT Silchar Model United Nations Conference (NITS MUN)
since its inception in 2014 has only grown in its successive
editions not just in terms of number of participants but also the scale
of the conference.
<!-- This Year……….(will be added once agenda is finalized. -->
<br>
NITS MUN is not only a conference that will benefit you on an
academic level, considering your opportunity to expand your
knowledge and utilize it in engaging debates but it is also
your chance to meet new people and create unforgettable memories.
Do not miss out on such an experience! Prepare and embolden yourself
to engage in world-changing debates as you seize this amazing opportunity
to participate in one of the top MUN conferences in North East India.
<br>
On behalf of the entire NITS MUN team, I look forward
to welcoming you in February 2020 in Silchar!
<br>
Best Regards
<br>
Nivedita Singh<br>
Secretary General<br>
NIT Silchar Model United Nations
</p>
</div>
<div class="col-md-1"></div>
</div>
<!-- about us -->
<div id="aboutus" style="margin-top:2%;">
<h1 class="team_text">About Us</h1>
<div class="row no-gutters">
<div class="col-md-6 d-flex justify-content-center align-items-center"
style="text-align:center;min-height:100vh;">
<img class="img-fluid rounded-circle" src="images/New%20LOGO.png" alt="nits mun logo"
style="padding-bottom: 70px;padding-left: 10px;width: 70%;" data-aos="fade-left">
</div>
<div class="col-md-6"
style="text-align:center;padding-top:2vh;/*background:#aec2f3;*/ background:#234271e6;padding-top:5%">
<h3 style="color:#fff">NIT Silchar</h3>
<h2 style="color:#fff">Model United Nation</h2>
<p style="text-align:justify;padding:30px" data-aos="fade-right" style="color:#fff">
NIT Silchar Model United Nations is a three-day simulation of United Nations for students held annually at NIT
Silchar campus in Silchar, Assam. At NITS MUN, delegates gain insight into the workings of the United Nations
and the dynamics of international relations by assuming the roles of world leaders and international decision
makers. NITS MUN is an exciting opportunity for young leaders to debate the most pressing issues of the day
and to draft innovative, creative solutions. Participants will develop several skills throughout this process,
including but not limited to: public speaking, negotiation, teamwork, leadership, and policy crafting.
<br>
True to the spirit of the United Nations, NIT Silchar MUN strives to foster a constructive forum for open
dialogue on a range of complex issues, including international peace and security and economic and social
progress. We ask delegates to think critically about the world around them, and to think in new and ambitious
ways.
<br>
NIT Silchar MUN is based on the fundamental ideas of diplomacy, equality and self- expression. It is these
ideals, carried forth by the enthusiasm and vigour of youth, which serve to form the base for our Model United
Nations. The United Nations is “a centre for harmonising the actions of nations”. NIT Silchar MUN strives to
uphold this same standard of excellence and to thus continue this noble intention. A truly committed delegate
will always leave the conference with a further enhanced sense of confidence, a greater comprehension of our
world as an integral whole and sharpened debating skills.
</p>
</div>
</div>
</div>
<!-- About endssss -->
<!-- *********************counter******************** -->
<div class="row no-gutters countdown-container"
style="background-color:rgba(255, 87, 51, 0.84);color:#fff;display:flex;height:40vh;align-items:center;">
<div class="col-md-2">
</div>
<div class="col-md-8">
<div class="row no-gutters">
<div class="col-3 countdown" style="text-align:center;">
<div id="days"></div>
<p>Days</p>
</div>
<div class="col-3 countdown" style="text-align:center;">
<div id="hours"></div>
<p>Hours</p>
</div>
<div class="col-3 countdown" style="text-align:center;">
<div id="minutes"></div>
<p>Minutes</p>
</div>
<div class="col-3 countdown" style="text-align:center;">
<div id="seconds"></div>
<p>Seconds</p>
</div>
</div>
</div>
<div class="col-md-2"></div>
</div>
<!-- *********************Committee******************** -->
<div id="committees" style="background-color:#fff">
<h1 class="team_text">Committees</h1>
</div>
<div class="item">
<div class="image-item">
<div style="background-color:#fff">
<img src="images/unsc.png" />
</div>
</div>
<div class="details">
<div style="background-color: #fff;">
<h3>
UNITED NATIONS SECURITY COUNCIL</h3>
<h4>Agenda:</h4>
<h5>To evaluate the threat to international security posed by Turkish Invasion of Syria and to discuss and
formulate the working consequence and possible solutions to Turkey's safe zone development plan in Syria</h5>
<div class="row no-gutters">
<div class="col-sm-6 d-flex justify-content-center"><button type="button" style="color:#fff;margin-right:10px"
class="btn button-committee" data-container="body" data-toggle="popover" data-placement="bottom"
data-content="The Security Council has primary responsibility for the maintenance of international peace and security. The Security Council takes the lead in determining the existence of a threat to the peace or act of aggression. It calls upon the parties to a dispute to settle it by peaceful means and recommends methods of adjustment or terms of the settlement.">
KNOW MORE
</button></div>
<div class="col-sm-6 d-flex justify-content-center"><button class="btn button-committee" data-container="body"
data-toggle="popover" data-placement="bottom" data-content="Coming Soon" style="color:#fff">BACKGROUND
GUIDE</button></div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="image-item">
<div style="background-color:#fff;">
<img class="" src="images/unga.png" />
</div>
</div>
<div class="details">
<div>
<h3>
UNITED NATIONS GENERAL ASSEMBLY</h3>
<h4>Agendas:</h4>
<h5>1. Analysing political and economic causes of the ongoing crises and formulating policies to stabilize the
same. Focus: Greece, Venezuela, Zimbabwe.<br>
2. Reassessing the SDGs and affirming them with rigid viable goals and to check the viability of currently
ongoing climate programmes.</h5>
<div class="row no-gutters">
<div class="col-sm-6 d-flex justify-content-center"><button type="button" style="color:#fff;margin-right:10px"
class="btn button-committee" data-container="body" data-toggle="popover" data-placement="bottom"
data-content="In United Nations General Assembly - one of the six main organs of the UN -The Member States of the Organization are represented to discuss and work together on a wide array of international issues covered by the Charter of the United Nations, such as development, peace, and security, international law, etc.">
KNOW MORE
</button></div>
<div class="col-sm-6 d-flex justify-content-center"><button class="btn button-committee" data-container="body"
data-toggle="popover" data-placement="bottom" data-content="Coming Soon" style="color:#fff">BACKGROUND
GUIDE</button></div>
</div>
</div>
</div>
</div>
<!-- team alteenate ends -->
<!-- team -->
<div class="team-area" id="team">
<h1 class="team_text">Secretariat</h1>
<div class="container">
<div class="card-wrapper">
<div class="card-team">
<img src="./images/1.jpg" alt="card background" class="card-img">
<img src="./images/nivedita2.jpg" alt="profile image" class="profile-img">
<h1>Nivedita Singh</h1>
<p class="job-title">Secretary General</p>
<ul class="social-media">
<li><a href="https://www.facebook.com/nivedita.singh.94009" target="_blank"><i
class="fa fa-facebook-square"></i></a></li>
</ul>
</div>
<div class="card-team">
<img src="./images/1.jpg" alt="card background" class="card-img">
<img src="./images/apoorv.jpg" alt="profile image" class="profile-img">
<h1>Apoorv Singh</h1>
<p class="job-title">Director General</p>
<ul class="social-media">
<li><a href="https://www.facebook.com/apoorvsingh1999" target="_blank"><i
class="fa fa-facebook-square"></i></a></li>
</ul>
</div>
<div class="card-team">
<img src="./images/1.jpg" alt="card background" class="card-img">
<img src="./images/shankhadeep.jpg" alt="profile image" class="profile-img">
<h1>Shankhadeep Gogoi</h1>
<p class="job-title">Director General</p>
<ul class="social-media">
<li><a href="https://www.facebook.com/shankhadeep.gogoi" target="_blank"><i
class="fa fa-facebook-square"></i></a></li>
</ul>
</div>
<div class="card-team">
<img src="./images/1.jpg" alt="card background" class="card-img">
<img src="./images/ashish.jpg" alt="profile image" class="profile-img">
<h1>Ashish Ranjan</h1>
<p class="job-title">General Secretary</p>
<ul class="social-media">
<li><a href="https://www.facebook.com/whyisashish" target="_blank"><i class="fa fa-facebook-square"></i></a>
</li>
</ul>
</div>
</div>
<div class="card-wrapper">
<div class="card-team">
<img src="./images/1.jpg" alt="card background" class="card-img">
<img src="./images/rakesh.jpg" alt="profile image" class="profile-img">
<h1>Rakesh Paul</h1>
<p class="job-title">Director Technical Operations</p>
<ul class="social-media">
<li><a href="https://www.facebook.com/rakesh.paul.330" target="_blank"><i
class="fa fa-facebook-square"></i></a></li>
</ul>
</div>
<div class="card-team">
<img src="./images/1.jpg" alt="card background" class="card-img">
<img src="./images/pratikshit.jpg" alt="profile image" class="profile-img">
<h1>Pratikshit Baruah</h1>
<p class="job-title">Director Technical Operations</p>
<ul class="social-media">
<li><a href="https://www.facebook.com/pratikshit.baruah" target="_blank"><i
class="fa fa-facebook-square"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<!--
</div>
</div> -->
<div class="d-flex justify-content-center" style="text-align:center;">
<button class="btn button-team"><a href="team.html" target="_blank" style="color:#fff">See More</a></button>
</div>
<!-- team ends ***********************-->
<!-- *********************footer ********************* -->
<!-- ********************* new footer ********************* -->
<footer class="footer-distributed">
<div class="footer-left">
<div><img class="nitslogofooter" src="images/text_logo_white.png" width="300px" height=auto></div>
<p class="footer-links">
<a
href="index.html">Home</a>
·
<a
href="#committees">Committees</a>
·
<a
href="new section.html">History</a>
·
<a
href="gallery.html">Gallery</a>
·
<a
href="registration.html" style="color: #ef6c57;">Apply</a>
</p>
<p class="footer-company-name">NITSMUN © 2021</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker"></i>
<p><span>NIT Silchar</span> Silchar, Assam</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>+91 4353543543</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p><a href="mailto:[email protected]" style="color: #fff;">[email protected]</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>About NITSMUN</span>
Lorem ipsum dolor sit amet, consectateur adispicing elit. Fusce euismod convallis velit, eu auctor lacus
vehicula sit amet. Operating since 1892
</p>
<div class="footer-icons">
<a
href="https://www.facebook.com/NITSMUN/?ref=br_rs"><i
class="fa fa-facebook"></i></a>
<a
href="https://www.instagram.com/nitsmun/"><i
class="fa fa-instagram"></i></a>
</div>
</div>
</footer>
<!-- -->
<script src="js/preloader.js"></script>
<script>
var prevScrollpos = window.pageYOffset;
window.onscroll = function () {
var currentScrollPos = window.pageYOffset;
if (window.innerWidth > 768) {
if (prevScrollpos < currentScrollPos) {
document.getElementById("myID").style.top = "0";
} else if (prevScrollpos > currentScrollPos) {
document.getElementById("myID").style.top = "-100px";
}
prevScrollpos = currentScrollPos;
}
}
</script>
<script>
const hamburger = document.querySelector('.hamburger');
const navbarList = document.querySelector('.navbar-list');
const links = document.querySelectorAll('.navbar-list li');
const brand = document.querySelector('.brand');
hamburger.addEventListener("click", () => {
navbarList.classList.toggle("open");
if (brand.style.display === "none") {
setTimeout(() => {
brand.style.display = "flex";
}, 1000);
}
else {
brand.style.display = "none";
}
});
$('.navbarList ')
</script>
<script src="js/popper.min.js"></script>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/scroll-startstop.events.jquery.js" type="text/javascript"></script>
<script>
$(window).load(function () {
$(".typing").typed({
strings: ["Welcome Back", "To this edition of", "NITS MUN"], /* You can change the home section typing text from
here and do not use "&" use "and" */
typeSpeed: 100
});
});
$(function () {
var $elem = $('#content');
$('#nav_up').fadeIn('slow');
$(window).bind('scrollstart', function () {
$('#nav_up').stop().animate({ 'opacity': '0.2' });
});
$(window).bind('scrollstop', function () {
$('#nav_up').stop().animate({ 'opacity': '1' });
});
$('#nav_up').click(
function (e) {
$('html, body').animate({ scrollTop: '0px' }, 800);
}
);
});
</script>
<script src="js\bootstrap_modal.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"> </script>
<script type="text/javascript" src="js/about.js"></script>
<script type="text/javascript">
$(function () {
$('[data-toggle="popover"]').popover()
})
AOS.init();
</script>
<script>
// Set the date we're counting down to
var countDownDate = new Date("Feb 3, 2021 24:00:00").getTime();
// Update the count down every 1 second
var x = 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("days").innerHTML = days;
document.getElementById("hours").innerHTML = hours;
document.getElementById("minutes").innerHTML = minutes;
document.getElementById("seconds").innerHTML = seconds;
// If the count down is over, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById("days").innerHTML = "EXPIRED";
}
}, 1000);
</script>
</body>
</html>