-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
470 lines (416 loc) · 14.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>COSMOS360 BY ROBOVITICS</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="cosmos360,design-hack,robovitics" name="keywords">
<meta content="Cosmos360 is one of its kind design hack by RoboVITics the robotics club of VIT Vellore " name="description">
<!-- Facebook Opengraph integration: https://developers.facebook.com/docs/sharing/opengraph -->
<meta property="og:title" content="">
<meta property="og:image" content="">
<meta property="og:url" content="">
<meta property="og:site_name" content="">
<meta property="og:description" content="">
<!-- Twitter Cards integration: https://dev.twitter.com/cards/ -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="">
<meta name="twitter:title" content="">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="">
<link href="favicon.ico" rel="shortcut icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800" 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-css/animate.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div id="preloader"></div>
<!--==========================
Hero Section
============================-->
<section id="hero">
<div class="hero-container">
<div class="wow fadeIn">
<div class="hero-logo">
</br></br>
<img id="logo" class="responsive" src="img/try2.png" alt="logo" style="width:550px;height:auto;">
</div>
</br>
<h3><i class="fa fa-calendar"></i> 28<sup>th</sup>-29<sup>th</sup> JULY</h3>
<h2 style="color: white;">DESIGN </br>SOMETHING</br><span class="rotating">UNIQUE,INSPIRING,NEW</span></h2>
<div class="actions">
<a href="Make-form-final/index.html" class="btn-dayof">REGISTER</a>
</br></br>
<a href="#about">
<div class="scroll-downs">
<div class="mousey">
<div class="scroller">
</div>
</div>
</div></a>
<!-- <div><center><a href="#about"><i class="fa fa-angle-down" style="color: white;font-size: 40px"></i></a></center></div> -->
</div>
</div>
</div>
</section>
<!--==========================
Header Section
============================-->
<header id="header">
<div class="container">
<div id="logo" class="pull-left">
<a href="#hero"><img src="img/second.png" alt="" title="" /></img></a>
<!-- Uncomment below if you prefer to use a text image -->
<!--<h1><a href="#hero">Header 1</a></h1>-->
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><a href="#hero">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#dayof">Day-of</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="#sponsor">Sponsors</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</nav>
<!-- #nav-menu-container -->
</div>
</header>
<!-- #header -->
<!--==========================
About Section
============================-->
<section id="about">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">About</h3>
<div class="section-title-divider"></div>
</div>
<div class="col-md-8">
<p id="para" class="section-description">COSMOS 360 is a National Level 24 hours CAD design hackathon based on Fusion 360 (a 3D CAD/CAM design software) brought to you by roboVITics, Autodesk and Airbus, aimed to provide a platform where you can unwrap your skills and discover the extents of your abilities. That's not it, roboVITics brings to you exclusive worshops by Autodesk professionals to get you ready to dream beyond the stars.</p>
</div>
<div class="col-md-4">
<a class="sponsor-item" style="background-image: url(img/about.png);background-size: 200px;margin-top: -40px" >
</a>
</div>
</div>
</section>
<!--==========================
Day-of Section
============================-->
<section id="dayof">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">DAY OF</h3>
<div class="section-title-divider"></div>
</div>
</div>
<div class="row">
<div class="col-md-6 day-item">
<div class="day-icon"><span class="fa-stack">
<strong class="fa-stack-1x" style="font-size: 1.75em">1</strong></span>
</div>
<h2 class="day-title">28.07.18</h2>
<table class="day-description" >
<tr>
<td style="width:50px;">
08:30
</td>
<td>
- Inauguration
</td>
</tr>
<tr>
<td>
09:30
</td>
<td>
- Team Formation
</td>
</tr>
<tr>
<td>
<strong>10:00</strong>
</td>
<td>
<strong>- Hack Starts</strong>
</td>
</tr>
<tr>
<td>
10:00
</td>
<td>
- Problem Statement
</td>
</tr>
<tr>
<td>
13:00
</td>
<td>
- Lunch
</td>
</tr>
<tr>
<td>
17:00
</td>
<td>
- Evening Snacks
</td>
</tr>
<tr>
<td>
<strong>18:00 </strong>
</td>
<td>
<strong>- Milestone Check</strong>
</td>
</tr>
<tr>
<td>
21:00
</td>
<td>
- Dinner
</td>
</tr>
</table>
<p class="day-description" ><strong>Overnight Hack</strong></p>
</div>
<div class="col-md-6 day-item">
<div class="day-icon"><span class="fa-stack">
<strong class="fa-stack-1x" style="font-size: 1.75em">2</strong></span>
</div>
<h2 class="day-title">29.07.18</h2>
<table class="day-description" >
<tr>
<td style="width:50px;">
02:00
</td>
<td>
- Midnight Snacks
</td>
</tr>
<tr>
<td>
08:00
</td>
<td>
- Breakfast
</td>
</tr>
<tr>
<td>
<strong>10:00</strong>
</td>
<td>
<strong>- Hack Ends</strong>
</td>
</tr>
<tr>
<td>
<strong>10:00</strong>
</td>
<td>
<strong>- Judging</strong>
</td>
</tr>
</table>
</div>
</div>
</div>
</section>
<!--==========================
Apply Section
============================-->
<section id="applynew">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-8">
<h3 class="applynew-title">Register Now</h3>
<p class="applynew-text">Register now get updated about latest announcements and much more!</p>
</div>
<div class="col-md-4 applynew-btn-container">
<a href="Make-form-final/index.html" class="applynew-btn" href="#">REGISTER</a>
</div>
</div>
</div>
</section>
<!--==========================
FAQ Section
============================-->
<section id="faq">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-4"></div>
<div class="col-md-1"></div>
<div class="col-md-2">
<h3 class="section-title">FAQ</h3>
<div class="section-title-divider"></div>
</div>
<div class="col-md-1" style="text-align: right"></div>
</div>
<div class="row">
<div class="col-md-4">
<div class="member">
<h4>What is COSMOS 360 all about?</h4></br>
<span>RoboVITics brings to you exclusive worshops by Autodesk professionals, followed by 24 hours CAD design hack based on Fusion 360.</span>
</div>
</div>
<div class="col-md-4">
<div class="member">
<h4>I'm a beginner. Any prior knowledge needed before joining the hack? </h4>
<span>As a beginner you can absolutely join the hack and learn.Also,a workshop will be conducted before the hack by Autodesk professionals which will help you for the hack.</span>
</div>
</div>
<div class="col-md-4">
<div class="member">
<h4>What is Fusion 360?</h4></br>
<span>Autodesk Fusion 360 is a complex piece of software for modeling both onscreen assets (3D renders and animation) and offscreen physically manufactured elements. It provides parametric tools that allow a designer to edit components as specs change—without starting over from scratch. What's more, projects can be shared among a group of designers using 360's cloud-based design management system.</span>
</div>
</div>
<div class="col-md-12">
<hr></hr>
</div>
<div class="col-md-4">
<div class="member">
<h4>Can I join the hack if I have no team or less members? </h4>
<span>Absolutely! You can join the hack.</span>
</div>
</div>
<div class="col-md-4">
<div class="member">
<h4>How much is the registration fee per team/per member?</h4>
<span>The registration fee for hack is Rs.100 per member.We are taking only individual registrations and not team registration.</span>
</div>
</div>
<div class="col-md-4">
<div class="member">
<h4>How many teams from a single college are eligible to participate in this event?</h4>
<span>Any number of teams can participate for this event.There are no restrictions as such for only one team from a college.All teams are invited to join and compete in the hack.</span>
</div>
</div>
<div class="col-md-12">
<hr></hr>
</div>
<div class="col-md-4">
<div class="member">
<h4>How many members are allowed in a team?</h4>
<span>A particular team must comprise of a maximum of 3 members.</span>
</div>
</div>
<div class="col-md-4">
<div class="member">
<h4>Can a team have members from different colleges?</h4>
<span>Yes, absolutely! There is no restrictions in any type of team formation.Any member from any college is welcome for COSMOS 360.</span>
</div>
</div>
<div class="col-md-12" style="text-align: center;margin-top: 20px">
<h2>Other Questions?</h2>
<h4>Shoot us an email or message us on <a target="_blank" href="https://www.facebook.com/robovitics/">facebook</a>!</h4>
</div>
</div>
</div>
</section>
<!--==========================
Sposors Section
============================-->
<section id="sponsor">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">SPONSORS</h3>
<div class="section-title-divider"></div>
<p class="section-description">Thanks to our Sponsors!!</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<a class="sponsor-item" style="background-image: url(img/autodesk-logo.png); background-size: 290px;" >
<div class="details">
<h4>Technical Support Partner</h4>
<span>AUTODESK</span>
</div>
</a>
</div>
<div class="col-md-4">
</div>
<div class="col-md-4">
</div>
</div>
</div>
</section>
<!--==========================
Contact Section
============================-->
<section id="contact">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Contact Us</h3>
<div class="section-title-divider"></div>
<p class="section-description">Having issues?</br>
Get in touch with us</p>
<div class="info">
<div>
<i class="fa fa-envelope"></i>
<p style="color:white;">[email protected]</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p style="color:white;">+91 8826122112 | +91 8859449921</p>
</div>
<div>
<i class="fa fa-facebook"></i>
<p style="color:white;">Message us on <a href="https://www.facebook.com/robovitics/?ref=br_rs">Facebook</a></p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3 col-md-push-2">
<!---->
</div>
</div>
</div>
</section>
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="copyright">
COSMOS360 by RoboVITics
</div>
</div>
</div>
</div>
</footer>
<!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Required JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/morphext/morphext.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/stickyjs/sticky.js"></script>
<script src="lib/easing/easing.js"></script>
<!-- Template Specisifc Custom Javascript File -->
<script src="js/custom.js"></script>
<script src="contactform/contactform.js"></script>
</body>
</html>