-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
613 lines (579 loc) · 24.2 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>HackSRM 2.0</title>
<link rel="icon" type="image/png" href="favicon.png">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-126732353-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-126732353-1');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="HackSRM 2018" />
<meta property="og:description"
content="HackSRM is a premium student led national level hackathon held in India that aims to gather the great student minds under one roof and solve potential real world problem through technology under 36 hours. " />
<meta name="keywords"
content="HackSRM, Hackathon, SRM, SRM AP, Hackathon India, UC Berkeley, MIT, Next Tech, IGDC">
<!-- Meta Tags -->
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Overpass+Mono:400,600&display=swap" rel="stylesheet">
<!-- Material Icons -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Bootstrap CSS File -->
<!-- Main Stylesheet File -->
<link href="css/schedule.css" rel="stylesheet">
<meta property="og:url" content="http://hacksrm.github.io" />
<meta property="og:image" content="assets/images/cover-1.png" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://rawgit.com/ironwallaby/delaunay/master/delaunay.js"></script>
<link href="Teamcontact.css" rel="stylesheet" type="text/css">
<link href="assets/css/style.css" rel="stylesheet" type="text/css">
<link href="assets/css/TeamContact.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" media="mediatype only (expressions)" href="screen.css">
<link rel="stylesheet" media="screen and (min-width: 900px)" href="widescreen.css">
<link rel="stylesheet" media="screen and (max-width: 600px)" href="smallscreen.css">
<!-- <script type="text/javascript" src="assets/js/counttimer.js"></script> -->
<style>
#stars {
display: block;
position: absolute;
width: 100%;
height: 16rem;
opacity: 0.6;
height: 500vh;
z-index: 1;
pointer-events: none;
}
#hacksrm {
text-align: center;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
h1 {
font-weight: normal;
}
li {
display: inline-block;
font-size: 1.5em;
list-style-type: none;
padding: 1em;
text-transform: uppercase;
}
li span {
display: block;
font-size: 4.5rem;
}
#Hack {
font-size: 13px;
margin-top: 70px;
}
</style>
<!-- Facebook Pixel Code -->
<script>
!function (f, b, e, v, n, t, s) {
if (f.fbq) return; n = f.fbq = function () {
n.callMethod ?
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};
if (!f._fbq) f._fbq = n; n.push = n; n.loaded = !0; n.version = '2.0';
n.queue = []; t = b.createElement(e); t.async = !0;
t.src = v; s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s)
}(window, document, 'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1337340196430149');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1337340196430149&ev=PageView&noscript=1" /></noscript>
<!-- End Facebook Pixel Code -->
</head>
<body id="myPage" data-spy="scroll" data-target=".navbar">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#myPage"></a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<img src="assets/images/logo.png" width="85" height="70" class="d-inline-block align-top" alt="">
<ul class="nav navbar-nav navbar-right">
<li><a href="#about">ABOUT</a></li>
<!--<li><a href="#FAQs">FAQs</a></li>-->
<li><a href="#SPONSORS">SPONSORS</a></li>
<li><a href="#ORGANIZERS">ORGANIZERS</a></li>
<li><a href="#contact">CONTACT</a></li>
</ul>
</div>
</div>
</nav>
<!-- ParticlesJs -->
<canvas id="stars" id="demo-canvas" ></canvas>
<div id="large-header" class="large-header">
<canvas id="demo-canvas" id="stars"></canvas>
</div>
<div class="jumbotron text-center">
<canvas id="stars"></canvas>
<div id="large-header" class="large-header">
<canvas id="demo-canvas"></canvas>
</div>
<div class="jumbotron text-center">
<img src="assets/images/logo.png" class="logo" />
<p>
<h3>KICKSTART | HACK | LEAD</h3>
</p>
<p>
<h3>SEPTEMBER 2019 | SRM AMARAVATI | NEXT TECH LAB AP</h3>
</p>
<p>
<center><a href="#"
style="text-decoration: none; color: inherit"><button type="button"
class="btn btn-success BTN-LG"><strike>REGISTER NOW</strike></button></center></a></center>
</p>
<!--==========================
Countdown Timer Section
============================-->
<ul id="Hack">
<li><span id="days"></span>days</li>
<li><span id="hours"></span>Hours</li>
<li><span id="minutes"></span>Minutes</li>
<li><span id="seconds"></span>Seconds</li>
</ul>
</div>
</div>
<!-- <h3>Registrations start on October 1, 2018</h3> -->
<!-- Container (About Section) -->
<div id="about" class="container-fluid bg-white" class="container-fluid text-center ">
<div class="row">
<div id="hacksrm">
<h2>About HackSRM </h2>
<h4>Welcome to HackSRM! HackSRM is a premium student led national level hackathon held in
India that aims to gather the great student minds under one roof and solve potential
real world problem through technology under 24 hours. We belong to the technological
hub of the country where marvels of innovation and creativity have always been
celebrated, HackSRM is one such celebration. HackSRM is a platform for young geniuses
to not only exercise their skills to the topmost level but also to build a better
tomorrow by ideating, constructing and innovating vast solutions.
</h4>
<h2>Why HackSRM </h2>
<h4>HackSRM is the perfect blend of imagination, novelty and fun. The 24 hour non-stop
technical festival will host an amazing panel of speakers, sponsors and swag ;). With
exciting goodies, you are destined to have a mindful of pure genius. If this is
your first ever hackathon, we will make sure you have an enriching and memorable
experience that you will cherish for days to come.
</h4>
<h4> So join us on this path of epicness! </h4>
</div>
</div>
</div>
<!--==========================
Schedule Section
============================-->
<div class="justify-content-center" class="container-fluid text-center" >
<section id="schedule" >
<div class="container wow fadeInUp" class="bgSchedule">
<div class="section-header">
<h2>Schedule</h2>
<p>Tentative hackathon schedule</p>
</div>
<div class="schedule23">
<ul class="nav nav-tabs" role="tablist" class="justify-content-center" >
<li class="nav-item"> <a class="nav-link active" href="#day-1" role="tab" data-toggle="tab" >Day 1</a>
</li>
<li class="nav-item"> <a class="nav-link" href="#day-2" role="tab" data-toggle="tab" >Day 2</a>
</li>
</ul>
</div>
<div class="tab-content row justify-content-center">
<!-- Schdule Day 1 -->
<div role="tabpanel" class="col-lg-9 tab-pane fade show active in" id="day-1">
<div class="row schedule-item">
<div class="col-md-2">
<time>10:00 AM - 12:00 PM</time>
</div>
<div class="col-md-10">
<div class="row">
<div class="col-2 schedule-item-icon"> <i class="material-icons md-54">how_to_reg</i>
</div>
<div class="col-12">
<h4>Registration</h4>
<p>On-site distribution of ID cards and food coupons to the registered teams.</p>
</div>
</div>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2">
<time>12:00 PM - 01:00 PM</time>
</div>
<div class="col-md-10">
<div class="row">
<div class="col-2 schedule-item-icon"> <i class="material-icons md-54">local_dining</i>
</div>
<div class="col-9 ">
<h4>Lunch</h4>
<p>Lunch catered by campus mess.</p>
</div>
</div>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2">
<time>01:00 PM Onwards</time>
</div>
<div class="col-md-10">
<div class="row">
<div class="col-2 schedule-item-icon"> <i class="material-icons md-54">event</i>
</div>
<div class="col-12">
<h4>Hackathon Begins</h4>
<p>Brief introduction about rules and regulations and start brainstorm, implement ideas, code the application.</p>
</div>
</div>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2">
<time>01:30 PM - 04:00 PM</time>
</div>
<div class="col-md-10">
<div class="row">
<div class="col-2 schedule-item-icon"> <i class="material-icons md-54">wb_incandescent</i>
</div>
<div class="col-9">
<h4>First Commit</h4>
<p>Hackers should submit their finalised idea and work for the rest of the hackathon.</p>
</div>
</div>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2">
<time>04:00 PM - 08:00 PM</time>
</div>
<div class="col-md-10">
<div class="row">
<div class="col-2 schedule-item-icon"> <i class="material-icons md-54">free_breakfast</i>
</div>
<div class="col-9">
<h4>Refreshments / Hack</h4>
<p>Snacks will be served and continue hacking.</p>
</div>
</div>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2">
<time>08:00 PM - 09:00 PM</time>
</div>
<div class="col-md-10">
<div class="row">
<div class="col-2 schedule-item-icon"> <i class="material-icons md-54">local_dining</i>
</div>
<div class="col-9 ">
<h4>Dinner</h4>
<p>Dinner catered by campus mess.</p>
</div>
</div>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2">
<time>09:00 PM - 02:00 AM</time>
</div>
<div class="col-md-10">
<div class="row">
<div class="col-2 schedule-item-icon"> <i class="material-icons md-54">music_note</i>
</div>
<div class="col-9">
<h4>Amusement Activities</h4>
<p>Work along with Games, Events and Snacks.</p>
</div>
</div>
</div>
</div>
</div>
<!-- End Schdule Day 1 -->
<!-- Schdule Day 2 -->
<div role="tabpanel" class="col-lg-9 tab-pane fade" id="day-2">
<div class="row schedule-item">
<div class="col-md-2">
<time>02:00 AM - 07:30 AM</time>
</div>
<div class="col-md-10">
<div class="row">
<div class="col-2 schedule-item-icon"> <i class="material-icons md-54">wb_incandescent</i>
</div>
<div class="col-9">
<h4>Second Commit</h4>
<p>Hackers are required to submit their performed code.</p>
</div>
</div>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2">
<time>07:30 AM - 08:30 AM</time>
</div>
<div class="col-md-10">
<div class="row">
<div class="col-2 schedule-item-icon"> <i class="material-icons md-54">free_breakfast</i>
</div>
<div class="col-9">
<h4>Breakfast</h4>
<p>Breakfast will be served by campus mess.</p>
</div>
</div>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2">
<time>08:30 AM - 09:30 AM</time>
</div>
<div class="col-md-10">
<div class="row">
<div class="col-2 schedule-item-icon"> <i class="material-icons md-54">assignment_turned_in</i>
</div>
<div class="col-9">
<h4>Evaluation</h4>
<p>Inspection by judges and teams are finalized.</p>
</div>
</div>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2">
<time>09:30 AM - 01:00 PM</time>
</div>
<div class="col-md-10">
<div class="row">
<div class="col-2 schedule-item-icon"> <i class="material-icons md-54">wb_incandescent</i>
</div>
<div class="col-9">
<h4>Final Commit</h4>
<p>Teams make it to the pitching round.</p>
</div>
</div>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2 time1">
<time>01:00 PM - 03:30 PM</time>
</div>
<div class="col-md-10">
<div class="row">
<div class="col-2 schedule-item-icon"> <i class="material-icons md-54">navigation</i>
</div>
<div class="col-9">
<h4>Pitch Up</h4>
<p>Pitching up ideas and each team is given 5 minutes to present.</p>
</div>
</div>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2">
<time>03:00 PM Onwards</time>
</div>
<div class="col-md-10">
<div class="row">
<div class="col-2 schedule-item-icon"> <i class="material-icons md-54">star</i>
</div>
<div class='col-9'>
<h4>Announcing Winners</h4>
<p>Announcement of winners for this hack.</p>
</div>
</div>
</div>
</div>
</div>
<!-- End Schdule Day 2 -->
</div>
</div>
</div>
</section>
</div>
<!-- #footer --> <a href="#" class="back-to-top"><i class="fa fa-angle-up"></i></a>
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
<div id="SPONSORS" class="container-fluid">
<div class="text-center">
<h2 style="font-size: 50 px">SPONSORS</h2>
<div class="row text-center slideanim">
<div class="col-sm-4">
<div class="thumbnail">
<a href="https://nimblebox.ai/">
<img src="assets/images/sponsors/nimblebox.png" alt="NimbleBox.ai" width="400"
height="300" align="left"></a>
<p><strong>NimbleBox.ai</strong></p>
<p></p>
</div>
</div>
<div class="row text-center slideanim">
<div class="col-sm-4">
<div class="thumbnail">
<a >
<img width="400"
height="300" align="left"></a>
<p><strong></strong></p>
<p></p>
</div>
</div>
<div class="row text-center slideanim">
<div class="col-sm-4">
<div class="thumbnail">
<a href="https://www.hackerearth.com/challenges/">
<img src="assets/images/sponsors/hackerearth.png" alt="HackerEarth" width="400"
height="300" align="left"></a>
<p><strong>HackerEarth</strong></p>
<p></p>
</div>
</div>
<div class="col-sm-4">
<div class="col-sm-4">
<div class="thumbnail">
<img src="" alt="" width="400" height="300">
<p><strong></strong></p>
<p></p>
</div>
</div>
</div>
</div>
</div>
<!-- Container (ORGANIZERS Section) -->
<div id="ORGANIZERS" class="container-fluid text-center " class="back">
<h2>About The Organizers</h2><br>
<h4>Organized by the students who have consistently conquered national and international
hackathons like HackMIT, HackIIITD, Hack Harvard, Playscape@Berkeley, HINT, IGDC by Kamk
University, Robotics Challenge at IIT Roorkee and countless more, are putting the
ingredients together to conduct this one of its kind event. Institutes like QS Silver
Awardee, Next Tech Lab, the ACM Student Chapter and Ennovab: Entrepreneurial Innovation
Lab,
powered by SCET, University of California, Berkeley are also actively involved to
realize the largest hackathon in the country.
</h4>
<h2>Organized By </h2><br>
<div class="row text-center slideanim">
<div class="col-sm-3"></div>
<div class="col-sm-3">
<div class="thumbnail">
<img src="assets/images/srml.png" alt="SRM University, AP"
style="height : 150px ; width : auto">
<p><strong>SRM University AP</strong></p>
</div>
</div>
<div class="col-sm-3" >
<div class="thumbnail">
<img src="assets/images/ntl.png" alt="Next Tech Lab AP" style="height : 140px ; width : auto">
<p><strong>Next Tech Lab</strong></p>
</div>
</div>
</div>
<div class="col-sm-3"></div>
<div class="col-sm-3"></div>
<h2>In Association With</h2><br>
<div class="row text-center slideanim">
<div class="row text-center slideanim">
<div class="col-sm-2">
<div class="thumbnail">
<img src="assets/images/IEEE-SRM.jpg" alt="Ieee SRM Student Chapter"
style="height : 150px ; width : auto">
<p><strong>IEEE Student Chapter</strong></p>
</div>
</div>
<div class="col-sm-2">
<div class="thumbnail">
<img src="assets/images/acm.png" alt="ACM Student Chapter"
style="height : 150px ; width : auto">
<p><strong>SRM University AP ACM Student Chapter</strong></p>
</div>
</div>
<div class="col-sm-2">
<div class="thumbnail">
<img src="assets/images/womensieee.png" alt="Ieee Womens"
style="height : 150px ; width : auto">
<p><strong>IEEE-WIE Student Chapter</strong></p>
</div>
</div>
<div class="col-md-2">
<div class="thumbnail">
<img src="assets/images/acmW.jpeg" alt="ACM Womens"
style="height : 150px ; width : auto">
<p><strong>ACM Women Chapter</strong></p>
</div>
</div>
<div class="col-sm-2">
<div class="thumbnail">
<img src="assets/images/srmmic.png" alt="SRM Mic"
style="height : 150px ; width : auto">
<p><strong>
<p>SRM Machine Intelligence Community</p>
</strong></p>
</div>
</div>
<div class="col-sm-2">
<div class="thumbnail">
<img src="assets/images/pydata.png" alt="Pydata Amaravati"
style="height : 150px ; width : auto">
<p><strong>
<p>PyData Amaravati</p>
</strong></p>
</div>
</div>
</div><br>
<!-- Container (Contact Section) -->
<div class="jumbotron" class="container-fluid bg-grey">
<div class="container-fluid bg-grey">
<h1><font color="black">Contact Us</font></h1>
<p><h2 class="glyphicon glyphicon-map-marker" color="black">SRM University, AP - Amaravati</h2></p>
<font color="black"><p class="glyphicon glyphicon-envelope">Email us : [email protected]</p></font>
<p><a href="tel:+916387088064" class="glyphicon glyphicon-phone" color="black">Call us : +916387088064</a></p>
</div>
</div>
<a href="#myPage" title="To Top">
<span class="glyphicon glyphicon-chevron-up" style="font-size:24px"></span>
</a>
</div>
<!--- Scripts --->
<script>
$(document).ready(function () {
$("a[href='#myPage']").each(function () {
$(this).click(function () {
$('html,body').animate({ scrollTop: 0 }, 900);
return false;
});
});
$(window).scroll(function () {
$(".slideanim").each(function () {
var pos = $(this).offset().top;
var winTop = $(window).scrollTop();
if (pos < winTop + 600) {
$(this).addClass("slide");
}
});
});
})
</script>
<script src="assets/js/particles.js"></script>
</html>