-
Notifications
You must be signed in to change notification settings - Fork 2
/
roster.html
340 lines (320 loc) · 13.1 KB
/
roster.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
<!DOCTYPE HTML>
<html>
<head>
<title>UBC Snowbots</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" href="images/favicon.ico">
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body class="landing">
<!-- Header -->
<header id="header" class="alt">
<h1><img src="images/snowbots-logo-flat.png" height="50em" /></h1>
<nav id="nav">
<ul>
<li>
<a href="index">Home</a>
</li>
<li>
<a href="join">Join Us</a>
</li>
<li>
<a href="roster" class="submenu">The Team</a>
<ul>
<li>
<a href="roster#robots">Robots</a>
</li>
<!--uncomment for each page when we have roster again-->
<!--<li>
<a href="roster#admin-leads">Admin</a>
</li>-->
<!--<li>
<a href="roster#mech-leads">Mechanical</a>
</li>-->
<!--<li>
<a href="roster#software-leads">Software</a>
</li>-->
</ul>
</li>
<li><a href="sponsors">Sponsors</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner" class="team_banner"></section>
<!-- Uncomment these when we can take team pictures -->
<!-- Admin -->
<!--<section id="admin-leads" class="wrapper cta darkblue-cta">
<div class="inner">
<header class="major">
<h2>Administration Team</h2>
<p>
The admin sub-team keeps our team running smoothly; they organize meetings, events and travel plans for competition. They
are also responsible for all of our funding and sponsor relations.
</p>
</header>
<ul class="list-inline team-lead">
<li>
<img src="images/roster/2018-david-gill.jpg" alt="" />
<h4>David Gill</h4>
<p>Team Captain</p>
</li>
</ul>
</div>
</section>-->
<!--<section id="admin-team" class="wrapper">
<div class="inner">
<header class="align-center">
<h2>Admin Members</h2>
</header>
<ul class="list-inline team-member">
<li>
<img src="images/roster/2018-valerian-ratu.jpg" alt="Valerian Ratu" />
<h4>Valerian Ratu</h4>
<p>Retiring Captain</p>
<a href="https://github.com/Valrat"><span class="fa fa-github fa-2x"> </span></a>
</li>
<li>
<img src="images/roster/2018-vincent-yuan.jpg" alt="Vincent Yuan" />
<h4>Vincent Yuan</h4>
<p>Retiring Captain</p>
<a href="https://github.com/Dulluhan"><span class="fa fa-github fa-2x"> </span></a>
</li>
</ul>
</div>
</section>-->
<!-- Mech team -->
<!--<section id="mech-leads" class="wrapper cta darkblue-cta">
<img class="cta-logo" src="images/gears-1024.png">
<div class="inner">
<header class="major">
<h2>Mechanical Team</h2>
<p>
The mechanical team takes care of designing, machining and constructing the robot. They design the drive-train to make sure
that the robot’s had enough power to make it up hills and across tricky terrain. They also design the
chassis to hold the computer and the robot’s many sensors. Lots of SolidWorks and machining involved!
</p>
</header>
<ul class="list-inline team-lead">
<li>
<img src="images/roster/2018-geoffrey-hanks.jpg" alt="" />
<h4>Geoffrey Hanks</h4>
<p>Mechanical Lead</p>
</li>
</ul>
</div>
</section>-->
<!--<section id="mech-team" class="wrapper">
<div class="inner">
<header class="align-center">
<h2>Mechanical Members</h2>
</header>
<ul class="list-inline team-member">
<li>
<img src="images/roster/2018-ivy-shi.jpg" alt="" />
<h4>Ivy Shi</h4>
<p>Mechanical Member</p>
</li>
<li>
<img src="images/roster/2018-collin-lucas-eng.jpg" alt="" />
<h4>Collin Lucas Eng</h4>
<p>Mechanical Member</p>
</li>
<li>
<img src="images/roster/2018-leo-wei.jpg" alt="" />
<h4>Leo Wei</h4>
<p>Mechanical Member</p>
</li>
<li>
<img src="images/roster/2018-remy-zhang.jpg" alt="" />
<h4>Remy Zhang</h4>
<p>Mechanical Member</p>
</li>
<li>
<img src="images/roster/2018-arman-zhakypbekov.jpg" alt="" />
<h4>Arman Zhakypbekov</h4>
<p>Mechanical Member</p>
</li>
</ul>
</div>
</section>-->
<!-- Software team -->
<!--<section id="software-leads" class="wrapper cta darkblue-cta">
<img class="cta-logo" src="images/code-fork-512.png">
<div class="inner">
<header class="major">
<h2>Software team</h2>
<p>
This is our biggest sub-team with the most amount of work. The software team writes code to take in information about the
robot’s surroundings and makes decisions about where the to go next. If you are interested in working
in pathfinding, mapping, computer vision, networking or systems integration, software has projects for
you!
</p>
</header>
<ul class="list-inline team-lead">
<li>
<img src="images/roster/2018-robyn-castro.jpg" alt="Robyn Castro" />
<h4>Robyn Castro</h4>
<p>Software Lead</p>
<a href="https://github.com/RobynCastro"><span class="fa fa-github fa-2x"> </span></a>
</li>
</ul>
</div>
</section>-->
<!--<section id="software-team" class="wrapper">
<div class="inner">
<header class="align-center">
<h2>Software Members</h2>
</header>
<ul class="list-inline team-member">
<li>
<img src="images/roster/2018-gareth-ellis.jpg" alt="Gareth Ellis" />
<h4>Gareth Ellis</h4>
<p>Software</p>
<a href="https://github.com/garethellis0"><span class="fa fa-github fa-2x"> </span></a>
</li>
<li>
<img src="images/roster/2018-raad-khan.jpg" alt="" />
<h4>Raad Khan</h4>
<p>Software</p>
<a href="https://github.com/raadkhan"><span class="fa fa-github fa-2x"> </span></a>
</li>
<li>
<img src="images/roster/2018-chris-heathe.jpg" alt="" />
<h4>Chris Heathe</h4>
<p>Software</p>
<a href="https://github.com/"><span class="fa fa-github fa-2x"> </span></a>
</li>
<li>
<img src="images/roster/2018-william-gu.jpg" alt="" />
<h4>William Gu</h4>
<p>Software</p>
<a href="https://github.com/"><span class="fa fa-github fa-2x"> </span></a>
</li>
<li>
<img src="images/roster/2018-min-gyo-kim.jpg" alt="" />
<h4>Min Gyo Kim</h4>
<p>Software</p>
<a href="https://github.com/"><span class="fa fa-github fa-2x"> </span></a>
</li>
<li>
<img src="images/roster/2018-marinah-zhao.jpg" alt="" />
<h4>Marinah Zhao</h4>
<p>Software</p>
<a href="https://github.com/"><span class="fa fa-github fa-2x"> </span></a>
</li>
<li>
<img src="images/roster/2018-marcus-swift.jpg" alt="" />
<h4>Marcus Swift</h4>
<p>Software</p>
<a href="https://github.com/"><span class="fa fa-github fa-2x"> </span></a>
</li>
<li>
<img src="images/roster/blank.jpg" alt="" />
<h4>Martin Freeman</h4>
<p>Software</p>
<a href="https://github.com/"><span class="fa fa-github fa-2x"> </span></a>
</li>
</ul>
</div>
</section> -->
<!-- Robots -->
<section id="robots" class="wrapper cta darkblue-cta">
<img class="cta-logo" src="images/car.png">
<div class="inner">
<header class="major">
<h2>Our Star Robots</h2>
<p>
These are our significant others on Saturdays.
</p>
</header>
<ul class="list-inline team-lead">
<li>
<img src="images/roster/elsax.jpg" alt="Jack" />
<h4>Elsa X</h4>
<p>The Reborn</p>
</li>
<li>
<img src="images/roster/olaf.jpg" alt="Olaf" />
<h4>Olaf</h4>
<p>The Youngest</p>
</li>
</ul>
</div>
</section>
<section id="legacy-robots" class="wrapper">
<div class="inner">
<header class="align-center">
<h2>Legacy Robots</h2>
</header>
<ul class="list-inline team-member">
<li>
<img src="images/roster/avalanche.jpg" alt="Avalanche" />
<h4>Avalanche</h4>
<p>Deceased Grandfather</p>
</li>
<li>
<img src="images/roster/elsa.jpg" alt="Elsa" />
<h4>Elsa</h4>
<p>Resident Mom</p>
</li>
<li>
<img src="images/roster/jack.jpg" alt="Jack" />
<h4>Jack</h4>
<p>Runaway Teen</p>
</li>
</ul>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="content">
<div class="inner">
<section class="about">
<h2>Stay connected with us</h2>
<hr/>
<p>
Follow us on social media to learn more about our team's progress and future events. Send us an email if you have any questions
or want to get involved!
</p>
<ul class="icons">
<li class="icon">
<a class="icon fa-facebook-square" href="https://www.facebook.com/UBC.Snowbots"></a>
</li>
<li>
<a class="icon fa-instagram" href="https://www.instagram.com/ubcsnowbots"></a>
</li>
<li>
<a class="icon fa-github" href="https://github.com/UBC-Snowbots/"></a>
</li>
<li>
<a class="icon fa-envelope-o" href="mailto:[email protected]"></a>
</li>
</ul>
<p class="copyright">© UBC Snowbots 2020</p>
</section>
<ul class="icons bulleted">
<li class="icon fa-map-marker">
<h3>Address</h3>
<p>Wayne and William White Engineering Design Centre<br /> 2345 East Mall<br /> Vancouver, BC <br />V6T
1Z4
</p>
</li>
</ul>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>