-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathevents.html
863 lines (810 loc) · 38.6 KB
/
events.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
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Engineer 2022 | Events</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" />
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" />
<link rel="shortcut icon" href="./images/NEWLOGO.png" type="image/x-icon" />
<link rel="stylesheet" href="./dist/css/style.css" />
<link rel="stylesheet" href="./css/navbar.css" />
<link rel="stylesheet" href="./css/responsive.css" />
<link rel="stylesheet" href="./dist/css/workshop.css" />
</head>
<body>
<header>
<div class="container">
<nav class="main-nav">
<a href="/" class="logo hero-glitch" data-text="ENGINEER">ENGINEER</a>
<button id="nav-button" class="navbar-toggler" type="button" data-bs-toggle="collapse" aria-expanded="false"
aria-label="Toggle navigation">
<svg class="nav-ham" viewBox="0 0 100 100" width="50" onclick="this.classList.toggle('active')">
<path class="nav-ham-line top"
d="m 30,33 h 40 c 0,0 9.044436,-0.654587 9.044436,-8.508902 0,-7.854315 -8.024349,-11.958003 -14.89975,-10.85914 -6.875401,1.098863 -13.637059,4.171617 -13.637059,16.368042 v 40" />
<path class="nav-ham-line middle" d="m 30,50 h 40" />
<path class="nav-ham-line bottom"
d="m 30,67 h 40 c 12.796276,0 15.357889,-11.717785 15.357889,-26.851538 0,-15.133752 -4.786586,-27.274118 -16.667516,-27.274118 -11.88093,0 -18.499247,6.994427 -18.435284,17.125656 l 0.252538,40" />
</svg>
</button>
<ul class="nav-list" id="nav-menu">
<li>
<a href="/" class="nav-link">Home</a>
</li>
<li>
<a href="https://engineer.nitk.ac.in/about" class="nav-link">About</a>
</li>
<li>
<a href="https://engineer.nitk.ac.in/brochure" class="nav-link">Brochure</a>
</li>
<li>
<a href="https://engineer.nitk.ac.in/events" class="nav-link">Events</a>
</li>
<li>
<a href="https://engineer.nitk.ac.in/workshops" class="nav-link">Workshops</a>
</li>
<li>
<a href="https://engineer.nitk.ac.in/gallery" class="nav-link">Gallery</a>
</li>
<li>
<a href="#contact_us" class="nav-link">Contact</a>
</li>
</ul>
</nav>
</div>
</header>
<!-- Gaming modal -->
<!-- Game 1 -->
<div class="modal fade" id="game1" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg modal-dialog-scrollable">
<div class="modal-content">
<div class="modal-header">
<h3 class="modal-title" id="exampleModalLabel">BGMI Tournament</h3>
<span class="badge bg-info">Online Event</span>
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<img src="./images/e_img/g11.png" alt="" style="width: 100%" />
<div class="container my-3">
<div class="alert alert-warning alert-dismissible fade show disscount-alert" role="alert">
*Note: This tournament is open for all college and school students
</div>
</div>
<h5 class="mt-3">GAME ACCOUNTS</h5>
A player is allowed to have only one BGMI account and one discord I’d active on our
google form <br />
You are not allowed to share or use another person’s game account. Your account is for
your use, and your use alone <br />
<br />
<h5 class="mt-3">TEAMS AND ROSTERS</h5>
Each team’s roster must consist of maximum 4 players. Players can register either solo
or in teams of two/three/four. A player is allowed to represent only one team’s roster
in the same tournament.
<br />
<h5 class="mt-3"><i class="fa-solid fa-trophy"></i> Prize Pool</h5>
<strong>* Upto 18000 INR</strong> <br />
<strong>* Prizes worth 8K Winner Team</strong> <br />
<strong>* Prizes worth 4K Runner Up</strong> <br />
<strong>* Prizes worth 3K Second Runner Up</strong> <br />
<strong>* Prizes worth 3K Overall MVP</strong>
<h5 class="mt-3">Registration Fees</h5>
100 INR per team
<br />
<h5 class="mt-3">Pre-match</h5>
Registered teams have to join the allotted discord channel within the time limit of 15
minutes. Players with less than 4 team members will be given random teammates before the
start of the game. Players with different discord I’d than the one mentioned in the
google form will not be allowed to join the discord group.
<br />
All the players have to be in the room before the time limit goes down (15 minutes). If
there are teams missing after this time limit, the game will be started with the number
of players already present in the room. If any team member failed to join the room
within the allotted time limit, the game will be started and they have to play without
their team member.
<h5 class="mt-3">Point Scheme</h5>
<table class="table table-dark center">
<thead>
<tr>
<th scope="col">Placement</th>
<th scope="col">Points</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>15</td>
</tr>
<tr>
<th scope="row">2</th>
<td>12</td>
</tr>
<tr>
<th scope="row">3</th>
<td>10</td>
</tr>
<tr>
<th scope="row">4</th>
<td>8</td>
</tr>
<tr>
<th scope="row">5</th>
<td>6</td>
</tr>
<tr>
<th scope="row">6</th>
<td>4</td>
</tr>
<tr>
<th scope="row">7-11</th>
<td>2</td>
</tr>
<tr>
<th scope="row">12-16</th>
<td>1</td>
</tr>
<tr>
<th scope="row">17-25</th>
<td>0</td>
</tr>
</tbody>
</table>
Every finish is worth 1 point.
<h5 class="mt-3">Game Format</h5>
In the first round, Classic Erangle will be played. Five teams with the highest number
of points will move on to the next round. In the next round, Classic Erangle will be
played and the top five teams will move on to the next round. Similarly, top five teams
will continue to move on to the next round till the finals. In the final, two matches
will be played and the winner will be decided based on the number of points earned. In
case of a tie between two teams, the winner will be determined in the order of <br />(a)
placement of the team in the game, <br />(b) the number of finishes
<h5 class="mt-3">Cheating</h5>
Cheating is prohibited. Any modification of the BATTLEGROUNDS MOBILE INDIA game client
by any player, Team or other Team Member is prohibited. The use of EMULATOR or any kind
of cheating device or cheat program, or any similar cheating method shall be deemed
cheating. Downloading any cheat program to the device used for Official Competition
match is strictly prohibited. Any team member found cheating will be disqualified from
the tournament.
<br />
If a team wants to report a cheat, record the death replay from in-game and post it in
the discord group.
<h5 class="mt-3">Exploiting</h5>
Intentionally using any in-game bug to seek an advantage is exploiting and is
prohibited. Exploiting includes acts such as making use of any game function that is not
functioning as intended and violates the design purpose of BATTLEGROUNDS MOBILE INDIA.
Teams will be disqualified if found exploiting these bugs.
<br /><br />
<strong>Date:</strong> 23rd,24th and 25th Sept 2022 <br /><br />
<strong>For any querry contact:</strong><br />
Pawan Chaudhary : +91 9452914878 <br />
Saurabh Tiwari : +91 8792513618 <br />
<br />
<h5>FAQ</h5>
<a class="link_hover"
href="https://docs.google.com/document/d/e/2PACX-1vS4I43dj0DohRwtU-cdDzl6gxUcYrnJdhmJcAMxBHXdJ5UxK91unCWCSbZJIpCw4-ebXvVYuTnaIE3c/pub"
target="_blank" rel="noopener noreferrer">Check FAQ here</a>
</div>
<div class="modal-footer">
<!-- <a href="https://forms.gle/tG36y3uZR5LpDg166" target="_blank">
<button type="button" class="btn btn-dark">
Register here
</button>
</a> -->
<a href="https://discord.gg/QvxSJxTn8Q" target="_blank">
<button type="button" class="btn btn-dark">
<i class="fa-brands fa-discord"></i>
Join Community
</button>
</a>
<button type="button" class="btn btn-dark" disabled> Register Now </button>
</div>
</div>
</div>
</div>
<!-- Game 2 -->
<div class="modal fade" id="game2" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg modal-dialog-scrollable">
<div class="modal-content">
<div class="modal-header">
<h3 class="modal-title" id="exampleModalLabel">Valorant Tournament</h3>
<span class="badge bg-info">Online Event</span>
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<img src="./images/e_img/g21.png" alt="" style="width: 100%" />
<div class="container my-3">
<div class="alert alert-warning alert-dismissible fade show disscount-alert" role="alert">
*Note: This tournament is open for all college and school students
</div>
</div>
<h5 class="mt-3">GAME ACCOUNTS</h5>
-A player is allowed to have only one (1) Valorant account active on our google form.
Valorant nickname has to be in format Riot ID#Tagline. (Example: Mrsmith#EUNE). Any
other format will be invalid.
<br />
-You are not allowed to share or use another person’s game account. Your account is for
your use, and your use alone.
<br />
<h5 class="mt-3">TEAMS AND ROSTERS</h5>
-Each team’s roster must consist of at least 5 players. <br />
-Each team’s roster will be allowed to have 5 main players and 2 substitute. Once the
tournament starts, you cannot replace any player.<br />
-A substitute player may only be added before the Tournament Start.<br />
-This player cannot be part of any other team’s roster which is participating or has
participated in the same tournament.<br />
-Match has to be played in the following format: 5v5.<br />
-A player is allowed to represent only one (1) team’s roster in the same tournament.<br />
<br />
<h5 class="mt-3"><i class="fa-solid fa-trophy"></i> Prize Pool</h5>
<strong>Upto 12000 INR</strong> <br />
<strong>* Prizes worth 5K Winner Team</strong> <br />
<strong>* Prizes worth 3K Runner Up</strong> <br />
<strong>* Prizes worth 2K Second Runner Up</strong> <br />
<strong>* Prizes worth 2K Overall MVP</strong>
<br />
<h5 class="mt-3">Registration Fees</h5>
500 INR per team
<br />
<h5 class="mt-3">Pre-match</h5>
All the players have to be in the lobby before the time limit goes down (15 minutes). If
there are players missing after this time limit, take a screenshot and post it in the
#Valorant channel on the NITK Valorant discord server. The team which has less than 5
players after the time limit will be disqualified from the tournament. If both teams are
missing players, then both are disqualified.
<h5 class="mt-3">Game Format</h5>
BO1 FORMAT(Till Quarters) <br />
BO3 (SEMI ONWARDS) <br />
MAP VETO - WILL BE DONE THROUGH A BANNING PROCESS AFTER A DIGITAL TOSS
<h5 class="mt-3">In Game</h5>
BOTH THE TEAMS ARE ALLOWED TO TAKE a maximum of 1 TECHNICAL PAUSE(2 MIN MAX) and 2 in
game tactical pauses which are available.
<br /><br />
<strong>Date:</strong> 23rd,24th and 25th Sept 2022 <br /><br />
<strong>For any querry contact:</strong><br />
Pawan Chaudhary : +91 9452914878 <br />
Saurabh Tiwari : +91 8792513618 <br />
<br />
<h5>FAQ</h5>
<a class="link_hover"
href="https://docs.google.com/document/d/e/2PACX-1vS4I43dj0DohRwtU-cdDzl6gxUcYrnJdhmJcAMxBHXdJ5UxK91unCWCSbZJIpCw4-ebXvVYuTnaIE3c/pub"
target="_blank" rel="noopener noreferrer">Check FAQ here</a>
</div>
<div class="modal-footer">
<!-- <a href="https://forms.gle/ZY86tzhUrJpZsZSW8" target="_blank">
<button type="button" class="btn btn-dark">
Register here
</button>
</a> -->
<a href="https://discord.gg/QvxSJxTn8Q" target="_blank">
<button type="button" class="btn btn-dark">
<i class="fa-brands fa-discord"></i>
Join Community
</button>
</a>
<button type="button" class="btn btn-dark" disabled> Register Now </button>
</div>
</div>
</div>
</div>
<!-- Game 3 -->
<div class="modal fade" id="game3" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg modal-dialog-scrollable">
<div class="modal-content">
<div class="modal-header">
<h3 class="modal-title" id="exampleModalLabel">CS:GO LAN Tournament</h3>
<span class="badge bg-success">Offline Event</span>
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<img src="./images/e_img/g31.png" alt="" style="width: 100%" />
<div class="container my-3">
<div class="alert alert-warning alert-dismissible fade show disscount-alert" role="alert">
*Note: This is an offline LAN match, the participants are advised to fill the form
if and only if they can reach the venue i.e NITK Surathkal from Sept 23rd to 24th
</div>
</div>
<h5 class="mt-3">CSGO Rules:</h5>
<a class="link_hover" target="_blank" href="http://shorturl.at/lnrDS">https://shorturl.at/lnrDS</a>
<br />
<h5 class="mt-3">Peripherals</h5>
Teams can get their own peripherals (mouse, keyboard, mousepad, mouse bungee,
headphones). The Engineer team will provide monitors and PCs (with stock keyboard and
mouse) to play on
<br />
<h5 class="mt-3"><i class="fa-solid fa-trophy"></i> Prize Pool</h5>
Upto 5000 INR
<br />
<h5 class="mt-3">Registration Fees</h5>
<li>500 INR per team (For Others)</li>
<li>250 INR per team (For NITK Students)</li>
<br />
<br />
<strong>Date:</strong> 23rd and 24th Sept 2022 <br /><br />
<strong>For any querry contact:</strong><br />
Pawan Chaudhary : +91 9452914878 <br />
Saurabh Tiwari : +91 8792513618 <br />
</div>
<div class="modal-footer">
<a href="https://docs.google.com/document/d/13-JxP5r7N_5nQDsjRJo_3vDOuCziqzO1oujegPLYNg0/edit#heading=h.673dveldlr3r"
target="_blank">
<button type="button" class="btn btn-dark">Rule Book</button>
</a>
<button type="button" class="btn btn-dark" disabled> Register Now </button>
<!-- <a href="https://forms.gle/3Ej9NH5gn85TpmYPA" target="_blank">
<button
type="button"
class="btn btn-dark"
data-toggle="tooltip"
data-placement="top"
title="Fill your team details here"
>
Register here
</button>
</a> -->
</div>
</div>
</div>
</div>
<!-- event modal -->
<!-- event 1 -->
<div class="modal fade" id="event1" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg modal-dialog-scrollable">
<div class="modal-content">
<div class="modal-header">
<h3 class="modal-title" id="exampleModalLabel">DJ Night</h3>
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
As the name suggests, DJ Night will be the ultimate event for all the dancers and
partygoers to groove and dance to your favorite tunes and beats. Join in with all your
friends on 24th Sept from 8 PM to 11:30 PM and have the time of your life!
<br />
<h5 class="mt-3">Event 1 (8 PM to 9 PM)</h5>
<h6>Performing Artist - DJ Paranox</h6>
Paranox, aka Parakh Mathur, is a famous EDM artist and DJ. He is arguably the pioneer of
Trap & Bass music in India and has played on India's biggest stages and venues,
including Vh1 Supersonic & Sunburn. His style of fusing Indian elements with the
craziest Bass Drops is a class in itself. He is the captain of the 'Bharatiya Bass
Party' concert.
<br />
<h5 class="mt-3">Event 2 (9 PM to 11:30 PM)</h5>
<h6>Performing Artist - Lost Stories</h6>
Lost stories are synonymous with Dance Music in India and South Asia. Ranked #52 on Dj
mag 2016 and labeled the "Scene Starters" by DJ Mag, Rishab and Prayag began their
journey in dance music in 2008 earlier producing Trance and Progressive House and
garnering support from heavyweights like Tiesto, Armin van Buuren, BT, Markus Schulz,
etc. They then evolved their sound with their debut album – Music for the # Generation
(Universal Music) in 2012, the no 3 Album on Top 100 Dance Albums iTunes Charts. They've
done extensive club and local festivals tours in India, UAE, China, Europe, Mexico, and
multiple South Asian countries.
<br />
So make sure you join us at SAC and have an unforgettable experience!
<br /><br />
<strong>Date:</strong> 24th Sept 2022
</div>
<div class="modal-footer">
<button type="button" class="btn btn-dark" disabled> Register Now </button>
</div>
</div>
</div>
</div>
<!-- event 2 -->
<div class="modal fade" id="event2" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg modal-dialog-scrollable">
<div class="modal-content">
<div class="modal-header">
<h3 class="modal-title" id="exampleModalLabel">Robowars</h3>
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<img src="./images/e_img/e21.jpeg" alt="" style="width: 100%" />
Mechanical Events Committee presents Robowars
<h5 class="mt-3"><i class="fa-solid fa-trophy"></i> Prize Pool</h5>
Worth ₹80,000
<br />
<h5 class="mt-3">Registration Fees</h5>
1000 INR per team
<br /><br />
For more details refer
<a href="https://drive.google.com/file/d/1CGKhozbaIdmujpqRA0bRA1ExF569SMoN/view?usp=sharing"
class="link_hover" download="Robowars" target="_blank"><strong>RULE BOOK</strong></a>
<br /><br />
<strong>Date:</strong> 25th Sept 2022
<br />
<br />
<strong>*Temporarily we are not accepting online registration. For registration contact:
</strong>
<br />
Samarth Prabhu: <a href="tel:+91 7899495164" class="link_hover"> +91 7899495164</a>
<br />
Naveen S Patil: <a href="tel:+91 7411688250" class="link_hover"> +91 7411688250</a>
</div>
<div class="modal-footer">
<a href="https://drive.google.com/file/d/1CGKhozbaIdmujpqRA0bRA1ExF569SMoN/view?usp=sharing" target="_blank">
<button type="button" class="btn btn-dark">Rule Book</button>
</a>
</div>
</div>
</div>
</div>
<!-- event 4 -->
<div class="modal fade" id="event4" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg modal-dialog-scrollable">
<div class="modal-content">
<div class="modal-header">
<h3 class="modal-title" id="exampleModalLabel">Magic Show</h3>
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<h5 class="mt-3">Karan Singh Magic</h5>
Karan Singh magic was born on 19 July 1991 in Mumbai. He is an Indian magician who fuses
modern magic with traditional makeup and showmanship. He has been titled 'Modern Day
Wizard' by The New York Times. He has been described as a "threat to national security"
by GQ magazine. He uses the audience as his prop, reads their minds, and figures out
personal private details like ATM pins, phone passwords, and date of birth. He has even
figured out Shah Rukh Khan's ATM Pin.
<br />
He has performed for former Pepsi Chairperson and CEO Indra Nooyi in India's first-ever
commercial one-person mind-reading show, sponsored by Pepsi. He began serving on an
online medium during the COVID-19 pandemic. He digitally performed card tricks and feats
of mentalism in India, Canada, the United Kingdom, Sweden, Italy, Germany, and the list
goes on. He has performed more than thousands of digital shows. He is an extraordinary
magician, mind reader, and master illusionist who entertains people with his remarkable
skills.
<br /><br />
<strong>Venue</strong>: SJA
<br />
<strong>Time</strong>: 22nd Sept 2022, 9:00pm to 10:00pm <br />
<strong>Fee</strong>: 200Rs
</div>
<div class="modal-footer">
<button type="button" class="btn btn-dark" disabled> Register Now </button>
</div>
</div>
</div>
</div>
<!-- event 5 -->
<div class="modal fade" id="event5" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg modal-dialog-scrollable">
<div class="modal-content">
<div class="modal-header">
<h3 class="modal-title" id="exampleModalLabel">Graphic and Laser show</h3>
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
A welcome laser graphic show, giving a brief about the realm of reveries accompanied by
Exclusive Laser Beam Show, a spectacle of coloured laser lights which move and change
according to the beats of music.A total of 25 minutes multi color graphic show and laser
beam show.
<br />
<strong>Date:</strong> 23rd Sept, 20:00-21:00.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-dark" disabled> Register Now </button>
</div>
</div>
</div>
</div>
<!-- event 8 -->
<div class="modal fade" id="event8" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg modal-dialog-scrollable">
<div class="modal-content">
<div class="modal-header">
<h3 class="modal-title" id="exampleModalLabel">BNR BUGGY DRIVE</h3>
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<img src="./images/e_img/e81.png" alt="Baja NITK Racing" style="width: 100%" />
<div class="mt-3">
<br />
</div>
<h5 class="mt-3">Baja NITK Racing presents, BNR BUGGY DRIVE</h5>
Our ATV, Destiny 2.0 has been engineered down to the finest detail to endure the
toughest of terrains that come our way. This Engineer'22 we are thrilled, for you to
drive our beast! 🔥
<strong>Venue</strong>: New sports complex ground <br /><br />
<strong>Time</strong>: 3pm to 4pm <br />
<strong>Fee</strong>: 100Rs for 2 laps drive <br /><br /><i>Please do bring your Driving Licence as well!</i>
<br />
Limited slots only, so register ASAP
<br /><br />
All the auto-heads can also come visit us at the <strong>TECHMELA</strong> on all days
of Engineer'22 at Pavillion. Visit us to learn more about our machine!
</div>
<div class="modal-footer">
<a href="https://forms.gle/xhxJ7ptExMxu7NUu6" target="_blank"><button class="tsbutton btn btn-dark">Book
Now</button></a>
</div>
</div>
</div>
</div>
<!-- event 8 -->
<div class="modal fade" id="event9" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg modal-dialog-scrollable">
<div class="modal-content">
<div class="modal-header">
<h3 class="modal-title" id="exampleModalLabel">Star EVE</h3>
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<h5 class="mt-3">Jasmeet Singh Bhatia</h5>
Jasmeet Singh Bhatia is an Indian actor and writer known for TVF Bachelors(2016), OK
Jaanu (2017) and TVF Tripling (2016) 🔥
<br /><br />
<strong>Venue</strong>: SJA
<br />
<strong>Time</strong>: 25th Sept 2022, 6:00pm to 7:30pm <br />
<strong>Fee</strong>: 150Rs <br /><br /><i>Please do bring your valid id proof!</i>
<br />
Limited slots only, so register ASAP
</div>
<div class="modal-footer">
<button type="button" class="btn btn-dark" disabled> Register Now </button>
</div>
</div>
</div>
</div>
<!-- anouncments -->
<div class="mrt-150">
<div class="center">
<div class="container">
<div class="alert alert-warning alert-dismissible fade show disscount-alert" role="alert">
<i class="fa-solid fa-tags"></i> <strong>Important!</strong> <br />
* Fill your Email and other details carefully <br />
* All the payment should be done through
<a class="link_hover" href="https://engineer.nitk.ac.in">engineer.nitk.ac.in</a> website
only
</div>
</div>
</div>
</div>
<!-- games -->
<div class="center">
<div class="mrt-50">
<div class="text-white">
<h2>Games</h2>
</div>
</div>
</div>
<section class="workshops">
<div class="card-grid">
<!-- game -1 -->
<a class="card" href="#" data-bs-toggle="modal" data-bs-target="#game1">
<div class="card__background" style="background-image: url(../../images/e_img/g1.jpg)"></div>
<div class="card__content">
<p class="card__category">Game</p>
<h3 class="card__heading">BGMI Tournament</h3>
</div>
</a>
<!-- game -2 -->
<a class="card" href="#" data-bs-toggle="modal" data-bs-target="#game2">
<div class="card__background" style="background-image: url(./images/e_img/g2.jpg)"></div>
<div class="card__content">
<p class="card__category">Game</p>
<h3 class="card__heading">Valorant Tournament</h3>
</div>
</a>
<!-- game -3 -->
<a class="card" href="#" data-bs-toggle="modal" data-bs-target="#game3">
<div class="card__background" style="background-image: url(./images/e_img/g3.jpg)"></div>
<div class="card__content">
<p class="card__category">Game</p>
<h3 class="card__heading">CS:GO LAN Tournament</h3>
</div>
</a>
</div>
</section>
<!-- events -->
<div class="center">
<div class="text-white">
<h2>Events</h2>
</div>
</div>
<section class="events">
<div class="card-grid">
<!-- event 1 -->
<a class="card" href="#" data-bs-toggle="modal" data-bs-target="#event1">
<div class="card__background" style="background-image: url(../../images/e_img/e1.jpeg)"></div>
<div class="card__content">
<p class="card__category">PRO SHOW</p>
<h3 class="card__heading">DJ Night</h3>
</div>
</a>
<!-- event 9 -->
<a class="card" style="color: white" data-bs-toggle="modal" data-bs-target="#event9">
<div class="card__background" style="background-image: url(./images/e_img/e9.jpeg)"></div>
<div class="card__content">
<p class="card__category">PRO SHOW</p>
<h3 class="card__heading">Star EVE</h3>
<p>Jasmeet Singh Bhatia</p>
<p>25th Sept 6:00pm - 7:30pm</p>
</div>
</a>
<!-- event 2 -->
<a class="card" href="#" data-bs-toggle="modal" data-bs-target="#event2">
<div class="card__background" style="background-image: url(../../images/e_img/e21.jpeg)"></div>
<div class="card__content">
<p class="card__category">Event</p>
<h3 class="card__heading">Robowars</h3>
</div>
</a>
<!-- event 4 -->
<a class="card" style="color: white" data-bs-toggle="modal" data-bs-target="#event4">
<div class="card__background" style="background-image: url(./images/e_img/magic.jpg)"></div>
<div class="card__content">
<p class="card__category">Event</p>
<h3 class="card__heading">Magic Show</h3>
<p>Karan Singh Magic</p>
<p>24th Sept 9:00pm - 10:00pm</p>
</div>
</a>
<!-- event 3 -->
<a class="card" href="https://engineer.nitk.ac.in/hackathon" style="color: white">
<div class="card__background" style="background-image: url(../../images/hackathon/hackathon_bg.jpg)"></div>
<div class="card__content">
<p class="card__category">Online Contest</p>
<h3 class="card__heading">The Engineer Hackathon</h3>
<p>The Annual Technical Fest Hackathon</p>
<p>Sept 23rd-24th 2022</p>
</div>
</a>
<!-- event 5 -->
<a class="card" href="#" data-bs-toggle="modal" data-bs-target="#event5">
<div class="card__background" style="background-image: url(./images/e_img/e5.jpg)"></div>
<div class="card__content">
<p class="card__category">Event</p>
<h3 class="card__heading">Graphic and Laser show</h3>
</div>
</a>
<!-- event 6 -->
<a class="card" href="https://ectf.nitk.ac.in/" style="color: white" target="_blank">
<div class="card__background" style="background-image: url(../../images/hackathon/hackathon_bg.jpg)"></div>
<div class="card__content">
<p class="card__category">Online Contest</p>
<h3 class="card__heading">Engineer CTF</h3>
<p>Capture The Flag contest</p>
<p>Sept 24th-25th 2022</p>
</div>
</a>
<!-- event 8 -->
<a class="card" href="#" data-bs-toggle="modal" data-bs-target="#event8">
<div class="card__background" style="background-image: url(./images/e_img/e8.jpg)"></div>
<div class="card__content">
<p class="card__category">Event</p>
<h3 class="card__heading">Baja NITK Racing</h3>
</div>
</a>
<!-- event 7 -->
<a class="card" href="https://www.codechef.com/COOK139" style="color: white" target="_blank">
<div class="card__background" style="background-image: url(../../images/hackathon/hackathon_bg.jpg)"></div>
<div class="card__content">
<p class="card__category">Online Contest</p>
<h3 class="card__heading">Inscription</h3>
<p>Competitive coding contest</p>
<p>Sept 24th 2022</p>
</div>
</a>
</div>
</section>
<!-- Footer -->
<footer class="text-center text-lg-start text-white contact_use" id="contact_us"
style="background-color: rgb(20, 20, 20)">
<section class="">
<div class="container text-center text-md-start mt-5">
<div class="row mt-3">
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<h6 class="text-uppercase fw-bold engineer-logo">Engineer</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto" style="width: 60px; background-color: #c004d9; height: 2px" />
<p>
Engineer is the Annual Technical Symposium of NITK Surathkal and is one of the
largest of its kind in India.
</p>
</div>
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<h6 class="text-uppercase fw-bold">Discover</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto" style="width: 60px; background-color: #c004d9; height: 2px" />
<p>
<a href="https://engineer.nitk.ac.in/team" class="text-white link_hover">Our Team</a>
</p>
<p>
<a href="https://drive.google.com/file/d/10MaZBwFFAArGSpD-jwBOA9Dp_k7bvXyD/view?usp=drivesdk"
target="_blank" class="text-white link_hover" download="Brochure">Brochure</a>
</p>
<p>
<a href="/#timeline" class="text-white link_hover">Schedule</a>
</p>
<p>
<a href="#!" class="text-white link_hover">Suggestions & Feedback</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold">About</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto" style="width: 60px; background-color: #c004d9; height: 2px" />
<p>
<a href="https://engineer.nitk.ac.in/about" class="text-white link_hover">About Us</a>
</p>
<p>
<a href="https://www.nitk.ac.in/" class="text-white link_hover" target="_blank">NITK</a>
</p>
</div>
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold">Contact</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto" style="width: 60px; background-color: #c004d9; height: 2px" />
<p>
<i class="fas fa-home mr-3"></i> National Institute of Technology Karnataka,
Surathkal, Mangalore - 575 025
</p>
<p>
<i class="fas fa-envelope mr-3"></i>
<a href="mailto:[email protected]" class="link_hover">[email protected]</a>
</p>
<p>
<i class="fas fa-phone mr-3"></i><a href="tel:+91 8839404484" class="link_hover">+91-8839404484</a>
</p>
</div>
</div>
</div>
</section>
<!-- Section: Links -->
<section class="d-flex justify-content-center p-4 center mt-3" style="background-color: rgb(20, 20, 20)">
<div class="social-icon">
<a href="https://www.facebook.com/EngineerNITK/" class="text-white me-4" target="_blank">
<i class="fab fa-facebook-f"></i>
</a>
<!-- <a href="mailto:[email protected]" class="text-white me-4" target="_blank">
<i class="fab fa-google"></i>
</a> -->
<a href="https://www.instagram.com/engineernitk/" class="text-white me-4" target="_blank">
<i class="fab fa-instagram"></i>
</a>
<a href="https://www.linkedin.com/company/engineer-nitk/mycompany/" class="text-white me-4" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://github.com/ENGINEER-NITK" class="text-white me-4" target="_blank">
<i class="fab fa-github"></i>
</a>
<a href="https://www.youtube.com/channel/UCuI2mPU8NqIKvdW9F4wJTVg" class="text-white me-4" target="_blank">
<i class="fab fa-youtube"></i>
</a>
</div>
</section>
<!-- Copyright -->
<div class="text-center p-3 my-3" style="background-color: rgba(20, 20, 20, 1)">
© 2022 Copyright Engineer | Design by
<a class="text-white link_hover" href="https://github.com/ENGINEER-NITK/ENGINEER-NITK.github.io">Engineer'22 Web
Team</a>
</div>
<!-- Copyright -->
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<!-- <script src="./js/main.js"></script> -->
<script>
window.addEventListener('scroll', function () {
let header = document.querySelector('header');
let windowPosition = window.scrollY > 0;
header.classList.toggle('scrolling-active', windowPosition);
});
let btn = document.getElementById('nav-button');
let visible = false;
btn.addEventListener('click', () => {
if (visible == false) {
btn.style.border = 'none';
document.getElementById('nav-menu').style.width = '100%';
visible = true;
} else {
btn.style.border = 'none';
document.getElementById('nav-menu').style.width = '0%';
visible = false;
}
});
</script>
</body>
</html>