forked from Kanishka5/Aarohan_2017
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contraptions.html
185 lines (151 loc) · 5.9 KB
/
contraptions.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
<!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 | Contraptions </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/Contraption.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/contraptions.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>
<div class="project-info overflow">
<p>It takes a genius to reduce a complicated thing to a simple one.
But it requires sheer brilliance to turn something that’s simple into a complicated
one. Are you one those people who like seeing things from a unique perspective?
Do you love doing things in a crafty and sophisticated manner? </p>
<p><strong>Round 1:</strong> pen and paper / multi step arrangement with proper introduction
to each team member and description of the contraption to complete any
task and send the video for direct selection.</p><p>
<b>judging criteria:</b> most no. of steps qualifies for next round.</p>
<strong>Round 2:</strong>
</br>
<strong>PROBLEM STATEMENT:</strong>
<p>Make a multi- step arrangement .
</br>
A step is defined as an action that results in another action working towards the
final aim of the setup. The setup designed could be a collection of bits and
pieces, parts of useless machines scrapped together to achieve an innovative
and imaginative contraption to complete the job at hand.</p>
<p>
<strong>GENERAL RULES:</strong>
</br><ol><li>
A team can consist of maximum 4 members.
</li><li>
The teams must explain their contraption before the first run in front of
judges.And write it up in given sheet.</li><li>
4 hous of time will be given to Each team will be given 3 trials to show their
contraption.</li><li>
contraption should not exceed a time limit of 8 minutes.
</li><li>
No limitation in no. Of steps.
</li><li>
Once initiated no human intervention is allowed.
</li><li>
No hazardous materials should be used The organisers reserve the right to
disqualify the team using unsafe materials.
</li><li>
All the materials required making the setup should be brought by the team.
</li><li>
The teams are required to remove their arrangement and debris after their two
runs. </li><li>
The teams must adhere to the spirit of healthy competition.
</li><li>
Participants will be provided with a power supply of 220V/50Hz if needed.
</li><li>
The organizers reserve the right to change any of the rules.
</li><li>
The decision of judges will be final and binding to all.
</li></ol>
</p> <strong> SCORING CRITERIA: </strong>
</br>
A =each no. of steps =5marks
</br>
B =each no. of energy conversation =10 marks</br>
50 marks reward on completion of primary task</br>
<p><strong>
No. of Rounds:</strong> 2
</p><p><strong>
No. of members in a team:</strong> 4
</p><p><strong>
Judging criteria:</strong> maximum points</p>
</div>
</div>
</div>
</div>
<div id="trigger2">
<div id="write-out" class="holder">
<h2 class="bold">About the Event</h2>
<div class="project-info overflow">
<p>It takes a genius to reduce a complicated thing to a simple one.
But it requires sheer brilliance to turn something that’s simple into a complicated
one. Are you one those people who like seeing things from a unique perspective?
Do you love doing things in a crafty and sophisticated manner? </p>
<p><strong>Round 1:</strong> pen and paper / multi step arrangement with proper introduction
to each team member and description of the contraption to complete any
task and send the video for direct selection.</p><p>
<b>judging criteria:</b> most no. of steps qualifies for next round.</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="invictus.html"><img src="images/images-events/invictus.png"></a>
</div>
<div class ="col-xs-6 col-md-6 box">
<a href="assembler.html"><img src="images/images-events/assembler.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>