-
Notifications
You must be signed in to change notification settings - Fork 2
/
ideathon.html
417 lines (373 loc) · 15 KB
/
ideathon.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
<!DOCTYPE html>
<html>
<head>
<title>EDC - JSS , Noida</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- jquery -->
<!-- all things are linked over the net , no local folder for js -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/landing-page.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" rel="stylesheet">
<link rel="icon" href="media/icon.png">
<link rel="stylesheet" href="css/fakeLoader.css">
<script src="js/fakeLoader.min.js"></script>
<style type="text/css">
.item {
max-height: 750px;
background-size: contain;
}
.carousel-caption {
top: 45%;
transform: translateY(-30%);
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
p {
font-size: 1.3em;
}
h1 {
font-size: 4.3em;
color: #ffffff;
}
#about {
display: none;
}
#divrule {
padding-bottom: 20px;
}
#social-links {
top: 85%;
transform: translateY(-10%);
transform: translateX(0%);
}
#demo {
font-size: 3.3em;
color: #ffffff;
}
.btn {
color: white;
padding: 12px 22px;
background-color: #5e4485;
border: 10px;
top: 40px;
font-size: 1.4em;
}
.btn:hover {
color: #5e4485;
background: #fff;
}
#button-caro {
transform: translateY(110%);
}
#button-caro2 {
transform: translateY(110%);
color: #fff;
background: #5e4485;
}
#button-caro2 a {
color: #fff;
text-decoration: none;
}
#button-caro2:hover {
color: #5e4485;
background: #fff;
}
#button-caro2 a:hover {
text-decoration: none;
color: #5e4485;
}
#divrule {
padding-bottom: 70px;
}
#li2 {
margin: 20px 0;
font-size: 1.3em;
text-align: center;
font-weight: bold;
}
#collabtext {
display: none;
}
#collabdiv {
display: none;
}
@media(max-width: 480px) {
#headidea {
display: none;
}
#headhr {
display: none;
}
#collabtext {
display: block;
transform: translateX(+06%);
}
#demo {
display: none;
}
#button-caro {
display: none;
}
#button-caro2 {
transform: translateY(-1%);
transform: translateX(-19%);
background-color: #000000;
}
#stepcollab {
display: block;
}
#stepimage {
transform: translateX(0%);
}
#collabdiv {
display: block;
}
#collabdivpc {
display: none;
}
}
#icon {
max-width: 150px;
}
h2 {
font-size: 1.9em;
}
#about {
display: none;
}
}
</style>
</head>
<body id="body">
<div id="fakeloader"></div>
<!--navbar starts here -->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#body"><img src="media/logo.png" id="navlogo" class="img-responsive"></a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<!--this is the collapse bar for navbar -->
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#" id="abouti">About Ideathon</a></li>
<li class="dropdown">
<!-- this is the code for drop-down menu -->
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Our Initiatives
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="ideathon.html">Ideathon</a></li>
<li><a href="esummit.html">E-Summit</a></li>
<li><a href="startupcharcha.html">StartUp Charcha</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div id="carousel" class="section carousel slide" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="media/idethon.jpeg">
<div class="carousel-caption">
<h1 id="headidea">Abstract submissions closed!</h1>
<br>
<br>
<hr id="headhr">
<h4 id="headidea" style="font-size:1.9em;">Organised by <img src="media/logo.png" style="height: 10% ; width: 10%;"> and <img src="media/steplogo.png" style="height: 5% ; width: 5%;"></h4>
<hr id="headhr">
<br>
<!--<p id="demo"></p>-->
<button class="btn btn-default" id="button-caro">Prizes</button>
<!--<div class="carousel-caption" id="social-links">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-youtube"></a>
</div>-->
</div>
</div>
<!-- End Active -->
</div>
</div>
<div id="collabdiv" class="section container-fluid text-center about" style="background-color: #d8d8d8">
<div class="container text-center">
<div class="row">
<div class="col-sm-4">
<h2 style="font-weight: bold;">Organised By </h2>
<hr>
</div>
<div class="col-sm-2">
<img src="media/logo.png" class="img-responsive" style="transform: translateX(5%);">
</div>
<div class="col-sm-2">
<img src="media/steplogo.png" class="img-responsive" style="height:50% ; width:50% ;transform: translateX(60%);">
</div>
</div>
</div>
</div>
<div class="section container-fluid text-center about" style="background-color: #edeeef;" id="divrule">
<div class="container text-center" id="therounds">
<h2 id="aboutus">Ideathon 2017</h2>
<hr>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<img class="img-responsive" src="media/edc-idea.jpg">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<img src="media/ideathon.jpg" class="img-responsive">
</div>
<div class="col-md-6">
<p>Ideathon - is one of the most prominent and widespread conducted by the Entrepreneurship development cell of JSS Noida . The goal of the event is to identify ideas within college which has potential of developing into a full fledged startups few year later.</p>
<p>With this event , we are not only trying to identify ideas but students who have knack of doing out of the box thing and make them into future leaders.</p>
</div>
</div>
</div>
</div>
<div class="container text-center" id="therounds">
<h2 id="aboutus">The Rounds</h2>
<hr>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<h4><b>Abstract Submission Round 1</b></h4>
<hr>
<p>This is the first round of Ideathon . In this round teams are required an idea , which may be at any stage even at scratch . </p>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<img src="media/round1.png" class="img-responsive">
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<h4><b>Abstract Pitching Round 2</b></h4>
<hr>
<p>In this round the teams those are selected from the abstraction ideas will require to pitch their ideas in front of judges and audiences . This basically will be an elevator pitch. </p>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<img src="media/round2.png" class="img-responsive">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<h4><b>Pre-Finals Round 3</b></h4>
<hr>
<p>40 selected teams now will be given mentorship before this round and all required help in order to make their pitches more strong . From this 15 teams will be choosen for finals.</p>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<img src="media/idea.jpg" class="img-responsive">
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<h4><b>The Finals</b></h4>
<hr>
<p>15 teams which are choosen for the final round , will compete for the top spot . They will be provided mentorhship and training by EDC members.</p>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<img src="media/round3.png" class="img-responsive">
</div>
</div>
</div>
<div class="section container-fluid text-center about" style="background-color: #edeeef;" id="divrule">
<div class="row">
<div class="col-md-12">
<h2 id="aboutus" id="rules">Prizes</h2>
<hr>
</div>
<div class="row">
<div class="col-md-5 col-md-offset-1" id="aboutpic">
<img src="media/jssstep.gif" class="img-responsive" style="transform: translateX(20%);" id="stepimage">
</div>
<div class="col-md-5" id="aboutdesc">
<ul id="aboutStep">
<li id="li2"><img src="media/step.png"> Recommendation of Top 10 teams to various entrepreneurial workshop that JSS STEP will conduct in 2017-2018.</li>
<li id="li2"><img src="media/step.png"> Pre Incubation to top 5 finalist by JSS - Step .
</li>
<li id="li2"><img src="media/step.png"> Cash Prizes to top 3 teams sponsored by JSS Step.
</li>
<li id="li2"><img src="media/step.png"> Direct entry into VC Mentorship round in B-Plan competition in "The Entrepreneurship Summit - 2018" .
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="copyright container-fluid text-center">
<div class="row">
<div class="col-md-12">
<p>© 2017 All Rights Reserved | Handcrafted with <span class="glyphicon glyphicon-heart" aria-hidden="true"></span> by EDC</p>
<div id="totop"><a href="#body"><i class="fa fa-arrow-circle-up" aria-hidden="true" style="float: right; z-index: 50; position: relative; top: -50px"></i></a></div>
</div>
</div>
</div>
<script type="text/javascript">
$("#button-caro").click(function() {
$('html, body').animate({
scrollTop: $("#aboutStep").offset().top - 200
}, 2000);
});
$("#abouti").click(function() {
$('html, body').animate({
scrollTop: $("#therounds").offset().top - 100
}, 500);
});
$("#totop").click(function() {
$('html, body').animate({
scrollTop: $("#body").offset().top - 100
}, 500);
});
</script>
<script>
// Set the date we're counting down to
var countDownDate = new Date("Oct 10, 2017 23:59:59 ").getTime();
// Update the count down every 1 second
var x = setInterval(function() {
// Get todays date and time
var now = new Date().getTime();
// Find the distance between now an the count down date
var distance = countDownDate - now;
// Time calculations for days, hours, minutes and seconds
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Output the result in an element with id="demo"
document.getElementById("demo").innerHTML = days + "d " + hours + "h " + minutes + "m " + seconds + "s";
// If the count down is over, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById("demo").innerHTML = "EXPIRED";
}
}, 1000);
</script>
<script type="text/javascript">
$("#fakeloader").fakeLoader({
timeToHide: 1200,
zIndex: "999",
spinner: "spinner5",
bgColor: "#222222"
});
</script>
</body>
</html>