-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
560 lines (514 loc) · 30.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
<!doctype html>
<html class="no-js" lang="zxx">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Biblus '22</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="manifest" href="site.webmanifest"> -->
<!-- <link rel="shortcut icon" type="image/x-icon" href="img/favicon.png"> -->
<!-- Place favicon.ico in the root directory -->
<!-- CSS here -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/themify-icons.css">
<link rel="stylesheet" href="css/gijgo.css">
<link rel="stylesheet" href="css/nice-select.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/slicknav.css">
<link rel="stylesheet" href="css/style.css">
<!-- <link rel="stylesheet" href="css/responsive.css"> -->
<!-- OUR CSS -->
<link rel="stylesheet" href="./css/base.css">
<link rel="stylesheet" href="./css/topics.css">
<style> .round{ color: #008829; } .roundNo {color: white;} </style>
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!-- header-start -->
<!-- header-start -->
<header>
<div class="header-area " style="margin-top: 3px;">
<div id="sticky-header" class="main-header-area sticky">
<div class="container">
<div class="header_bottom_border">
<div class="row align-items-center">
<div class="col-xl-3 col-lg-3">
<div class="logo">
<a href="#">
<img src="IEEE.png" style="position: relative; left: -26px; height: 120px;" alt="">
</a>
</div>
</div>
<div class="col-xl-6 col-lg-6">
<div class="main-menu d-none d-lg-block">
<nav>
</nav>
</div>
</div>
<div style="margin-top: 5px;" class="col-xl-3 col-lg-3 d-none d-lg-block">
<div class="buy_tkt">
<div class="book_btn d-none d-lg-block">
<a href="http://bit.ly/biblus2022" target="blank">Register</a>
</div>
</div>
</div>
<div class="col-12">
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- header-end -->
<!-- slider_area_start -->
<div class="slider_area" style="height: 100vh;">
<div class="single_slider d-flex align-items-center slider_bg_1 overlay">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-xl-12">
<main>
<div class="content">
<div class="slideshow">
<div class="slide slide--current">
<div class="slide__bg slide__bg--3" ></div>
<h2 class="word word--3 biblus">B I B L U S</h2>
</div>
</div>
</div>
</main>
<!-- <div class="slider_text text-center">
<div class="shape_1 wow fadeInUp" data-wow-duration="1s" data-wow-delay=".2s" style="visibility: visible; animation-duration: 1s; animation-delay: 0.2s; animation-name: fadeInUp;">
<img src="./index_files/shape_1.svg" alt="">
</div>
<div class="shape_2 wow fadeInDown" data-wow-duration="1s" data-wow-delay=".2s" style="visibility: visible; animation-duration: 1s; animation-delay: 0.2s; animation-name: fadeInDown;">
<img src="./index_files/shape_2.svg" alt="">
</div>
<span class="wow fadeInLeft" data-wow-duration="1s" data-wow-delay=".3s" style="visibility: visible; animation-duration: 1s; animation-delay: 0.3s; animation-name: fadeInLeft;">12 Feb, 2020</span>
<h3 class="wow fadeInLeft" data-wow-duration="1s" data-wow-delay=".4s" style="visibility: visible; animation-duration: 1s; animation-delay: 0.4s; animation-name: fadeInLeft;">Concert 2020</h3>
<p class="wow fadeInLeft" data-wow-duration="1s" data-wow-delay=".5s" style="visibility: visible; animation-duration: 1s; animation-delay: 0.5s; animation-name: fadeInLeft;">Green Avenue, New York</p>
</div> -->
</div>
</div>
</div>
</div>
</div>
<!-- slider_area_end -->
<!-- about_area_start -->
<div class="about_area black_bg">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="section_title text-center mb-80">
<h3 class="wow fadeInRight" data-wow-duration="1s" data-wow-delay=".3s" >About</h3>
</div>
</div>
</div>
<div class="row align-items-center">
<div class="col-lg-12 col-md-12">
<div class="about_info pl-68">
<h4 class=" wow fadeInLeft" data-wow-duration="1s" data-wow-delay=".5s">It’s that time of the year again!</h4>
<p class=" wow fadeInLeft" data-wow-duration="1s" data-wow-delay=".6s">One of the signature events of the NIE IEEE Student Branch, <b style="color: #ff7300">Biblus</b> is a National Level Technical Paper Presentation Competition. Following the IEEE Standards which stipulates a three-round format!. <br><br>Participation in teams of a maximum of <b style="color:#008829">3 members.</b> <br><br> The selection of the abstracts and the papers are done after the procedure of a strict plaigarism and scrutiny check.</p>
<a href="http://bit.ly/biblus2022" class="boxed-btn3 wow fadeInLeft" data-wow-duration="1s" data-wow-delay=".7s" target="blank">Register</a>
</div>
</div>
</div>
</div>
</div>
<br>
<br>
<br>
<!-- about_area_end -->
<div class="container">
<div class="row">
<div class="col-sm">
<h2 class="roundNo">Round 1</h2>
<h2 class="round">Abstract Submission</h2>
<p>Participants have to submit a brief overview of their decided ideas and approach within the deadline.<p>
</div>
<div class="col-sm">
<h2 class="roundNo" > Round 2</h2>
<h2 class="round">Paper Submission</h2>
<p>The participants selected for this round must submit their final papers in accordance with the abstract submitted earlier.</p>
</div>
<div class="col-sm">
<h2 class="roundNo">Round 3</h2>
<h2 class="round">Paper Presentation</h2>
<p>The participants selected for the final round must present their papers before a panel of judges, in the form of an oral presentation or an interactive presentation.</p>
</div>
</div>
</div>
<div class="program_details_area detials_bg_1 overlay2">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section_title text-center mb-80 wow fadeInRight" data-wow-duration="1s" data-wow-delay=".3s">
<h3 style="color: #ff7300">Important Tentative Dates</h3>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="program_detail_wrap">
<div class="single_propram">
<div class="inner_wrap">
<div class="circle_img"></div>
<div class="porgram_top">
<span class=" wow fadeInLeft" style="color: #ffffff" data-wow-duration="1s" data-wow-delay=".3s">Abstract Submission Begins</span>
<h4 class=" wow fadeInUp" style="color: #008829" data-wow-duration="1s" data-wow-delay=".4s">8th February, 2022</h4>
<!-- <h4 class="wow fadeInUp" data-wow-duration="1s" data-wow-delay=".4s"><span class="timer1"></span></h4> -->
</div>
<div class="thumb wow fadeInUp" data-wow-duration="1s" data-wow-delay=".5s">
<br><br><br><br>
</div>
</div>
</div>
<div class="single_propram">
<div class="inner_wrap">
<div class="circle_img"></div>
<div class="porgram_top">
<span class=" wow fadeInLeft" style="color: #ffffff" data-wow-duration="1s" data-wow-delay=".3s">Last Day for Abstract Submission</span>
<h4 class=" wow fadeInUp" style="color: #008829" data-wow-duration="1s" data-wow-delay=".4s">12th March, 2022</h4>
<!-- <h4 class="wow fadeInUp" data-wow-duration="1s" data-wow-delay=".4s"><span class="timer2"></span></h4> -->
</div>
<div class="thumb wow fadeInUp" data-wow-duration="1s" data-wow-delay=".5s">
<br><br><br><br>
</div>
</div>
</div>
<div class="single_propram">
<div class="inner_wrap">
<div class="circle_img"></div>
<div class="porgram_top">
<span class="wow fadeInRight" style="color: #ffffff" data-wow-duration="1s" data-wow-delay=".3s">Result of Abstract Submission</span>
<h4 class="wow fadeInRight" style="color: #008829" data-wow-duration="1s" data-wow-delay=".4s">Will be released soon!</h4>
<!-- <h4 class="wow fadeInUp" data-wow-duration="1s" data-wow-delay=".4s"><span class="timer3"></span></h4> -->
</div>
<div class="thumb wow fadeInRight" data-wow-duration="1s" data-wow-delay=".5s">
<br><br><br><br>
</div>
</div>
</div>
<div class="single_propram">
<div class="inner_wrap">
<div class="circle_img"></div>
<div class="porgram_top">
<span class=" wow fadeInLeft" style="color: #ffffff" data-wow-duration="1s" data-wow-delay=".3s">Paper Submission</span>
<h4 class=" wow fadeInUp" style="color: #008829" data-wow-duration="1s" data-wow-delay=".4s">Will be released soon!</h4>
<!-- <h4 class="wow fadeInUp" data-wow-duration="1s" data-wow-delay=".4s"><span class="timer4"></span></h4> -->
</div>
<div class="thumb wow fadeInUp" data-wow-duration="1s" data-wow-delay=".5s">
<br><br><br><br>
</div>
</div>
</div>
<div class="single_propram">
<div class="inner_wrap">
<div class="circle_img"></div>
<div class="porgram_top">
<span class="wow fadeInRight"style="color: #ffffff" data-wow-duration="1s" data-wow-delay=".3s">Result of Paper Submission </span>
<h4 class="wow fadeInRight" style="color: #008829" data-wow-duration="1s" data-wow-delay=".4s">Will be released soon!</h4>
<!-- <h4 class="wow fadeInUp" data-wow-duration="1s" data-wow-delay=".4s"><span class="timer5"></span></h4> -->
</div>
<div class="thumb wow fadeInRight" data-wow-duration="1s" data-wow-delay=".5s">
<br><br><br><br>
</div>
</div>
</div>
<div class="single_propram">
<div class="inner_wrap">
<div class="circle_img"></div>
<div class="porgram_top">
<span class="wow fadeInRight" style="color: #ffffff" data-wow-duration="1s" data-wow-delay=".3s">Paper Presentation</span>
<h4 class="wow fadeInRight" style="color: #008829" data-wow-duration="1s" data-wow-delay=".4s">Will be revealed soon!</h4>
<!-- <!-- <h4 class="wow fadeInUp" data-wow-duration="1s" data-wow-delay=".4s"><span class="timer6"></span></h4> --> -->
</div>
<div class="thumb wow fadeInRight" data-wow-duration="1s" data-wow-delay=".5s">
<br><br><br><br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="topics" style="color: white !important;">
<div class="row">
<div class="col-lg-12">
<div class="section_title text-center mb-80 wow fadeInRight" data-wow-duration="1s" data-wow-delay=".3s" style="visibility: visible; animation-duration: 1s; animation-delay: 0.3s;">
<h3 class="wow fadeInDownBig topic hide" style="color: #ff7300" id="topicc">Topics</h3>
</div>
</div>
</div>
<div class="row lili">
<div class="topic-list col-sm">
<ul style="text-align: center;">
<li id="l1" class="hider j">Analog, Digital and Wireless Communication</li>
<li id="l2" class="hider j">Analog, Digital and Industrial Electronics</li>
<li id="l3" class="hider j">Transducers</li >
<li id="l4" class="hider j">Microprocessors and Microcontrollers</li>
<li id="l5" class="hider j">VLSI</li>
<li id="l6" class="hider j">IoT (Internet of Things) and Embedded Systems</li>
<li id="l7" class="hider j">Computer Architecture</li>
<li id="l8" class="hider j">Battery Management for Electric Vehicles</li>
<li id="l9" class="hider j">Electrical Machines</li>
<li id="l10" class="hider j">Power Generation and Power Management</li>
<li id="l11" class="hider j">Robotics and Automation</li>
<li id="l12" class="hider j">Digital Signal Processing</li>
<li id="l13" class="hider j">Automobile Engineering</li>
<li id="l14" class="hider j">Nanotechnology</li>
</ul>
</div>
<div class="topic-list col-sm">
<ul style="text-align: center;">
<li id="l21" class="hider j">Operating Systems</li>
<li id="l22" class="hider j">Theory of Computation and Compiler Design</li>
<li id="l23" class="hider j">Data Structures and Programming Languages</li>
<li id="l24" class="hider j">Analysis and Design of Algorithms</li>
<li id="l25" class="hider j">ML, Deep Learning and AI</li>
<li id="l26" class="hider j">Big Data Analytics and Data Science</li>
<li id="l27" class="hider j">Cyber Security</li>
<li id="l28" class="hider j">Augmented and Virtual Reality</li>
<li id="l29" class="hider j">Web Technologies and Development</li>
<li id="l30" class="hider j">App Development</li>
<li id="l31" class="hider j">Blockchain</li>
<li id="l32" class="hider j">Fluid Mechanics</li>
<li id="l33" class="hider j">Highway Engineering</li>
<li id="l34" class="hider j">Environmental Engineering</li>
</ul>
</div>
</div>
</div>
<div class="about_area black_bg">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="section_title text-center mb-80">
<h3 class="wow fadeInRight" data-wow-duration="1s" data-wow-delay=".3s" style="color: #ff7300" >Previous Year's Winners' Papers</h3>
</div>
</div>
</div>
<div class="row align-items-center">
<div class="col-lg-12 col-md-12">
<div class="section_title text-center">
<div class="row">
<div class="col-sm">
<!-- <h4 class=" wow fadeInLeft" data-wow-duration="1s" data-wow-delay=".5s">Click <a href="https://drive.google.com/folderview?id=18ZtpxZwJuWsyLkeVfGhblO39r34SGf2W">here</a> </h4> -->
<h5 class="wow fadeInRight" data-wow-duration="1s" data-wow-delay=".3s" >Analyzing the difficulties of Augmented Reality in Major Applications</h5><br>
<h5 style=" color:#008829 "class="wow fadeInRight" data-wow-duration="1s" data-wow-delay=".3s" >By Adeep Krishna Keelar and Pradyoth P</h5>
<iframe src="https://drive.google.com/file/d/1R3ciLQo0SHbDwI2ntFXhMHJOZNCChuey/preview" class="wow fadeInRight" data-wow-duration="1s" data-wow-delay=".3s"></iframe>
</div>
<div class="col-sm">
<h5 class="wow fadeInRight" data-wow-duration="1s" data-wow-delay=".3s" >Energy Efficiency Analysis for Simultaneous Energy Harvesting and Ambient Backscattering-based Communication System</h5>
<h5 style=" color:#008829 "class="wow fadeInRight" data-wow-duration="1s" data-wow-delay=".3s" >By Vaishnavi KN and Shubham Khorvi</h5>
<iframe src="https://drive.google.com/file/d/1h_MeKP5v4Ltp4D1GSMSI9vvgLwRzbJcB/preview" class="wow fadeInLeft" data-wow-duration="1s" data-wow-delay=".3s"></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<style>
.hider {visibility: hidden;}
</style>
<script>
const element = document.querySelector('#topicc')
element.classList.remove('hider')
element.classList.add('animated', 'zoomInDown')
element.addEventListener('animationend', function() {
var t = document.querySelector('#l1')
t.classList.remove('hider')
t.classList.add('animated', 'fadeInLeft')
t.addEventListener('animationend', function() {
var t = document.querySelector('#l2')
t.classList.remove('hider')
t.classList.add('animated', 'fadeInLeft')
t.addEventListener('animationend', function() {
var t = document.querySelector('#l3')
t.classList.remove('hider')
t.classList.add('animated', 'fadeInLeft')
t.addEventListener('animationend', function() {
var t = document.querySelector('#l4')
t.classList.remove('hider')
t.classList.add('animated', 'fadeInLeft')
t.addEventListener('animationend', function() {
var t = document.querySelector('#l5')
t.classList.remove('hider')
t.classList.add('animated', 'fadeInLeft')
t.addEventListener('animationend', function() {
var t = document.querySelector('#l6')
t.classList.remove('hider')
t.classList.add('animated', 'fadeInLeft')
t.addEventListener('animationend', function() {
var t = document.querySelector('#l7')
t.classList.remove('hider')
t.classList.add('animated', 'fadeInLeft')
t.addEventListener('animationend', function() {
var t = document.querySelector('#l8')
t.classList.remove('hider')
t.classList.add('animated', 'fadeInLeft')
t.addEventListener('animationend', function() {
var t = document.querySelector('#l9')
t.classList.remove('hider')
t.classList.add('animated', 'fadeInLeft')
t.addEventListener('animationend', function() {
var t = document.querySelector('#l10')
t.classList.remove('hider')
t.classList.add('animated', 'fadeInLeft')
t.addEventListener('animationend', function() {
var t = document.querySelector('#l11')
t.classList.remove('hider')
t.classList.add('animated', 'fadeInLeft')
t.addEventListener('animationend', function() {
var t = document.querySelector('#l12')
t.classList.remove('hider')
t.classList.add('animated', 'fadeInLeft')
t.addEventListener('animationend', function() {
var t = document.querySelector('#l13')
t.classList.remove('hider')
t.classList.add('animated', 'fadeInLeft')
t.addEventListener('animationend', function() {
var t = document.querySelector('#l14')
t.classList.remove('hider')
t.classList.add('animated', 'fadeInLeft')
})})})})})})
})
})})})})})})})
element.addEventListener('animationend', function() {
var t = document.querySelector('#l21')
t.classList.remove('hider')
t.classList.add('animated', 'fadeInRight')
t.addEventListener('animationend', function() {
var t = document.querySelector('#l22')
t.classList.remove('hider')
t.classList.add('animated', 'fadeInRight')
t.addEventListener('animationend', function() {
var t = document.querySelector('#l23')
t.classList.remove('hider')
t.classList.add('animated', 'fadeInRight')
t.addEventListener('animationend', function() {
var t = document.querySelector('#l24')
t.classList.remove('hider')
t.classList.add('animated', 'fadeInRight')
t.addEventListener('animationend', function() {
var t = document.querySelector('#l25')
t.classList.remove('hider')
t.classList.add('animated', 'fadeInRight')
t.addEventListener('animationend', function() {
var t = document.querySelector('#l26')
t.classList.remove('hider')
t.classList.add('animated', 'fadeInRight')
t.addEventListener('animationend', function() {
var t = document.querySelector('#l27')
t.classList.remove('hider')
t.classList.add('animated', 'fadeInRight')
t.addEventListener('animationend', function() {
var t = document.querySelector('#l28')
t.classList.remove('hider')
t.classList.add('animated', 'fadeInRight')
t.addEventListener('animationend', function() {
var t = document.querySelector('#l29')
t.classList.remove('hider')
t.classList.add('animated', 'fadeInRight')
t.addEventListener('animationend', function() {
var t = document.querySelector('#l30')
t.classList.remove('hider')
t.classList.add('animated', 'fadeInRight')
t.addEventListener('animationend', function() {
var t = document.querySelector('#l31')
t.classList.remove('hider')
t.classList.add('animated', 'fadeInRight')
t.addEventListener('animationend', function() {
var t = document.querySelector('#l32')
t.classList.remove('hider')
t.classList.add('animated', 'fadeInRight')
t.addEventListener('animationend', function() {
var t = document.querySelector('#l33')
t.classList.remove('hider')
t.classList.add('animated', 'fadeInRight')
t.addEventListener('animationend', function() {
var t = document.querySelector('#l34')
t.classList.remove('hider')
t.classList.add('animated', 'fadeInRight')
})
})
})
})
})
})
})
})})})})})})})
</script>
<!-- JS here -->
<script src="js/vendor/modernizr-3.5.0.min.js"></script>
<script src="js/vendor/jquery-1.12.4.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/ajax-form.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/scrollIt.js"></script>
<script src="js/jquery.scrollUp.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/gijgo.min.js"></script>
<script src="js/nice-select.min.js"></script>
<script src="js/jquery.slicknav.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/tilt.jquery.js"></script>
<script src="js/plugins.js"></script>
<!--contact js-->
<script src="js/contact.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/jquery.form.js"></script>
<script src="js/jquery.validate.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/main.js"></script>
<script>
// setTimeout(function() {
// const t1 = document.querySelector('.contentr')
// t1.classList.add('hide')
// }, 3200)
function timer(k, i) {
var eventDay = new Date(k).getTime();
x = setInterval(function() {
var now = new Date().getTime();
var diff = eventDay - now;
var days = Math.floor(diff / (1000 * 60 * 60 * 24));
var hours = Math.floor((diff % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((diff % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((diff % (1000 * 60)) / 1000);
$(".timer" + i).html(days + "D " + hours + "H " + minutes + "M " + seconds + "S ")
if(diff < 0) {
clearInterval(x);
$(".timer1").html() = "EVENT";
}
}, 1000);
}
timer("Jan 27, 2020 17:30:00", 1)
timer("Feb 16, 2020 23:59:59", 2)
timer("Mar 24, 2020 17:30:00", 3)
timer("Feb 25, 2020 17:30:00", 4)
timer("Apr 4, 2020 17:30:00", 5)
timer("Apr 11, 2020 17:30:00", 6)
</script>
OUR JAVASCRIPT
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script> -->
<script src="js/charming.min.js"></script>
<script src="js/anime.min.js"></script>
<script src="js/wordFx.js"></script>
<script src="js/headingAnimation.js"></script>
<script src="js/index.js"></script>
</body>
</html>