forked from hackinout/InOut4-landing
-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
605 lines (534 loc) · 25.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Trident — 11-12 April 2020</title>
<script src="https://kit.fontawesome.com/de467c4d0d.js" crossorigin="anonymous"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
<link rel="icon" href="images/trident-logo.png" type="image" sizes="16x16">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="site-wrap">
<div class="site-mobile-menu">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<header class="site-navbar py-3" role="banner">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-11 col-xl-2">
<div>
<a href="index.html">
<img src="images/Banner-min.png" width="232.67" height="90">
</a>
</div>
</div>
<div class="col-12 col-md-10 d-none d-xl-block">
<nav class="site-navigation position-relative text-right" role="navigation">
<ul class="site-menu js-clone-nav mx-auto d-none d-lg-block">
<li class="active"><a href="index.html" style="font-weight: bold;">Home</a></li>
<li><a href="about.html" style="font-weight: bold;">About Us</a></li>
<li><a href="judges.html" style="font-weight: bold;">Judges</a></li>
<li><a href="tracks.html" style="font-weight: bold;">Tracks</a></li>
<li><a href="diversity.html" style="font-weight: bold;">Diversity and Inclusion</a></li>
<li><a href="venue.html" style="font-weight: bold;">Venue</a></li>
<li class="cta"><a class="trigger_popup_fricc" style="font-weight: bold;">Register</a></li>
</ul>
</nav>
</div>
<div class="d-inline-block d-xl-none ml-md-0 mr-auto py-3" style="position: relative; top: 3px;"><a href="#"
class="site-menu-toggle js-menu-toggle text-white"><span class="icon-menu h3"></span></a></div>
</div>
</div>
</div>
</header>
<div class="site-section site-hero" style="padding-top: 15em;">
<div class="container">
<div class="row align-items-center">
<div class="col-md-10">
<span class="d-block mb-3 caption" data-aos="fade-up" data-aos-delay="50">JIIT Open-Source Developers Circle
presents</span>
<h1 class="d-block mb-4" data-aos="fade-up" data-aos-delay="100">Trident 1.0</h1>
<span class="d-block mb-5 caption" data-aos="fade-up" data-aos-delay="150">April 11th-12th, 2020</span>
<a href="#" class="btn-custom trigger_popup_fricc data-aos=" fade-up"
data-aos-delay="200"><span>Register</span></a>
</div>
</div>
</div>
</div>
<div class="site-section site-hero inner" style="padding-top: 10em;">
<div class="container">
<div class="row align-items-center">
<div class="col-md-10">
<span class="d-block mb-3 caption" data-aos="fade-up"></span>
<h1 class="d-block mb-4" data-aos="fade-up" data-aos-delay="50">About</h1>
</div>
</div>
</div>
</div>
<div class="site-section" style="padding-top: 5em;">
<div class="container">
<div class="row mb-5">
<div class="col-lg-4 ">
<div class="site-section-heading" data-aos="fade-up" data-aos-delay="50">
<h2>What?</h2>
</div>
</div>
<div class="col-lg-5 mt-5 pl-lg-5" data-aos="fade-up" data-aos-delay="200">
<p> Trident is our annual <a
href="https://apiumhub.com/tech-blog-barcelona/what-is-a-hackathon/">hackathon</a> held by the JIIT Open
Source Developers Circle (JODC). It aspires to be
a platform for aspiring developers and entrepreneurs to brainstorm their
ideas together, code them out and present and defend them in front of a panel of judges.
Team applications shall open on 18 March, 2020 and will close on 6 April, 2020. The top selected teams shall
be invited for the onsite Hackathon on 11 April - 12 April.</p>
<p>24 hours before the hackathon the theme list shall be announced to all the selected teams.The hackathon
itself shall be 24 hours long and consist of 2 phases: developing one’s product and then pitching it in
front of experienced entrepreneurs, investors and product managers.In the first round of judgement the
team’s project’s technical aspects shall be evaluated, and the top 5 shall be selected for the next round.
In the second round the top 5 will have their project evaluated on the basis of its business plan, pitch and
probability of success as a product in the market.</p>
</div>
</div>
<div class="row mb-5">
<div class="col-lg-4 ">
<div class="site-section-heading" data-aos="fade-up" data-aos-delay="50">
<h2>When?</h2>
</div>
</div>
<div class="col-lg-5 mt-5 pl-lg-5" data-aos="fade-up" data-aos-delay="200">
<p><i style="color:rgb(235, 70, 20)">To Be announced</i> - Due to novel COVID-19, the event is postponed to a
new date which will be announced
later.
Please stay tuned for future updates.
</p>
</div>
</div>
<div class="row mb-5">
<div class="col-lg-4 ">
<div class="site-section-heading" data-aos="fade-up" data-aos-delay="50">
<h2>Where?</h2>
</div>
</div>
<div class="col-lg-5 mt-5 pl-lg-5" data-aos="fade-up" data-aos-delay="100">
<p>Jaypee Institute of Information Technology, Sector 128, Noida, Uttar
Pradesh, 201304</p>
</div>
</div>
</div>
</div>
<div class="site-section" style="padding-top: 10em;">
<div class="container">
<div class="row mb-5">
<div class="col-lg-4" data-aos="fade-up">
<div class="site-section-heading">
<h2>Timeline</h2>
</div>
</div>
<div class="col-lg-6 mt-5 pl-lg-5" data-aos="fade-up" data-aos-delay="10">
<p></p>
</div>
</div>
<div class="row align-items-stretch program">
<div class="col-12 border-top border-bottom py-5" data-aos="fade" data-aos-delay="20">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h4" style="color:rgb(235, 70, 20)">18th
March</span> <span></span></div>
<div class="col-md-9">
<h2 class="text-white">Registration Starts</h2>
<span></span>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="30">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h4" style="color:rgb(235, 70, 20)">5th
April</span> <span></span></div>
<div class="col-md-9">
<h2 class="text-white">Registration ends</h2>
<span></span>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="40">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h4" style="color:rgb(235, 70, 20)">6th
April</span><span></span></div>
<div class="col-md-9">
<h2 class="text-white">Teams selected for hackathon are informed.</h2>
<span></span>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="50">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h4" style="color:rgb(235, 70, 20)">10th
April</span> <span style="color: orange; font-weight: bold;">11:00 AM</span></div>
<div class="col-md-9">
<h2 class="text-white">Release themes for Hackathon</h2>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="60">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h4" style="color:rgb(235, 70, 20)">11th
April</span> <span style="color:orange; font-weight: bold;">10:00 AM</span></div>
<div class="col-md-9">
<h2 class="text-white">Onsite team registration begins.</h2>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="70">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h4" style="color:rgb(235, 70, 20)">11th
April</span> <span style="color: orange; font-weight: bold;">2:30 PM</span></div>
<div class="col-md-9">
<h2 class="text-white">Trident commencement ceremony. Speaker Keynote sessions begin.</h2>
<span></span>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="80">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h4" style="color:rgb(235, 70, 20)">11th
April</span> <span style="color: orange; font-weight: bold;">5:00 PM</span></div>
<div class="col-md-9">
<h2 class="text-white">Coding period officially begins. Evening snacks.</h2>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="90">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h4" style="color:rgb(235, 70, 20)">11th
April</span> <span style="color: orange; font-weight: bold;">9:00 PM</span></div>
<div class="col-md-9">
<h2 class="text-white">Dinner</h2>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="100">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h4" style="color:rgb(235, 70, 20)">12th
April</span> <span style="color: orange; font-weight: bold;">7:00 AM</span></div>
<div class="col-md-9">
<h2 class="text-white">Morning breakfast.</h2>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="110">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h4" style="color:rgb(235, 70, 20)">12th
April</span> <span style="color: orange; font-weight: bold;">10:00 AM</span></div>
<div class="col-md-9">
<h2 class="text-white">Coding period ends.</h2>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="120">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h4" style="color:rgb(235, 70, 20)">12th
April</span> <span style="color: orange; font-weight: bold;">10:30 AM</span></div>
<div class="col-md-9">
<h2 class="text-white">First Round of Evaluation Begins.</h2>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="130">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h4" style="color:rgb(235, 70, 20)">12th
April</span> <span style="color: orange; font-weight: bold;">2:00 PM</span></div>
<div class="col-md-9">
<h2 class="text-white">Final round of evaluation.</h2>
</div>
</div>
</div>
<h2 class="text-white" style="padding-top: 2em;"><a style="color: red;">Note:</a> The schedule may be subject to
change, depending on the circumstances.</h2>
</div>
</div>
</div>
<div class="site-section" style="padding-top: 10em;">
<div class="container">
<div class="row mb-5">
<div class="col-lg-4" data-aos="fade-up">
<div class="site-section-heading">
<h2>FAQ</h2>
</div>
</div>
<div class="col-lg-6 mt-5 pl-lg-5" data-aos="fade-up" data-aos-delay="10">
<p></p>
</div>
</div>
<div class="row align-items-stretch program">
<div class="col-12 border-top border-bottom py-5" data-aos="fade" data-aos-delay="20">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h5" style="color:rgb(235, 70, 20)">Who can
participate?</span> <span></span>
</div>
<div class="col-md-9">
<h5 class="text-white">All full or part time students from an accredited university are allowed to
take part in this hackathon.</h5>
<span></span>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="30">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h5" style="color:rgb(235, 70, 20)">Is this a
strictly a team event or can we
also participate as an individual?</span> <span></span></div>
<div class="col-md-9">
<h5 class="text-white">Yes, this is strictly a team event. All participants must form a team of size
2 - 4.</h2>
<span></span>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="40">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h5" style="color:rgb(235, 70, 20)">What prizes
are at stake?</span><span></span>
</div>
<div class="col-md-9">
<h5 class="text-white">To be announced.</h2>
<span></span>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="50">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h5" style="color:rgb(235, 70, 20)">What are the
team selection criteria?</span>
</div>
<div class="col-md-9">
<h5 class="text-white">Teams shall be selected for onsite participation on the basis their passion
for development and entrepreneurship as displayed in their answers given in the selection form, past
achievements, previously built projects, GitHub and LinkedIn accounts.</h2>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="60">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h5" style="color:rgb(235, 70, 20)">How can I
register for the event?</span>
</div>
<div class="col-md-9">
<h5 class="text-white">You can register over here once the Registrations are open.</h2>
<span></span>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="70">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h5" style="color:rgb(235, 70, 20)">Is there any
registration fee?</span> </div>
<div class="col-md-9">
<h5 class="text-white">No. The event is completely free for participation.</h2>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="80">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h5" style="color:rgb(235, 70, 20)">What are we
expected to bring?</span></div>
<div class="col-md-9">
<h5 class="text-white">All participants are expected to bring their own laptops, chargers and
equipment required to build their product. Extension boards shall be provided to all teams for charging
purposes.</h2>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="90">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h5" style="color:rgb(235, 70, 20)">Which things
not allowed to bring?</span>
</div>
<div class="col-md-9">
<h5 class="text-white">Anything illegal, like alcohol, drugs or weapons will not be tolerated on campus,
and teams will be
checked for the same at the university gate.</h2>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="100">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h5" style="color:rgb(235, 70, 20)">What level of
experience is expected from
aspiring participants?</span> </div>
<div class="col-md-9">
<h5 class="text-white">Aspiring participants are expected to have prior experience in developing projects.
</h2>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="110">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h5" style="color:rgb(235, 70, 20)">Can I start
working on my hack before the
event?</span></div>
<div class="col-md-9">
<h5 class="text-white">No. In the interest of fairness, students should not be working on their
projects before Trident begins and we do not allow participants to work on pre-existing projects.
However, you can familiarize yourself with all the tools and technologies you intend to use beforehand.
</h2>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="120">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h5" style="color:rgb(235, 70, 20)">How will the
Judging works?</span></div>
<div class="col-md-9">
<h5 class="text-white">There will be two rounds of evaluation. Both the evaluations will happen on the
second day.</h2>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="130">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h5" style="color:rgb(235, 70, 20)">Who will own
the IP (Intellectual Property)
Rights to the product that I have built?</span></div>
<div class="col-md-9">
<h5 class="text-white">We strongly believe in open source. Whatever you build during the hackathon is the
sole property of you/your team.</h2>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="140">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h5" style="color:rgb(235, 70, 20)">Is there any
travel reimbursement?</span>
</div>
<div class="col-md-9">
<h5 class="text-white">Sorry, there are no travel reimbursements as of now.</h2>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="700">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h5" style="color:rgb(235, 70, 20)">Is there
special recognition for all-girls team?</span>
</div>
<div class="col-md-9">
<h5 class="text-white">Although there will be no special cash prize, we assure extra swags for the entire
team.</h2>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="150">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h4" style="color:rgb(235, 70, 20)">Error 404
question not found</span> <span style="color: orange; font-weight: bold;">?</span></div>
<div class="col-md-9">
<h2 class="text-white">We would love to resolve your queries. Just ping us at <a
href="mailto:[email protected]" style="color: orangered;">[email protected]</a>.</h2>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="site-section" style="padding-top: 10em;">
<div class="container">
<div class="row mb-5">
<div class="col-lg-4 ">
<div class="site-section-heading" data-aos="fade-up">
<h2>Sponsors</h2>
</div>
</div>
<div class="col-lg-6 mt-5 pl-lg-5" data-aos="fade-up" data-aos-delay="10">
<p> </p>
</div>
</div>
To be announced.
<div class="row" data-aos="fade-up" data-aos-delay="500" style="padding-bottom: 10em;">
<div class="col-12 text-center pt-5">
<a href="mailto:[email protected]" class="btn-custom" data-aos="fade-up" data-aos-delay="20"><span>Be a
Sponsor</span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="site-footer">
<div class="container">
<div class="row mb-5">
<div class="col-md-4">
<h2 class="footer-heading text-uppercase mb-4">About Event</h2>
<p>Trident is a 24 hour Hackathon organized by the JIIT Open-Source Developers Circle.</p>
</div>
<div class="col-md-3 ml-auto">
<h2 class="footer-heading text-uppercase mb-4">Quick Links</h2>
<ul class="list-unstyled">
<li><a href="about.html">About Us</a></li>
<li><a href="code-of-conduct.html">Code of Conduct</a></li>
<li><a href="venue.html">Contact Us</a></li>
</ul>
</div>
<div class="col-md-4">
<h2 class="footer-heading text-uppercase mb-4">Connect with Us</h2>
<p>
<a href="https://www.facebook.com/jiitodc/" class="p-2 pl-0"><span class="icon-facebook"></span></a>
<a href="https://www.twitter.com/jiitodc/" class="p-2"><span class="icon-twitter"></span></a>
<a href="https://www.linkedin.com/company/jodc" class="p-2"><span class="icon-linkedin"></span></a>
<a href="https://discord.gg/BAhkzAy" class="p-2"><i class="fab fa-discord"></i></a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<div class="border-top pt-5">
<p>
Copyright ©
<script>document.write(new Date().getFullYear());</script> All rights reserved | Made with <i
class="icon-heart text-primary" aria-hidden="true"></i> by <a href="https://colorlib.com"
target="_blank">Colorlib</a> and <a href="https://github.com/JIITODC" target="_blank">JODC</a>
</p>
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/jquery-ui.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/jquery.stellar.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/bootstrap-datepicker.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/main.js"></script>
<!--WILL REMOVE WHEN REGISTRATION STARTS-->
<script src="js/popup.js">
</script>
<div class="hover_bkgr_fricc">
<span class="helper"></span>
<div class="popupDiv">
<div class="popupCloseButton">×</div>
<p style="font-weight: bold; color: red; font-size: 23px;">Registrations will start soon!</p>
</div>
</div>
</body>
</html>