-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·503 lines (496 loc) · 22.1 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
<!DOCTYPE html>
<html>
<head>
<title>Hack-o-Preneur</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/css/bootstrap.min.css" integrity="sha384-Zug+QiDoJOrZ5t4lssLdxGhVrurbmBWopoEl+M6BdEfwnCJZtKxi1KgxUyJq13dy" crossorigin="anonymous">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/timeline.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link href="https://use.fontawesome.com/releases/v5.0.4/css/all.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Russo+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Audiowide" rel="stylesheet">
</head>
<body data-spy="scroll" data-target=".navbar-nav">
<header>
<nav class="navbar fixed-top navbar-expand-lg navbar-dark" id="gradient-navbar">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#head-panel">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about-panel">About</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="#timeline-panel">Schedule</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="#rules-panel">Rules</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#faq-panel">FAQs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#sponsor-panel">Sponsors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact-panel">Contact</a>
</li>
</ul>
</div>
</nav>
</header>
<main>
<div class="container-fluid">
<section id="head-panel" class="anchor-padding">
<div id="particles-js"></div>
<div class="row head-panel-logos">
<div class="col-md-2 offset-md-5">
<img src="images/hackiconwhite.png" id="hackLogo">
</div>
</div>
<div class="row head-panel-headings">
<div class="head-panel-title">
HACK-O-PRENEUR
</div>
<div class="head-panel-subtitle">
Supported by <a href="https://www.facebook.com/ieeecompsoc/" target="_blank" style="color: #006790">IEEE CS</a> and <a href="http://ecellmsit.in/" target="_blank" style="color: rgb(0, 128, 38)">eCell</a>, MSIT
</div>
</div>
<div class="row head-panel-dates">
17<sup>th</sup> - 18<sup>th</sup> February, 2018
<br>
<br>
<a href="https://www.google.com/maps/place/Hustle+Cowork+Delhi/" target="_blank" style="text-decoration: none; color: white; font-weight: normal">@ Hustle Cowork Delhi</a>
</div>
<div class="col-md-4 offset-md-4 col-xs-8 offset-xs-2 timer-wrapper">
<div class="head-panel-timer">
<p id="js-timer"></p>
</div>
</div>
<div class="row head-panel-register">
<button type="button" onclick="location.href='http://hacksociety.tech/attend/hackathon/36'" class="btn btn-success btn-lg">Register Now</button>
</div>
</section>
<section id="about-panel" class="about-parallax-window anchor-padding">
<div class="col-md-8 col-lg-8 col-sm-10 col-xs-12 offset-lg-2 offset-md-2 offset-sm-1 about-panel-darkerbg">
<div class="about-panel-title">
About Us
</div>
<div class="about-panel-desc">
<p>
It's said - "It takes two to Tango". And same applies to almost every solution. With this very thought, IEEE MSIT CS and eCell MSIT present before you <strong>Hack-o-Preneur</strong> 2018. A hackathon competition where the business model plays a crucial role for victory. And who else is more capable of judging you than some of the finest hackers and investors our country has! So, mark your weekend to code your idea, making it a business and pitch for it!
</p>
<p>
<strong>IEEE MSIT</strong> is a pragmatic society run by a young committee of extremely talented and diligent students of Maharaja Surajmal Institute of Technology. It provides a platform to impart knowledge on computers and technology through a variety of workshops, conferences and SIGs. Members are provided the privilege of interacting directly with experts from the industry and gain first hand experiences from them.
</p>
<p>
Motivated by the vision, an enthusiastic bunch of people at <strong>eCell</strong>, are working to induce an entrepreneurial mindset into the students and to air an innovative streak in them. We are here to support the aspiring entrepreneurs of the future and also to drive-in the real sense of ‘entrepreneurship’ in those, who are new to this entrancing word.
</p>
</div>
</div>
</section>
<!-- <section id="timeline-panel" class="anchor-padding">
<div id="timeline-panel-title">
Schedule
</div>
<div id="timeline">
<div class="timeline-item">
<div class="timeline-icon">
<i class="fab fa-wpforms"></i>
</div>
<div class="timeline-content">
<h2>17th Feb 9:00 AM - Registrations</h2>
</div>
</div>
<div class="timeline-item">
<div class="timeline-icon">
<i class="fas fa-tasks" style="left: 13px;"></i>
</div>
<div class="timeline-content right">
<h2>17th Feb 10:30 AM - Tracks Disclosed</h2>
</div>
</div>
<div class="timeline-item">
<div class="timeline-icon">
<i class="fas fa-desktop" style="left: 12px;"></i>
</div>
<div class="timeline-content">
<h2>17th Feb 11:00 AM - Hacking Begins</h2>
</div>
</div>
<div class="timeline-item">
<div class="timeline-icon">
<i class="fas fa-utensils"></i>
</div>
<div class="timeline-content right">
<h2>17th Feb 2:00 PM - Lunch</h2>
</div>
</div>
<div class="timeline-item">
<div class="timeline-icon">
<i class="fab fa-twitch"></i>
</div>
<div class="timeline-content">
<h2>17th Feb 7:00 PM - Flash Talks</h2>
</div>
</div>
<div class="timeline-item">
<div class="timeline-icon">
<i class="fas fa-utensils"></i>
</div>
<div class="timeline-content right">
<h2>17th Feb 8:30 PM - Dinner</h2>
</div>
</div>
<div class="timeline-item">
<div class="timeline-icon">
<i class="fas fa-utensils"></i>
</div>
<div class="timeline-content">
<h2>18th Feb 8:00 AM - Breakfast</h2>
</div>
</div>
<div class="timeline-item">
<div class="timeline-icon">
<i class="fas fa-utensils"></i>
</div>
<div class="timeline-content right">
<h2>18th Feb 2:00 PM - Lunch</h2>
</div>
</div>
<div class="timeline-item">
<div class="timeline-icon">
<i class="fab fa-slideshare" style="left: 13px;"></i>
</div>
<div class="timeline-content">
<h2>18th Feb 3:00 PM - Pitching/Presentation</h2>
</div>
</div>
<div class="timeline-item">
<div class="timeline-icon">
<i class="fas fa-trophy" style="left: 12px;"></i>
</div>
<div class="timeline-content right">
<h2>18th Feb 5:00 PM - Winners Declared</h2>
</div>
</div>
</div>
</section> -->
<section id="theme-panel" class="about-parallax-windo anchor-padding">
<div class="col-md-8 col-lg-8 col-sm-10 col-xs-12 offset-lg-2 offset-md-2 offset-sm-1 theme-panel-darkerbg">
<div class="theme-panel-title">
THEME: Fintech and Retail
</div>
<div class="theme-panel-desc">
<p>
The retail banking sector could lose up to 55% of its business to fintech firms if it does not up
the ante in terms of investment in digital transformation, according to a new study titled
‘Enterprise Digital Transformation: Evaluating Indian Enterprises’, brought out jointly by
research firm Frost & Sullivan and software lobby body, Nasscom.
The report, released this month, has compared Indian companies across sectors with their
global peers in terms of digital maturity, noting that much more needs to be done and
challenges such as non-uniform connectivity, scarcity of skilled personnel etc. need to be
tackled. So, hackers should come up with a hack that can provide solution to this real-world
problem.
</p>
</div>
</div>
</section>
<section id="rules-panel" class="anchor-padding">
<div class="rules-panel-title">
Rules
</div>
<div class="row rule">
<div class="col-lg-8 offset-lg-2 col-md-8 offset-md-2 col-sm-10 offset-sm-1 col-xs-12 rules-heading">
Team Size
</div>
<div class="col-lg-8 offset-lg-2 col-md-8 offset-md-2 col-sm-10 offset-sm-1 col-xs-12 rules-desc">
At max 4 members in a team. Lone wolves are welcome too, we might team you up during the hackathon.
</div>
</div>
<div class="row rule">
<div class="col-lg-8 offset-lg-2 col-md-8 offset-md-2 col-sm-10 offset-sm-1 col-xs-12 rules-heading">
Originality of Code
</div>
<div class="col-lg-8 offset-lg-2 col-md-8 offset-md-2 col-sm-10 offset-sm-1 col-xs-12 rules-desc">
Everyone starts coding at the same time and no one should come in and build on top of their existing projects.
Due attribution should be given to any kind of boilerplate code used.
</div>
</div>
<div class="row rule">
<div class="col-lg-8 offset-lg-2 col-md-8 offset-md-2 col-sm-10 offset-sm-1 col-xs-12 rules-heading">
Final Decision
</div>
<div class="col-lg-8 offset-lg-2 col-md-8 offset-md-2 col-sm-10 offset-sm-1 col-xs-12 rules-desc">
The ultimate decision regarding awards and prizes lies within the hands of jury.
The decision of organisers will be final and binding.
</div>
</div>
<div class="row rule">
<div class="col-lg-8 offset-lg-2 col-md-8 offset-md-2 col-sm-10 offset-sm-1 col-xs-12 rules-heading">
Equipment
</div>
<div class="col-lg-8 offset-lg-2 col-md-8 offset-md-2 col-sm-10 offset-sm-1 col-xs-12 rules-desc">
Participants have to bring their own laptops. Extension cords and LAN Cables for internet access will be provided.
</div>
</div>
</section>
<div class="section-design-green"></div>
<div class="section-design-blue"></div>
<section id="faq-panel" class="anchor-padding">
<div class="faq-panel-title">
FAQs
</div>
<div class="row faq-panel-content">
<div class="col-lg-4 offset-lg-1 col-md-4 offset-md-1 col-sm-10 offset-sm-1 col-xs-10 offset-xs-1">
<div id="accordion">
<div class="card faq-content-block">
<div class="card-header" id="headingOne">
<h5 class="mb-0">
<button class="btn btn-link" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Who can apply for this hackathon?
</button>
</h5>
</div>
<div id="collapseOne" class="collapse" aria-labelledby="headingOne" data-parent="#accordion">
<div class="card-body">
Anyone who is of the age 18 and above and is currently enrolled in a university can apply.
</div>
</div>
</div>
<div class="card faq-content-block">
<div class="card-header" id="headingTwo">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
What if I dont have a team?
</button>
</h5>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordion">
<div class="card-body">
If you don’t have a team now, we'll help you out building a team on the spot!
</div>
</div>
</div>
<div class="card faq-content-block">
<div class="card-header" id="headingThree">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
How many people per team?
</button>
</h5>
</div>
<div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#accordion">
<div class="card-body">
Maximum 4 students per team and they don’t have to be from the same college as yours. You may also hack solo if you wish.
</div>
</div>
</div>
<div class="card faq-content-block">
<div class="card-header" id="headingFour">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
Can I start working on my hack before the event?
</button>
</h5>
</div>
<div id="collapseFour" class="collapse" aria-labelledby="headingFour" data-parent="#accordion">
<div class="card-body">
No. In the interest of fairness, students should not be working on their projects before the hackathon begins and we do not allow participants to work on pre-existing projects. However, you can familiarize yourself with all the tools and technologies you intend to use beforehand!
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 offset-md-2 col-md-4 offset-md-2 col-sm-10 offset-sm-1 col-xs-10 offset-xs-1">
<div id="accoridionTwo">
<div class="card faq-content-block">
<div class="card-header" id="headingFive">
<h5 class="mb-0">
<button class="btn btn-link" data-toggle="collapse" data-target="#collapseFive" aria-expanded="true" aria-controls="collapseFive">
Should I bring extra hardware?
</button>
</h5>
</div>
<div id="collapseFive" class="collapse" aria-labelledby="headingFive" data-parent="#accoridionTwo">
<div class="card-body">
Yes, you may bring additional hardware if you have a project in mind that requires it.
</div>
</div>
</div>
<div class="card faq-content-block">
<div class="card-header" id="headingSix">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseSix" aria-expanded="false" aria-controls="collapseSix">
What if I'm new to programming?
</button>
</h5>
</div>
<div id="collapseSix" class="collapse" aria-labelledby="headingSix" data-parent="#accoridionTwo">
<div class="card-body">
That's totally ok! Hackathons are a great place to learn. We're going to have tutorials and mentors to support you during the event.
</div>
</div>
</div>
<div class="card faq-content-block">
<div class="card-header" id="headingSeven">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseSeven" aria-expanded="false" aria-controls="collapseSeven">
What if I've never been to a hackathon before?
</button>
</h5>
</div>
<div id="collapseSeven" class="collapse" aria-labelledby="headingSeven" data-parent="#accoridionTwo">
<div class="card-body">
Then you would be the one benifitting the most. Hackathons are a great place to learn and experiment. We'll be having mentors to guide you through your hack.
</div>
</div>
</div>
<div class="card faq-content-block">
<div class="card-header" id="headingEight">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseEight" aria-expanded="false" aria-controls="collapseEight">
The FAQ doesn't answer my question!!
</button>
</h5>
</div>
<div id="collapseEight" class="collapse" aria-labelledby="headingEight" data-parent="#accoridionTwo">
<div class="card-body">
Feel free to mail us day-or-night.
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="sponsor-panel" class="anchor-padding">
<div class="row sponsor-heading">
Sponsors
</div>
<div class="row sponsors-prime">
<div class="col-md-4 offset-lg-3 col-xs-12 col-lg-2 col-sm-4">
<a href="https://www.hustlecowork.com/" target="_blank">
<img src="images/hustle.png" class="img-responsive">
</a>
<br>
<span style="font-weight: bold">Venue Sponsor</span>
</div>
<div class="col-md-4 col-xs-12 col-lg-2 col-sm-4">
<a href="http://get.tech" target="_blank">
<img src="images/techLogo.png" class="img-responsive">
</a>
</div>
<div class="col-md-4 col-xs-12 col-lg-2 col-sm-4">
<a href="http://hacksociety.tech" target="_blank">
<img src="images/hackSocietyLogo.png">
</a>
</div>
</div>
<div class="row sponsors-prime">
<div class="col-md-4 offset-lg-3 col-xs-12 col-lg-2 col-sm-4">
<a href="https://aws.amazon.com/" target="_blank">
<img src="images/aws.png" class="img-responsive">
</a>
</div>
<div class="col-md-4 col-xs-12 col-lg-2 col-sm-4">
<a href="https://www.digitalocean.com/" target="_blank">
<img src="images/digitalocean.png" class="img-responsive">
</a>
</div>
<div class="col-md-4 col-xs-12 col-lg-2 col-sm-4">
<a href="https://www.oyorooms.com/?utm_campaign=Brand-Generic-Phrase/Exact&utm_device=c&utm_term=oyo%20rooms&utm_content=OYO20&utm_medium=cpc&utm_source=google&gclid=CjwKCAjw-NXPBRB4EiwAVNRLKo2T2qs3hLZGfTGjeu9dlxq76tpZ1eEgkGS0I6fnQKu4b6s1xoPS_RoCQkIQAvD_BwE" target="_blank">
<img src="images/oyo.png">
</a>
</div>
</div>
<div class="row sponsors-prime">
<div class="col-md-4 offset-lg-3 col-xs-12 col-lg-2 col-sm-4">
<a href="https://uploadcare.com/" target="_blank">
<img src="images/uploadcare.png" class="img-responsive">
</a>
</div>
<div class="col-md-4 col-xs-12 col-lg-2 col-sm-4">
<a href="http://www.advantedge.vc/" target="_blank">
<img src="images/advantedge.jpg" class="img-responsive">
</a>
</div>
<div class="col-md-4 col-xs-12 col-lg-2 col-sm-4">
<a href="https://temboo.com/" target="_blank">
<img src="images/temboo-logo.png">
</a>
</div>
</div>
<div class="row sponsors-prime">
<div class="col-md-4 offset-lg-5 col-xs-12 col-lg-2 col-sm-4">
<a href="https://wolfram.com/" target="_blank">
<img src="images/wolfram.png" class="img-responsive">
</a>
</div>
</div>
<h2 id="sponsors-media">Media Partners</h2>
<div class="row sponsors-prime">
<div class="col-md-2 col-xs-12 col-lg-2 col-sm-6">
<a href="https://www.womenwhocode.com/" target="_blank">
<img src="images/wwc.png" class="img-responsive">
</a>
</div>
<div class="col-md-2 col-xs-12 col-lg-2 col-sm-6">
<a href="https://www.duexpress.in/" target="_blank">
<img src="images/DUExpress_logo.png" class="img-responsive">
</a>
</div>
<div class="col-md-2 col-xs-12 col-lg-2 col-sm-6">
<a href="http://beingstudent.com/" target="_blank">
<img src="images/beingstudent.png" class="img-responsive">
</a>
<br>
Online Media Partner
</div>
</div>
</section>
<section id="contact-panel" class="anchor-padding">
<div class="contact-panel-title">
Contact
</div>
<div class="row contact-panel-content">
<div class="col-lg-5 offset-lg-1 col-md-5 offset-md-1 col-sm-10 offset-sm-1 col-xs-12 contact-panel-map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14005.744778354583!2d77.3018867!3d28.6466553!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390cfb44439d0189%3A0x51424ff7cdd60d3a!2sHustle+Cowork+Delhi!5e0!3m2!1sen!2sin!4v1517769360140" class="map" frameborder="0" allowfullscreen></iframe>
</div>
<div class="col-lg-4 offset-lg-1 col-md-4 offset-md-1 col-sm-10 offset-sm-1 col-xs-12 contact-panel-address">
<h1>Address</h1>
<p><span>Hustle Cowork Delhi</span></p>
<p>12, First Floor, Hargobind Enclave, Karkardooma, Hargobind Enclave, A G C R Enclave, Anand Vihar, New Delhi, Delhi 110092</p>
<!-- <br> -->
<!-- <h1>Contact</h1>
<p>+91-7838765583</p> -->
<!-- <br> -->
<h1>Email</h1>
<p>[email protected]</p>
</div>
</div>
</section>
</div>
</main>
<footer>
<div class="container-fluid footer-panel">
<p>Copyright © 2018, Hack-o-preneur <br><br> Designed and Developed by <a href="https://www.linkedin.com/in/sahilkhurana19/" target="_blank"> 🍺 Sahil Khurana</a> and <a href="https://github.com/ankushgarg1998" target="_blank"> ☕ Ankush Garg.</a></p>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="js/particles.min.js"></script>
<script src="https://cdn.jsdelivr.net/parallax.js/1.4.2/parallax.min.js"></script>
<script src="js/app.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/js/bootstrap.min.js" integrity="sha384-a5N7Y/aK3qNeh15eJKGWxsqtnX/wWdSZSKp+81YjTmS15nvnvxKHuzaWwXHDli+4" crossorigin="anonymous"></script>
</body>
</html>