This repository has been archived by the owner on Oct 22, 2022. It is now read-only.
forked from saivittalb/aether-website-2019
-
Notifications
You must be signed in to change notification settings - Fork 0
/
technical.html
586 lines (508 loc) · 33.5 KB
/
technical.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Font -->
<link href="fonts.css" rel="stylesheet">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Technical Events | Aether 2019</title>
<!-- Favicon -->
<link rel="shortcut icon" type="image/icon" href="assets/images/festLogo.png" />
<!-- Font Awesome -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<!-- Bootstrap -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Slick slider -->
<!-- Theme color -->
<link id="switcher" href="assets/css/theme-color/Asthetic Indian.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/animate.min.css" />
<!-- Main Style -->
<link href="style.css" rel="stylesheet">
<!-- Fonts -->
<!-- Open Sans for body font -->
<!-- Montserrat for title -->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<noscript>
<style>
.es-carousel ul {
display: block;
}
</style>
</noscript>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-148714507-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-148714507-1');
</script>
<script id="img-wrapper-tmpl" type="text/x-jquery-tmpl">
<div class="rg-image-wrapper">
{{if itemsCount > 1}}
<div class="rg-image-nav">
<a href="#" class="rg-image-nav-prev" style="background-image: url('./assets/images/nav1.png'); ">Previous Image</a>
<a href="#" class="rg-image-nav-next" style="background-image: url('./assets/images/nav2.png'); ">Next Image</a>
</div>
{{/if}}
<div class="rg-image"></div>
<div class="rg-loading"></div>
<div class="rg-caption-wrapper">
<div class="rg-caption" style="display:none;">
<p></p>
</div>
</div>
</div>
</script>
</head>
<body>
<!-- Start Header -->
<header id="mu-hero" class="" role="banner">
<!-- Start menu -->
<nav class="navbar navbar-fixed-top navbar-default mu-navbar">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Logo -->
<a class="navbar-brand" href="index.html"><img id="logo_image" src="assets/images/festLogo.png"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav mu-menu navbar-right">
<li><a href="index.html#mu-hero">Home</a></li>
<li><a href="index.html#mu-about">About Us</a></li>
<li><a href="index.html#mu-video">Promos</a></li>
<li><a href="index.html#mu-schedule">Events</a></li>
<li><a href="index.html#mu-venue">Pro Shows</a></li>
<li><a href="index.html#mu-pricing">Gallery</a></li>
<li><a href="index.html#mu-sponsors">Sponsors</a></li>
<li><a href="index.html#mu-register">Register</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- End menu -->
<div class="mu-hero-overlay">
<div id="bubble">
</div>
<!-- Start hero featured area -->
<canvas id="scene"></canvas>
<input id="copy" type="hidden" />
<div class="mu-event-counter-area">
<div id="mu-event-counter">
</div>
</div>
<!-- End hero featured area -->
</div>
</header>
<!-- End Header -->
<!-- Start main content -->
<main role="main">
<!-- Start Pro Night -->
<section id="mu-schedule">
<div class="container">
<div class="row">
<div class="colo-md-12">
<div class="mu-schedule-area">
<div class="mu-title-area">
<h2 class="mu-title">Technical Events</h2>
<p class="mu-content">Hackathons and plane building; it's all about being hands on and using your technical skills to race to the finish!</p>
</div>
<div class="mu-schedule-content-area">
<div class="tab-content mu-schedule-content">
<div role="tabpanel" class="tab-pane fade mu-event-timeline in active"
id="first-day">
<ul>
<li>
<img class="pro" id="bit" src="./assets/images/BridgeIt_480x360.jpeg"
alt="event speaker">
<div class="mu-single-event">
<p class="mu-event-time">Technical</p>
<h3>Bridge It</h3>
<span class="mu-content">
A symbol of strength and sturdiness, an aesthetic wonder, and structures that stand out in the history. A bridge is all that and more. In a place between creative design and structural strength lies the perfect bridge. Challenge yourself by participating in Bridge It and build a bridge using popsicles.<br><br><a class="btn btn-default" href="https://drive.google.com/file/d/1ogkimz1b0sqduxHfcCgjis6J2gElCTdv/view?usp=sharing" target="_blank" role="button">Click here for more info</a><br><br>
<a class="btn btn-default" href="https://www.thecollegefever.com/events/aether" target="_blank" role="button">Register</a>
</span><br>
<button class="mu-rule-button" onclick="pRules()">Info & Rules
</button>
<div class="mu-event-rules" id="pRules"
style="display: none">
<span class="mu-rule-content">
<br><br> ⬤ Date: 9th Nov
<br><br> ⬤ Team size: Max 4 members
<br><br> ⬤ Registration 200/team
<br><br> ⬤ Prize pool: 20k
<br><br> ⬤ Organisers:<br>
Rumajid Mushtaq: 7006311590<br>
Mohammed Ayub Ifan: 8074212681, 8801080814(WhatsApp)
</span>
<br>
<button class="mu-rule-close-button" onclick="pRules()">
Collapse Rules </button>
</div>
</div>
</li>
<li>
<img class="pro" id="ratsel" src="assets/images/Cicada_480x360.jpg"
alt="event speaker">
<div class="mu-single-event">
<p class="mu-event-time">Technical</p>
<h3>Cicada</h3>
<span class="mu-content">
Each player/team gets a link to start with. The link opens up a page which consists of a puzzle. When the puzzle is solved it either leads to a link or a clue of what the next link might be. A series of 10 such links are to be found by the teams in order to end up in the final splash screen which ultimately is the end.The participants would require coding knowledge in order to crack the puzzles faster, but not completely necessary. Guidance will be provided for figuring out syntax or any other coding related issues.The puzzles will be designed based on logic, technicality and research abilities.<br><br>
<a class="btn btn-default" href="https://www.thecollegefever.com/events/aether" target="_blank" role="button">Register</a>
</span>
<br>
<button class="mu-rule-button" onclick="droppingRules()">Info & Rules
</button>
<div class="mu-event-rules" id="droppingRules"
style="display: none">
<span class="mu-rule-content">
<br><br> ⬤ Date: 10th Nov
<br><br> ⬤ Team size: 1-3 members
<br><br> ⬤ Prize pool: 7.5k
<br><br> ⬤ Duration: 2 hrs
<br><br> ⬤ Organisers:<br>
Saaketh - +917674860166
</span>
<br>
<button class="mu-rule-close-button" onclick="droppingRules()">
Collapse Rules </button>
</div>
</div>
</li>
<li>
<img class="pro" id="hack" src="assets/images/MECHacks2_480x360.jpg"
alt="event speaker">
<div class="mu-single-event">
<p class="mu-event-time">Technical</p>
<h3>MECHacks</h3>
<span class="mu-content">
Get ready, get set, hack-away! This Aether, bring your A game to the 24 hour long
Hackathon. Brain-storm ideas, deploy your designs, and funk up the functionality to create
a functioning product at the end of the event that stands out the best!<br><br>
<a class="btn btn-default" href="https://www.thecollegefever.com/events/aether" target="_blank" role="button">Register</a>
</span>
<br>
<button class="mu-rule-button" onclick="ragaRules()">Info & Rules
</button>
<div class="mu-event-rules" id="ragaRules" style="display: none">
<span class="mu-rule-content">
<br><br> ⬤ Date: 9th Nov
<br><br> ⬤ Team Size: 3-4 members
<br><br> ⬤ Entry fee: 200/team
<br><br> ⬤ Prize Pool:25k
<br><br> ⬤ Duration : 24 hrs
<br><br> ⬤ Organisers:<br>
Sriker - +919078313542
<br>
Sakshi - +917032352341
</span>
<br>
<button class="mu-rule-close-button" onclick="ragaRules()">
Collapse Rules </button>
</div>
</div>
</li>
<li>
<img class="pro" id="PointBlanc" src="assets/images/PointBlanc_480x360.jpeg"
alt="event speaker">
<div class="mu-single-event">
<p class="mu-event-time">Technical</p>
<h3>Point Blanc</h3>
<span class="mu-content">
Aether’s first large scale E-sports event involving multiple colleges from around the city engaging in high stakes battles. Taking place at a gaming lounge where players can experience a myriad games and also VR. This event also gives Game developers a chance to showcase their games.<br><br>
<a class="btn btn-default" href="https://point-blanc.github.io/" target="_blank" role="button">Click here to know more!</a><br><br>
<a class="btn btn-default" href="https://www.thecollegefever.com/events/aether" target="_blank" role="button">Register</a>
</span>
<br>
<button class="mu-rule-button" onclick="uRules()">Info & Rules
</button>
<div class="mu-event-rules" id="uRules"
style="display: none">
<span class="mu-rule-content">
<br><br> ⬤ Date: 9th Nov
</span>
<br>
<button class="mu-rule-close-button" onclick="uRules()">
Collapse Rules </button>
</div>
</div>
</li>
<li>
<img class="pro" id="rcoding" src="assets/images/ReverseCoding_480x360.jpeg"
alt="event speaker">
<div class="mu-single-event">
<p class="mu-event-time">Technical</p>
<h3>Reverse Coding</h3>
<span class="mu-content">
Given a program, you’ll have to recognize a pattern between the inputs and outputs (crack the code underneath!), then try building a program that matches all the inputs and its outputs as the initial program given.<br><br>
<a class="btn btn-default" href="https://www.thecollegefever.com/events/aether" target="_blank" role="button">Register</a>
</span>
<br>
<button class="mu-rule-button" onclick="wRules()">Info & Rules
</button>
<div class="mu-event-rules" id="wRules"
style="display: none">
<span class="mu-rule-content">
<br><br> ⬤ Date: 10th Nov
<br><br> ⬤ Team Size: 2 members
<br><br> ⬤ Duration: 2 hrs
<br><br> ⬤ Prize pool: 7.5k
<br><br> ⬤ Organisers:<br>
Sonali - +919110531858<br>
Mayank - +918897337070
</span>
<br>
<button class="mu-rule-close-button" onclick="wRules()">
Collapse Rules </button>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Schedule -->
<!-- Start Gallery -->
<section id="mu-pricing">
<div class="container-fluid">
<div class="row no-gutter">
<div class="mu-pricing-area no-gutter">
<div class="mu-pricing-content" style="align-items: center;">
<h1 id="gallery-title" class="mu-title" align="center"> Schedule </h1>
<div id="rg-gallery" class="rg-gallery">
<div class="rg-thumbs">
<!-- Elastislide Carousel Thumbnail Viewer -->
<div class="es-carousel-wrapper">
<div class="es-nav">
<span id="new" class="es-nav-prev">Previous</span>
<span id="new" class="es-nav-next">Next</span>
</div>
<div class="es-carousel">
<ul>
<li><a href="#"><img src="assets/images/schedule1.jpeg" id = "fifth_image" data-large="assets/images/schedule1.jpeg" alt="image01" /></a></li>
<li><a href="#"><img src="assets/images/schedule2.jpeg" id = "fifth_image" data-large="assets/images/schedule2.jpeg" alt="image01" /></a></li>
</ul>
</div>
</div>
<!-- End Elastislide Carousel Thumbnail Viewer -->
</div><!-- rg-thumbs -->
</div><!-- rg-gallery -->
</div><!-- content -->
</div>
</div>
</section>
<!-- End Gallery -->
</main>
<!-- End main content -->
<!-- Start footer -->
<footer id="mu-footer" role="contentinfo">
<div class="container">
<div class="mu-footer-area">
<div class="mu-footer-top">
<div class="mu-social-media">
<a href="https://www.facebook.com/mec.aether/" target="_blank"><i class="fa fa-facebook"></i></a>
<a class="mu-developer-btn"><i class="fa fa-user"></i></a>
<a href="https://www.instagram.com/aether_mec/" target="_blank"><i class="fa fa-instagram"></i></a>
<!-- Start developer content -->
<div class="mu-developer-content">
<div class="mu-developer-area">
<a class="mu-developer-close-btn" href="#"><i class="fa fa-times"
aria-hidden="true"></i></a>
<h1>
Developers
</h1>
<div class="mu-developer-segment">
<img src="assets/images/vittal.jpeg" alt="developer img">
<div class="mu-developer-info">
<h3> Sai Vittal B </h3>
<p>Lead Designer-Developer</p>
<p style="color: #ffffff">
<a href="https://saivittalb.com" target="_blank"><i class="fa fa-globe"
aria-hidden="true"></i></a>
<a href="https://instagram.com/saivittalb" target="_blank"><i
class="fa fa-instagram" aria-hidden="true"></i></a>
<a href="https://github.com/saivittalb" target="_blank"><i class="fa fa-github"
aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/saivittalb" target="_blank"><i
class="fa fa-linkedin" aria-hidden="true"></i></a>
</p>
</div>
</div>
<div class="mu-developer-segment">
<img src="assets/images/sahithi.jpeg" alt="developer img">
<div class="mu-developer-info">
<h3> Sahithi Venkatesan </h3>
<p>Developer</p>
<p>
<a href="https://instagram.com/saaahiii_3" target="_blank"><i
class="fa fa-instagram" aria-hidden="true"></i></a>
<a href="https://github.com/Sahithi33" target="_blank"><i class="fa fa-github"
aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/sahithi-venkatesan-610569162"
target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</p>
</div>
</div>
<div class="mu-developer-segment">
<img src="assets/images/neha.jpeg" alt="developer img">
<div class="mu-developer-info">
<h3> Neha Reddy </h3>
<p>Developer</p>
<p style="color: #ffffff">
<a href="https://instagram.com/_neha3010" target="_blank"><i
class="fa fa-instagram" aria-hidden="true"></i></a>
<a href="https://github.com/neha3010" target="_blank"><i class="fa fa-github"
aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/neha-reddy-09" target="_blank"><i
class="fa fa-linkedin" aria-hidden="true"></i></a>
</p>
</div>
</div>
<div class="mu-developer-segment">
<img src="assets/images/aaliya.jpeg" alt="developer img">
<div class="mu-developer-info">
<h3> Aaliya Ahmad </h3>
<p>Developer</p>
<p style="color: #ffffff">
<a href="https://instagram.com/aaliyaahmad99" target="_blank"><i
class="fa fa-instagram" aria-hidden="true"></i></a>
<a href="https://github.com/Aaliya201" target="_blank"><i class="fa fa-github"
aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/aaliya-ahmad-b14334194" target="_blank"><i
class="fa fa-linkedin" aria-hidden="true"></i></a>
</p>
</div>
</div>
<div class="mu-developer-segment">
<img src="assets/images/shreeven.jpeg" alt="developer img">
<div class="mu-developer-info">
<h3> Shreeven Kommireddy </h3>
<p>Developer</p>
<p style="color: #ffffff">
<a href="https://instagram.com/shra.py" target="_blank"><i
class="fa fa-instagram" aria-hidden="true"></i></a>
<a href="https://github.com/Shreevenkr99" target="_blank"><i
class="fa fa-github" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/shreeven-kommireddy-b4043815a"
target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- End developer content -->
</div>
<div class="mu-footer-bottom">
<br>
<p class="mu-copy-right"> <strong>Developers : <a href="https://saivittalb.com" target="_blank"> Sai Vittal B</a>
| Sahithi Venkatesan | Neha Reddy | Aaliya Ahmad | Shreeven Kommireddy</strong></p>
<br>
<p><strong>Contact Us:<br> Technical - Rohan Pandey: +918073501247<br>Cultural - Sai Sree Pokala:
+919652602200<br>Promotions - Supritha Reddy: +917981432824</strong></p><br><br>
<p><i class="fa fa-map-marker" aria-hidden="true"></i>
<strong>Locate Us</p>
<div class="map-responsive">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3803.7195219821697!2d78.4333190507649!3d17.56853548791123!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bcb8f06a86f0315%3A0x2f80d6e75d32cc14!2sMahindra%20%C3%89cole%20Centrale!5e0!3m2!1sen!2sin!4v1572236098507!5m2!1sen!2sin" width="600" height="450" frameborder="0" style="border:0;" allowfullscreen=""></iframe>
</div><br>
</div><br><strong>© Copyright Aether 2019. All rights reserved.</strong><br>
<p style="font-size: 10px;">
<strong>*for more information about developers, click on the icon in the middle.</strong>
</p>
</div>
</div>
</footer>
<!-- End footer -->
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!-- Bootstrap -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- Slick slider -->
<script type="text/javascript" src="assets/js/slick.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<!-- Event Counter -->
<script type="text/javascript" src="assets/js/jquery.countdown.min.js"></script>
<!-- Ajax contact form -->
<script type="text/javascript" src="assets/js/jquery.easing.min.js"></script>
<script type="text/javascript" src="assets/js/wow.js"></script>
<script type="text/javascript" src="assets/js/jquery.tmpl.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="assets/js/jquery.elastislide.js"></script>
<!-- Custom js -->
<script type="text/javascript" src="assets/js/custom.js"></script>
<script type="text/javascript" src="assets/js/scripts.js"></script>
<script>
function ragaRules() {
var x = document.getElementById("ragaRules");
if (x.style.display === "none") {
x.style.display = "block";
} else {
x.style.display = "none";
}
}
function droppingRules() {
var y = document.getElementById("droppingRules");
if (y.style.display === "none") {
y.style.display = "block";
} else {
y.style.display = "none";
}
}
function pRules(){
var f = document.getElementById("pRules");
if (f.style.display === "none") {
f.style.display = "block";
} else {
f.style.display = "none";
}
}
function qRules(){
var g = document.getElementById("qRules");
if (g.style.display === "none") {
g.style.display = "block";
} else {
g.style.display = "none";
}
}
function uRules(){
var h = document.getElementById("uRules");
if (h.style.display === "none") {
h.style.display = "block";
} else {
h.style.display = "none";
}
}
function wRules(){
var i = document.getElementById("wRules");
if (i.style.display === "none") {
i.style.display = "block";
} else {
i.style.display = "none";
}
}
</script>
</body>
</html>