forked from vrmc/vrmc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprinting.html
More file actions
277 lines (224 loc) · 8.82 KB
/
printing.html
File metadata and controls
277 lines (224 loc) · 8.82 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>3D printing workshop 2018</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="" /></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>
3D printing workshop 2018
</h2>
<h4>
We hosted our very first 3D printing workshop! This was conducted by our vice chair, Shawn Pong, with the assistance of four other facilitators: Ariel, Chun Hui, Amirtha and Yvonne. Secondary school students came over to our labs and experimented on our 3D printers while we taught them how to use Fusion 360, a 3D printing app that was free for use and suitable for most educational purposes.
</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">1</span> Ideas 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">20</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">3</span> Hard Workers
</div>
</div>
</div>
</div>
</section>
<!-- /About -->
<!-- Features -->
<section class="features" id="features">
<div class="container">
<h2 class="text-center">
Snapshots of the workshop
</h2>
<div class="img-with-text">
<img src="img/animals.jpeg" align="center" height=600px/>
</div>
<br>
<p class="text-center">Here are some of the products we made before the workshop started!</p>
<div class="img-with-text">
<img src="img/3dprintingws1.jpg" align="center" height=600px/>
</div>
<br>
<div class="img-with-text">
<img src="img/3dprintingws2.jpg" align="center" height=600px/>
</div>
<br>
<p>
Speaking to the participants of the workshop, they all shared about at least one learning point they had from this workshop.
Judging by the laughter heard throughout the exploration periods, it was both fun and informative, which was what we sought to accomplish in the very beginning.
This workshop seemed to have been a success, and we look forward to planning many more in the near future!
</p>
</section>
<!-- @component: footer -->
<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>
vj.vrmc@gmail.com</br>
kwek.engyeow@vjc.sg</br>
ho.tianu.basil.caleb@vjc.sg
</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>