-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathspecfest2k22.html
549 lines (499 loc) · 21.1 KB
/
specfest2k22.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
<!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 2022</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" />
<link rel="stylesheet" type="text/css" href="Specfest/fonts/japanese-font.css" />
<link rel="stylesheet" type="text/css" href="Specfest/fonts/heading-font.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/[email protected]/lib/p5.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/lib/addons/p5.sound.min.js"></script>
<style type="text/css">
.about_heading {
font-family: 'romaji_minchoregular';
letter-spacing: 0.5rem;
}
</style>
<style>
body {
padding: 0;
margin: 0;
overflow-x:hidden ;
}
.specfest-bg{
height: 90vh;
width: 100vw;
max-height: 108vh;
max-width: 100vw;
}
.event-image{
border-radius: 30px;
height:17rem;
width:30rem;
max-height:17rem;
max-width:30rem;
}
.about-image{
max-width: 25rem;
}
.specfest-tagline{
font-family: 'kamikazeregular';
position: absolute;
z-index: 4;
top: 8rem;
left:3rem;
width: 20rem;
}
.specfest-tag-text{
color: #fff;
font-size:2rem;
line-height:4rem;
letter-spacing: 0.1rem;
}
.specfest-btn{
margin: 0 auto;
display: block;
z-index: 99;
max-width: 174px;
height: 51px;
line-height: 51px;
font-weight: normal;
top: 22%;
right: 0;
left: 0;
bottom: 0;
background-color: #05254d;
color: #fff;
width: 100%;
text-align: center;
text-transform: uppercase;
text-decoration: none;
margin-top: 1.5rem;
}
.specPrev-btn{
display:flex;align-items:center;justify-content:center;
}
@media screen and (max-width: 768px) {
.event-image{
height:13rem;
width:17rem;
max-height:15rem;
max-width:25rem;
}
.about-image{
max-width: 20rem;
}
.specfest-bg{
height: 35vh;
}
.specfest-tagline{
left: 1rem;
top:7rem;
width: 9rem;
}
.specfest-tag-text{
color: #EEEEEE;
font-size: 0.75rem;
line-height: 2rem;
letter-spacing: 0.1rem;
}
}
.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" style="width: 100vw;">
<div class="container">
<a class="navbar-brand"
style="padding: 0; display: inline-block !important; vertical-align: top !important; width: 6rem;"
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/Workshops.html">Events</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="https://electrothon.nith.ac.in/">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>
<div class="parallax-body">
<img src="Specfest/images/specfest-bg.webp" class="specfest-bg" />
<div class="specfest-tagline">
<h1 class="specfest-tag-text">Join the fearless escapade to traverse the enchanting castle of amusement and nostalgia</h1>
</div>
</div>
<!-- about -->
<div class="about" style="z-index: 5;margin-top: -3px;padding:5rem 3rem 2rem 3rem;border:0;border-bottom-left-radius:30px;border-bottom-right-radius:30px;border-top-left-radius:10px;border-top-right-radius:10px;">
<div class="container_width">
<div class="row d_flex">
<div class="col-md-7">
<div class="titlepage text_align_left">
<h2 class="about_heading" style="color: #fff;">About SPECFEST </h2>
<p>When the snow melts, the sun warms, and birds come chirping outside your window, it's springtime with the mystery of Takeshi's Tatakae. SpecFest is right around the corner. Now is your chance to take off, jump, and enjoy the incredible events that lie ahead of you.
The trail is all set and the treasures hidden. All we need now is for you to embark on the quest. Come join us on our daring college adventure by decoding the most tricky riddles, along with a series of fun challenges. Beat the other teams for immeasurable treasures and advance further in this fantastical adventure. Rack your brain with enthralling riddles until you progress to the final twist. A delightful SPECFEST features both fun and hunting this year. Put on your thinking caps and enjoy the challenge! The squad that arrives first at the fortress will be declared the winner, receiving great rewards.
So, what are you waiting for?
Register now and enjoy the most memorable experience we have in store for you.
Ganbarimasu!! May the most daring team win!!
</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/about-image.webp" class="about-image" alt="#" /></figure>
</div>
</div>
</div>
</div>
</div>
<!-- end about -->
<!-- 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;">Events This Year</h2>
<p style="color: black!important;">Conquer the mountains, take the Takeshi's trails,
It's the time for when SPECFEST's adventure prevails.</p>
</div>
</div>
</div>
<div class="row d_flex" style="align-items: normal !important;">
<div class="col-md">
<div class="latest text_align_center" style="border-radius: 70px;">
<figure><img loading="lazy" src="Specfest/images/tatakae.webp" alt="#" class="event-image"/></figure>
<!-- <a class="read_more" href="cases.html">Read More</a> -->
<div class="nostrud">
<h3 style="font-family: 'romaji_minchoregular'; letter-spacing:0.5rem;padding-bottom:1rem;">Takeshi Tatakae</h3>
<h2 style="color:teal">EVENT HAS ENDED !</h2>
<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!
<a class="specfest-btn" style="pointer-events:none;background-color:grey;" target="_blank" href="See You Next Year">Register Now</a>
</p>
</div>
</div>
</div>
<div class="col-md">
<div class="latest text_align_center" style="border-radius: 70px;">
<figure><img loading="lazy" src="Specfest/images/botmaze.webp" alt="#" class="event-image"/></figure>
<!-- <a class="read_more" href="cases.html">Read More</a> -->
<div class="nostrud">
<h3 style="font-family: 'romaji_minchoregular'; letter-spacing:0.5rem;padding-bottom:1rem;">MechaMaze</h3>
<h2 style="color:teal">EVENT HAS ENDED !</h2>
<p>A puzzling maze is in place with many paths to traverse. But wait, this is not gonna be a simple one to cross. The whole setup, paired with the incredible Arduino bot, is ready to put your calm head and quick reflexes to the test. With two members from each team, the maze's perplexing routes are designed to utilize your mettle and teamwork. One participant will be blindfolded and given a remote control, while the second member will guide their mate through the nooks and corners of the maze. Well, this is going to be a tough one to crack.
But if you keep your patience and zest throughout the way, you will surely be the one to conquer this play!
<a class="specfest-btn" style="pointer-events:none;background-color:grey;" target="_blank" href="See You Next Year">Register Now</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end events -->
<!-- past year specfest -->
<div class="coronata">
<div class="container previous">
<div class="row d_flex grid">
<div class="col-md-6 oder1">
<div class="titlepage text_align_left">
<h2 style="font-family: 'romaji_minchoregular'; letter-spacing:0.5rem;">SPECFEST 2K21</h2>
<p>To sum up all the spectacular work done in the year of 2k21, SPECFEST 2k21 was successful in reaching new zeniths of fun and technical learning.
Be it the adrenaline gained from events like Empire Rush or the brain-tickling riddles from Bounty Hunt and Holocron, SPECFEST 2k21 embraced bountiful fun and learning like never before.
</p>
<div class="specPrev-btn">
<a class="read_more" style="pointer-events: none;background-color:grey;" href="./Gallery/specfest-gallery2k21.html">See More</a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="coronata_img text_align_center">
<figure><img loading="lazy" src="Specfest/images/specfest2k21.webp" 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/sp5.jpg" alt="#" /></figure>
</div>
</div>
<div class="col-md-6 oder1">
<div class="titlepage text_align_left">
<h2 style="font-family: 'romaji_minchoregular'; letter-spacing:0.5rem;">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>
<div class="specPrev-btn">
<a class="read_more" href="./Gallery/specfest-gallery2k20.html">See More</a>
</div>
</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 style="font-family: 'romaji_minchoregular'; letter-spacing:0.5rem;">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>
<div class="specPrev-btn">
<a class="read_more" href="./Gallery/specfest-gallery2k19.html">See More</a>
</div>
</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 style="font-family: 'romaji_minchoregular'; letter-spacing:0.5rem;" >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>
<div class="specPrev-btn">
<a class="read_more" href="./Gallery/specfest-gallery2k18.html">See More</a>
</div>
</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 style="font-family: 'romaji_minchoregular'; letter-spacing:0.5rem;">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>
<<<<<<< HEAD
<<<<<<< HEAD
<div class="specPrev-btn">
<a class="read_more" href="./Gallery/specfest-gallery.html">See More</a>
</div>
=======
<a class="read_more" href="./Gallery/specfest-gallery.html">See More</a>
>>>>>>> 8e1cad7 (added specfest2k22 page,updated links)
=======
<div class="specPrev-btn">
<a class="read_more" href="./Gallery/specfest-gallery.html">See More</a>
</div>
>>>>>>> 8f5ba9e (Added register btn, aligned prev yrs btns)
</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 -->
<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:[email protected]"><i class="fa fa-envelope"> [email protected]</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">© 2022, SPEC NITH</span>
</div>
</footer>
<script type="text/javascript" src="Specfest/js/h.js"></script>
<!-- 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>