-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
485 lines (433 loc) · 25.6 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
<html prefix="og: http://ogp.me/ns#">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="InOut: NIT Surat presents Gujarat's First ever Hackathon"/>
<meta property="og:title" content="InOut | NIT Surat's foremost Hackathon">
<meta property="og:type" content="website">
<meta property="og:image" content="http://inout.webdevlabs.in/images/fb-icon.png">
<meta property="og:url" content="http://inout.webdevlabs.in">
<meta property="og:description" content="InOut is the first ever Hackathon of NIT Surat, characterized by remarkable rounds of intense coding and brainstorming!">
<meta name="keywords" content="InOut, InOut svnit, svnit surat, nit surat, hackathon, gujarat, technology, startups, innovation, hacks"/>
<meta name="author" content="WebDev Labs, NIT Surat" />
<meta http-equiv="cache-control" content="public" />
<meta http-equiv="expires" content="Thursday, 9 April 2015, 11:00:00 GMT" />
<title>InOut | NIT Surat's first ever Hackathon</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<link href="css/style.css" media="screen" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,800,300' rel='stylesheet' type='text/css'>
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="420">
<div id="particles-js">
</div>
<div class="wrapper" id="wrapper">
<nav class="navbar navbar-inverse navbar-fixed-top menu">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-logo" href="#"><img height= "60%" margin-top="3%" src="images/io.png"></a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="menuItem active">
<a href="#home" onclick="scrollToAnchor('#home')">Home</a>
</li>
<li class="menuItem">
<a href="#about" onclick="scrollToAnchor('#about')">About</a>
</li>
<li class="menuItem">
<a href="#faq" onclick="scrollToAnchor('#faq')">FAQ</a>
</li>
<li class="menuItem">
<a href="#schedule" onclick="scrollToAnchor('#schedule')">Schedule</a>
</li>
<li class="menuItem">
<a href="#sponsors" onclick="scrollToAnchor('#sponsors')">Sponsors</a>
</li>
<li class="menuItem">
<a href="#footer" onclick="scrollToAnchor('#footer')">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<header id="home">
<div class="banner row" id="banner">
<div class="col-xs-12 noPadd">
<div class="bannerPart">
<img class="bannerImg" height="100%" width="100%" src="images/1px.png">
</div>
</div>
</div>
<div class="bannerText container noselect" id="bannerContent">
<div id="io">
<img width="75%" id="logo" src="images/inout.png"/>
<h2>NIT Surat's first ever Hackathon<br>April 11th, 2015 @ SVNIT</h2>
</div>
<div id="social">
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ffacebook.com%2Finout.svnit&width&layout=button&action=like&show_faces=false&share=false&height=20&appId=349176421957919" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:20px;" allowTransparency="true" height="20" width="47"></iframe>
<iframe src="http://www.facebook.com/plugins/share_button.php?href=http%3A%2F%2Finout.webdevlabs.in&layout=button&appId=349176421957919" scrolling="no" frameborder="0" style="border:none; overflow:hidden;" allowTransparency="true" width="56" height="20"></iframe>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://inout.webdevlabs.in" data-text="InOut - NIT Surat's first ever Hackathon" data-via="inout_svnit" data-count="none" data-hashtags="InOut">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<a href="https://twitter.com/inout_svnit" class="twitter-follow-button" data-show-count="false" data-show-screen-name="false">Follow @inout_svnit</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</div>
<br>
<div class="noselect" id="registration">
<h3 class="regButton" id="regButtonHeader"><a href="http://inout.webdevlabs.in/accepted.pdf">Accepted Teams!</a></h3>
</div>
</div>
</header>
<section class="about" id="about">
<div class="container">
<div class="heading">
<h2>About</h2>
</div>
<div class="row">
<div class=" col-xs-12">
<h3>What's a hackathon?</h3>
<br>
<p>
A Hackathon is a collaboration of programmers and designers to code, design and build innovative solutions to real life problems, through extensive coding in a short time duration. Hackathons are great way to promote innovation among students by bringing in cutting-edge problem statements. See<a href="https://medium.com/hackathons-anonymous/wtf-is-a-hackathon-92668579601" target="_new"> this</a> for a good explanation.
<br><br>
Your only constraint is: You only have 24 hours.
<br><br>
</p>
<h3>NIT Surat's foremost Hackathon.</h3>
<br>
<p>Hackathons provide a venue for self-expression and creativity through technology. People with technical backgrounds come together, form teams around a problem or idea, and collaboratively code a unique solution from scratch - these generally take shape in the form of websites, mobile apps, and robots. So prepare yourself for a weekend filled with learning new technologies, building amazing products and making new friends all within the span of 24 hours.
<br><br>
</p>
<br>
<h3>Everyone is welcome.</h3>
<p>
Whether you're making your first website, hacking Oculus Rift to censor real world ads, or creating something fun; InOut is for you. We'll have great workshops, mentors, and more!
<br><br>
We will allow you to show your coding skills without getting worried about any mortal needs. We will take care of everything.
</p>
<br>
<!--<h3>Problem Statement/Theme to be uploaded soon!</h3>-->
<p>
</p>
</div>
</div>
</div>
</section>
<section class="schedule" id="schedule">
<div class="container">
<div class="heading">
<h2>Schedule</h2>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6" id="friday">
<div class="row">
<div class="col-xs-12 scheduleHead">
<h5>Saturday</h5>
</div>
<div class="row">
<div class="col-xs-12 col-sm-4">
<h3>10:00 AM</h3>
</div>
<div class="col-xs-12 col-sm-8">
<h5>Registration Opens @ Room No-604, New CRC</h5>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-4">
<h3>10:45 AM</h3>
</div>
<div class="col-xs-12 col-sm-8">
<h5>Tech Talk by netCORE</h5>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-4">
<h3>11:00 AM</h3>
</div>
<div class="col-xs-12 col-sm-8">
<h5>Kick-off</h5>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-4">
<h3>01:00 PM</h3>
</div>
<div class="col-xs-12 col-sm-8">
<h5>Lunch</h5>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-4">
<h3>04:45 PM</h3>
</div>
<div class="col-xs-12 col-sm-8">
<h5>Tech Talk by IEC</h5>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-4">
<h3>05:00 PM</h3>
</div>
<div class="col-xs-12 col-sm-8">
<h5>Snacks Break</h5>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-4">
<h3>09:00 PM</h3>
</div>
<div class="col-xs-12 col-sm-8">
<h5>Dinner</h5>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6" id="saturday">
<div class="row">
<div class="col-xs-12 scheduleHead">
<h5>Sunday</h5>
</div>
<div class="row">
<div class="col-xs-12 col-sm-4">
<h3>12:00 AM</h3>
</div>
<div class="col-xs-12 col-sm-8">
<h5>Midnight Snack Break</h5>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-4">
<h3>8:00 AM</h3>
</div>
<div class="col-xs-12 col-sm-8">
<h5>Breakfast</h5>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-4">
<h3>09:00 AM</h3>
</div>
<div class="col-xs-12 col-sm-8">
<h5>Judging</h5>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-4">
<h3>11:00 AM</h3>
</div>
<div class="col-xs-12 col-sm-8">
<h5>Closing Ceremony</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="faq" id="faq">
<div class="container">
<div class="heading">
<h2>FAQ</h2>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6">
<h3>What if I don't have a team or idea?</h3>
<p>
Don't worry! You still have time to find one. <a href="ttps://www.facebook.com/groups/888501741215303/" target="_new"> Check out our FB group!</a>
</p>
</div>
<div class="col-xs-12 col-sm-6">
<h3>What if I don't know how to code?</h3>
<p>
Whether you are a complete amateur eager to learn, or a designer who wants to get your head round development a little more, we will take you through step by step. We can help you to learn!
</p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6">
<h3>How much does it cost?</h3>
<p>
Registration Charges for SVNITians are INR 300 per team and INR 500 for others. We'll provide you with a weekend's worth of swag, meals, drinks, and snacks and a place to crash when you need a break from coding.
</p>
</div>
<div class="col-xs-12 col-sm-6">
<h3>Who can attend?</h3>
<p>
All the coolest people interested in tech will be there. Open to all! Any undergraduate and graduate student or Developers.
</p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6">
<h3>What's the application process like?</h3>
<p>
We're looking for creative and innovative people with a set of skills that can contribute to a project: mobile, web, hardware, design, or anything else really cool. We generally prefer people that have proven their abilities in previous projects, evident through Github links, project descriptions, or participation/awards in other hackathons.
<br><br>
</p>
</div>
<div class="col-xs-12 col-sm-6">
<h3>Once I get accepted, what do I need to bring?</h3>
<p>
Laptop and charger, cellphone and charger, extension, water-bottle, student ID/employee ID, a sleeping bag if needed and nerdy t-shirt!
</p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6">
<h3>How big can a team be?</h3>
<p>
This hackathon is strictly a team competition. No lone crusaders please. Max team size : 3 members.
</p>
</div>
<div class="col-xs-12 col-sm-6">
<h3>What can I build?</h3>
<p>
Pretty much anything you want. We will allow you to show your coding skills by giving a problem statement/theme.
</p>
</div>
</div>
</div>
</section>
<!--
<section class="why" id="why" style="background:rgb(25, 118, 210);padding-top:5%">
<div class="container">
<h3 class="center">Why Sponsor us?</h3>
<p class="jumbo">
Sponsoring is a great means to connect with some of the top students at the institute. Sponsorships give you incomparable access to the industry's top tech talent. Although students are free to create their own hacks, sponsors can influence them through branded prizes, API demos, swag, and tech talks. Participants come from top CS schools from around the country including many of the IITs and NITs. By sponsoring, you can get access to resumes and portfolios of over 150 students, showcase your API or product and see students make awesome hacks with them, and get beginners excited about programming by mentoring them.
</p>
</div>
</section>
-->
<section class="sponsors" id="sponsors">
<div class="container">
<div class="heading">
<h2>Sponsors</h2>
</div>
<div class="row center row-fluid" style="">
<div class="col-xs-6 col-md-4 vhelper" style="">
<a href="http://google.com/" target="_new">
<img width="80%" src="images/google.png"></img>
</a>
</div>
<div class="col-xs-6 col-md-4 vhelper" style="">
<a href="http://www.netcore.in/" target="_new">
<img width="70%" src="images/logo.jpg"></img>
</a>
</div>
<div class="col-xs-6 col-md-4 vhelper" style="">
<a href="http://ideaengine.club/" target="_new">
<img width="70%" src="images/iec.png"></img>
</a>
</div>
<div class="col-xs-6 col-md-4 vhelper" style="">
<a href="http://www.androcid.com/" target="_new">
<img width="70%" src="images/androcid.png"></img>
</a>
</div>
<div class="col-xs-6 col-md-4 vhelper" style="">
<a href="http://flatchat.com/" target="_new">
<img width="80%" src="images/fc.png"></img>
</a>
</div>
<div class="col-xs-6 col-md-4 vhelper" style="">
<a href="http://yelo.red/" target="_new">
<img width="70%" src="images/yelo.png"></img>
</a>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-xs-6">
<div class="heading">
<h2>Media Partner</h2>
</div>
<div class="row center row-fluid" style="">
<div class="vhelper" style="">
<a href="http://yourstory.com/" target="_new">
<img width="90%" src="images/ys.png"></img>
</a>
</div>
</div>
</div>
<div class="col-xs-6">
<div class="heading">
<h2>Online Partner</h2>
</div>
<div class="row center row-fluid" style="">
<div class="vhelper" style="">
<a href="http://buddybits.com/" target="_new">
<img width="40%" src="images/bb.png"></img>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="heading2">
<h2>Partners</h2>
</div>
<div class="row center row-fluid" style="">
<div class="col-xs-6 col-md-4 vhelper" style="">
<a href="https://www.facebook.com/ecell.svnit/" target="_new">
<img width="60%" src="images/ecell.png"></img>
</a>
</div>
<div class="col-xs-6 col-md-4 vhelper">
<a href="https://www.facebook.com/acmnitsurat" target="_new">
<img width="60%" src="images/acm.png"></img>
</a>
</div>
<div class="col-xs-6 col-md-4 vhelper">
<a href="http://svnit.ac.in" target="_new">
<img width="60%" src="images/iiicell.png"></img>
</a>
</div>
</div>
<div class="heading2">
<h2>Organized by</h2>
</div>
<!-- <hr> -->
<div class="row center row-fluid">
<div class="col-xs-6 col-md-4 vhelper">
<a href="https://www.facebook.com/webdevlabs/" target="_new">
<img width="100%" src="images/wdl.png"></img>
</a>
</div>
<div class="col-xs-6 col-md-4 vhelper">
<a href="https://www.facebook.com/gdgnitsurat/" target="_new">
<img width="100%" src="images/gdg.jpg"></img>
</a>
</div>
</div>
<hr>
<h3 class="center">Want to become a sponsor?<br>
Send us an email at <a href="mailto:inout@webdevlabs.in">inout@webdevlabs.in</a></h4>
</div>
</section>
<section class="footer" id="footer">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6">
<h5>© Powered by<a href="https://www.facebook.com/webdevlabs/" style="color:blue" target="_new">
WebDev Labs</a></h5>
</div>
<div class="col-xs-12 col-sm-6" id="footerRight">
<h5>Contact us at <a href="mailto:mail@webdevlabs.in" style="color:blue">mail@webdevlabs.in</a></h5>
</div>
</div>
</div>
</section>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script src="js/main.js"></script>
<script type='text/javascript' src='js/jquery.particleground.js'></script>
</body>
</html>