-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.htm
491 lines (491 loc) · 30.2 KB
/
index.htm
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>gHack Hackathon 2015 - Build. Learn. Connect.</title>
<meta name="description" content="Get ready for a weekend full of building solutions to unique problems, learning new technologies, making friends and pushing yourself to your limits.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="assets/stylesheets/master.css">
</head>
<body>
<!-- Site -->
<div class="site">
<!-- Main -->
<div class="main">
<!-- Main Section -->
<div class="main-section section" data-section="true" id="main-section">
<!-- Hero -->
<div class="hero">
<!-- Header -->
<div class="header">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="clearfix">
<div class="brand-logo clearfix">
<a href="index.htm" class="animated zoomIn logo"><img src="assets/images/logo.png" class="img-responsive" alt="gHack"></a>
<div class="tagline animated slideInLeft">Hackers<br>Gonna<br>Hack.</div>
</div>
<!--Nav-Toggle-->
<a class="btn btn-default pull-right nav-toggle hidden-lg hidden-md"><i class="icon icon-reorder"></i></a>
<!--End: Nav-Toggle-->
<!-- Header Nav -->
<div class="header-nav pull-right animated slideInRight visible-lg visible-md">
<!-- Nav Main -->
<ul class="nav nav-main">
<li>
<a href="#main-section">Home</a>
</li>
<li>
<a href="#about-section">About</a>
</li>
<li>
<a href="#sponsors-section">Sponsors</a>
</li>
<li>
<a href="#schedule-section">Schedule</a>
</li>
<li>
<a href="#faq-section">FAQ</a>
</li>
<li>
<a href="#contact-section">Contact</a>
</li>
<li>
<a href="#">Blog</a>
</li>
</ul>
<!-- End: Nav Main -->
</div>
<!-- End: Header Nav -->
</div>
<!-- End: Row -->
</div>
<!-- End: Container -->
</div>
<!-- End: Header -->
<!-- Intro -->
<div class="intro">
<!-- Container -->
<div class="container">
<!-- Intro Box -->
<div class="intro-box">
<!-- Intro Main -->
<h1 class="intro-main animated fadeInUp">Build. Learn. Connect.</h1>
<!-- End: Intro Main -->
<!-- Intro Tagline -->
<h2 class="intro-tagline animated fadeInUp">Get ready for a weekend full of building solutions to unique problems, learning new technologies, making friends and pushing yourself to your limits. We’ll provide plenty of healthy food, awesome swag, and every other thing you need to keep yourself pumping. </h2>
<!-- End: Intro Tagline -->
<!-- Intro Dates -->
<div class="intro-dates animated fadeInUp">
MARCH 28TH - 29TH 2015, AHMEDABAD, GJ.
</div>
<!-- End: Intro Dates -->
<!-- Intro CTA -->
<div class="intro-cta animated fadeInUp">
<a href="#" class="btn btn-success btn-lg animated tada">Register Now</a>
</div>
<!-- End: Intro CTA -->
<!-- Intro Extra -->
<div class="intro-extra animated fadeInUp">
<a href="#sponsors-section" class="btn">Interested in Sponsoring?</a>
</div>
<!-- End: Intro Extra -->
</div>
<!-- End: Intro Box -->
</div>
<!-- End: Container -->
</div>
<!-- End: Intro -->
</div>
<!-- End: Hero -->
</div>
<!-- End: Main Section -->
<!-- About Section -->
<div class="about-section section" data-section="true" id="about-section">
<!-- Container -->
<div class="container">
<!-- Section Title -->
<h3 class="section-title">About</h3>
<p>
Hackathons are about coding together to solve real world problems. Students, Developers, Entrepreneurs, Designers and Idea generators will come together to build amazing applications, in an effort to create world a better place. Participants will spend 36 hours building a solution to a problem they really want to solve. gHack is a Student-Run College Hackathon, organized by the students of Ganpat University.
</p>
<!-- Section Title -->
<h3 class="section-title">Our Goal</h3>
<p>
Our goal is to get developers, designers and entrepreneurs come together, form connections and apply their skills to create something of value. By creating a makerspace, creators are engaged and are able to collaborate to create a solution, on which they would go on to build a company. The hackathon will be in an intellectually stimulating environment that will spur innovation and collaboration.
</p>
<!-- Section CTA -->
<div class="section-cta">
<p>Ready? Let’s Go!</p>
<a href="#" class="btn btn-success btn-lg">Register Now</a>
</div>
<!-- End: Section CTA -->
</div>
<!-- Container -->
</div>
<!-- Sponsors Section -->
<div class="sponsors-section section" data-section="true" id="sponsors-section">
<!-- Container -->
<div class="container">
<!-- Section Title -->
<h3 class="section-title">Sponsors</h3>
<!-- Sponsor List -->
<div class="sponsor-list row">
<div class="col-lg-2 col-md-2 col-sm-6 col-xs-12">
<a href="#" class="sponsor">
<img src="assets/images/sponsors/gnu.png" class="img-responsive" alt="sponsor">
</a>
</div>
</div>
<!-- End: Sponsor List -->
<!-- Section Title -->
<h3 class="section-title">Interested in Sponsoring?</h3>
<p>
Technology entreprenurship has taken a whole new meaning in the last 5 years amongst the Indian student community. Hackathons and incubators, provide these entrepreneurs the much needed support to come together and build an application or a company around it.
</p>
<!-- Section CTA -->
<div class="section-cta">
<p>Download the sponsorship proposal.</p>
<a href="https://db.tt/GHREH5N2" target="_blank" class="btn btn-success btn-lg">Download</a>
</div>
<!-- End: Section CTA -->
</div>
<!-- End: Container -->
</div>
<!-- End: Sponsors Section -->
<!-- Schedule Section -->
<div class="schedule-section section" data-section="true" id="schedule-section">
<!-- Container -->
<div class="container">
<!-- Section Title -->
<h3 class="section-title">Schedule</h3>
<!-- Schedule Tables -->
<div class="schedule-tables">
<!-- Row -->
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<!-- Schedule Day One -->
<div class="schedule-day-one schedule-table">
<!-- Schedule Heading -->
<h4 class="schedule-heading">Day 1 - Saturday, 28th March</h4>
<!-- Schedule Blocks -->
<div class="schedule-blocks">
<div class="schedule">
<span class="time">09:00 AM</span>
<span class="title">Registration Opens</span>
</div>
<div class="schedule">
<span class="time">09:30 AM</span>
<span class="title">Network and Breakfast</span>
</div>
<div class="schedule">
<span class="time">10:30 AM</span>
<span class="title">Opening Ceremonies and API Demos</span>
</div>
<div class="schedule">
<span class="time">12:00 PM</span>
<span class="title">Workshops</span>
</div>
<div class="schedule">
<span class="time">01:00 PM</span>
<span class="title">Lunch</span>
</div>
<div class="schedule">
<span class="time">02:00 PM</span>
<span class="title">Hacking Begins</span>
</div>
<div class="schedule">
<span class="time">05:00 PM</span>
<span class="title">Breakout Session</span>
</div>
<div class="schedule">
<span class="time">06:00 PM</span>
<span class="title">Hacking Continues</span>
</div>
<div class="schedule">
<span class="time">08:30 PM</span>
<span class="title">Dinner</span>
</div>
<div class="schedule">
<span class="time">09:30 PM</span>
<span class="title">Hacking Continues</span>
</div>
</div>
<!-- End: Schedule Blocks -->
</div>
<!-- End: Schedule Day One -->
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<!-- Schedule Day Two -->
<div class="schedule-day-two schedule-table">
<!-- Schedule Heading -->
<h4 class="schedule-heading">Day 2 - Sunday, 29th March</h4>
<!-- Schedule Blocks -->
<div class="schedule-blocks">
<div class="schedule">
<span class="time">12:00 AM</span>
<span class="title">Surprise Midnight Snacks</span>
</div>
<div class="schedule">
<span class="time">09:00 AM</span>
<span class="title">Breakfast</span>
</div>
<div class="schedule">
<span class="time">10:00 AM</span>
<span class="title">Sponsored Mini Games</span>
</div>
<div class="schedule">
<span class="time">10:30 AM</span>
<span class="title">Hacking Continues</span>
</div>
<div class="schedule">
<span class="time">01:00 PM</span>
<span class="title">Lunch</span>
</div>
<div class="schedule">
<span class="time">02:00 PM</span>
<span class="title">Team Updates and Hacking Begins</span>
</div>
<div class="schedule">
<span class="time">06:00 PM</span>
<span class="title">Hacking Ends Prepare for Demos</span>
</div>
<div class="schedule">
<span class="time">07:00 PM</span>
<span class="title">Demo Starts</span>
</div>
<div class="schedule">
<span class="time">08:30 PM</span>
<span class="title">Dinner</span>
</div>
<div class="schedule">
<span class="time">09:30 PM</span>
<span class="title">Closing Ceremony</span>
</div>
</div>
<!-- End: Schedule Blocks -->
</div>
<!-- End: Schedule Day Two -->
</div>
</div>
<!-- Row -->
</div>
<!-- End: Schedule Tables -->
<!-- Schedule Notice -->
<div class="schedule-notice">
Plethora of snacks, coffee & energy drinks will be available throughout the event. We’ve got you covered!
</div>
<!-- End: Schedule Notice -->
<!-- Venue Details -->
<div class="venue-details">
<!-- Row -->
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<!-- Venue Map -->
<div class="venue-map">
<a href="#">
<img src="assets/images/map.png" alt="Map" class="map img-responsive">
</a>
</div>
<!-- End: Venue Map -->
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<!-- Venue Address -->
<div class="venue-address">
<!-- Title -->
<h3 class="title">Venue</h3>
<!-- Address -->
<div class="address">
Block–A, 4th Floor, Ganesh Meridian,<br>
Opposite Kargil Petrol Pump,<br>
S.G. Highway, Ahmedabad.<br>
380061
</div>
<!-- Map Link -->
<a href="#" target="_blank" class="btn btn-default map-link"><i class="icon icon-map-marker icon-left"></i> View on Google Maps</a>
</div>
</div>
</div>
<!-- Row -->
</div>
<!-- End: Venue Details -->
</div>
<!-- End: Container -->
</div>
<!-- End: Schedule Section -->
<!-- FAQ Section -->
<div class="faq-section section" data-section="true" id="faq-section">
<!-- Container -->
<div class="container">
<!-- Section Title -->
<h3 class="section-title">FAQ</h3>
<!-- End: Section Title -->
<!-- FAQ List -->
<div class="faq-list">
<!-- Row -->
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingOne">
<h4 class="panel-title"><a data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">What’s the application process like?</a></h4>
</div>
<div id="collapseOne" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingOne">
<div class="panel-body">
We’re looking for creative and innovative people having a set of skills that can contribute to a project: mobile, web, design, or anything else really useful.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingTwo">
<h4 class="panel-title"><a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="true" aria-controls="collapseTwo">What do you mean by "HACK"?</a></h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
<div class="panel-body">
Don't worry. It's just a bunch of passionate and innovative people getting together to build things that solve problems. A hackathon is a way to get people together to make useful stuff.
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="panel-group" id="accordion-two" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingThree">
<h4 class="panel-title"><a data-toggle="collapse" data-parent="#accordion-two" href="#collapseThree" aria-expanded="true" aria-controls="collapseThree">Will I be charged?</a></h4>
</div>
<div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
<div class="panel-body">
<b>Nope</b>. gHack is completely FREE, including delicious food, drinks and swag :)
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingFour">
<h4 class="panel-title"><a data-toggle="collapse" data-parent="#accordion-two" href="#collapseFour" aria-expanded="true" aria-controls="collapseFour">What do I need to bring?</a></h4>
</div>
<div id="collapseFour" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingFour">
<div class="panel-body">
<b>Need</b>: A Laptop and charger. Mobile and charger. An extra t-shirt.
<br>
<b>Don’t need</b>: A pre-formed team, an idea for an app, food or drinks.
<br>
We'll provide you lots of healthy food and drinks to keep you supercharged! We'll also provide space to sleep or take a nap if you feel exhausted.
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End: Row -->
</div>
<!-- End: FAQ List -->
</div>
<!-- End: Container -->
</div>
<!-- End: FAQ Section -->
<!-- Contact Section -->
<div class="contact-section section" data-section="true" id="contact-section">
<!-- Container -->
<div class="container">
<!-- Section Title -->
<h3 class="section-title">Contact</h3>
<p class="section-notice">
Have Questions? Feel free to contact us using the form below. Your can also mail us directly at: <a href="mailto:[email protected]"><b>[email protected]</b></a>
</p>
<!-- Contact Area -->
<div class="contact-area">
<!-- Row -->
<div class="row">
<div class="col-lg-5 col-md-5 col-sm-12 col-xs-12">
<!-- Contact Form -->
<div class="contact-form">
<!-- Form -->
<form class="form" method="post">
<div class="form-group">
<label for="name">Name</label>
<input type="text" class="form-control input-lg" id="name" name="name" placeholder="Enter your name..." required="required">
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="email" class="form-control input-lg" id="email" name="email" placeholder="Enter your email..." required="required">
</div>
<div class="form-group">
<label for="subject">Subject</label>
<input type="text" class="form-control input-lg" id="subject" name="subject" placeholder="Enter the subject..." required="required">
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea class="form-control input-lg" id="message" rows="5" name="message" placeholder="Enter the message..." required="required"></textarea>
</div>
<div class="form-submit">
<input type="submit" value="Send" class="btn btn-lg btn-success">
</div>
</form>
<!-- End: Form -->
</div>
<!-- End: Contact Form -->
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
<!-- Social Links -->
<div class="social-links">
<!-- Title -->
<div class="title">Stay Updated</div>
<a href="http://facebook.com/hack.at.ghack" target="_blank" class="social-link facebook">
<i class="icon icon-facebook-square"></i>
Like us on Facebook
</a>
<a href="http://twitter.com/hack.at.ghack" target="_blank" class="social-link twitter">
<i class="icon icon-twitter"></i>
Follow us on Twitter
</a>
<a href="http://github.com/hackatghack" target="_blank" class="social-link github">
<i class="icon icon-github"></i>
Follow us on GitHub
</a>
<a href="tel:917600965334" target="_blank" class="social-link phone">
<i class="icon icon-phone-square"></i>
Call: +91-760-096-5334
</a>
</div>
<!-- End: Social Links -->
</div>
</div>
<!-- End: Row -->
</div>
<!-- End: Contact Area -->
</div>
<!-- End: Container -->
</div>
<!-- End: Contact Section -->
<!-- Footer -->
<div class="footer">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<div class="col-lg-2 col-md-2 col-sm-12 col-xs-12 pull-right">
<a href="#main-section" class="btn btn-block btn-link">Back to top</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
<a href="index.htm" class="copyright btn-block btn btn-link">gHack. 2015 - All rights reserved.</a>
</div>
</div>
<!-- End: Row -->
</div>
<!-- End: Container -->
</div>
<!-- End: Footer -->
</div>
<!-- End: Main -->
</div>
<!-- End: Site -->
<div class="overlay"></div>
<!-- Scripts -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="assets/javascripts/master.js"></script>
</body>
</html>