-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathramaiahmemorialquiz.html
More file actions
637 lines (539 loc) · 29.3 KB
/
ramaiahmemorialquiz.html
File metadata and controls
637 lines (539 loc) · 29.3 KB
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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!-- The above 3 meta tags *must* come first in the head -->
<!-- SITE TITLE -->
<title>M.S RAMAIAH MEMORIAL QUIZ - RIT Techfest'23 | Ramaiah Institute of Technology, Bangalore</title>
<meta name="description"
content="RIT Techfest is the annual technical fest of Ramaiah Institute of Technology, Bangalore. It is themed on the multiverse, comprising hands-on events, competitions, and fun activities." />
<meta name="keywords" content="Techfest, RIT Techfest, Ramaiah Institute of Technology, Bangalore Techfest" />
<meta name="author" content="Shravan Revanna" />
<!-- twitter card starts from here, if you don't need remove this section -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@rittechfest" />
<meta name="twitter:creator" content="@rittechfest" />
<meta name="twitter:url" content="http://twitter.com" />
<meta name="twitter:title"
content="RIT Techfest is Ramaiah Institute's annual Technical Festival. The 2023th edition is scheduled on 10th and 11th November 2023." />
<!-- maximum 140 char -->
<meta name="twitter:description"
content="RIT Techfest is the annual technical fest of Ramaiah Institute of Technology, Bangalore. It is themed on the multiverse, comprising hands-on events, competitions, and fun activities." />
<!-- maximum 140 char -->
<meta name="twitter:image" content="assets/img/opengraph/fbphoto.jpg" />
<!-- twitter card ends from here -->
<!-- facebook open graph starts from here, if you don't need then delete open graph related -->
<meta property="og:title" content="RIT Techfest'23 - Ramaiah Institute of Technology, Bangalore." />
<meta property="og:url" content="https://rittechfest.live" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="RIT Techfest'23 - Ramaiah Institute of Technology, Bangalore." />
<!--meta property="fb:admins" content="" /-->
<!-- use this if you have -->
<meta property="og:type" content="website" />
<meta property="og:image" content="assets/img/opengraph/fbphoto.jpg" />
<!-- when you post this page url in facebook , this image will be shown -->
<!-- facebook open graph ends from here -->
<!-- FAVICON AND TOUCH ICONS -->
<link rel="shortcut icon" type="image/png" href="assets/img/favicon.png" />
<!-- this icon shows in browser toolbar -->
<link rel="icon" type="image/png" href="assets/img/favicon.png" />
<!-- this icon shows in browser toolbar -->
<link rel="apple-touch-icon" sizes="57x57" href="assets/img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/img/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/img/favicon/manifest.json">
<!-- BOOTSTRAP CSS -->
<link rel="stylesheet" href="assets/libs/bootstrap/css/bootstrap.min.css" media="all" />
<!-- TAILWIND CSS -->
<!-- <script src="https://cdn.tailwindcss.com"></script> -->
<!-- AOS -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<!-- FONT AWESOME -->
<link rel="stylesheet" href="assets/libs/fontawesome/css/font-awesome.min.css" media="all" />
<!-- FONT AWESOME -->
<link rel="stylesheet" href="assets/libs/maginificpopup/magnific-popup.css" media="all" />
<!-- Time Circle -->
<link rel="stylesheet" href="assets/libs/timer/TimeCircles.css" media="all" />
<!-- OWL CAROUSEL CSS -->
<link rel="stylesheet" href="assets/libs/owlcarousel/owl.carousel.min.css" media="all" />
<link rel="stylesheet" href="assets/libs/owlcarousel/owl.theme.default.min.css" media="all" />
<!-- GOOGLE FONT -->
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Oswald:400,700%7cPoppins:300,400,400i,600,600i,700,800,900" />
<!-- MASTER STYLESHEET -->
<link id="lgx-master-style" rel="stylesheet" href="assets/css/style-default.min.css" media="all" />
<link rel="stylesheet" href="assets/css/events.css" media="all" />
<!-- MODERNIZER CSS -->
<script src="assets/js/vendor/modernizr-2.8.3.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<meta name="google-site-verification" content="9l6jBCdCjl0ZW1Q6RrsllF3h9y5WdO-_rNvO1BKgH9s" />
<style>
.lgx-banner {
background: url('assets/img/banner.png') no-repeat center center;
background-size: cover;
padding: 50px 0;
}
.lgx-heading-white h2,
.lgx-heading-white h3,
.lgx-heading-white h4 {
color: #fff;
}
.white-shit {
background-color: #f8f9fa;
padding: 20px;
margin-bottom: 20px;
border-radius: 8px;
}
.white-shit h2,
.white-shit p {
color: #333;
}
.lgx-banner-inner {
background: #342b83;
-webkit-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
.lgx-schedule .lgx-inner {
display: flex;
justify-content: space-evenly;
padding: 1rem;
}
html {
background-color: #554bb9 !important;
}
.lgx-page-inner {
padding: 17rem 8rem 5rem 8rem;
}
.white-shit {
background-color: rgb(255, 250, 243) !important;
margin: 1rem;
border-radius: 1rem;
}
h2 {
font-size: 3.5rem !important;
}
h4 {
font-size: 2.6rem !important;
}
.vrapper {
background: #554bb9;
}
.vrapper .inner-vrap {
background: url(assets/img/schedule-bg-pattern.png) bottom center no-repeat;
-webkit-background-size: 100% auto, cover;
-o-background-size: 100% auto, cover;
-moz-background-size: 100% auto, cover;
background-size: 100% auto, cover;
}
</style>
</head>
<body class="home">
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade
your browser</a> to improve your experience.</p>
<![endif]-->
<div class="lgx-container ">
<!-- *** ADD YOUR SITE CONTENT HERE *** -->
<!--HEADER-->
<header>
<div id="lgx-header" class="lgx-header">
<div class="lgx-header-position lgx-header-position-white lgx-header-position-absolute ">
<!--lgx-header-position-fixed lgx-header-position-white lgx-header-fixed-container lgx-header-fixed-container-gap lgx-header-position-white-->
<div class="lgx-container">
<!--lgx-container-fluid-->
<nav class="navbar navbar-default lgx-navbar">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"
aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="lgx-logo" style="display: flex; gap: 15px; align-items: center;">
<!-- <a href="index.html" class="lgx-scroll">
<img src="assets/img/robot (1).png" alt="MSRIT Logo" width="65" />
</a> -->
<a href="index.html" class="lgx-scroll">
<img src="assets/img/msrit_logo.png" alt="MSRIT Logo" width="160" />
</a>
</div>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav lgx-nav navbar-right">
<li><a class="lgx-scroll" href="index.html">Home</a></li>
<li class="dropdown">
<a class="lgx-scroll" href="#lgx-speakers">Events</a>
<ul class="dropdown-menu" style="color: #135194;">
<li><a href="dept/architecture.html">ARCHITECTURE</a></li>
<li><a href="dept/aids.html">ARTIFICIAL INTELLIGENCE AND DATA SCIENCE</a></li>
<li><a href="dept/aiml.html">ARTIFICIAL INTELLIGENCE AND MACHINE LEARNING</a></li>
<li><a href="dept/biotech.html">BIOTECHNOLOGY</a></li>
<li><a href="dept/chem.html">CHEMICAL</a></li>
<li><a href="dept/civil.html">CIVIL</a></li>
<li><a href="dept/cse.html">COMPUTER SCIENCE</a></li>
<li><a href="dept/cseaiml.html">CSE(AI AND ML & CYBER SECURITY)</a></li>
<li><a href="dept/ece.html">Electronics and Communication Engineering</a></li>
<li><a href="dept/ei.html">Electronics and Instrumentation Engineering</a></li>
<li><a href="dept/ee.html">Electrical and Electronics Engineering</a></li>
<li><a href="dept/ete.html">Electronics and Telecommunication Engineering</a></li>
<li><a href="dept/iem.html">Industrial Engineering and Management</a></li>
<li><a href="dept/ise.html">INFORMATION SCIENCE Engineering</a></li>
<li><a href="dept/mca.html">Master of Computer Applications (MCA)</a></li>
<li><a href="dept/mba.html">MASTER OF BUSINESS ADMINISTRATION (MBA)</a></li>
<li><a href="dept/mech.html">Mechanical Engineering</a></li>
<li><a href="dept/medel.html">Medical Electronics</a></li>
</ul>
</li>
<li><a class="lgx-scroll" href="../index.html#lgx-schedule">Schedule</a></li>
<li><a class="lgx-scroll" href="../index.html#lgx-sponsors">Sponsors</a></li>
<li><a class="lgx-scroll" href="team.html">Team</a></li>
<li><a class="lgx-scroll" href="../index.html#lgx-contact">Contact</a></li>
<div class="header-banner__logo-phone">
<div class="lgx-logo">
<a href="index.html" class="lgx-scroll">
<img src="assets/img/robot__1_-removebg-preview.png" alt="MSRIT Logo" width="50" />
</a>
</div>
<div class="lgx-logo">
<a href="index.html" class="lgx-scroll">
<img src="assets/img/robot-removebg-preview.png" alt="MSRIT Logo" width="100" />
</a>
</div>
<div class="lgx-logo">
<a href="index.html" class="lgx-scroll">
<img src="assets/img/TechFest Logo.png" alt="MSRIT Logo" width="40" />
</a>
</div>
</div>
</ul>
</div>
<!--/.nav-collapse -->
<div class="header-banner__logo">
<div class="lgx-logo">
<a href="index.html" class="lgx-scroll">
<img src="assets/img/robot-removebg-preview.png" alt="MSRIT Logo" width="125" />
</a>
</div>
</div>
</nav>
</div>
<!-- //.CONTAINER -->
</div>
</div>
</header>
<!--HEADER END-->
<section>
<div class="lgx-banner lgx-banner-inner">
<div class="lgx-page-inner">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="lgx-heading-area">
<div class="lgx-heading lgx-heading-white">
<h2 class="heading">M.S RAMAIAH MEMORIAL QUIZ</h2>
<h3 class="heading">Dive into the World of Bio-Chem Wonders!</h3>
<div class="schedule-info">
<h4 class="heading">Date : <span>11th Nov</span></h4>
<h4 class="heading"><span> Venue : </span> ESB Seminar Hall - 1</h4>
<h4 class="heading"><span> Team Size : </span> Max 4 members in a team </h4>
<h4 class="heading"><span> Registration Fee : </span> Free </h4>
<a href="https://forms.gle/hdYcbw1E4XeAr2ja6"
class="register">REGISTER
</a>
</div>
</div>
</div>
</div>
<!--//.ROW-->
</div><!-- //.CONTAINER -->
</div><!-- //.INNER -->
</div>
</section>
<!--//.Banner Inner-->
<div class="wrapper">
<div class="inner-wrap">
<main role="main" class="container ">
<div class="container">
<div class="row">
<div class="col-xs-12 white-shit">
<h2>Eligibility and Registration Guidelines:</h2>
<ol class="list-unstyled lead">
<li>1. The M.S RAMAIAH MEMORIAL Quiz is open to individuals or teams with an interest in Chemical
engineering and Biotech.</li>
<li>2. Participants may be required to provide valid identification proof, if requested, to verify
their eligibility.</li>
<li>3. Organizers and immediate family members are not eligible to participate.</li>
<li>4. Participants or teams must register for the quiz using the designated registration process.
</li>
<li>5. Registration may require personal information such as name, email, team name and contact
details.</li>
<li>6. Incomplete or inaccurate registrations may be disqualified.</li>
<li>7. Single, double and triple registrations will be clubbed to form a team of 4.</li>
<li>8. Teams between students of both the departments are encouraged.</li>
</ol>
</div>
<div class="col-xs-12 white-shit">
<h2>Format:</h2>
<ol class="list-unstyled lead">
<li>The quiz will be conducted in a multiple-choice, picture/logo based, audio and visual based
questions depending on the round.</li>
<li>Questions will focus on general-science ,chemistry ,math ,physics, environment and
technical-chemical engineering and biotech based generic concepts and related topics.</li>
<li>The quiz may consist of multiple rounds, and rules for each round will be explained before the
round begins</li>
</ol>
</div>
<div class="col-xs-12 white-shit">
<h2>Conduct:</h2>
<ul class="list-unstyled lead">
<li>Participants must conduct themselves in a professional and respectful manner.</li>
<li>Plagiarism, cheating, or unethical behaviour is strictly prohibited.</li>
<li>The use of electronic devices or external references is not allowed during the quiz.</li>
</ul>
</div>
<div class="col-xs-12 white-shit">
<h2>Timing and Scoring:</h2>
<ul class="list-unstyled lead">
<li>Participants must adhere to the specified time limits for each question and round.</li>
<li>Latecomers may be allowed to join the quiz but will not receive extra time to compensate for their
lateness. </li>
<li>First person to respond to a question asked will be given the preference.</li>
<li>Scoring will be based on correct answers, quality of responses, and points will be awarded
accordingly.</li>
<li>In the case of a tie, tie-breaker questions or methods will be employed to determine the winner.
</li>
<li>The quizmaster's decision on scoring and tie-breakers is final.</li>
</ul>
</div>
<div class="col-xs-12 white-shit">
<h2>Prizes:</h2>
<ul class="list-unstyled lead">
<li>Prizes may be awarded to the top participants or teams based on their final scores.</li>
<li>The value and type of prizes will be announced before the quiz begins. </li>
<li>Prizes are non-transferable and non-exchangeable.</li>
</ul>
</div>
<div class="col-xs-12 white-shit">
<h2>Disqualification and Amendments:</h2>
<ul class="list-unstyled lead">
<li>Participants or teams who violate any of the rules, engage in disruptive behaviour, or attempt to
cheat will be disqualified.</li>
<li>The quizmaster or organizers reserve the right to disqualify participants at their discretion.
</li>
<li>The organizers may make changes to the rules and format of the quiz at their discretion.</li>
<li>Any changes will be communicated to participants in a timely and transparent manner.</li>
<li>The quizmaster and organizers have the final authority on all matters related to the quiz.</li>
<li>Their decisions are binding and not subject to appeal.</li>
</ul>
</div>
<div class="col-xs-12 white-shit">
<h2>Judging criterion:</h2>
<ul class="list-unstyled lead">
<li><b>Round 1:</b> Round 1 will consist of 15 multiple choice questions (MCQs); for which each team
will be given 10 minutes to answer.
After evaluation is complete the top 6 teams will be selected to contest in the further rounds.
Round 1 will be conducted on the same day of the quiz and the results will be announced within
20 -30 minutes of completion of the test. Round 1 will be written, each team of 4 will be provided
with ONLY ONE sheet of questions,
which is supposed to be answered in the same provided paper and RETURNED after the completion of the
time limit.
Contestants must refrain from using electronic gadgets in order to look for answers,
if caught by the invigilators they will not be allowed to continue further. ANY KIND OF FOUL PLAY IS
NOT TOLERATED.</li>
<li><b>Round 2: </b>Round 2 will consist of 2 SUB-ROUNDS. Each sub-round will contain same type of
questions and of equal difficulty.
Each sub-round will contain 5-Questions each for which the contestants will be given 60 seconds
after the announcement of the question to answer.
The evaluation of the questions will be done on spot after the completion and the scoring of each
team will be announced on spot,
after which the answers will be revealed in order to maintain transparency in the judgment.
After each sub-round the team with the lowest score will be eliminated.
Round 2 will take place in front of an audience and the contestants will be housed on or near the
stage and the questions will be announced on the screen via a projector.
Contestants aren’t allowed to use their phones or any electronic gadgets, usage of which will lead
to DISQUALIFICATION.
Teams aren’t allowed to interact or converse with one another and exchange remarks. Any type of
prompting is strictly discouraged.
Contestants are only allowed to interact WITH their teammates. Round 2 will contain audio/visual and
logo based questions.
Any doubts regarding the questions must be clarified after the announcement of the question ONLY.
Teams will be given an extra 1 minute after the last question to compile and submit the answer
script.
In the case of 2 or more teams having the same score a tie breaker question will be provided before
continuing to the next sub-round. Each question is of 1 point each.
And the scoring of this round will not be carried forward to the final round. In each sub round 1
team with the lowest scoring will be eliminated.
And only 4 teams at the end of Round 2 will be contesting in Round 3</li>
<li><b>Round 3: </b>Round 3 will be a RAPID FIRE QUESTION round. In which the 4 qualifying teams will
be provided with 5 questions each.
Each question will contain 10 points each. Each team will be asked 5 questions at once, if answer to
one of the question is not known it can be passed.
Every wrong answer will result in negative 5 points of the team who the question is directed
towards. If the question is passed the team will not loose any points
but the 10 points of the unanswered question. In the case of a passed question rest of the teams
will be provided 1 min to answer the question in writing which will be evaluated on spot.
And the teams with the right answer to the passed question will get 5 points each. The scores of
each team will be announced after the completion of the set of rapid fire
question of that particular team. There will be tie-breakers in case of 2 teams having the same
points. And the winners will be announced after the complete completion of the round.
Contestants aren’t allowed to use their phones or any electronic gadgets, usage of which will lead
to DISQUALIFICATION.
Teams aren’t allowed to interact or converse with one another and exchange remarks.
Any type of prompting is strictly discouraged. ANY KIND OF FOUL PLAY IS NOT TOLERATED.</li>
</ul>
</div>
<section>
<!-- Title -->
<h2 class="heading text-center">Co-ordinators</h2>
<div class="container">
<div class="col-xs-12 white-shit">
<h2 style="margin-bottom: 20px;">Faculty Co-ordinators</h2>
<p class="lead">
Dr. Ashwini Wali
</p>
<p class="lead">
Dr. Monika P
</p>
</div>
<div class="col-xs-12 white-shit">
<h2 style="margin-bottom: 20px;">Student Co-ordinators</h2>
<p class="lead">Bhavana H A :+91 7337706570
</p>
<p class="lead">Avani Jha : +91 8118805866
</p><p class="lead">Daksha M : +91 9663209666
</p>
<p class="lead">Durgesh Magar: +91 9158708499</p>
</p>
</div>
</div><!-- //.CONTAINER -->
</section>
</div>
</div>
</main>
</div>
</div>
<!--FOOTER-->
<footer>
<div id="lgx-footer" class="lgx-footer">
<!--lgx-footer-white-->
<div class="lgx-inner-footer">
<div class="container">
<div class="lgx-footer-area">
<div class="lgx-footer-single">
<a class="logo" href="index.html"><img src="assets/img/TechFest Logo.png" alt="Logo"
class="shadow-md rounded-lg" width="208" height="208"></a>
</div>
<!--//footer-area-->
<div class="lgx-footer-single">
<h3 class="footer-title">Venue Location </h3>
<h4 class="date">
10 - 11 November, 2023
</h4>
<address>
Ramaiah Institute of Technology, Bangalore <br>
Karnataka, India
</address>
<a id="myModalLabel2" data-toggle="modal" data-target="#lgx-modal-map" class="map-link"
href="https://goo.gl/maps/qfnFJSHpDsLWP4Pi9"><i class="fa fa-map-marker" aria-hidden="true"></i>
View
Map location</a>
</div>
<div class="lgx-footer-single">
<h3 class="footer-title">Social Connection</h3>
<p class="text">
You should connect social area <br> for Any update
</p>
<ul class="list-inline lgx-social-footer">
<li><a href="https://www.instagram.com/techfest_rit"><i class="fa fa-instagram"
aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
<!-- Modal-->
<div id="lgx-modal-map" class="modal fade lgx-modal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
</div>
<div class="modal-body">
<div class="lgxmapcanvas map-canvas-default" id="map_canvas"> </div>
</div>
</div>
</div>
</div> <!-- //.Modal-->
<div class="lgx-footer-bottom">
<div class="lgx-copyright">
<p> <span>©</span> 2023 RIT TechFest | Developer <a href="#" target="_blank">Web
Resources
IEEE</a>
</p>
</div>
</div>
</div>
<!-- //.CONTAINER -->
</div>
<!-- //.footer Middle -->
</div>
</footer>
<!--FOOTER END-->
</div>
<!--//.LGX SITE CONTAINER-->
<!-- *** ADD YOUR SITE SCRIPT HERE *** -->
<!-- JQUERY -->
<script src="assets/js/vendor/jquery-1.12.4.min.js"></script>
<!-- BOOTSTRAP JS -->
<script src="assets/libs/bootstrap/js/bootstrap.min.js"></script>
<!-- Smooth Scroll -->
<script src="assets/libs/jquery.smooth-scroll.js"></script>
<!-- SKILLS SCRIPT -->
<script src="assets/libs/jquery.validate.js"></script>
<!-- if load google maps then load this api, change api key as it may expire for limit cross as this is provided with any theme -->
<script type="text/javascript"
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBeV96xzMs51tMytAZgLZZDAAof9i_1kik"></script>
<!-- CUSTOM GOOGLE MAP -->
<script type="text/javascript" src="assets/libs/gmap/jquery.googlemap.js"></script>
<!-- adding magnific popup js library -->
<script type="text/javascript" src="assets/libs/maginificpopup/jquery.magnific-popup.min.js"></script>
<!-- Owl Carousel -->
<script src="assets/libs/owlcarousel/owl.carousel.min.js"></script>
<!-- COUNTDOWN -->
<script src="assets/libs/countdown.js"></script>
<script src="assets/libs/timer/TimeCircles.js"></script>
<!-- Counter JS -->
<script src="assets/libs/waypoints.min.js"></script>
<script src="assets/libs/counterup/jquery.counterup.min.js"></script>
<!-- SMOTH SCROLL -->
<script src="assets/libs/jquery.smooth-scroll.min.js"></script>
<script src="assets/libs/jquery.easing.min.js"></script>
<!-- type js -->
<script src="assets/libs/typed/typed.min.js"></script>
<!-- header parallax js -->
<script src="assets/libs/header-parallax.js"></script>
<!-- instafeed js -->
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/instafeed.js/1.4.1/instafeed.min.js"></script>-->
<script src="assets/libs/instafeed.min.js"></script>
<!-- CUSTOM SCRIPT -->
<script src="assets/js/custom.script.js"></script>
<div class="lgx-switcher-loader"></div>
<!-- For Demo Purpose Only// Remove From Live -->
<script src="switcher/js/switcher.js?"></script>
<!-- For Demo Purpose Only //Remove From Live-->
</body>
</html>