forked from hiteshsandal/spec.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
specfest2k21.html
executable file
·794 lines (733 loc) · 28.6 KB
/
specfest2k21.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SPEC | SPECFEST 2021</title>
<meta name="description" content="STAR WARS Kylo Ren Page Preloader in CSS" />
<meta name="keywords" content="css, animation, preloader, web development, css-only" />
<meta name="author" content="Petr Urbánek for Codrops" />
<link rel="shortcut icon" href="Specfest/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Space+Mono:400,700" rel="stylesheet">
<link href="https://allfont.net/allfont.css?fonts=star-jedi" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="Specfest/css/demo.css" />
<link rel="stylesheet" type="text/css" href="Specfest/css/component.css" />
<link rel="stylesheet" type="text/css" href="Specfest/pater/pater.css" />
<script>document.documentElement.className = 'js';</script>
<!-- plane css start -->
<link rel="stylesheet" type="text/css" href="Specfest/css/plane.css" />
<!-- plane css ends -->
<!-- FOR STAR BG FILES START -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/p5@1.2.0/lib/p5.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/p5@1.2.0/lib/addons/p5.sound.min.js"></script>
<style>
body {
padding: 0;
margin: 0;
}
canvas {
vertical-align: top;
}
.dropdown-btn,
.dropdown-btn-sb,
.dropdown-btn-sn,
.dropdown-btn-pp {
outline: none;
background: transparent;
border: none;
font-weight: bold;
}
.dropdown-btn-sb,
.dropdown-btn-sn,
.dropdown-btn-pp {
position: relative;
display: block;
left: 50%;
transform: translateX(-50%);
}
.dropdown-btn:active {
border: none;
}
</style>
<!-- header files start -->
<link rel="stylesheet" href="Specfest/css/h.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Popper JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<!-- header files end -->
<!-- covido template links start -->
<link rel="stylesheet" href="Specfest/css/bootstrap.min.css">
<!-- style css -->
<link rel="stylesheet" href="Specfest/css/style.css">
<!-- Responsive-->
<link rel="stylesheet" href="Specfest/css/responsive.css">
<!-- fevicon -->
<link rel="icon" href="Specfest/images/fevicon.png" type="image/gif" />
<!-- Scrollbar Custom CSS -->
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<link rel="stylesheet" href="Specfest/css/owl.carousel.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css"
media="screen">
<link rel="stylesheet" href="https://rawgit.com/LeshikJanz/libraries/master/Bootstrap/baguetteBox.min.css">
<!-- covido template links start -->
<!-- spinning wheel css start -->
<link rel="stylesheet" href="Specfest/css/spinning.css">
<!-- spinning wheel css ends -->
<!-- FOR STAR BG FILES END -->
<link rel="stylesheet" href="Specfest/css/custom.css">
</head>
<body>
<nav class="navbar navbar-expand-lg sticky-top wreqwr">
<div class="container">
<a class="navbar-brand"
style="padding: 0; display: inline-block !important; vertical-align: top !important; width: 10rem;"
href="./index.html"><img src="Specfest/spec logo white.png" height="70" class="d-inline-block align-top"
alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
<i class="fa fa-navicon" style="color:#fff; font-size:28px;"></i>
</span>
</button>
<div class="collapse navbar-collapse"></div>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Workshop Page/index.html">Workshops</a>
</li>
<li class="nav-item">
<a class="nav-link" href="BLOGS/Blogs.html">Blogs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Team Page/team-2k20.html">Team SPEC</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Gallery/gallery.html">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="electrothon.html">Electrothon</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Alumini Page/Our-Alumini.html">Alumni</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" id="ebook"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="color: white;">
Study Material
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<ul>
<li style="list-style: none;"><a target="blank"href="https://drive.google.com/drive/folders/1ShlVR0tY339vkXlqk_6z3rJqltAGUySa" style="color:black;">First Year</a></li>
<li style="list-style: none;" ><a target="_blank" href="https://drive.google.com/drive/folders/1U8WE7-BNc2WZWliDdOSxZ87D2hsgn4YW" style="color: black; ">Second Year</a></li>
<li style="list-style: none;" > <a target="_blank"href="https://drive.google.com/drive/folders/1fCjgy4nqpnCvrHgxyTae56GkRGk5EUVe" style="color: black;">Third Year</a></li>
<li style="list-style: none;" > <a target="_blank"href="https://drive.google.com/drive/folders/1_R5x_sAkFsrC4RRgPOygdzydzDhtHBOQ" style="color: black;">Final Year</a></li>
</ul>
</div>
</div>
</nav>
<main>
<div class="page ">
<h1 class="headline desk">Coming for all of you from somwhere far,<br class="break-title">far away from
NITH... </h1>
<h1 style="top: -100vh;" class="title mobile">SPEC FEST<br>2k21</h1>
<h1 style="top: -15rem;" class="title desk">SPEC FEST<br></h1>
<h1 style="top: 5rem;" class="title desk">2K21</h1>
<!-- <img class="pater__img" src="pater/phone.png" alt="Phone with theme" /> -->
<div class="page-content">
<i class="dark-bg"></i>
<div class="layers-rock-last">
<i class="star-0"></i>
<i class="star-1"></i>
<i class="star-2"></i>
<i class="star-3"></i>
<i class="star-4"></i>
<i class="star-5"></i>
<i class="star-6"></i>
<i class="star-7"></i>
<i class="star-8"></i>
<i class="star-9"></i>
<i class="star-10"></i>
<i class="star-11"></i>
<i class="star-12"></i>
<div class="rock rock-1"><i class="dark-bg"></i></div>
<div class="rock rock-2"><i class="dark-bg"></i></div>
<div class="rock rock-3"><i class="dark-bg"></i></div>
<div class="rock rock-4"><i class="dark-bg"></i></div>
<div class="rock-bg"><i class="dark-bg"></i></div>
</div>
<div class="layers-trees-3">
<div class="tree-1"><i class="dark-bg"></i></div>
<div class="tree-2"><i class="dark-bg"></i></div>
<div class="tree-3"><i class="dark-bg"></i></div>
<div class="tree-4"><i class="dark-bg"></i></div>
<div class="tree-5"><i class="dark-bg"></i></div>
<div class="tree-6"><i class="dark-bg"></i></div>
</div>
<div class="layers-trees-2">
<div class="tree-1">
<i class="dark-bg"><i class="i-first"></i><i class="i-second"></i></i>
<i class="i-first"></i><i class="i-second"></i>
</div>
<div class="tree-2">
<i class="dark-bg"><i class="i-first"></i><i class="i-second"></i></i>
<i class="i-first"></i><i class="i-second"></i>
</div>
<div class="tree-3">
<i class="dark-bg"><i class="i-first"></i><i class="i-second"></i></i>
<i class="i-first"></i><i class="i-second"></i>
</div>
<div class="tree-4">
<i class="dark-bg"><i class="i-first"></i><i class="i-second"></i></i>
<i class="i-first"></i><i class="i-second"></i>
</div>
</div>
<div class="layers-rock-first">
<i class="rock-bg"></i>
<div class="rock-left-content">
<i class="rock-2">
<i class="rock-top"></i>
<i class="rock-left"></i>
</i>
<i class="rock-1">
<i class="rock-left"></i>
<i class="rock-right"></i>
<i class="rock-center"></i>
</i>
<i class="rock-3">
<i class="rock-left"></i>
<i class="rock-top">
<i class="rock-top-right"></i>
</i>
</i>
</div>
<div class="rock-right-content">
<i class="rock-1">
<i class="rock-top-back"></i>
<i class="rock-top-front"></i>
<i class="rock-bottom-back"></i>
<i class="rock-bottom-front"></i>
</i>
<i class="rock-2">
<i class="rock-bottom"></i>
<i class="rock-bottom-front"></i>
<i class="rock-top"></i>
</i>
</div>
</div>
<div class="layers-kylo">
<div class="kylo">
<div class="kylo-head">
<i class="head-bg"></i>
<i class="head-content"><i class="head-content-mask"></i></i>
<i class="head">
<i class="head-last"></i>
<i class="head-light"></i>
<i class="head-second"></i>
<i class="head-first"></i>
<i class="head-mask">
<i class="head-mask-top"></i>
<i class="head-mask-bottom"><i class="head-mask-bottom-place"></i></i>
</i>
</i>
</div>
<div class="kylo-body-top">
<i class="kylo-body-top-black"></i>
<i class="kylo-body-top-shoulders">
<i class="shoulders-left"></i>
<i class="shoulders-right"></i>
</i>
</div>
<div class="kylo-body-bottom">
<i class="kylo-body-bottom-black"></i>
</div>
<i class="kylo-hand-left">
<i class="hand-arm">
<i class="hand-last">
<i class="hand-finger-right"></i>
<i class="lightsaber">
<i class="lightsaber-light-bg"></i>
<i class="lightsaber-cross-content">
<i class="lightsaber-cross-light">
<i class="light-item-1"></i>
<i class="light-item-2"></i>
</i>
<i class="lightsaber-cross"></i>
</i>
<i class="lightsaber-light">
<i class="light-item-1"></i>
<i class="light-item-2"></i>
<i class="light-item-3"></i>
<i class="light-item-4"></i>
<i class="light-item-5"></i>
<i class="light-item-6"></i>
<i class="light-item-7"></i>
<i class="light-item-8"></i>
<i class="light-item-9"></i>
</i>
</i>
</i>
</i>
</i>
<i class="kylo-hand-right">
<i class="hand-arm">
<i class="hand-last">
<i class="hand-finger-left"></i>
</i>
</i>
</i>
</div>
</div>
<div class="layers-trees-1">
<div class="tree-left-content">
<i class="i-right-top"></i>
<i class="i-right-middle"></i>
<i class="i-right-bottom"></i>
<i class="limb">
<i class="limb-bottom"></i>
<i class="limb-1">
<i class="limb-2">
<i class="limb-3-second"></i>
<i class="limb-3">
<i class="limb-4">
<i class="limb-5-second"></i>
<i class="limb-5-first"></i>
</i>
</i>
</i>
</i>
</i>
</div>
<div class="tree-right-content">
<i class="i-left-top">
<i class="top-limb">
<i class="top-limb-1">
<i class="top-limb-2">
<i class="top-limb-3"></i>
</i>
</i>
</i>
</i>
<i class="i-left-bottom">
<i class="bottom-limb">
<i class="bottom-limb-1">
<i class="bottom-limb-2">
<i class="bottom-limb-3">
<i class="bottom-limb-4"></i>
</i>
</i>
</i>
</i>
</i>
<i class="center-limb">
<i class="center-limb-1">
<i class="center-limb-2"></i>
</i>
</i>
<i class="i-right-top"></i>
<i class="i-right-bottom"><i></i></i>
</div>
</div>
</div>
<div class="page-deco"></div>
<div class="row">
<div class="col-md-4">
<!-- <i><img style="position: relative; left: 0; bottom: 20rem; width: 50%;" src="images/ship.png" alt="#" /></i> -->
</div>
<div class="col-md-4 title-icon"><i><img loading="lazy" style="position:relative; bottom: 5rem;"
src="Specfest/images/sw7.png" alt="#" /></i></div>
<div class="col-md-4">
<!-- <i><img style="position: relative; right: 0%; bottom: 20rem; width: 50%;" src="images/ship.png" alt="#" /></i> -->
</div>
</div>
</div>
</main>
<h1 style="position:relative; top: -60vh;" class="headline mobile">Coming for all of<br class="break-title">you from
somwhere far,<br class="break-title">far away from
NITH... </h1>
<!-- about -->
<div class="about">
<div class="container_width">
<div class="row d_flex">
<div class="col-md-7">
<div class="titlepage text_align_left">
<h2 style="color: #fff;">About SPECFEST </h2>
<p>A long time ago in a galaxy far far away, Electrothon 3.0 achieved great milestones in the
history of NITH. Following that Team SPEC is back with its marvelous annual tech fiesta -
SPECFEST to sum up all the spectacular work done in past year along with celebrating amazing
accomplishments. Embrace this journey coupled with brainstorming events and unlimited fun
like never before.
</p>
<!-- <a class="read_more" href="https://technext.github.io/covido/about.html">About More</a> -->
</div>
</div>
<div class="col-md-5">
<div class="about_img text_align_center">
<figure><img loading="lazy" src="Specfest/images/sw1.png" alt="#" /></figure>
</div>
</div>
</div>
</div>
</div>
<!-- end about -->
<!-- plane start -->
<canvas id="c"></canvas>
<!-- <h1 class="heading">Hello World</h1> -->
<script>
window.b = document.body;
window.a = document.getElementsByTagName('canvas')[0];
window.c = window.a.getContext('2d');
window.d = document;
document.body.clientWidth; // fix bug in webkit: http://qfox.nl/weblog/218
</script>
<!-- plane ends -->
<!-- events -->
<div class="cases">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="titlepage text_align_center ">
<h2 style="color: black;">Upcoming Events</h2>
<p style="color: black!important;">To take you in the world of star wars and amazing level of
fun in this home boredom we have
many spectacular events for you.</p>
</div>
</div>
</div>
<div class="row d_flex">
<div class=" col-md-4">
<div class="latest text_align_center">
<figure><img loading="lazy" src="Specfest/images/sw6.jpg" alt="#" /></figure>
<!-- <a class="read_more" href="cases.html">Read More</a> -->
<div class="nostrud">
<h3>Bounty Hunt</h3>
<p>Team Spec is back to recharge those neurons with the greatest event tailormade just for
you. This Bounty-Hunt brings forth an opportunity to traverse through the infinite
universe of mind boggling riddles, exciting ciphers and many other brainstorming
problems. All you need is a team and excellent problem solving skills to win some
amazing perks
including cash prizes. If you think you have a keen eye for things that aren't very
straightforward but
cryptic? Then we invite you to this little brainstorming event on 20th March, 2021 to
join in
this exhilarating quest among hundred others for the finest bounty-hunters out there!
</p>
</div>
</div>
</div>
<div class=" col-md-4">
<div class="latest text_align_center">
<figure><img loading="lazy" src="Specfest/images/sw4.webp" alt="#" /></figure>
<!-- <a class="read_more" href="cases.html">Read More</a> -->
<div class="nostrud">
<h3>Holocron</h3>
<p>Clear the decks and garner your wits for a riveting AR-based fun contest to test your
mettle and transport you to the mystical world of Star Wars.
The bout is going to be simple. You'll be given ten folders containing ten pictures
each. Scan the pictures and, lo and behold, an enigmatic clue will pop up on one
particular picture in each folder. The clue might baffle you initially and leave you
scratching your head for a while, but mark my words, the answer lies in the clue itself.
If this still doesn't help you reach the answer, just spare a glance at the picture on
which the clue is augmented and you'll be all set to go.
We hope to see you with your best foot forward on the __ of March.
Till then, let the zest augment!</p>
</div>
</div>
</div>
<div class=" col-md-4">
<div class="latest text_align_center">
<figure><img loading="lazy" src="Specfest/images/sw4.jpeg" alt="#" /></figure>
<!-- <a class="read_more" href="cases.html">Read More</a> -->
<div class="nostrud">
<h3>Empire Rush</h3>
<p>“In my experience there is no such thing as luck”: Obi-wan(Star wars)
Let's test your luck in the game of Empire Rush tailor made just for you to break the
monotony of long boring Wikipedia pages.
Gazing over the various Wikipedia pages going from links to links, buckle up to win the
race in just intensifying 2:30 minutes each of numerous challenges.
Be there at the initial point of this marathon by joining the room with the code
provided. Just remember "it's never too late to try". Find as many paths as soon as you
can because the points will be awarded on your clicks and time.
All you need is a little vision to crack this game. See you on 19th Of March,2021
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end events -->
<!-- IoTIoT workshop -->
<div class="protect">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="titlepage text_align_center">
<h2 style="color: black;">IoTIoT Industrial Training</h2>
<p style="color: black!important;">Prime yourself for the enlightening first event, the first
episode in the series which can be
your first step towards industrial exposure. So relish all the knowledge you can!
</p>
</div>
</div>
</div>
</div>
<div class="protect_bg">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Demos -->
<div class="owl-carousel owl-theme">
<div class="item">
<div class="protect_box text_align_center">
<div class="desktop">
<i><img loading="lazy" src="Specfest/images/sw5.png" alt="#" /></i>
<h3> Day 1</h3>
<span>
<p>Industry Software</p>
<p>Development</p>
<p>Methodologies and Tools</p>
</span>
</div>
<!-- <a class="read_more" href="protect.html">Read More</a> -->
</div>
</div>
<div class="item">
<div class="protect_box text_align_center">
<div class="desktop">
<i><img loading="lazy" src="Specfest/images/sw3.png" alt="#" /></i>
<h3> Day 2</h3>
<span>
<p>Code Refaracting,</p>
<p>Coporate Etiquette and</p>
<p>Communication</p>
</span>
</div>
<!-- <a class="read_more" href="#">Register Now</a> -->
</div>
</div>
<div class="item">
<div class="protect_box text_align_center">
<div class="desktop">
<i><img loading="lazy" src="Specfest/images/sw6.png" alt="#" /></i>
<h3> Day 3</h3>
<span>
<p>Team Play and</p>
<p>presentation with industry</p>
<p>judges</p>
</span>
</div>
<!-- <a class="read_more" href="protect.html">Read More</a> -->
</div>
</div>
</div>
<div class="text_align_center">
<a class="read_more" target="_blank" href="http://iotiot.in/preoffice4/">Register Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end IoTIoT workshop -->
<!-- past year specfest -->
<div class="coronata">
<div class="container previous">
<div class="row d_flex grid">
<div class="col-md-6">
<div class="coronata_img text_align_center">
<figure><img loading="lazy" src="Specfest/images/sp5.jpg" alt="#" /></figure>
</div>
</div>
<div class="col-md-6 oder1">
<div class="titlepage text_align_left">
<h2>SPECFEST 2K20</h2>
<p>Inaugurating with opening ceremony, SPECFEST 2k20 was an exhilarating event to look back on.
The treasure hunt with a fun inculcation of AR, was immensely enjoyed by the students
sprinting all around the college to decode clues. It was followed by Atharva- an annual open
exhibition of projects.</p>
<a class="read_more" href="./Gallery/specfest-gallery2k20.html">See More</a>
</div>
</div>
</div>
<br><br><br>
<div class="row d_flex grid">
<div class="col-md-6 oder1">
<div class="titlepage text_align_left">
<h2>SPECFEST 2K19</h2>
<p>SPECFEST 2k19 was a breed of its own. Team spec organised this year with the them of beloved
book amd film series Harry Potter in mind. With amazing events and fun games like Forbidden
forest and quiditch which enables the players to use robots in a fun and interesting way,
this year's SPECFEST was nothing more than pure magic.
</p>
<a class="read_more" href="./Gallery/specfest-gallery2k19.html">See More</a>
</div>
</div>
<div class="col-md-6">
<div class="coronata_img text_align_center">
<figure><img loading="lazy" src="Specfest/images/sp26.jpg" alt="#" /></figure>
</div>
</div>
</div>
<br><br><br>
<div class="row d_flex grid">
<div class="col-md-6">
<div class="coronata_img text_align_center">
<figure><img loading="lazy" src="Specfest/images/sp28.jpg" alt="#" /></figure>
</div>
</div>
<div class="col-md-6 oder1">
<div class="titlepage text_align_left">
<h2>SPECFEST 2K18</h2>
<p>The perfect amalgamation of technical events ,workshops and fun events like naughts and
crosses did make SPECFEST 2k18 a great success.SPECFEST 2k18 did set new bars of zenith and
also left some inspirational footsteps for the coming years to follow.
</p>
<a class="read_more" href="./Gallery/specfest-gallery2k18.html">See More</a>
</div>
</div>
</div>
<br><br><br>
<div class="row d_flex grid">
<div class="col-md-6 oder1">
<div class="titlepage text_align_left">
<h2>SPECFEST 2K17</h2>
<p>Specfest has always been the most momentous and illustrious event of NIT Hamirpur. These
events have always provided a stage for students to showcase their extraordinary talents
while having fun.
</p>
<a class="read_more" href="./Gallery/specfest-gallery.html">See More</a>
</div>
</div>
<div class="col-md-6">
<div class="coronata_img text_align_center">
<figure><img loading="lazy" src="Specfest/images/sp29.jpg" alt="#" /></figure>
</div>
</div>
</div>
</div>
</div>
<!-- end past year specfest -->
<!-- spinning wheel start -->
<div class="spinning">
<div class="titlepage text_align_center bounty">
<h2>Bounty Hunt Start</h2>
<p style="padding:2rem 10rem; justify-content: center; font-size: 20px; line-height: 2rem;">Hey Einstein!
Stuck with cracking those monotonous problems and completing your assignments? Don’t worry! Team Spec is
back to recharge those neurons with the greatest event tailormade just for you. Here you go!!<br><br>
</p>
<h2>Some Quick Guidelines</h2>
<p style="padding:2rem 10rem; justify-content: center; font-size: 20px; line-height: 2rem;">
Whatever your answer is to each riddle, it will guide you to the next checkpoint. If there is only one
word, it must be entered in small alphabets, and if there are several words, Camel Casing must be used.
If the answer to your riddle is a single word, such as 'rohit,' your next location will be
<strong>'specnith.com/Specfest/rohit'</strong> and if it isn't a single word, such as 'rohit rathi,'
your next location
will be <strong>'specnith.com/Specfest/rohitRathi'</strong> You have full control over how much you
refresh your tab. If your word is correct You will see next page.
The person who completes all of the routes and locates baby Yoda at the end will be declared the winner.
You might come across some meeting links, some of which will be kept as a trap and others which will
lead you to a website.
</p>
</div>
<div id="chart"></div>
<div id="question">
<h1></h1>
</div>
<script src="https://d3js.org/d3.v3.min.js" charset="utf-8"></script>
</div>
<!-- spinning wheel ends -->
<footer id="foot">
<div class="container text-center d-flex flex-column">
<div class="container w-50 pl-5 pr-5" style="overflow: hidden;">
<img loading="lazy" class="speclogo" src="./Specfest/spec logo white.png" id="fimg">
</div>
<a class="link mb-2" href="mailto:spec@nith.ac.in"><i class="fa fa-envelope"> spec@nith.ac.in</i></a>
<div class="social mb-2">
<a href="https://www.facebook.com/spec.ece"><i style="color: #fff;" class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/company/spec-nith/about/"><i style="color: #fff;"
class="fa fa-linkedin"></i></a>
<a href="https://twitter.com/SPEC__NITH"><i style="color: #fff;" class="fa fa-twitter"></i> </a>
<a href="https://www.instagram.com/s.p.e.c_nith/?hl=en"><i style="color: #fff;"
class="fa fa-instagram"></i> </a>
</div>
<span class="my-3">© 2021, SPEC NITH</span>
</div>
</footer>
<script type="text/javascript" src="Specfest/js/app.js"></script>
<script type="text/javascript" src="Specfest/js/h.js"></script>
<script type="text/javascript" src="Specfest/js/spinning.js"></script>
<!-- plane js start -->
<script src="Specfest/js/plane.js"></script>
<!-- plane js ends -->
<!-- covido template js files start -->
<!-- Javascript files-->
<script src="Specfest/js/jquery.min.js"></script>
<script src="Specfest/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.8.1/baguetteBox.min.js"></script>
<script src="Specfest/js/owl.carousel.min.js"></script>
<script src="Specfest/js/custom.js"></script>
<script>
/* Loop through all dropdown buttons to toggle between hiding and showing its dropdown content - This allows the user to have multiple dropdowns without any conflict */
var dropdown = document.getElementsByClassName("dropdown-btn");
var i;
for (i = 0; i < dropdown.length; i++) {
dropdown[i].addEventListener("click", function () {
this.classList.toggle("active");
var dropdownContent = this.nextElementSibling;
if (dropdownContent.style.display === "block") {
dropdownContent.style.display = "none";
} else {
dropdownContent.style.display = "block";
}
});
}
var dropdown = document.getElementsByClassName("dropdown-btn-sb");
var i;
for (i = 0; i < dropdown.length; i++) {
dropdown[i].addEventListener("click", function () {
this.classList.toggle("active");
var dropdownContent = this.nextElementSibling;
if (dropdownContent.style.display === "block") {
dropdownContent.style.display = "none";
} else {
dropdownContent.style.display = "block";
}
});
}
var dropdown = document.getElementsByClassName("dropdown-btn-sn");
var i;
for (i = 0; i < dropdown.length; i++) {
dropdown[i].addEventListener("click", function () {
this.classList.toggle("active");
var dropdownContent = this.nextElementSibling;
if (dropdownContent.style.display === "block") {
dropdownContent.style.display = "none";
} else {
dropdownContent.style.display = "block";
}
});
}
var dropdown = document.getElementsByClassName("dropdown-btn-pp");
var i;
for (i = 0; i < dropdown.length; i++) {
dropdown[i].addEventListener("click", function () {
this.classList.toggle("active");
var dropdownContent = this.nextElementSibling;
if (dropdownContent.style.display === "block") {
dropdownContent.style.display = "none";
} else {
dropdownContent.style.display = "block";
}
});
}
</script>
</body>
</html>