-
Notifications
You must be signed in to change notification settings - Fork 43
/
index.html
503 lines (445 loc) · 30.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 lang="en">
<head>
<meta charset="utf-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="LNMHacks is LNMIIT's all student run hackathon. The perfect event to meet fellow developers , designers and
ideators. Join the #Hacksquad on 11-12 November 2017" name="description">
<meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0" name="viewport">
<meta name="keywords" content="hackathon, india, college, hack, fest, Jaipur, lnmiit,lnmhack, lnmhacks , lnmiit hackathon,
mlh india, hackathon in india" />
<meta name="author" content="LNMHacks" />
<!-- Favicon Here -->
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="LNMHacks">
<meta itemprop="description" content="LNMHacks 2017 : Participate in India's one of the biggest hackathon run by students">
<meta itemprop="image" content="image/twitter.jpg">
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@lnmhacks">
<meta name="twitter:title" content="LNMHacks">
<meta name="twitter:description" content="LNMHacks 2017 : Participate in one of India's biggest hackathon run by students">
<meta name="twitter:creator" content="@lnmhacks">
<!-- Twitter summary card with large image must be at least 280x150px -->
<meta name="twitter:image:src" content="images/twitter.jpg">
<!-- Open Graph data -->
<meta property="og:title" content="LNMHacks 2017" />
<meta property="og:type" content="Website" />
<meta property="og:url" content="http://www.lnmhacks.com" />
<meta property="og:image" content="image/facebook.jpg" />
<meta property="og:description" content="LNMHacks 2017 : Participate in one of India's biggest hackathon run by students">
<meta property="og:site_name" content="LNMHacks 2017" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-56286897-5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-56286897-5');
</script>
<!-- Page styles -->
<link href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Titillium+Web" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="pk.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css">
<style type="text/css">
a:hover{
text-decoration: none;
}
</style>
<title>LNMHacks 2017</title>
</head>
<body>
<div class"lnmhacks-footer__mobile">
<a class="lnmhacks-link mdl-typography==font-light material-button material-button__dark mobile-link" href="https://lnmhacks2.hackerearth.com/" target="_blank" style=
"bottom:0px !Important; position:fixed; z-index:1100; width:100%; text-align:center; padding:0px; padding-top:20px; padding-bottom:20px;">REGISTER NOW</a>
</div>
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<!--=====================================
NAVIGATION
=====================================-->
<div class= "lnmhacks-header mdl-layout__header mdl-layout__header--waterfall">
<div class="mdl-layout__header-row">
<a class="lnmhacks-title mdl-layout-title" href="index.html#top"><img class="lnmhacks-logo-image" src="images/lnmhacks2.png">
</a>
<!-- Add spacer, to align navigation to the right in desktop -->
<div class="lnmhacks-header-spacer mdl-layout-spacer"></div>
<div class="lnmhacks-navigation-container">
<nav class="lnmhacks-navigation mdl-navigation">
<a class="mdl-navigation__link mdl-typography--text-uppercase" data-scroll="" href="index.html#about">
About</a>
<a class= "mdl-navigation__link mdl-typography--text-uppercase" data-scroll="" href="index.html#tracks">Tracks</a>
<a class="mdl-navigation__link mdl-typography--text-uppercase" data-scroll="" href="https://lnmhacks2.hackerearth.com/sprints/lnmhacks-20-1/faq/#faq" target="_blank">
Faq</a>
<a class= "mdl-navigation__link mdl-typography--text-uppercase" data-scroll="" href="index.html#gallery">Gallery</a>
<a class= "mdl-navigation__link mdl-typography--text-uppercase" data-scroll="" href="https://drive.google.com/file/d/0Bw3F3pEJQ5jXZWE0RGhaaFJTTGc/view" target="_blank">Sponsor Us</a>
</nav>
</div>
<span class="lnmhacks-mobile-title mdl-layout-title"><img class="lnmhacks-logo-image" src="images/lnmhacks2.png"></span>
</div>
</div>
<!--=====================================
END OF NAVIGATION
=====================================-->
<div class="lnmhacks-content mdl-layout__content">
<a id="top" name="top"></a>
<div class="lnmhacks-be-together-section mdl-typography--text-center">
<div>
<img src="images/lhlogo.png" style="width: 600px;margin-left: -50px;margin-top: 40px;">
</div>
<div class='content' style="margin-top:40px;">
<div class='visible'>
<p style="color: black; opacity: 1;"><i>Join the</i></p>
<ul>
<li><i>Developers</i></li>
<li><i>Designers</i></li>
<li><i>Thinkers</i></li>
<li><i>#HACKSQUAD</i></li>
</ul>
</div>
</div>
<div class="logo-font lnmhacks-sub-slogan scrollr-0" style="font-family: 'Titillium Web', sans-serif; font-weight:light; color:#282045;">
November 11-12 | Jaipur
</div>
<div class="logo-font" style="color:#282246; margin-top:50px;">
<a href="https://lnmhacks2.hackerearth.com/" target="_blank"><button type="button" class="btn btn-primary btn-lg" style="cursor:pointer; background-color: #4285f4;padding: 12px 25px;"><span style="font-size: 1.11em;">REGISTER NOW</span></button></a>
</div>
</div>
<!--=====================================
Tracks
=====================================-->
<div class="lnmhacks-wear-section">
<div class="lnmhacks-wear-band">
<div class="lnmhacks-wear-band-text">
<div class="pk-light-font pk-text-style head-text" id="tracks">
Tracks
</div>
<p class="mdl-typography--headline mdl-typography--font-thin pk-text-style">
We're rolling out more tracks soon.
</p>
<div class="row">
<div class="col-sm-2">
<img alt="Internet of Things" border="0" src="images/tracks/iot.png" width="175">
</div>
<div class="col-sm-2">
<img alt="FinTech" border="0" src="images/tracks/fintech.png" width="175">
</div>
<div class="col-sm-2">
<img alt="Retail" border="0" src="images/tracks/retail.png" width="175">
</div>
<div class="col-sm-2">
<img alt="Machine Learning" border="0" src="images/tracks/ml.png" width="175">
</div>
<div class="col-sm-2">
<img alt="Computer Vision" border="0" src="images/tracks/cv.png" width="175">
</div>
<div class="col-sm-2">
<img alt="End Tech" border="0" src="images/tracks/edtech.png" width="175">
</div>
</div>
</div>
</div>
</div>
<!--=====================================
END OF Tracks
=====================================-->
<!--=====================================
Custom Section
=====================================-->
<div class="lnmhacks-customized-section smoothScroll">
<div class="lnmhacks-customized-section-image">
<div class="lnmhacks-customized-section-text">
<div class="pk-light-font head-text" style="color: #fff; font-weight: bold;">
Make Things and Break Things
</div>
<p class="pk-light-font base-text pk-text-style" style="color: #fff; opacity:1;">
Whether a web app or a mobile app or just some random thought that could possibly solve a real world problem , we're excited to see what you make and how you make. You can create the next big tech thing in the world. The winners will have a chance to become a part of the
<span style="font-family:'Tillitium',sans-serif; color:#f44645;">
<i>#HACKSQUAD</i>
</span>
<br>
<br>
</p>
<p class= "pk-light-font base-text pk-text-style" style="margin-top:180px; color: #fff; opacity:1; font-size:1.0em;">
</p>
<br>
<br>
</div>
</div>
</div>
<!--=====================================
END of Custom Section
=====================================-->
<!--=====================================
Sponsor of 2.0
=====================================-->
<div class="lnmhacks-customized-section smoothScroll" style="margin-bottom:40px;">
<div class="lnmhacks-sponsors-section-image">
<div class="lnmhacks-customized-section-text">
<div class="pk-light-font pk-text-style head-text" style="margin-bottom: 40px;">
Sponsors
</div>
<!--=====================================
Clubs Partipating
=====================================-->
<div class="row">
<div class="col-sm-3">
<a href="https://about.gitlab.com/" target="_blank"><img alt="Gitlab" border="0" src="images/sponsors/gitlab.png" width="140" height="150"></a>
</div>
<div class="col-sm-3">
<a href="https://www.hackerearth.com/" target="_blank"><img alt="HackerEarth" border="0" src="images/sponsors/hackerearth.png" width="225" height="50" style="margin-top: 60px;"></a>
</div>
<div class="col-sm-3">
<a href="https://github.com/" target="_blank"><img alt="Github" border="0" src="images/sponsors/github.png" width="175" height="80" style="margin-top: 40px;"></a>
</div>
<div class="col-sm-3">
<a href="https://balsamiq.com/" target="_blank"><img alt="Balsamiq" border="0" src="images/sponsors/balsamiq.png" width="175" height="120" style="margin-top: 40px;"></a>
</div>
<div class="col-sm-3">
<a href="http://radix.co.in/" target="_blank"><img alt="Radix" border="0" src="images/sponsors/tech.png" width="225" height="125" style="margin-top: 40px;"></a>
</div>
<div class="col-sm-3">
<a href="https://www.kaggle.com/" target="_blank"><img alt="Kaggle" border="0" src="images/sponsors/kaggle.png" width="175" height="70" style="margin-top: 60px;"></a>
</div>
<div class="col-sm-3">
<a href="https://www.digitalocean.com/" target="_blank"><img alt="DigitalOcean" border="0" src="images/sponsors/digital.png" width="150" height="125" style="margin-top: 30px;"></a>
</div>
<div class="col-sm-3">
<a href="https://www.twilio.com/" target="_blank"><img alt="Twilio" border="0" src="images/sponsors/twilio.png" width="150" height="60" style="margin-top: 40px;"></a>
</div>
<div class="col-sm-3">
<a href="https://www.stickermule.com" target="_blank"><img alt="StickerMule" border="0"
src="images/sponsors/stickermule.png" width="200" height="115" style="margin-top: 20px;"></a>
</div>
<div class="col-sm-3">
<a href="https://frapp.in/" target="_blank"><img alt="Frapp" border="0" src="images/sponsors/frapp.png" width="225" height="100" style="margin-top: 40px;"></a>
</div>
<div class="col-sm-3">
<a href="http://startupoasis.in/" target="_blank"><img alt="StartupOasis" border="0" src="images/sponsors/startup.png" width="175" height="80" style="margin-top: 40px;"></a>
</div>
<div class="col-sm-3">
<a href="http://eatmynews.com/" target="_blank"><img alt="Eat My News" border="0" src="images/sponsors/eatmynews.png" width="175" height="100" style="margin-top: 40px;"></a>
</div>
<div class="col-sm-3">
<a href="http://dubeat.com/" target="_blank"><img alt="Du beat" border="0" src="images/sponsors/dub.png" width="175" height="100" style="margin-top: 40px;"></a>
</div>
<div class="col-sm-3">
<a href="https://challengerocket.com/" target="_blank"><img alt="challenge rocket" border="0" src="images/sponsors/cr.png" width="225" height="75" style="margin-top: 60px;"></a>
</div>
<div class="col-sm-3">
<a href="https://www.heroku.com/" target="_blank"><img alt="Heroku" border="0" src="images/sponsors/heroku.png" width="70" height="80" style="margin-top: 60px;"></a>
</div>
</div>
</div>
</div>
</div>
<!--=====================================
End of Sponsor of 2.0
=====================================-->
<!--=====================================
Powered BY
=====================================-->
<div class="lnmhacks-customized-section smoothScroll">
<div class="lnmhacks-sponsors-section-image">
<div class="lnmhacks-customized-section-text">
<div class="pk-light-font pk-text-style head-text" style="margin-bottom: 20px">
Powered By
</div>
<!--=====================================
Clubs Partipating
=====================================-->
<div class="row">
<div class="col-sm-3">
<img alt="Cybros" border="0" src="images/clubs/cybros.png" width="200">
</div>
<div class="col-sm-3">
<img alt="IEEE" border="0" src="images/clubs/ieee.png" width="200">
</div>
<div class="col-sm-3">
<img alt="IIC" border="0" src="images/clubs/iic.png" width="200">
</div>
<div class="col-sm-3">
<img alt="Phoenix" border="0" src="images/clubs/phoenix.png" width="200">
</div>
</div>
</div>
</div>
</div>
<!--=====================================
End of Powered By
=====================================-->
<!--=====================================
Community Parter Section
=====================================-->
<div class="lnmhacks-customized-section smoothScroll">
<div class="lnmhacks-sponsors-section-image">
<div class="lnmhacks-customized-section-text">
<div class="pk-light-font pk-text-style head-text" style="margin-bottom: 20px">
Community Partners
</div>
<!--=====================================
Clubs Partipating
=====================================-->
<div class="row">
<div class="col-sm-3">
<img alt="mozilla" border="0" src="images/community/mozilla.png" width="170" height="160" style="margin-bottom: 40px;">
</div>
<div class="col-sm-3">
<img alt="CSI" border="0" src="images/community/csi.png" width="125" style="margin-bottom: 40px;">
</div>
<div class="col-sm-3">
<img alt="WIE" border="0" src="images/community/wie.png" width="150" style="margin-bottom: 40px;">
</div>
<div class="col-sm-3">
<img alt="Women Who Code" border="0" src="images/community/wwcd.jpg" width="180" height="160" style="margin-bottom: 40px;">
</div>
</div>
</div>
</div>
</div>
<!--=====================================
End of Community Parter Section
=====================================-->
<!--=====================================
GALLERY SECTION
=====================================-->
<div class="lnmhacks-customized-section-text smoothScroll" style="margin-bottom: 40px;">
<div class="pk-light-font pk-text-style head-text">
Gallery
</div>
</div>
<div class="row" id="gallery">
<div class="col-sm-2">
</div>
<div id="carouselExampleIndicators" class="carousel slide col-sm-8" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<img class="d-block img-fluid" src="images/gallery/1.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block img-fluid" src="images/gallery/2.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block img-fluid" src="images/gallery/3.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block img-fluid" src="images/gallery/4.jpg" alt="Fourth slide">
</div>
<div class="carousel-item">
<img class="d-block img-fluid" src="images/gallery/5.jpg" alt="Fifth slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="col-sm-2">
</div>
</div>
<!--=====================================
END OF GALLERY SECTION
=====================================-->
<!--=====================================
END of Sponsors
=====================================-->
<p class="pk-light-font base-text" style="margin-bottom: -40px; margin-top: 40px;">Interested in sponsoring us?
<br>
<br>
Mail us at: <a class="lnmhacks-link pk-light-font"
href="mailto:sponsors@lnmhacks.com?subject=Sponsorship%20proposal" target="_blank">sponsors@lnmhacks.com
</a>
</p>
<!--=====================================
MAP SECTION
=====================================-->
<div class="lnmhacks-customized-section smoothScroll">
<div class="lnmhacks-sponsors-section-image">
<div class="lnmhacks-customized-section-text">
<div class="pk-light-font pk-text-style head-text">
Find Us
</div>
<div class="mdl-grid" style="margin-top:3em;">
<div class="mdl-cell mdl-cell--12-col">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d5982.2610265912335!2d75.9236411295232!3d26.93287830752644!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x5ab565cce4d44c2b!2sLNMIIT!5e0!3m2!1sen!2s!4v1475754696769" width="1200" height="450" frameborder="0" style="border:0" allowfullscreen>
</iframe>
</div>
</div>
<p class="pk-light-font base-text">If you have any queries regarding the hackathon, we'll be happy to help you out.
<br>
<br>
Mail us at: <a class="lnmhacks-link pk-light-font"
href="mailto:participants@lnmhacks.com?subject=Help" target="_blank">participants@lnmhacks.com
</a>
</p>
</div>
</div>
</div>
<!--=====================================
FOOTER SECTION
=====================================-->
<footer class="lnmhacks-footer mdl-mega-footer">
<div class="lnmhacks-wear-band-text"
style="max-width:100%; margin-left:0;">
<div class="mdl-typography--display-2 mdl-typography--font-thin smoothScroll">
Stay Updated through our social feed
</div>
<p class="mdl-typography--headline mdl-typography--font-thin">
From behind the scenes to our latest additions , we cover it all.
</p>
</div>
<div class="mdl-mega-footer--top-section">
<div class="mdl-grid" align="center">
<div class="mdl-cell mdl-cell--4-col">
</div>
<div class="mdl-cell mdl-cell--4-col">
<a class="mdl-mega-footer--social-btn" href="https://www.facebook.com/lnmhacks/"
style="color:#2ec3db !important;">
<i class="fa fa-facebook fa-2x"></i></a>
<a class="mdl-mega-footer--social-btn" href="https://twitter.com/lnmhacks"
style="color:#2ec3db !important;">
<i class="fa fa-twitter fa-2x"></i></a>
<a class="mdl-mega-footer--social-btn" href="https://medium.com/@lnmhacks"
style="color:#2ec3db !important;">
<i class="fa fa-medium fa-2x"></i></a>
</div>
<div class="mdl-cell mdl-cell--4-col">
<div class="mdl-mega-footer--right-section">
<a class="pk-light-font" href="index.html#top">Back to Top <i class="material-icons">expand_less</i></a>
</div>
</div>
</div>
</div>
<div class="mdl-mega-footer--middle-section" style= "text-align:center;">
<p class="pk-light-font">© 2017 LNMHacks.</p>
<p class="pk-light-font">More information coming soon. Stay updated through our social channels. Join the #hacksquad.</p>
</div>
</footer>
<!--=====================================
END OF FOOTER SECTION
=====================================-->
</div>
</div>
<script src="https://code.getmdl.io/1.2.1/material.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js"></script>
<script src="assets/scrollreveal.min.js" type="text/javascript"></script>
<script src="assets/smooth-scroll.min.js" type="text/javascript"></script>
<script src="assets/custom.js" type="text/javascript"></script>
</body>
</html>