forked from vrmc/vrmc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject5.html
386 lines (326 loc) · 9.95 KB
/
project5.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Rocket Launcher</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" 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="">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Raleway:400,500,700|Roboto:400,900" 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">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<!-- =======================================================
Theme Name: Bell
Theme URL: https://bootstrapmade.com/bell-free-bootstrap-4-template/
Author: BootstrapMade.com
Author URL: https://bootstrapmade.com
======================================================= -->
</head>
<body>
<!-- Page Content
================================================== -->
<!-- Header -->
<header id="header">
<div class="container">
<div id="logo" class="pull-left">
<a href="index.html"><img src="img/vrmclogo.png" alt="" title="VRMC Logo" /></img></a>
<!-- Uncomment below if you prefer to use a text image -->
<!--<h1><a href="#hero">Bell</a></h1>-->
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li><a href="index.html">About Us</a></li>
<li><a href="index.html">Prospects</a></li>
<li><a href="index.html">Projects</a></li>
<li><a href="index.html">Team</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</nav>
<!-- #nav-menu-container -->
<nav class="nav social-nav pull-right d-none d-lg-inline">
<a href="https://www.instagram.com/vjmakers/"><i class="fa fa-instagram"></i></a>
<a href="#contact"><i class="fa fa-envelope"></i></a>
<a href="https://www.instagram.com/vjrobotics/"><i class="fa fa-instagram"></i></a>
</nav>
</div>
</header>
<!-- #header -->
<!-- About -->
<section class="about" id="about">
<div class="container text-center">
<h2>
About Rocket Launcher
</h2>
<h4>
This was developed by VEX Research Team for Open House 2018. A collaboration has to be done between few CCAs for OH 2018. VRMC tied up with Astronomy Club and Science Society.
</h4>
<div class="row stats-row">
<div class="stats-col text-center col-md-3 col-sm-6">
<div class="circle">
<span class="stats-no" data-toggle="counter-up">3</span> Ideas Sprouted
</div>
</div>
<div class="stats-col text-center col-md-3 col-sm-6">
<div class="circle">
<span class="stats-no" data-toggle="counter-up">01</span> Idea Executed
</div>
</div>
<div class="stats-col text-center col-md-3 col-sm-6">
<div class="circle">
<span class="stats-no" data-toggle="counter-up">126</span> Man Hours Worked
</div>
</div>
<div class="stats-col text-center col-md-3 col-sm-6">
<div class="circle">
<span class="stats-no" data-toggle="counter-up">5</span> Hard Workers
</div>
</div>
</div>
</div>
</section>
<!-- /About -->
<!-- Features -->
<section class="features" id="features">
<div class="container">
<h2 class="text-center">
More about Rocket Launcher
<h3>
<p>
This was a design developed with our expertise in Physics and Math. Many calculations went into lifting the water rocket and the torque needed. After many drafts of design, we started our work. We worked two full days to get the base done.
</p>
<br>
<br>
<div class="image">
<img src="img/RL1.jpg" align="center" height=400px width=600px>
</div>
<br>
<br>
<p> We did testing with Science Society with their rocket which actually yielded positive results. </p>
<br>
<br>
<div class="image">
<img src="img/RL3.jpg" align="center" height=400px width=600px>
</div>
<br>
<br>
<p>
After few rounds of initial testing, we found that the water from the rocket kept splashing around the launcher. This will cause likely damage to the parts especially the cortex as mentioned by VEX Head, Bryan Lam. Hence, we decided to waterproof the launcher with corrugated boards.
</p>
<br>
<div class="image">
<img src="img/RL2.jpg" align="center" height=400px width=600px>
</h3>
<br>
<div class="container">
<h2 class="text-center">
Our Rocket Launcher in Action after Waterproofing
</h2>
<h3>
<video class='center' controls>
<source src="img/OHRL.mp4" type="video/mp4">
<source src="img/OHRL.ogg" type="video/ogg">
</video>
</h3>
</div>
</div>
</section>
<!-- @component: footer -->
<br>
<br>
<br>
<br>
<br>
<section id="contact">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2 class="section-title">Contact Us</h2>
</div>
</div>
<div class="row justify-content-center">
<div class="info">
<div>
<i class="fa fa-map-marker"></i>
<p>Victoria Junior College<br>Robotics Laboratory(L2), Opposite Physics Lab</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p>
[email protected]</br>
[email protected]</br>
</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>+65 9698 3550</br>
+65 9751 6540</p>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="site-footer">
<div class="bottom">
<div class="container">
<div class="row">
<div class="col-lg-6 col-xs-12 text-lg-left text-center">
<p class="copyright-text">
© VRMC 2018
</p>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=Bell
-->
<a href="https://bootstrapmade.com/"></a>
</div>
</div>
<div class="col-lg-6 col-xs-12 text-lg-right text-center">
<ul class="list-inline">
<li class="list-inline-item">
<a href="index.html">Home</a>
</li>
<li class="list-inline-item">
<a href="#about">About Us</a>
</li>
<li class="list-inline-item">
<a href="#features">Features</a>
</li>
<li class="list-inline-item">
<a href="#projects">Projects</a>
</li>
<li class="list-inline-item">
<a href="#team">Team</a>
</li>
<li class="list-inline-item">
<a href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<a class="scrolltop" href="#"><span class="fa fa-angle-up"></span></a>
<!-- Required JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/tether/js/tether.min.js"></script>
<script src="lib/stellar/stellar.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/easing/easing.js"></script>
<script src="lib/stickyjs/sticky.js"></script>
<script src="lib/parallax/parallax.js"></script>
<script src="lib/lockfixed/lockfixed.min.js"></script>
<!-- Template Specisifc Custom Javascript File -->
<script src="js/custom.js"></script>
<script src="contactform/contactform.js"></script>
</body>
</html>