forked from GeekHaven/prototypeiiita.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
555 lines (469 loc) · 25.9 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
<!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">
<meta name="description" content="">
<meta name="author" content="">
<meta property="og:url" content="http://geekhaven.iiita.ac.in/iiitahacks" />
<meta property="og:type" content="Hackathon" />
<meta property="og:title" content="IIITA Hacks" />
<meta property="og:description" content="The hackathon would inspire you to imagine, design, code and create. So it time to show the magic in your fingers and create the
project you have always thought of, or discussed with your friend on the late night intellectual tea breaks, or anything random which is too crazy to be ignored." />
<meta property="og:image" content="http://geekhaven.iiita.ac.in/iiitahacks/img/google.png" />
<title>IIITA Hacks</title>
<!-- Bootstrap Core CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/master/devicon.min.css">
<!-- Theme CSS -->
<link href="css/styles.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Alegreya+Sans:300|Josefin+Sans|Roboto:300,400|Open+Sans:300|Raleway:300" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Playfair+Display:700,900|Fira+Sans:400,400italic' rel='stylesheet' type='text/css'>
<!-- Resource style -->
<!-- Modernizr -->
<!-- HTML5 Shim and Respond.js 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/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" class="index">
<div id="fb-root"></div>
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.7";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<!-- Navigation -->
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top navbar-custom">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="#page-top">IIIT-A Hacks</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 navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li class="page-scroll">
<a href="#about">About</a>
</li>
<li class="page-scroll">
<a href="#timeline">Timeline</a>
</li>
<li class="page-scroll">
<a href="#apply">Apply</a>
</li>
<li class="page-scroll">
<a href="#team">Team</a>
</li>
<li class="">
<a href="projects/index.html">Projects</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="row">
<div class="col-lg-12">
<img class="img-responsive" id="profile" src="img/google.png" alt="">
<div class="intro-text">
<span class="name">IIITA Hacks </span>
<div class="sponsors"><span>- Presented by <em><b>GDG Allahabad</b></em> and <em><b>Geekhaven</b></em></span></div>
<br />
<div class="type-wrap">
<div id="typed-strings">
<p>code^300</p>
<p>build^300</p>
<p>hack^300</p>
<p>create^300</p>
<p>design^300</p>
<p>imagine^300</p>
<p>innovate^300</p>
<p>integrate^300</p>
</div>
<span id="typing"> Time to <span id="typed" style="white-space:pre;"></span> what you love</span>
</div>
</div>
</div>
</div>
</div>
</header>
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>About</h2>
<hr class="star-light">
</div>
</div>
<div class="row">
<div class="col-lg-4 col-lg-offset-2">
<p>Hackathon is an event, typically lasting several days, in which a large number of people meet to engage in collaborative computer programming. The concept of the hackathon was born out of the open source community.
</p>
</div>
<div class="col-lg-4">
<p>This time on popular demand IIIT-A is organising a mini hacakthon for its students, a 20 hour long event. The hackathon would inspire you to imagine, design, code and create. So it time to show the magic in your fingers and create
the project you have always thought of, or discussed with your friend on the late night intellectual tea breaks, or anything random which is too crazy to be ignored.</p>
</div>
<div class="col-lg-8 col-lg-offset-2 text-center">
<!-- Large modal -->
<div class="text-center">
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target=".bs-example-modal-lg">Freqently Asked Questions</button>
<div class="modal fade bs-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title">Freqently Asked Questions</h4>
</div>
<div class="modal-body">
<p class="ques"><b>What is IIIT-A Hacks ?</b></p>
<p class="ans">IIIT-A Hacks is an intra college Hackathon organized at the Indian Institute of Information Technology,Allahabad.</p>
<p class="ques"><b>Who runs IIIT-A Hacks ?</b></p>
<p class="ans">IIIT-A Hacks is organized by Geekhaven,Technical Society of IIIT-Allahabad.</p>
<hr>
<p class="ques"><b>How should i apply?</b></p>
<p class="ans">You can apply in a group of 1 to 3 if you are not a fresher. Freshers need to apply individually and will be alloted a team of seniors randomly to give you an idea on how things work.</p>
<p class="ques"><b>Who all can apply?</b></p>
<p class="ans">If you are currently a student of IIIT-A or IIIT-L or RGIIT you can apply for this event, mentioning your enrollment number.</p>
<p class="ques"><b>What do people normally make?</b></p>
<p class="ans">You can make anything you like. Most of the hacks revolve around web or phone apps, or working with hardware.</p>
<p class="ques"><b>How much does it cost to attend?</b></p>
<p class="ans">Zero.IIIT-A Hacks is free for everyone.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="cd-horizontal-timeline" id="timeline">
<div class="timeline">
<div class="events-wrapper">
<div class="events">
<ol>
<li><a href="#0" data-date="16/01/2014" class="selected">9 Sep 20:00</a></li>
<li><a href="#0" data-date="28/02/2014">10 Sep 20:30</a></li>
<li><a href="#0" data-date="20/04/2014">10 Sep 21:00</a></li>
<li><a href="#0" data-date="28/05/2014">11 Sep 06:00</a></li>
<li><a href="#0" data-date="09/07/2014">11 Sep 13:00</a></li>
<li><a href="#0" data-date="30/08/2014">11 Sep 13:30</a></li>
<li><a href="#0" data-date="15/09/2014">Results</a></li>
</ol>
<span class="filling-line" aria-hidden="true"></span>
</div>
<!-- .events -->
</div>
<!-- .events-wrapper -->
<ul class="cd-timeline-navigation">
<li><a href="#0" class="prev inactive">Prev</a></li>
<li><a href="#0" class="next">Next</a></li>
</ul>
<!-- .cd-timeline-navigation -->
</div>
<!-- .timeline -->
<div class="events-content">
<ol>
<li class="selected" data-date="16/01/2014">
<h3>Inaguaration</h3>
<em>September 10th 20:00</em>
<p>
Hackathon will be inaugurated at Computer centre 3 by Rahul Kala Sir and the hackathon team organisers. Hackers must report to Computer centre 3 before 9 PM, where they will be given the instructions to be followed during the 17 hour event.
</p>
</li>
<li data-date="28/02/2014">
<h3>Registration</h3>
<em>September 10th 20:30</em>
<p>
Registration will begin at 20:30. Participants are to form groups of 1-3 people. They are also asked to create Github repos before hand. Hackers will code for 15 hours, till noon the next day.
</p>
</li>
<li data-date="20/04/2014">
<h3>Hacking Starts</h3>
<em>September 10th 21:00</em>
<p>
The teams are to be seated at their allocated labs where they will work and rest during the event. All participants will recieve sufficient snacks and drinks to keep them going throughout the event. Incase of any sort of inconveniance, hackers can approach
the organisers at anytime during the event.
</p>
</li>
<li data-date="28/05/2014">
<h3>Mid-Term Evaluation</h3>
<em>September 11th 6:00</em>
<p>
Hackers will be asked to present the progress of their projects to the organisers at 6 AM. The idea of the project must be clear by this time. The progress till then should be pushed to respective github repos.
</p>
</li>
<li data-date="09/07/2014">
<h3>Project Finishes</h3>
<em>September 11th 13:00</em>
<p>
Hackers are to stop coding at 1 PM. They must Upload their finished projects to Github and submit the repo to the organiser before the final presentation.
</p>
</li>
<li data-date="30/08/2014">
<h3>Project Presentation </h3>
<em>September 11th 13:30</em>
<p>
Project presentation will take place inside the admin audi. Hackers will have to give a presentation on their projects as well as a live demo infront of a panel of judges.
</p>
</li>
<li data-date="15/09/2014">
<h3>Result Declaration</h3>
<br />
<p>
Results will be declared within a few days. The projects will be reviewed based on authenticity, creativity and real life applications.
</p>
</li>
</ol>
</div>
<!-- .events-content -->
</section>
<section id="apply">
<h2>Apply</h2>
<div style="text-align: center;">
<a href="https://docs.google.com/a/iiita.ac.in/forms/d/e/1FAIpQLSc1-5KJSpic7E4xz_Yn0Lh8H8Foc_BzGYPAL-JIHmryWLvV8g/viewform">
<button type="button" class="btn btn-info"> Undergrad freshman, Click Here <i class="fa fa-external-link" aria-hidden="true"></i></button>
</a>
<br />
<br />
<a href="https://docs.google.com/a/iiita.ac.in/forms/d/e/1FAIpQLSeGwRQefdZX4j0Rg3qIUTrt8Wf3XydQaOrAXi3eJps0H_jNJg/viewform">
<button type="button" class="btn btn-info"> Rest, Click here<i class="fa fa-external-link" aria-hidden="true"></i> or fill below </button>
</a>
</div>
<hr>
<div class="container form_google">
<iframe src="https://docs.google.com/a/iiita.ac.in/forms/d/e/1FAIpQLSeGwRQefdZX4j0Rg3qIUTrt8Wf3XydQaOrAXi3eJps0H_jNJg/viewform?embedded=true">Loading...</iframe>
</div>
</section>
<section id="team">
<div class="container wrapper">
<br />
<h2>Team</h2>
<hr>
<div class="pull-right">
<button class="btn btn-small btn-primary" data-toggle="portfilter" data-target="organisers" id="def" >
Head-Organiser
</button>
<button class="btn btn-small btn-primary" data-toggle="portfilter" data-target="members">
Organisers
</button>
<button class="btn btn-small btn-primary" data-toggle="portfilter" data-target="website">
Website
</button>
</div>
<div class="clearfix"></div>
<br />
<ul class="thumbnails gallery">
<li class="span3 clearfix" data-tag='organisers'>
<div class="thumbnail">
<div class="caption">
<span>Gautham Santhosh</span>
<a href="http://www.facebook.com/gauthamzz"><i class="fa fa-facebook-official fa-2x" aria-hidden="true"></i></a>
<a href="http://www.github.com/gauthamzz"><i class="fa fa-github fa-2x" aria-hidden="true"></i></a>
</div>
</div>
</li>
<li class="span3" data-tag='website'>
<div class="thumbnail">
<div class="caption">
<span>Diwakar Moturu</span>
<a href="https://www.facebook.com/magician03"><i class="fa fa-facebook-official fa-2x" aria-hidden="true"></i></a>
<a href="https://github.com/magician03"><i class="fa fa-github fa-2x" aria-hidden="true"></i></a>
</div>
</div>
</li>
<li class="span3" data-tag='website'>
<div class="thumbnail">
<div class="caption">
<span>Mubaris Hassan</span>
<a href="https://www.facebook.com/mubaris.hassan.7"><i class="fa fa-facebook-official fa-2x" aria-hidden="true"></i></a>
<a href="https://github.com/mubaris"><i class="fa fa-github fa-2x" aria-hidden="true"></i></a>
</div>
</div>
</li>
<li class="span3" data-tag='organisers'>
<div class="thumbnail">
<div class="caption">
<span>Abhishek Deora</span>
<a href="https://www.facebook.com/abhishek.deora.5"><i class="fa fa-facebook-official fa-2x" aria-hidden="true"></i></a>
<a href="https://github.com/adeora7"><i class="fa fa-github fa-2x" aria-hidden="true"></i></a>
</div>
</div>
</li>
<li class="span3" data-tag='organisers'>
<div class="thumbnail">
<div class="caption">
<span>Nikhil Ranjan</span>
<a href="https://www.facebook.com/"><i class="fa fa-facebook-official fa-2x" aria-hidden="true"></i></a>
<a href="https://github.com/"><i class="fa fa-github fa-2x" aria-hidden="true"></i></a>
</div>
</div>
</li>
<li class="span3 clearfix" data-tag='members'>
<div class="thumbnail">
<div class="caption">
<span>Faheem Hassan Zunjani</span>
<a href="https://facebook.com/faheemzunjani"><i class="fa fa-facebook-official fa-2x" aria-hidden="true"></i></a>
<a href="https://github.com/faheemzunjani"><i class="fa fa-github fa-2x" aria-hidden="true"></i></a>
</div>
</div>
</li>
<li class="span3" data-tag='members'>
<div class="thumbnail">
<div class="caption">
<span>Shubham padia</span>
<a href="https://facebook.com/padiashubham"><i class="fa fa-facebook-official fa-2x" aria-hidden="true"></i></a>
<a href="https://github.com/shubham-padia"><i class="fa fa-github fa-2x" aria-hidden="true"></i></a>
</div>
</div>
</li>
<li class="span3" data-tag='members'>
<div class="thumbnail">
<div class="caption">
<span>Abhinav Khare</span>
<a href="https://www.facebook.com/khareabhinav"><i class="fa fa-facebook-official fa-2x" aria-hidden="true"></i></a>
<a href="https://github.com/CosmicCoder96"><i class="fa fa-github fa-2x" aria-hidden="true"></i></a>
</div>
</div>
</li>
<li class="span3" data-tag='members'>
<div class="thumbnail">
<div class="caption">
<span>Sayantan Chatterjee</span>
<a href="https://facebook.com/sayantan.chatterjee3"><i class="fa fa-facebook-official fa-2x" aria-hidden="true"></i></a>
<a href="https://github.com/coderIlluminatus"><i class="fa fa-github fa-2x" aria-hidden="true"></i></a>
</div>
</div>
</li>
<li class="span3" data-tag='members'>
<div class="thumbnail">
<div class="caption">
<span>Neha kandpal</span>
<a href="https://www.facebook.com/neha.kandpal.3511"><i class="fa fa-facebook-official fa-2x" aria-hidden="true"></i></a>
<a href="https://github.com/"><i class="fa fa-github fa-2x" aria-hidden="true"></i></a>
</div>
</div>
</li>
<li class="span3" data-tag='members'>
<div class="thumbnail">
<div class="caption">
<span>Vishal Verma</span>
<a href="#"><i class="fa fa-facebook-official fa-2x" aria-hidden="true"></i></a>
<a href=""><i class="fa fa-github fa-2x" aria-hidden="true"></i></a>
</div>
</div>
</li>
</ul>
<div class="push"></div>
<br><br><br>
<center><a href="projects/index.html" title="Projects" class="btn btn-primary btn-lg">Projects</a></center>
</div>
</section>
<!-- Footer -->
<footer class="text-center">
<div class="footer-above">
<div class="container">
<div class="row">
<div class="footer-col col-md-6">
<ul class="list-inline">
<li>
<a href="https://github.com/GeekHaven" class="btn-social btn-outline"><i class="fa fa-fw fa-github"></i></a>
</li>
<li>
<a href="https://www.facebook.com/geekhaveniiita/" class="btn-social btn-outline"><i class="fa fa-fw fa-facebook"></i></a>
</li>
<li>
<a href="https://github.com/magician03/iiitaHacks" class="btn-social btn-outline"><i class="fa fa-fw fa-code-fork"></i></a>
</li>
</ul>
</div>
<div class="col-md-6">
<div class="fb-like" data-href="https://geekhaven.iiita.ac.in/iiitahacks/" data-width="250" data-layout="button_count" data-action="like" data-size="large" data-show-faces="true" data-share="true"></div>
</div>
</div>
</div>
</div>
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-lg-12">
Copyright © geekhaven 2016-17
</div>
</div>
</div>
</div>
</footer>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-top page-scroll hidden-sm hidden-xs hidden-lg hidden-md">
<a class="btn btn-primary" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- jQuery -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.js"></script>
<!--<script src="https://code.jquery.com/jquery-2.2.4.js" integrity="sha256-iT6Q9iMJYuQiMWNd9lDyBUStIq/8PuOW33aOqmvFpqI=" crossorigin="anonymous"></script>-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/1.1.4/typed.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-mobile/1.4.5/jquery.mobile.min.js"></script>
<script src="js/main.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'></script>
<!-- Theme JavaScript -->
<script src="js/scripts.min.js"></script>
<script src="js/bootstrap-portfilter.js"></script>
<script>
$(function() {
$("#def").click();
$("#typed").typed({
// strings: ["Typed.js is a <strong>jQuery</strong> plugin.", "It <em>types</em> out sentences.", "And then deletes them.", "Try it out!"],
stringsElement: $('#typed-strings'),
typeSpeed: 30,
backDelay: 500,
loop: true,
contentType: 'html', // or text
// defaults to false for infinite loop
loopCount: false,
callback: function() {
foo();
},
resetCallback: function() {
newTyped();
}
});
$(".reset").click(function() {
$("#typed").typed('reset');
});
});
function newTyped() { /* A new typed object */ }
function foo() {
console.log("Callback");
}
</script>
</body>
</html>