forked from HackInTheNorth/hackinthenorth.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
572 lines (521 loc) · 18.8 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Hack In The North</title>
<meta name="author" content="Geekhaven" />
<meta name="description" content="Hack In The North: India's biggest student held Hackathon" />
<meta name="keywords" content="IIIT-Allahabad, Hackathon" />
<meta name="Resource-type" content="Document" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="genericons/genericons.css">
<link rel="shortcut icon" href="favicon32.png" sizes="16x16" type="image/x-icon" />
<!--[if IE]-->
<!-- gh pages-->
<script type="text/javascript">
var console = { log: function() {} };
</script>
<!-- [endif] -->
<script src="js/jquery.js"></script>
<script src="js/materialize.js"></script>
<script type="text/javascript" src="js/isotope.pkgd.js"></script>
<script type="text/javascript" src="js/packery-mode.pkgd.js"></script>
<script type="text/javascript">
var showText = function (target, message, index, interval) {
if (index < message.length) {
$(target).append(message[index++]);
setTimeout(function () { showText(target, message, index, interval); }, interval);
}
}
$(window).load(function() {
$("#loader").fadeOut("slow");
setTimeout(function(){showText("#section0-name", "{ Hack in the North ", 0, 50);}, 800);
setTimeout(function(){showText("#section0-name-1", "}", 0, 50);}, 800);
});
$(document).ready(function() {
$('.collage').isotope({
itemSelector: '.coll-word',
layoutMode: 'packery',
transitionDuration: '1s',
stamp: '.stamp'
});
});
$(document).ready(function(){
$('.scrollspy').scrollSpy();
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-72748005-1', 'auto');
ga('send', 'pageview');
</script>
<style>
</style>
</head>
<body class="menu-push" style="position: static;">
<div id="curtains" class="hid">
</div>
<div id="loader">
</div>
<div id="menubtn">
<i></i>
<i></i>
<i></i>
</div>
<nav class="menu-right" id="menu">
<h3>Menu</h3>
<a data-menuanchor="home" title="home" href="#section_home"><b>Home</b></a>
<a data-menuanchor="about" href="#section_about"><b>About</b></a>
<a data-menuanchor="faq" href="#section_faq"><b>FAQ</b></a>
<a data-menuanchor="schedule" href="#section_schedule"><b>Schedule</b></a>
<a data-menuanchor="sponsors" href="#section_sponsors"><b>Sponsors</b></a>
<a data-menuanchor="contact" href="#section_contact"><b>Contact</b></a>
</nav>
<div id = "social-media-details">
<a class = "genericon genericon-facebook-alt" title = "follow us on Facebook!" href="https://www.facebook.com/HackInTheNorth/"></a>
<a class = "genericon genericon-mail" title = "send a mail!" href="mailto:[email protected]"></a>
</div>
<div id="display-content">
<div class="section scrollspy" id="section_home">
<a name="home"></a>
<div class="logos col-md-12 col-sm-12 col-lg-12">
<div class="row">
<div class="right-gap left-gap">
<div id="col-md-3 col-lg-3 col-sm-3">
<img id ="iiita-logo" src="images/iiita.jpg">
</div>
<div id="col-md-3 col-lg-3 col-sm-3">
<img id="f1-logo" src="images/f1.png">
</div>
<div id="col-md-3 col-lg-3 col-sm-3">
<img id="ras-logo" src="img/HE_logo.png">
- </div>
<center>
<div class="hitn-logo-date col-md-6 col-lg-6 col-sm-6">
<div>
<img id="hitn-logo" src="images/logo.png">
</div>
<center>
<div id="hitn-date"> April 1 - 3 At IIIT Allahabad </div>
</center>
</div>
</center>
</div>
</div>
</div>
</div>
<div class="scrollspy section " id="section_about">
<div class="container">
<div class="row header">
</div>
<a name="about" ></a>
<div class="row">
<h1>About Hack In The North</h1>
</div>
<div class="row">
<h2>Hackathons: what and why?</h2>
<hr>
<br>
<p>Hackathon is an event in which people gather together to create new and innovative solutions to real world problems using multiple technologies. <br>
The solutions range in platform and application, including elements of web development, mobile applications, drones, and more.
<br>Hackathon are one of the best ways to educate people about technology. Inexperienced hackers may often learn some new skills by participating in a hackathon.
</p>
</div>
<div class="row">
<h2>Hack In the North: What's different?</h2>
<hr>
<br>
<p>Hack In the North is one of the largest student-organized hackathons in India, aimed at the budding hackers who are yet to have a taste of production-oriented design environment.<br>
There will be food, Internet, guides, power and anything else that will be needed.<br>
Participants just need to do one thing: Brainstorm ideas and implement them.
</div>
<div class="row">
<div class="col-md-4 col-lg-4">
<div class="ab1">
<div class="icon2 icon-participants">
</div>
<div class="aboutdetails">
300 Hackers
</div>
</div>
</div>
<div class="col-md-4 col-lg-4">
<div class="ab2">
<div class="icon2 icon-clock">
</div>
<div class="aboutdetails">
36 Hours
</div>
</div>
</div>
<div class="col-md-4 col-lg-4">
<div class="ab3">
<div class="icon2 icon-prize">
</div>
<div class="aboutdetails">
Cash prize worth Rs 1,00,000 and lots of goodies
</div>
</div>
</div>
</div>
<div class="row footer">
</div>
<center>
<a href = "#" id="regBtn"><center>REGISTRATIONS CLOSED</center></a>
</center>
</div>
</div>
<div class="section scrollspy" id="section_faq">
<div class="container">
<div class="row header">
</div>
<a name="faq"></a>
<div class="row">
<br>
<br>
<h1>FAQ</h1>
<br>
<div class="col-md-6 col-lg-6">
<div class="left-gap right-gap">
<p class="lead"><strong>What is HackInTheNorth?</strong></p>
<blockquote>
<p> HackInTheNorth is the annual Hackathon organized at Indian Institute of Information Technology, Allahabad. It is one of the largest student-organized hackathons in India.</p>
</blockquote>
<br>
<p class="lead"><strong>Who runs the HackInTheNorth?</strong></p>
<blockquote>
<p> HackInTheNorth is run by Aparoksha Team and GeekHaven(Technical Society of IIIT Allahabad).</p>
</blockquote>
<br>
<p class="lead"><strong>Can we apply as a team?</strong></p>
<blockquote>
<p> Not quite — you and your intended teammates should all submit individual applications. But if you get an invitation and some of your teammates don’t, shoot us an email at [email protected] and we’ll try to sort things out.</p>
</blockquote>
<br>
<p class="lead"><strong>What should I bring?</strong></p>
<blockquote>
<p>We’ll send you a comprehensive list once it’s closer to showtime, but it’ll be basically what you’d need for any sleepover: laptop, charger, deodorant (!), change of clothes. You won’t need food or drinks; we’ve got you covered there.</p>
</blockquote>
<br>
<p class="lead"><strong>How and when will I hear back?</strong></p>
<blockquote>
<p>We’ll be releasing decisions weekly — if you’ve submitted your application by a Friday, you’ll be getting an email back by the next Friday!</p>
</blockquote>
<br>
<br>
<br>
<br>
<br>
</div>
</div>
<div class="col-md-6 col-lg-6">
<div class="left-gap right-gap">
<p class="lead"><strong>Who can apply?</strong></p>
<blockquote>
<p> If you’re enrolled in a high school, college, or university, or if you left school during the current school year, you’re good to go!</p>
</blockquote>
<br>
<p class="lead"><strong>What do people normally make?</strong></p>
<blockquote>
<p> You can make anything you like. Most of the hacks revolve around web or phone apps, or working with hardware.</p>
</blockquote>
<br>
<p class="lead"><strong>What are you looking for in an application?</strong></p>
<blockquote>
<p> Above anything else — passion. Tell us what you care about, what excites you. We want to know what’ll drive you to start and continue hacking, whether it’s your first time or your fifteenth. If there’s something about you that stands out from the “typical” hacker, we’d love to hear about that, too!</p>
</blockquote>
<br>
<p class="lead"><strong>How much does it cost to attend?</strong></p>
<blockquote>
<p> Zero. HackInTheNorth is free for everyone.</p>
</blockquote>
<br>
<p class="lead"><strong>Will you be offering travel reimbursements?</strong></p>
<blockquote>
<p> We would support you if you can't afford to travel to HackInTheNorth. Shoot us a mail if you need reimbursements.</p>
</blockquote>
<br>
<p class="lead"><strong>When are the applications closing?</strong></p>
<blockquote>
<p> Applications close on March 25! If you haven’t submitted by then, we’ll review whatever’s there.</p>
</blockquote>
<br><br><br><br><br>
</div>
</div>
</div>
</div>
</div>
<div class="section scrollspy" id="section_schedule">
<div class="container">
<div class="row header">
</div>
<a name="schedule"></a>
<div class="row">
<h1>Schedule</h1>
<center><h3> April 1 - 3 At IIIT Allahabad </h3></center>
<div class="col-lg-1 col-md-1 col-sm-1"></div>
<div class="col-lg-10 col-md-10 col-sm-10">
<ul class="cbp_tmtimeline">
<li>
<time class="cbp_tmtime" datetime="2016-03-10 19:00"><span>Friday</span> <span>19:00</span></time>
<div class="cbp_tmicon cbp_tmicon-phone"></div>
<div class="cbp_tmlabel">
<h2>Registration</h2>
<p>Upto 21:00</p>
</div>
</li>
<li>
<time class="cbp_tmtime" datetime="2016-03-10 21:00"><span>Friday</span> <span>21:00</span></time>
<div class="cbp_tmicon cbp_tmicon-screen"></div>
<div class="cbp_tmlabel">
<h2>Opening Ceremony</h2>
<p>At Main Auditorium</p>
<p>Upto 23:00</p>
</div>
</li>
<li>
<time class="cbp_tmtime" datetime="2016-03-10 23:00"><span>Friday</span> <span>23:00</span></time>
<div class="cbp_tmicon cbp_tmicon-mail"></div>
<div class="cbp_tmlabel">
<h2>Dinner</h2>
<p></p>
</div>
</li>
<li>
<time class="cbp_tmtime" datetime="2016-03-11 00:00"><span>Saturday</span> <span>00:00</span></time>
<div class="cbp_tmicon cbp_tmicon-phone"></div>
<div class="cbp_tmlabel">
<h2>Hacking Begins</h2>
<p></p>
</div>
</li>
<li>
<time class="cbp_tmtime" datetime="2016-03-11 08:00"><span>Saturday</span> <span>08:00</span></time>
<div class="cbp_tmicon cbp_tmicon-phone"></div>
<div class="cbp_tmlabel">
<h2>Breakfast</h2>
<p>Upto 10:00</p>
</div>
</li>
<li>
<time class="cbp_tmtime" datetime="2016-03-11 10:00"><span>Saturday</span> <span>10:00</span></time>
<div class="cbp_tmicon cbp_tmicon-earth"></div>
<div class="cbp_tmlabel">
<h2>Tech Talks</h2>
<p>Upto 21:00</p>
</div>
</li>
<li>
<time class="cbp_tmtime" datetime="2016-03-11 13:00"><span>Saturday</span> <span>13:00</span></time>
<div class="cbp_tmicon cbp_tmicon-earth"></div>
<div class="cbp_tmlabel">
<h2>Lunch</h2>
<p>Upto 15:00</p>
</div>
</li>
<li>
<time class="cbp_tmtime" datetime="2016-03-11 19:00"><span>Saturday</span> <span>19:00</span></time>
<div class="cbp_tmicon cbp_tmicon-earth"></div>
<div class="cbp_tmlabel">
<h2>Workshops / Fun Events</h2>
<p>Upto 22:00</p>
</div>
</li>
<li>
<time class="cbp_tmtime" datetime="2016-03-11 20:00"><span>Saturday</span> <span>20:00</span></time>
<div class="cbp_tmicon cbp_tmicon-earth"></div>
<div class="cbp_tmlabel">
<h2>Dinner</h2>
<p>Upto 21:00</p>
</div>
</li>
<li>
<time class="cbp_tmtime" datetime="2016-03-12 00:00"><span>Sunday</span> <span>00:00</span></time>
<div class="cbp_tmicon cbp_tmicon-earth"></div>
<div class="cbp_tmlabel">
<h2>Late Night Food</h2>
<p>Upto 01:00</p>
</div>
</li>
<li>
<time class="cbp_tmtime" datetime="2016-03-12 11:00"><span>Sunday</span> <span>11:00</span></time>
<div class="cbp_tmicon cbp_tmicon-earth"></div>
<div class="cbp_tmlabel">
<h2>Hacking Ends</h2>
<p></p>
</div>
</li>
<li>
<time class="cbp_tmtime" datetime="2016-03-12 12:00"><span>Sunday</span> <span>12:00</span></time>
<div class="cbp_tmicon cbp_tmicon-earth"></div>
<div class="cbp_tmlabel">
<h2>Hack Submission Deadline</h2>
<p></p>
</div>
</li>
<li>
<time class="cbp_tmtime" datetime="2016-03-12 12:00"><span>Sunday</span> <span>12:00</span></time>
<div class="cbp_tmicon cbp_tmicon-earth"></div>
<div class="cbp_tmlabel">
<h2>First Round Judging</h2>
<p>Upto 14:00</p>
</div>
</li>
<li>
<time class="cbp_tmtime" datetime="2016-03-12 14:00"><span>Sunday</span> <span>14:00</span></time>
<div class="cbp_tmicon cbp_tmicon-earth"></div>
<div class="cbp_tmlabel">
<h2>Final Round Demos</h2>
<p>Upto 14:30</p>
</div>
</li>
<li>
<time class="cbp_tmtime" datetime="2016-03-12 15:30"><span>Sunday</span> <span>15:30</span></time>
<div class="cbp_tmicon cbp_tmicon-earth"></div>
<div class="cbp_tmlabel">
<h2>Departure</h2>
<p>Upto 17:00</p>
</div>
</li>
</ul>
</div>
<div class="col-lg-1 col-md-1 col-sm-1"></div>
</div>
<div class="footer">
</div>
</div>
</div>
<div class="section scrollspy" id="section_sponsors">
<div class="row">
<br>
<br>
<br>
<a name="sponsors"></a>
<h1>Sponsors</h1>
<br>
<br>
<center><h3>Interested in becoming a sponsor? Contact here: <a href="mailto:[email protected]">[email protected]</a></h3></center>
<div class="sponsors">
<div class="row">
<!---center><img class = "img-size" src="images/logo_google.png"></center-->
</div>
<br>
<br>
<center><img class = "img-size" src="images/mozilla_wordmark.png"></center>
<center><img class = "img-size" src="img/hackerearth.png"></center>
<div class="row hide" >
<div class="col-lg-6 col-md-6 col-sm-6">
<center>
<img class = "img-size" src="images/mozilla_wordmark.png">
</center>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<center>
<img class = "img-size" src="images/logo_exotel.png">
</center>
</div>
</div>
<br>
<br>
</div>
</div>
</div>
<div class="section scrollspy" id="section_contact" >
<br>
<br>
<div class="container">
<div class="row">
<div class="col-md-12">
<center><h1>Have questions? Contact Us</h1></center>
</div>
</div>
<a name="contact"></a>
<br>
<br>
<div class="row">
<div class=" col-md-4">
<div class = "contact-details">
<div class="icon-mail icon tossing">
</div>
<div class="contact-details-address">
<br>
Address:
<br>
Indian Institute of Information Technology
<br>
Allahabad, Uttar Pradesh
<br>
211012
</div>
</div>
</div>
<div class=" col-md-4">
<div class = "contact-details ">
<div class="icon-call icon tossing">
</div>
<div class="contact-details-call">
<br><br>Contact Us: <br><a href="team page/team.html">Hack In The North Team</a><br>
</div>
</div>
</div>
<div class="col-md-4">
<div class = "contact-details">
<div class="icon-email icon tossing">
</div>
<div class="contact-details-email">
<br><br><br>Send us an Email at:<br> <a href="mailto:[email protected]">[email protected]</a><br>
</div>
</div>
</div>
</div>
<br>
<br>
<div class="row">
<div class="col-md-12">
<a data-toggle="tooltip" title="Get Directions To Us!!" href="https://www.google.com/maps/dir/Current+Location/IIIT-Allahabad">
<div class="hatch icon icon-pin">
</div>
</a>
</div>
</div>
<div class="row footer">
</div>
</div>
</div>
</div>
<script src="js/classie.js"></script>
<script>
var menu = document.getElementById( 'menu' ),
menubtn = document.getElementById( 'menubtn' ),
body = document.body,
content = document.getElementById('display-content');
menubtn.onclick = function() {
classie.toggle( this, 'on' );
classie.toggle( body, 'menu-push-toleft' );
classie.toggle( curtains, 'sho')
classie.toggle( menu, 'menu-open' );
};
content.onclick = function() {
if(classie.has(body, 'menu-push-toleft')) {
classie.toggle( menubtn, 'on' );
classie.toggle( body, 'menu-push-toleft' );
classie.toggle( curtains, 'sho')
classie.toggle( menu, 'menu-open' );
}
};
menu.onclick = function() {
if(classie.has(body, 'menu-push-toleft')) {
classie.toggle( menubtn, 'on' );
classie.toggle( body, 'menu-push-toleft' );
classie.toggle( curtains, 'sho')
classie.toggle( menu, 'menu-open' );
}
};
</script>
</body>
</html>