forked from Hackathon-Gcet/Hackathon-Gcet.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
497 lines (435 loc) · 21.7 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
<!--######################
Welcome to the source code
##########################-->
<!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="Galgotias Hackathon">
<meta name="author" content="Abhinav Tiwari">
<title>HackathonGCET'17</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="icon" href="img/hlogo.png" type="image/x-icon">
<link href="css/style.css" rel="stylesheet">
<link href="css/themify-icons.css" rel="stylesheet">
<link href='css/dosis-font.css' rel='stylesheet' type='text/css'>
<script src="https://use.fontawesome.com/bd118892ac.js"></script>
<!-- HTML5 shim and Respond.js for 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/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
.overlay {
background:transparent;
position:relative;
width:100%;
height:250px;
top:250px;
margin-top:-250px;
}
</style>
</head>
<body id="page-top" data-spy="scroll" data-target=".side-menu">
<nav class="side-menu">
<ul>
<li class="hidden active">
<a class="page-scroll" href="#page-top"></a>
</li>
<li>
<a href="#page-top" class="page-scroll">
<span class="menu-title">Home</span>
<span class="dot"></span>
</a>
</li>
<li>
<a href="#About" class="page-scroll">
<span class="menu-title">About</span>
<span class="dot"></span>
</a>
</li>
<li>
<a href="#Themes" class="page-scroll">
<span class="menu-title">Themes</span>
<span class="dot"></span>
</a>
</li>
<li>
<a href="#Sponsors" class="page-scroll">
<span class="menu-title">Sponsors</span>
<span class="dot"></span>
</a>
</li>
<li>
<a href="#Team" class="page-scroll">
<span class="menu-title">Team</span>
<span class="dot"></span>
</a>
</li>
<li>
<a href="#Contact" class="page-scroll">
<span class="menu-title">Contact</span>
<span class="dot"></span>
</a>
</li>
</ul>
</nav>
<div class="container-fluid">
<!-- Start: Header -->
<div class="row hero-header" style="background-color:#000" id="home">
<div class="col-md-7">
<img src="img/hack.png" class="img-responsive" width="400" height="100">
<h1><b>Attend the biggest coding marathon in Greater Noida, at</b></h1>
<h3>Galgotias College of Engineering and Technology, Greater Noida</h3>
<h3>14<sup>th</sup> & 15<sup>th</sup> April, 2017</h3>
<img style='cursor: pointer;' onclick='d=document.createElement("script");d.src="https://ticketing.eventshigh.com/ticketModal.jsp?eid=dfc98dd169b564ee8dac25ac547a18e0"; window.document.body.insertBefore(d, window.document.body.firstChild);' src='https://assets.eventshigh.com/eh_pay.png'>
<!-- <a href="#" class="btn btn-lg btn-red">View Rule Book<span class="ti-arrow-right"></span></a> -->
</div>
<div class="col-md-5 hidden-xs">
<img src="img/rocket.png" class="rocket animated bounce">
</div>
</div>
<!-- End: Header -->
</div>
<div class="container" id="About" >
<div class="page-hecontainer relative" style="margin-top:50px;margin-bottom:100px">
<h1 class=" section-title font-alt">
<center>About</center>
</h1>
<div class="section-text mb-50 mb-sm-20" style="margin-top:100px;margin-bottom:50px">
<div class="row">
<div class="col-md-12" style="font-size: 25px; font-weight:300; margin-bottom: 40px; padding: 50px">
For all creative community of Programmers, Designers & Developers, this hackathon is an 24 hours event to contrive team projects from scratch!! It is a test of not just your knowledge and skills, but also patience and perseverance. Your task is to present your creativity in the form of Mobile Applications, Websites or an IOT device. Come join us at GCET, and set your footprints against the odds.
</div>
</div>
</div>
<center>
<!-- <a href="https://goo.gl/forms/HoWXjHDZ7Pk3Sk2F3" class="btn btn-mod btn-medium btn-round" target="_blank">
<div class="btn-lg">Register Here<div>
</a>
-->
</center>
</div>
</div>
<!-- Start: Desc
<!-- <div class="row me-row content-ct">
<h2 class="row-title">Why This Event Is Super Cool?</h2>
<div class="col-md-4 feature">
<span class="ti-microphone"></span>
<h3>Mentorship</h3>
<p>To be a part of Greater Noida biggest Hackathon.Best in class expert speakers who have extensive knowledge of the topic. All speakers are curated by the panel of experts.</p>
</div>
<div class="col-md-4 feature">
<span class="ti-world"></span>
<h3>Developers Around You</h3>
<p>Meet the people around you attending this event. This will be the best opportunity to meet, greet & learn from them.</p>
</div>
<div class="col-md-4 feature">
<span class="ti-ticket"></span>
<h3>Food</h3>
<p>Delicious food and beverages. Limited tickets available with some awesome perks and goodies!</p>
</div>
</div>
-->
<div class="container" id="Themes" >
<div class="row me-row content-ct">
<h2 class="row-title">Themes</h2>
<div class="col-md-3 feature">
<img src="img/doctor.png" class="speaker-img">
<h3>Healthcare for the Elderly</h3>
</div>
<div class="col-md-3 feature">
<img src="img/gamepad.png" class="speaker-img">
<h3>Game Development</h3>
</div>
<div class="col-md-3 feature">
<!-- <span class="ti-world"></span> -->
<img src="img/girl.png" class="speaker-img">
<h3>Women Security</h3>
</div>
<div class="col-md-3 feature">
<img src="img/network.png" class="speaker-img">
<h3>Workplace Automation via IoT</h3>
</div>
<div class="col-md-4 col-md-offset-4 feature">
<img src="img/gift.png" width="200" height="200">
<br><br>
<p class="price"> Special Category</p>
<p>More themes will be declared on spot</p>
</div>
</div>
</div>
<!-- End: Desc -->
<!-- Start: Tickets -->
<div class="container-fluid tickets" id="Sponsors" >
<div class="row me-row content-ct">
<h2 class="row-title">Sponsors</h2>
<div class="img-responsive col-l-4 col-md-4 col-sm-6 col-md-offset-2">
<a href="http://www.codingblocks.com/" target="_blank"><img src="img/cblogo.png" height="150" width="300">
<h3>Coding Blocks</h3></a>
<p hidden class="price"> GeeksForGeeks </p>
<br>
<!-- <a hidden href="#" class="btn btn-lg btn-red">Buy <small>(6 remaining)</small></a> -->
</div>
<div class="img-responsive col-l-4 col-md-4 col-sm-6 ">
<a href="http://www.geeksforgeeks.org/" target="_blank"><img src="img/gfg3.png" height="150" width="350">
<h3>Geeks For Geeks</h3></a>
<p hidden class="price">Geeks For Geeks</p>
<br>
<!-- <a hidden href="#" class="btn btn-lg btn-red">Buy <small>(6 remaining)</small></a> -->
</div>
<div class="img-responsive col-l-4 col-md-4 col-sm-6 col-md-offset-2">
<a href="http://www.HackerEarth.com/" target="_blank"><img src="img/hackerearth.png" height="90" width="350">
<h3>HackerEarth</h3></a>
<p hidden class="price"> HackerEarth </p>
<br>
<!-- <a hidden href="#" class="btn btn-lg btn-red">Buy <small>(6 remaining)</small></a> -->
</div>
<div class="img-responsive col-l-4 col-md-4 col-sm-6">
<a href="http://www.HackerEarth.com/" target="_blank"><img src="img/msme.png" height="90" width="350">
<h3>MSME</h3></a>
<p hidden class="price"> Micro, Small and Medium Enterprises </p>
<br>
<!-- <a hidden href="#" class="btn btn-lg btn-red">Buy <small>(6 remaining)</small></a> -->
</div>
</div>
</div>
<!-- End: Tickets -->
<!--Start faqs -->
<section class="page-section bg-gray-lighter" id="">
<div class="container relative">
<h2 class="section-title font-alt align-left mb-70 mb-sm-40">
<strong>FAQs</strong>
</h2>
<div class="section-text mb-50 mb-sm-20">
<div class="row">
<div class="col-md-6">
<strong>What is a hackathon?</strong>
<br>
A hackathon is a marathon software and hardware product creation event in which you have to develop Applications or website on a given particular theme in a span of 24 Hours.
</div>
<div class="col-md-6">
<strong>I’ve never been to a hackathon and can I take part.</strong>
<br>
Have no fear it will be a fun learning experience! We will have beginner workshops held by Extreme Club on web design, mobile applications, backends, cloud content management, and more! Our goal is everyone should know how to present their ideas using coding skills.
</div>
</div>
<br>
<div class="row">
<div class="col-md-6">
<strong>Who can attend?</strong>
<br>
Any undergraduate or graduate student at any university in the world!
</div>
<div class="col-md-6">
<strong>What should I bring?</strong>
<br>
Bring your own College IDs, Laptops, chargers, wires, cameras, hardware or IoT devices along with your passion, ideas, skills and creativity.
</div>
</div>
<br>
<div class="row">
<div class="col-md-6">
<strong>Will this cost me money?</strong>
<br>
<strong>Yes</strong> But, We’ll provide all the food, swag, and fun times you need to have an amazing weekend.
</div>
<div class="col-md-6">
<strong>Is there a theme?</strong>
<br>
<strong>Yes!</strong>, there are few themes which are already announced and special themes will be announced at the event.
</div>
</div>
<br>
<div class="row">
<div class="col-md-6">
<strong>Can I use old code?</strong>
<br>
You may use all the publicly available code and APIs that you want .But your code, that will be judged at the end of the event, must be new.
</div>
<div class="col-md-6">
<strong>I still have more questions! </strong>
<br>
Feel free to write to us anytime at <a href="mailto: [email protected]" target="_blank">[email protected]</a>
<br>Contact : Ayush Jain <a href="tel:+918826947172" target="_blank">+91-8826947172</a><br>
<span style="margin-left:11.5%">Ayush Saluja <a href="tel:+919711811307" target="_blank">+91-9711811307</a></span>
</div>
</div>
<br>
</div>
</div>
</section>
<!--end faqs
-->
<!-- Start: Speakers -->
<div class="container">
<div class="row me-row content-ct speaker" id="Team">
<h2 class="row-title">Meet the Team</h2>
<div class="col-lg-3 col-md-3 col-sm-6 feature">
<img src="img/speaker-2.png" class="speaker-img">
<h3>Siffi Singh</h3>
<ul class="speaker-social">
<li><a href="https://www.facebook.com/siffi.singh" target="_blank"><span class="ti-facebook"></span></a></li>
<!-- <li><a href="#"><i class="fa fa-github" aria-hidden="true"></i></a></li> -->
<li><a href="https://www.linkedin.com/in/siffi-singh-298022b6/" target="_blank"><span class="ti-linkedin"></span></a></li>
</ul>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 feature">
<img src="img/speaker-1.png" class="speaker-img">
<h3>Abhinav Tiwari</h3>
<ul class="speaker-social">
<li><a href="https://www.facebook.com/Abhinav160294" target="_blank"><span class="ti-facebook"></span></a></li>
<!-- <li><a href="#"><span class="ti-twitter-alt"></span></a></li> -->
<li><a href="https://www.linkedin.com/in/abhinav-tiwari-a6829643/" target="_blank"><span class="ti-linkedin"></span></a></li>
</ul>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 feature">
<img src="img/speaker-3.png" class="speaker-img">
<h3>Ayush Jain</h3>
<ul class="speaker-social">
<li><a href="https://www.facebook.com/iamAyushJain" target="_blank"><span class="ti-facebook"></span></a></li>
<li><a href="https://www.linkedin.com/in/ayushjain2911/" target="_blank"><span class="ti-linkedin"></span></a></li>
</ul>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 feature">
<img src="img/speaker-4.png" class="speaker-img">
<h3>Diksha Mittal</h3>
<ul class="speaker-social">
<li><a href="https://www.facebook.com/diksha.mittal.376" target="_blank"><span class="ti-facebook"></span></a></li>
<!-- <li><a href="#"><span class="ti-twitter-alt"></span></a></li> -->
<li><a href="https://www.linkedin.com/in/diksha-mittal-b3a155104/" target="_blank"><span class="ti-linkedin"></span></a></li>
</ugl>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 feature">
<img src="img/speaker-5.png" class="speaker-img">
<h3>Ayush Saluja</h3>
<ul class="speaker-social">
<li><a href="https://www.facebook.com/ayush.saluja.96" target="_blank"><span class="ti-facebook"></span></a></li>
<!-- <li><a href="#"><span class="ti-twitter-alt"></span></a></li> -->
<li><a href="https://www.linkedin.com/in/ayush-saluja-99b970b1/" target="_blank"><span class="ti-linkedin"></span></a></li>
</ul>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 feature">
<img src="img/speaker-7.jpg" class="speaker-img">
<h3>Kartik Manas Srivastava</h3>
<ul class="speaker-social">
<li><a href="https://www.facebook.com/kartik.manassrivastava" target="_blank"><span class="ti-facebook"></span></a></li>
<!-- <li><a href="#"><span class="ti-twitter-alt"></span></a></li> -->
<li><a href="https://www.linkedin.com/in/kartik-srivastava-4571ab114/" target="_blank"><span class="ti-linkedin"></span></a></li>
</ul>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 feature">
<img src="img/arpit.png" class="speaker-img" >
<h3>Arpit Agarwal</h3>
<ul class="speaker-social">
<li><a href="https://www.facebook.com/a.arpit94" target="_blank"><span class="ti-facebook"></span></a></li>
<!-- <li><a href="#"><span class="ti-twitter-alt"></span></a></li> -->
<li><a href="https://www.linkedin.com/in/arpit-agarwal-059155ba/" target="_blank"><span class="ti-linkedin"></span></a></li>
</ul>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 feature">
<img src="img/sid.png" class="speaker-img">
<h3>Siddhant Dubey</h3>
<ul class="speaker-social">
<li><a href="https://www.facebook.com/siddhant.dubey.75" target="_blank"><span class="ti-facebook"></span></a></li>
<!-- <li><a href="#"><span class="ti-twitter-alt"></span></a></li> -->
<li><a href="https://www.linkedin.com/in/siddhant-dubey-1b824281/" target="_blank"><span class="ti-linkedin"></span></a></li>
</ul>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 feature">
<img src="img/saransh.png" class="speaker-img" >
<h3>Saransh Gupta</h3>
<ul class="speaker-social">
<li><a href="https://www.facebook.com/guptasaransh" target="_blank"><span class="ti-facebook"></span></a></li>
<!-- <li><a href="#"><span class="ti-twitter-alt"></span></a></li> -->
<li><a href="https://www.linkedin.com/in/saransh-gupta-601294a8/" target="_blank"><span class="ti-linkedin"></span></a></li>
</ul>
</div>
</div>
</div>
<!-- End: Speakers -->
<!-- Start: Footer -->
<div class="container-fluid footer" id="Contact">
<div class="row contact">
<form method="POST" action="https://formspree.io/[email protected]">
<div class="col-md-8 col-sm-12 col-lg-8 contact-form">
<h3 class="content-ct"> Contact Form</h3>
<form class="form-horizontal" data-toggle="validator" role="form">
<div class="form-group">
<label for="name" class="col-sm-3 control-label">Name<sup>*</sup></label>
<div class="col-sm-9">
<input type="text" class="form-control" id="name" placeholder="Your Name" required>
<div class="help-block with-errors pull-right"></div>
<span class="form-control-feedback" aria-hidden="true"></span>
</div>
</div>
<div class="form-group">
<label for="email" class="col-sm-3 control-label">Email<sup>*</sup></label>
<div class="col-sm-9">
<input type="email" class="form-control" id="email" placeholder="Your Email ID" required>
<div class="help-block with-errors pull-right"></div>
<span class="form-control-feedback" aria-hidden="true"></span>
</div>
</div>
<div class="form-group">
<label for="message" class="col-sm-3 control-label">Message<sup>*</sup></label>
<div class="col-sm-9">
<textarea id="message" class="form-control" rows="3" placeholder="Your Message" required ></textarea>
<div class="help-block with-errors pull-right"></div>
<span class="form-control-feedback" aria-hidden="true"></span>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-3 col-sm-9">
<button type="submit" id="submit" name="submit" class="btn btn-yellow pull-right">Send <span class="ti-arrow-right"></span></button>
</div>
</div>
</form>
</div>
<div class="col-lg-4 col-sm-12 col-md-4" style="position:relative;">
<h3> Find Us !</h3>
<div class="overlay" onClick="style.pointerEvents='none'"></div>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3507.7382741142455!2d77.4957632150787!3d28.45730508248726!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390cc1dcf44fdad9%3A0x45be14920ce4aafe!2sGalgotias+College+of+Engineering+and+Technology!5e0!3m2!1sen!2sin!4v1491288835691" width="100%" height="250" frameborder="0" style="border:none" allowfullscreen></iframe>
</div>
</div>
<div class="row footer-credit" style="position:relative;">
<div class="col-md-4">
<p>© 2017, <a href="#">hackathongcet.in</a> </p>
</div>
<div class="col-md-8" style="position:relative;display:inline;">
ACROSS THE WEB:
<a style="position:relative;display:inline;" href="https://www.facebook.com/gcetloop/" target="_blank">
<img src="img/fb.ico" alt="Facebook" height="35" title="Facebook" width="35">
</a>
<a href="mailto:[email protected]" target="_blank">
<img title="Google" alt="Google" src="img/gPlus.ico" width="35" height="35" />
</a>
<a href="https://www.instagram.com/gcetloop/" target="_blank">
<img title="Instagram" alt="Instagram" src="img/insta.png" width="35" height="35" />
</a>
</div>
</div>
</div>
<!-- End: Footer -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/scrolling-nav.js"></script>
<script src="js/validator.js"></script>
<!-- Google Analytics -->
<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-29231762-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>