forked from vijaicv/OneHackMain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
588 lines (508 loc) · 21.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
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>OneHack</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="OneHack is a 24 hour hackathon conducted at RIT, Kottayam as part of RITU, National level Technocultural fest under
Innovation and Entrepreneurship Development Cell(IEDC)- RIT. This is the first edition of onehack coming up in
2018 which will be continued in the years later. Onehack is open to both men and women. Onehack will be an equal opportunity hackathon giving opportunities to
women,men to prove their talents. Another major speciality of onehack is that we
provide special focus and extra mentor support to students who don't have previous hackathon experiences." name="description">
<meta name="keywords" content="OneHack,one hack,hackathon,rit,startup bootcamp rit,">
<meta name="author" content="OneHack">
<meta property="og:image" content="/img/OneHackthumb.png">
<!-- Favicons -->
<link href="img/favicon.ico" rel="icon">
<link href="img/onehack-apple-touch-icon.png" rel="apple-touch-icon">
<script src="https://code.createjs.com/preloadjs-0.6.2.min.js"></script>
<noscript id="tsNoJsMsg">Javascript on your browser is not enabled.</noscript><script src="//www.townscript.com/popup-widget/townscript-widget.nocache.js" type="text/javascript"></script>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Montserrat:300,400,500,700" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div id="wrapper">
<img src="/img/OneHack.png" id="loading" />
<div id="loader" class="loader-loading"></div>
<div id="loader2" class="loader-loading" ></div>
<div id="loader3" class="loader-loading" ></div>
<div id="loader4" class="loader-loading" ></div>
</div>
<header id="header">
<img src="img/ritu.jpeg" class="ritu"/>
<div class="container-fluid">
<div id="logo" class="pull-left">
<h1>
<a href="#intro" class="scrollto">one<b>Hack</b>
</a>
</h1>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active">
<a href="#intro">Home</a>
</li>
<li>
<a href="#about">About Us</a>
</li>
<li>
<a href="#team">Team</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
<li>
<a href="#call-to-action">Register</a>
</li>
<li>
<a href="https://www.ritu18.com" target="blank">RITU 2K18</a>
</li>
</ul>
</nav>
</div>
</header>
<section id="intro">
<div id="particles-js"></div>
<div class="intro-container">
<div id="introCarousel" class="carousel slide carousel-fade" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<div class="carousel-container">
<div class="carousel-content">
<H2>OneHack</H2>
<p>playground for the innovative mind</p>
<p><strong>be there on March 1<sup>st</sup> & 2 <sup>nd</sup></strong></p>
<a href="#call-to-action" class="btn-get-started scrollto">Register</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-container">
<div class="carousel-content">
<h2>In association with RITU 2K18</h2>
<p>The best season is manmade</p>
<a href="https://www.ritu18.com" target="_blank" class="btn-get-started scrollto">Know More</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-container">
<div class="carousel-content">
<h2>Meet others like you!</h2>
<p>A great place to meet and learn from others, who have the same rush for innovation.</p>
<a href="#call-to-action" class="btn-get-started scrollto">Register</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-container">
<div class="carousel-content">
<h2>Make your idea a reality</h2>
<p>Bring out the engineer in you</p>
<a href="#call-to-action" class="btn-get-started scrollto">Register</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-container">
<div class="carousel-content">
<h2>and have loads of fun</h2>
<p>If you are not having fun,You are doing it wrong</p>
<a href="#call-to-action" class="btn-get-started scrollto">Register</a>
</div>
</div>
</div>
</div>
</div>
</div/>
<div id="bg"></div>
</div>
</section>
<main id="main">
<!--==========================
About Us Section
============================-->
<section id="about">
<div class="container">
<header class="section-header">
<h3>About Us</h3>
<p>Startup Bootcamp is a platform to nurture creativity, promote entrepreneurship and spread the word on how starting
young is the first step to the startup of you! The Bootcamp will function as a mini incubator in the college catering
to the nascent requirements of budding student entrepreneurs in the college. Though similar structures may have
been present, Startup Bootcamps shall be managed entirely by the students, for the students of the respective
college. The learning curve of all the change agents involved shall be steep having managed a mini incubator
in their colleges, a startup in itself.</p>
</header>
<div class="row about-cols">
<div class="col-md-4 wow fadeInUp">
<div class="about-col">
<div class="img">
<img src="img/onehack-about-mission.jpg" alt="" class="img-fluid">
<div class="icon">
<i class="ion-ios-speedometer-outline"></i>
</div>
</div>
<h2 class="title">
<a href="#">Our Mission</a>
</h2>
<p>
To promote entrepreneurship,Creativity and Innovation.
</p>
</div>
</div>
<div class="col-md-4 wow fadeInUp" data-wow-delay="0.1s">
<div class="about-col">
<div class="img">
<img src="img/onehack-about-plan.jpg" alt="" class="img-fluid">
<div class="icon">
<i class="ion-ios-list-outline"></i>
</div>
</div>
<h2 class="title">
<a href="#">Our Goals</a>
</h2>
<p>
Identify Early, Start Young, Learn Young
</p>
</div>
</div>
<div class="col-md-4 wow fadeInUp" data-wow-delay="0.2s">
<div class="about-col">
<div class="img">
<img src="img/onehack-about-vision.png" alt="" class="img-fluid">
<div class="icon">
<i class="ion-ios-eye-outline"></i>
</div>
</div>
<h2 class="title">
<a href="#">Our Vision</a>
</h2>
<p>
Start Early, Finish Strong!
</p>
</div>
</div>
</div>
</div>
</section>
<!-- #about -->
<!--==========================
Services Section
============================-->
<section id="services">
<div class="container">
<header class="section-header wow fadeInUp">
<h3>OneHack</h3>
<p>For the superheroes out there, we have a golden opportunity..As a part of RITU'18, Startup Bootcamp RIT presents ONEHACK, a 24hour hackathon where you can meet with the most exciting theme that you can ever think of ( superb surprise to you....🤩) where you'll develop the most innovative, most economical and feasible solution.
Participants,be ready to forgo your sleep for a night and join a team to put in your skills to create a software product/project in the best ambient atmosphere you can ever avail. At the end of the event you will be with a solution for our problem.
<div class="row">
<div class="col-lg-4 col-md-6 box wow bounceInUp" data-wow-duration="1.4s">
<h4 class="title">
<a href=""> 1.Problem Statement</a>
</h4>
<!-- <p class="description">A talk by.........</p> -->
</div>
<div class="col-lg-4 col-md-6 box wow bounceInUp" data-wow-duration="1.4s">
<h4 class="title">
<a href=""> 2.Hacking</a>
</h4>
<!-- <p class="description">problem statement will given and ............ </p> -->
</div>
<div class="col-lg-4 col-md-6 box wow bounceInUp" data-wow-duration="1.4s">
<h4 class="title">
<a href="">3. Prizes and Goodies</a>
</h4>
</div>
</div>
<br/><strong>In short!</strong><br/>Build an innovative and economically feasible solution and grab a cash prize of worth 30k!!!
Prizes and goodies & swags worth above 3 lakh Sponsored by Github, SV.CO and Wolfram Alpha
<div style="margin-left:20px">
<br/><strong>Guidelines</strong><br/>
🎯 A team should consist of 3-4 members.<br/>
🎯Decision of the judges would be final.<br/>
🎯There would special arrangements for girls so that they could also participate<br/>
🎯The event would commense on 1st march 12pm<br/>
🎯Any furthur information would be notified via email<br/>
🎯 Partcipants will be given access to WolframOne after successfull registration with full access to get familiar with its features( Not Mandatory to make use of it during the event )<br/>
🎯Maximum 15 teams so hurry
</div>
<br/><strong>Still not sure? feel free to contact us!</strong><br/>
<a href="#contact" class="scrollto">contact us</a>
</p>
</div>
</header>
</section>
<!-- #services -->
<!--==========================
Call To Action Section
============================-->
<section id="call-to-action" class="wow fadeIn">
<div class="container text-center">
<h3>Registeration Closed !</h3>
</div>
</section>
<!-- #call-to-action -->
<!-- ==========================
Clients Section
============================-->
<section id="clients" class="wow fadeInUp">
<div class="container">
<header class="section-header">
<h3>Our Sponsors</h3>
</header>
<div class="owl-carousel clients-carousel">
<a href="http://www.wolfram.com/language/elementary-introduction/2nd-ed/" target="_blank"><img src="img/sponsors/sponsor-1.png" alt=""/></a>
<a href="https://github.com/" target="_blank"><img src="img/sponsors/sponsor-2.png" alt="" /></a>
<a href="https://sv.co" target="_blank"><img src="img/sponsors/sv_co.jpg" alt="" /></a>
</div>
</div>
</section>
<!--==========================
Team Section
============================-->
<section id="team">
<div class="container">
<div class="section-header wow fadeInUp">
<h3>Team</h3>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 wow fadeInUp">
<div class="member">
<img src="img/team-1.jpeg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Sachu Shaji Abraham</h4>
<span>Chief Executive Officer</span>
<div class="social">
<a href="https://www.facebook.com/sachu.kothanil?ref=br_rs" target="blank">
<i class="fa fa-facebook"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="member">
<img src="img/team-2.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Abhijith K</h4>
<span>Chief Technical Officer</span>
<div class="social">
<a href="https://www.facebook.com/abhijith.konnayil" target="blank">
<i class="fa fa-facebook"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp">
<div class="member">
<img src="img/team-6.jpeg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Devipriya A</h4>
<span>Chief Operating Officer</span>
<div class="social">
<a href="https://www.facebook.com/devipriya.30996" target="blank">
<i class="fa fa-facebook"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.2s">
<div class="member">
<img src="img/team-3.jpeg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Don Baby</h4>
<span>Chief Marketing Officer</span>
<div class="social">
<a href="https://www.facebook.com/dobmjpa" target="blank">
<i class="fa fa-facebook"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 wow fadeInUp">
<div class="member">
<img src="img/team-8.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Jerrin Thomas</h4>
<span>Chief Creative Officer</span>
<div class="social">
<a href="https://www.facebook.com/JerrinThomasOnline" target="blank">
<i class="fa fa-facebook"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp">
<div class="member">
<img src="img/team-7.jpeg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Chandni Chellappan</h4>
<span>Chief Financial Officer</span>
<div class="social">
<a href="https://www.facebook.com/chandni.chandu.9" target="blank">
<i class="fa fa-facebook"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="member">
<img src="img/team-4.jpeg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Athulya Valsaraj</h4>
<span>Chief Social Officer</span>
<div class="social">
<a href="https://www.facebook.com/athulya.valsaraj?ref=br_rs" target="blank">
<i class="fa fa-facebook"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp">
<div class="member">
<img src="img/team-5.jpeg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Gautam Krishna R</h4>
<span>Mentor</span>
<div class="social">
<a href="https://www.facebook.com/gautamkrishnar" target="blank">
<i class="fa fa-facebook"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- #team -->
<!--==========================
Footer
============================-->
<footer id="footer">
<section id="contact">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-info">
<h3>OneHack</h3>
<p>Onehack is a 24 hour hackathon conducted in RIT as part of RITU, National level Technocultural fest under
Innovation and Entrepreneurship Development Cell(IEDC)- RIT. This is the first edition of onehack coming
up in 2018 which will be continued in the years later. Onehack is open to both men and women.
</p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li>
<i class="ion-ios-arrow-right"></i>
<a href="#" class="scrollto">Home</a>
</li>
<li>
<i class="ion-ios-arrow-right"></i>
<a href="#about" class="scrollto">About us</a>
</li>
<li>
<i class="ion-ios-arrow-right"></i>
<a href="#team" class="scrollto">Team</a>
</li>
<li>
<i class="ion-ios-arrow-right"></i>
<a href="http://bootcamp.rit.ac.in/" target="blank" class="scrollto">Bootcamp Webpage</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
<strong>Email: </strong>[email protected]
<br>
</p>
<p>
<strong>Ph.no: </strong>7034356323
<br>
</p>
<div class="social-links">
<a href="https://www.facebook.com/pg/svbcrit/about/?ref=page_internal" class="facebook" target="blank">
<i class="fa fa-facebook"></i>
</a>
</div>
</div>
<div>
<a href="https://www.ritu18.com/" target="blank"><img src="img/ritu.jpeg" id="ritu"></a>
<p style="padding-left:15px;"><strong><a href="https://www.ritu18.com/" target="blank">RITU 2K18</a></strong></p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
<strong>Startup Bootcamp RIT</strong>
</div>
<div class="credits">
Build , Break , Innovate
<p style="font-size:10px">Designed by <a href="https://www.facebook.com/vijai.krishna.399/about" target="blank">vijaicv</a></p>
</div>
</div>
</section>
</footer>
<!-- #footer -->
<a href="#" class="back-to-top">
<i class="fa fa-chevron-up"></i>
</a>
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<script src="lib/touchSwipe/jquery.touchSwipe.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<script src="js/particles.js"></script>
<script src="js/main.js"></script>
<!-- Template Main Javascript File -->
</body>
</html>