forked from Kanishka5/Aarohan_2017
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathassembler.html
144 lines (121 loc) · 4.74 KB
/
assembler.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/bootstrap.min.css" >
<link rel="stylesheet" type="text/css" href="css/styles.css"/>
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css"/>
<link rel="stylesheet" type="text/css" href="css/events.css"/>
<title>Aarohan 2017 | Assembler</title>
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
</head>
<body>
<div id="events">
<div class="next">
</div>
<br/>
<div id="road">
</div>
<div id="heading">
<img src="images/Hoardings/Assembler.png" >
</div>
<a href="javascript:history.back()"><button id="back" class="btn btn-secondary" role="button"> Back </button></a>
<div id="walk">
<img id="bike-img" src="images/bike.png">
</div>
<div id="trigger1">
<div id="image" class="holder">
<img src="images/images-events/assembler.png"/>
</div>
</div>
<div id="wrapper-p">
<div id="popup">
<div class="popupcontrols">
<span id="popupclose">X</span>
</div>
<div class="popupcontent">
<h2 class="bold">About the Event</h2><p>
Engineering is not only about creating new things. It is also about
having the knowledge regarding the pre-existing things up to ultimate
perfection. So here we have a challenge for the budding engineers: The
participants shall be provided with a de-assembled common household item
and their task will be to reconstruct that item and bring it to working state as
before. Patience and perfection shall be the key to win this challenge, so let's
see whether you have got enough of that or not!</p>
<p><b>No. of Rounds:</b> 3</p>
<p><b>No. of members in a team:</b> 5</p>
<b>Judging criteria:</b>
<ol>
<li>
All the teams have to sit for the preliminary qualifying round which shall
consist of various questions related to physics and mechanics.
</li><li>
Top 20 teams shall proceed to the 2nd round.
</li><li>
In the second round the first 6 teams which successfully reconstruct the
item provided shall proceed for the final round.
</li><li>
In the final round the team which successfully brings back the de-
assembled item to its working state shall be declared the winner.
</li><li>
In case multiple teams get the job done the team carrying out the job earliest
shall be crowned the winner.
</li><li>
In case no team is able to get us a working model the one which has got the
maximum components assembled perfectly shall be the winner.
</li><li>
Judge's decision shall be final in all the cases.
</li></ol>
</div>
</div>
</div>
<div id="trigger2">
<div id="write-out2" class="holder">
<h2 class="bold">About the Event</h2>
<div class="project-info overflow">
<p>Engineering is not only about creating new things. It is also about
having the knowledge regarding the pre-existing things up to ultimate
perfection. So here we have a challenge for the budding engineers: The
participants shall be provided with a de-assembled common household item
and their task will be to reconstruct that item and bring it to working state as
before. Patience and perfection shall be the key to win this challenge, so let's
see whether you have got enough of that or not!</p>
<p><b>No. of Rounds:</b> 3</p>
<p><b>No. of members in a team:</b> 5</p>
</div>
<button type="submit" id="button2" class="btn btn-primary uppercase"> Full Description </button>
<a href="registration.php" class="btn btn-primary uppercase">Register</a>
</div>
</div>
<div class="space">
</div>
<div id="trigger-w">
</div>
<div id="cloud">
<img src="images/Clouds/cloud3.png" >
<div id="text-l"><h1 >RELATED EVENTS</h1></div>
</div>
<div id="related" class="container">
<div class="row">
<div class ="col-xs-6 col-md-6 box">
<a href="contraptions.html"><img src="images/images-events/contraptions.png"></a>
</div>
<div class ="col-xs-6 col-md-6 box">
<a href="invictus.html"><img src="images/images-events/invictus.png"></a>
</div>
</div>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/preloader.js"></script>
<script src="js/TweenMax.min.js"></script>
<script src="js/ScrollMagic.min.js"></script>
<script src="js/velocity.min.js"></script>
<script src="js/animation.gsap.min.js"></script>
<script src="js/libraries.min.js"></script>
<script src="js/jquery.parallax.js"></script>
<script src="js/debug.addIndicators.min.js"></script>
<script src="js/flowtype.js"></script>
<script src="js/event.js"></script>
<script src="js/popup.js"></script>
</body>
</html>