-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
429 lines (378 loc) · 21.4 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
<!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.0, maximum-scale=1.0, user-scalable=no">
<meta name="author" content="Siddhant S Goral">
<meta name="author" content="IncubateIND">
<meta name="description" content="Futureskills is an online platform by NASSCOM and leading companies to skill people in new age technologies and equip themselves for jobs in the global tech world. Futureskills is being setup in partnership with leading content providers, assessment companies, certification bodies and technology partners across the world.">
<meta name="keywords" content="Futureskills, IncubateIND, nasscom, codeforindia, hackathon, Coding">
<meta property="og:site_name" content="Futureskills Hackathon " />
<meta property="og:title" content="Futureskills Hackathon" />
<meta property="og:description" content="Futureskills is an online platform by NASSCOM and leading companies to skill people in new age technologies and equip themselves for jobs in the global tech world. Futureskills is being setup in partnership with leading content providers, assessment companies, certification bodies and technology partners across the world."/>
<meta property="og:type" content="website" />
<meta property="og:image" content="https://incubateind.com/futureskills/img/INSTA-FSH.jpg">
<meta property="og:url" content="https://incubateind.com/futureskills/" />
<!-- Favicon -->
<link rel="icon" href="img/favicon.png">
<!-- Page Title -->
<title>Futureskills | Hackathon</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,300,400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700" rel="stylesheet" type="text/css">
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="css/custom.css" rel="stylesheet">
<link href="css/override.css" rel="stylesheet">
<link href="css/modal.css" rel="stylesheet">
<link href="css/navbar_slider.css" rel="stylesheet">
<link href="css/video-bg.css" rel="stylesheet">
<link href="css/media-query.css" rel="stylesheet">
</head>
<body id="page-top">
<video autoplay muted loop id="myVideo">
<source src="img/background.mp4" type="video/mp4">
</video>
<img src="/img/INSTA-FSH.jpg" style="width: 0; height: 0;">
<!-- Master Cover -->
<div class="content">
<!-- site Closed -->
<!-- Navigation -->
<nav class="navbar navbar-expand justify-content-center fixed-top" id="mainNav">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link rounded js-scroll-trigger" href="#landing">Home</a>
</li>
<li class="nav-item">
<a class="nav-link rounded js-scroll-trigger" href="#about">About Hack</a>
</li>
<li class="nav-item">
<a class="nav-link rounded js-scroll-trigger register-now" style="cursor: not-allowed;">Registration Closed</a>
</li>
<li class="nav-item ">
<a class="nav-link rounded js-scroll-trigger" href="#prizes">Prizes</a>
</li>
<li class="nav-item">
<a class="nav-link rounded js-scroll-trigger" href="#challenge">Challanges</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="lead-image"><img src="img/lead-logo.png"></div>
<!-- Header -->
<header class="masthead text-white text-center" id="landing">
<div class="container">
<img class="img-landing d-block mx-auto" src="img/landing.png" alt="">
</div>
</header>
<!-- Main Sponser Logo -->
<section class="sponser" id="sponser">
<div class="container">
<img src="img/Vector Smart Object-1.png">
<img src="img/Vector Smart Object-2.png" style="float: right;">
</div>
</section>
<!-- Bottom Mobile Register Button Fix -->
<div class="fix-register-btn-mob centered">
<a class="nav-link rounded js-scroll-trigger register-now" style="cursor: not-allowed;">Registration Closed</a>
</div>
<!-- Action Bar -->
<section class="action-bar" id="action-bar">
<div class="container">
<div class="row">
<div class="col-sm-4">
<p>Hackathon Starts from</p>
<h2>18 August 2018</h2>
</div>
<div class="col-sm-4">
<div class="row">
<div class="col-sm-12">
<h3>Compete with the best developers and challenge them in this Hackathon. Register yourself here to disrupt globally.</h3>
</div>
</div>
</div>
<div class="col-sm-4 text-right" style="border:0;">
<p>Hackathon Ends on</p>
<h2>01 September 2018</h2>
</div>
</div>
</div>
</section>
<!-- Seprator Section Purple -->
<section class="phase-submit" id="phase-submit">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h2>Think Local Hack Global</h2>
<button class="submit-bar" type="button" style="cursor: not-allowed;">Registration Closed</button>
<img src="img/down-arrow.svg" class="arrow flip">
</div>
</div>
</div>
</section>
<!-- About Section -->
<section class="about" id="about">
<div class="container">
<div class="row">
<div class="col-sm-12 col-12">
<h2>About Futureskills | <span>Introduction</span> <span>Hackathon</span> <span>Futureskills</span> <span>NASSCOM</span> <span>IncubateIND</span> </h2>
<p>FutureSkills is an industry utility to get India accelerated on a journey to build its skills and become the global hub for talent in the emerging technologies. The portal is designed to address skilling requirements of IT professionals in partnership with leading content providers, assessment companies, certification bodies and technology partners from across the world.</p>
<p>During 2017, NASSCOM in partnership with the Boston Consulting Group conducted an in-depth global study on the future of jobs. The study brought to light 9 emerging technologies, 66 skill sets and 155+ job roles that will fundamentally impact individuals, companies and the Governments over the next 10 years. Keeping this as the guiding principle, futureskills portal was launched as a marketplace, where the best global providers of content and learning come together to offer information on the latest jobs, the skills needed for those jobs, learning content, assessments on performance, and certifications to help every learner move to the next level. Futureskills portal has setup an ambitious target to upskill 2 million people current IT professionals and skill another 2 million youth and fresh graduates in disruptive technologies.</p>
</div>
</div>
</div>
</section>
<!-- Prizes Section -->
<section class="prizes" id="prizes">
<div class="container">
<div class="row">
<div class="col-sm-3">
<img src="img/prizes.png" >
</div>
<div class="col-sm-9">
<h1>Prizes are distributed among the winners worth <br><span>INR 1.5 Lakhs+</span></h1>
<p style="text-align: left;">Winning is contingent upon complying with all the terms and conditions and fulfilling all requirements contained in these official rules.</p>
</div>
</div>
</div>
</section>
<!-- Challenges Section -->
<section class="challenge" id="challenge">
<div class="container">
<div class="row">
<div class="col-sm-12 col-12">
<h2>Hackathon Challanges | <span>Problem_Statements </span> <span> Themes</span></h2>
<p>Change the world of hassle & puzzled companies in this hackathon, in which you’ll take technologies to the next level. You can explore the area of your choice from any of the mentioned catagories below.
<br><span style="color:red;">* Each catagory will win a Prize.</span>
<br><br>Pick one Problem Statement and sumbit your idea:</p>
<ol>
<li>
<img src="img/amazonalexa.png" style="height: 80px; margin-bottom: 10px;">
<h4 style="display: inline"><a target="_blank" href="amazonalexa.pdf"><img src="img/download.svg"><span>Download it</span></a></h4>
<p>We want to revolutionize the way education is imparted by using voice technologies. How can the AI of Amazon Alexa be leverage to build engaging skills to make learning a fun experience for students from Kindergarten to Professional courses? The skill built on Amazon Alexa should work as a ‘Virtual Teacher’ and help students with everyday activities involved during their student years like searching for content, curriculum management, personal evaluation, subject wise coaching, and more.</p>
</li>
<li>
<img src="img/indigo.png" style="height: 80px; margin-bottom: 10px;">
<h4 style="display: inline"><a target="_blank" href="indigo.pdf"><img src="img/download.svg"><span>Download it</span></a></h4>
<p>We would like to craft personalized travel experience for 5.2mn passengers who travel with us monthly, by rapidly making meaningful changes to PaxEx across touchpoints. How can AI and Big Data help IndiGo, the leading low-cost carrier, create ‘one in a million experience’ for every single customer? Also, accelerate personalized ancillary upsell throughout the travel journey of its leisure and business travellers?</p>
</li>
<li>
<img src="img/aeris.png" style="width: 150px; margin-bottom: 10px;">
<h4 style="display: inline"><a target="_blank" href="aeris.pdf"><img src="img/download.svg"><span>Download it</span></a></h4>
<p>Closed loop irrigation solution for farmers:<br>
Irrigating fields plays a vital role in crop yield. However, how much and when to irrigate is still moderated by the traditional knowledge for the farmers. Knowing how much water is actually required for a given crop for a particular soil type depends majorly on soil’s capacity to hold moisture. We need an IoT, AI based solution which can auto irrigate the fields for a given crop based on the soil moisture content.
</p>
</li>
</ol>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<hr>
<ul>
<li><a href="http://incubateind.com/futureskills/" target="_blank">Futureskills</a></li>
<li><a href="http://codeforindia.org/" target="_blank">Code for India</a></li>
<li><a href="https://incubateind.com/" target="_blank">IncubateIND</a></li>
<li><a href="comingsoon.html" target="_blank">Terms & Conditions</a></li>
<li><a href="comingsoon.html" target="_blank">FAQ</a></li>
<li><a href="" data-keyboard="true" data-toggle="modal" data-target="#call">Contact Us</a></li>
</ul>
<hr>
<div class="copyright row">
<p >© 2018 IncubateIND</p>
</div>
</div>
</footer>
<div class="information" data-keyboard="true" data-toggle="modal" data-target="#info">
<img src="img/information.svg">
</div>
<!-- Info Modal -->
<div class="modal fade" id="info" tabindex='-1' style="padding: 5rem 0;">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<a href="Explainer.pdf" target="_blank" style="background: #737afb; padding: 21px; text-align: center; color: #fff;">Download</a>
<button type="button" class="close" data-dismiss="modal">×</button>
<!-- Modal body -->
<div class="modal-body">
<img src="img/1.jpg" style="width: 100%;">
<img src="img/2.jpg" style="width: 100%;">
<img src="img/3.jpg" style="width: 100%;">
<img src="img/4.jpg" style="width: 100%;">
<img src="img/5.jpg" style="width: 100%;">
<img src="img/6.jpg" style="width: 100%;">
</div>
</div>
</div>
</div>
<!-- Fixed Modal -->
<div class="modal fade" id="regis" tabindex='-1'>
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal">×</button>
<!-- Modal body -->
<div class="modal-body">
<h2>Your Registration Profile</h2>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse ultricies lacus vitae ipsum interdum, et efficitur lectus dictum. Etiam id nibh eget ipsum laoreet cursus et sit amet velit. Proin laoreet lacus id fringilla imperdiet. Pellentesque tempor dictum quam et tristique. Nulla dapibus ligula risus, ac lobortis ex suscipit in.</p> -->
<form action="registration.php" method="POST" onsubmit="return checkCheckBox(this)">
<input type="hidden" name="edit" value="y">
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<label for="">Full Name <span style="color:red;">*</span></label>
<input type="text" class="form-control" id="name" name="name" placeholder="Enter your Full Name" required>
<!-- <small id="emailHelp" class="form-text text-muted">* Error Message</small> -->
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<label for="">Mobile Number <span style="color:red;">*</span></label>
<input type="number" class="form-control" id="phone" name="phone" placeholder="Enter your Mobile Number" required>
<!-- <small id="emailHelp" class="form-text text-muted">* Error Message</small> -->
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="form-group">
<label for="">Email ID <span style="color:red;">*</span></label>
<input type="email" class="form-control" id="email" name="email" placeholder="Enter your valid Email ID" required>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<label for="">Current Location <span style="color:red;">*</span></label>
<input type="text" class="form-control" id="location" name="location" placeholder="Enter your Current Location" required>
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<label for="">Student / StartUp / Occupation <span style="color:red;">*</span></label>
<input type="text" class="form-control" id="occupation" name="occupation" placeholder="Enter your Occupation" required>
</div>
</div>
</div>
<h2 style="margin-top:40px;">Hackathon Profile</h2>
<div class="row">
<div class="col-sm-12">
<div class="form-group">
<label for="">Team Name <span style="color:red;">*</span></label>
<input type="text" class="form-control" id="nameOfTeam" name="nameOfTeam" placeholder="Enter the Team Name" required>
<p class="info-label">Your Github Repository should be in format : FSHackathon-'Team_Name'.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="form-group" style="margin-bottom: -10px;">
<label for="">Select any one Problem Statement <span style="color:red;">*</span></label>
</div>
<ul>
<li>
<input type="radio" id="f-option" value="1" name="problem" checked required>
<label for="f-option">Amazon Alexa</label>
<div class="check"></div>
</li>
<li>
<input type="radio" id="s-option" name="problem" value="2" required>
<label for="s-option">IndiGO</label>
<div class="check"><div class="inside"></div></div>
</li>
<li>
<input type="radio" id="t-option" name="problem" value="3" required>
<label for="t-option">Aries Communication</label>
<div class="check"><div class="inside"></div></div>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<label for="">Name Team Member 1 <span style="color:red;">*</span></label>
<input type="text" class="form-control" id="tmFirst" name="tmFirst" placeholder="Enter the Name of Team Member 1" required>
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<label for="">Name Team Member 2 </label>
<input type="text" class="form-control" id="tmSecond" name="tmSecond" placeholder="Enter the Name of Team Member 2">
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<label for="">Name Team Member 3 </label>
<input type="text" class="form-control" id="tmThird" name="tmThird" placeholder="Enter the Name of Team Member 3">
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<label for="">Name Team Member 4 </label>
<input type="text" class="form-control" id="tmFourth" name="tmFourth" placeholder="Enter the Name of Team Member 4">
</div>
</div>
<div class="col-sm-12">
<div class="form-group">
<label for="">Your Github Profile URL <span style="color:red;">*</span></label>
<input type="text" class="form-control" id="githubProfile" name="githubProfile" placeholder="Enter the Github profile URL" required>
</div>
</div>
</div>
<div class="form-check">
<input type="checkbox" class="form-check-input" id="exampleCheck1" value="0" name="agree" required>
<label class="form-check-label" for="exampleCheck1">By clicking Submit, you agree to our Terms & Condition and that you have entred you details truly and read our Data Use Policy.</label>
</div>
<button type="submit" class="button-submit btn btn-primary">Submit</button>
</form>
</div>
</div>
</div>
</div>
<!-- Contact Us Modal -->
<div class="modal fade" id="call" tabindex='-1' style="padding: 5rem 0;">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<!-- Modal body -->
<div class="modal-body">
<h5 style="font-size: 32px; font-weight: 300; line-height: 60px; text-align:center; letter-spacing: 1px;">Punit Jain<br>[email protected]<br>+91-7877079666</h5>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/freelancer.min.js"></script>
<!-- User Custom Javascript -->
<script src="js/custom.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-85685250-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-85685250-1');
</script>
</body>
</html>