-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
403 lines (394 loc) · 17.7 KB
/
index.html
File metadata and controls
403 lines (394 loc) · 17.7 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
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
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
<!DOCTYPE html>
<html lang="en">
<head>
<title>Homepage</title>
<!-- General Meta Tags -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="TrickFire Robotics is a student-led robotics team focused on providing a unique educational experience through hands-on work on large scale projects."
/>
<!-- Google site verification tag -->
<meta
name="google-site-verification"
content="IcgAa8F6j6YnINEOwBfnHH1JKHfgh8Wa-Pb0Jx5bUk8"
/>
<!-- Link Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Overpass+Mono:wght@300..700&display=swap"
rel="stylesheet"
/>
<!-- Link CSS -->
<link rel="stylesheet" type="text/css" href="assets/scss/HomePage.css" />
<link rel="stylesheet" type="text/css" href="assets/scss/default.css" />
<!-- jquery -->
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
crossorigin="anonymous"
></script>
<!-- Loads module Html -->
<script src="./components/Header.js"></script>
<script src="./components/Footer.js"></script>
<!-- Loads image gallery functionality -->
<script src="./assets/javascript/imageGallery.js" defer></script>
</head>
<body>
<!-- Header will be loaded here -->
<main>
<div id="introductionSection" role="presentation">
<picture class="backgroundImage">
<source
type="image/webp"
srcset="
assets/images/photos/AsteroidSurfaceBackground/AsteroidSurfaceBackground-320w.webp?width=320 320w,
assets/images/photos/AsteroidSurfaceBackground/AsteroidSurfaceBackground-520w.webp?width=520 520w,
assets/images/photos/AsteroidSurfaceBackground/AsteroidSurfaceBackground-768w.webp?width=768 768w,
assets/images/photos/AsteroidSurfaceBackground/AsteroidSurfaceBackground-1200w.webp?width=1200 1200w,
assets/images/photos/AsteroidSurfaceBackground/AsteroidSurfaceBackground-1920w.webp?width=1920 1920w
"
/>
<img
src="assets/images/photos/AsteroidSurfaceBackground/AsteroidSurfaceBackground-320w.jpg"
srcset="
assets/images/photos/AsteroidSurfaceBackground/AsteroidSurfaceBackground-320w.jpg?width=320 320w,
assets/images/photos/AsteroidSurfaceBackground/AsteroidSurfaceBackground-520w.jpg?width=520 520w,
assets/images/photos/AsteroidSurfaceBackground/AsteroidSurfaceBackground-768w.jpg?width=768 768w,
assets/images/photos/AsteroidSurfaceBackground/AsteroidSurfaceBackground-1200w.jpg?width=1200 1200w,
assets/images/photos/AsteroidSurfaceBackground/AsteroidSurfaceBackground-1920w.jpg?width=1920 1920w
"
sizes="80vw"
alt="Background image of asteroid surface"
class="backgroundImage"
/>
</picture>
<section class="reversed">
<article>
<div class="articleHeader" role="presentation">
<h2>UW Bothell's Robotics Team</h2>
<p>
Welcome! TrickFire Robotics is the premier aerospace robotics
club at the University of Washington Bothell. We currently
compete in the University Rover Challenge by the Mars Society
and have been competing in robotics competitions since 2016. We
are diverse, interdisciplinary, and 100% student-led.
</p>
</div>
<div id="linkContainer" role="presentation">
<a class="leaveSiteLink" href="./join_us">
<img
class="leftPointArrow"
src="assets/images/icons/arrowIcon.svg"
alt="Arrow icon"
/>
<div>Join Us</div>
<img
class="rightPointArrow"
src="assets/images/icons/arrowIcon.svg"
alt="Arrow icon"
/>
</a>
<a class="leaveSiteLink" href="./sponsor">
<img
class="leftPointArrow"
src="assets/images/icons/arrowIcon.svg"
alt="Arrow icon"
/>
<div>Sponsor Us</div>
<img
class="rightPointArrow"
src="assets/images/icons/arrowIcon.svg"
alt="Arrow icon"
/>
</a>
</div>
</article>
<picture class="imageContainer" id="heroTrickFireLogo">
<img
src="assets/images/logos/HeroTrickFireLogo/TrickFireLogo-320w.png"
srcset="
assets/images/logos/HeroTrickFireLogo/TrickFireLogo-320w.png?width=320 320w,
assets/images/logos/HeroTrickFireLogo/TrickFireLogo-520w.png?width=520 520w,
assets/images/logos/HeroTrickFireLogo/TrickFireLogo-768w.png?width=768 768w,
assets/images/logos/HeroTrickFireLogo/TrickFireLogo-1200w.png?width=1200 1200w,
assets/images/logos/HeroTrickFireLogo/TrickFireLogo-1920w.png?width=1920 1920w
"
sizes="(max-width: 768px) 80vw, 30vw"
alt="TrickFire Logo"
class="main"
/>
</picture>
</section>
<section>
<article>
<div class="articleHeader" role="presentation">
<h2>Our Robot</h2>
<p>
Our current rover, Viator, is designed specifically for the
University Rover Challenge (URC). Through iterative development,
our robot will be able to accomplish a wide variety of tasks to
help astronauts over the course of four URC missions. For
example, the rover will be able to extract regolith, detect
life, and type. Viator and related prototypes give us the bulk
of our recent experience and hands-on work.
</p>
</div>
<a class="leaveSiteLink" href="./robots">
<img
class="leftPointArrow"
src="assets/images/icons/arrowIcon.svg"
alt="Arrow icon"
loading="lazy"
encoding="async"
/>
<div role="presentation">Robots</div>
<img
class="rightPointArrow"
src="assets/images/icons/arrowIcon.svg"
alt="Arrow icon"
loading="lazy"
encoding="async"
/>
</a>
</article>
<picture class="imageContainer">
<source
type="image/webp"
srcset="
assets/images/photos/FullRoverPhoto/FullRoverPhoto-320w.webp?width=320 320w,
assets/images/photos/FullRoverPhoto/FullRoverPhoto-520w.webp?width=520 520w,
assets/images/photos/FullRoverPhoto/FullRoverPhoto-768w.webp?width=768 768w,
assets/images/photos/FullRoverPhoto/FullRoverPhoto-1200w.webp?width=1200 1200w,
assets/images/photos/FullRoverPhoto/FullRoverPhoto-1920w.webp?width=1920 1920w
"
sizes="(max-width: 768px) 88vw, 30vw"
/>
<img
src="assets/images/photos/FullRoverPhoto/FullRoverPhoto-320w.jpg"
srcset="
assets/images/photos/FullRoverPhoto/FullRoverPhoto-320w.jpg?wdith=320 320w,
assets/images/photos/FullRoverPhoto/FullRoverPhoto-520w.jpg?width=520 520w,
assets/images/photos/FullRoverPhoto/FullRoverPhoto-768w.jpg?width=768 768w,
assets/images/photos/FullRoverPhoto/FullRoverPhoto-1200w.jpg?width=1200 1200w,
assets/images/photos/FullRoverPhoto/FullRoverPhoto-1920w.jpg?width=1920 1920w
"
sizes="(max-width: 768px) 88vw, 30vw"
alt="Photo of the 2024 Viator Rover"
class="main"
loading="lazy"
encoding="async"
/>
</picture>
</section>
</div>
<section id="missionSection">
<div class="contentWidthContainer">
<h2>Our Goals</h2>
<div id="cardContainer">
<article>
<img
src="assets/images/icons/spiralGearIcon.svg"
alt="Figure of a gear"
loading="lazy"
encoding="async"
/>
<div class="contentContainer" role="presentation">
<h3>Develop Technical Skills</h3>
<p>
We are theory and teaching used in reality to make a physical
product. Through this, such skills will be further improved.
No current experience needed.
</p>
</div>
</article>
<article>
<img
src="assets/images/icons/suitIcon.svg"
alt="Figure of a business suit"
loading="lazy"
encoding="async"
/>
<div class="contentContainer" role="presentation">
<h3>Develop Professional Skills</h3>
<p>
We are a large-scale team of students from many different
majors and backgrounds in a professional environment.
</p>
</div>
</article>
<article>
<img
src="assets/images/icons/communityIcon.svg"
alt="Figure of a group of people"
loading="lazy"
encoding="async"
/>
<div class="contentContainer" role="presentation">
<h3>Develop Community</h3>
<p>
We foster a strong and inclusive community by creating
opportunities for students to engage, collaborate, and support
each other.
</p>
</div>
</article>
</div>
</div>
</section>
<div id="starBackgroundSection" role="presentation">
<picture class="backgroundImage">
<source
type="image/webp"
srcset="
assets/images/photos/StarryNightBackground/StarryNightBackground-320w.webp?width=320 320w,
assets/images/photos/StarryNightBackground/StarryNightBackground-520w.webp?width=520 520w,
assets/images/photos/StarryNightBackground/StarryNightBackground-768w.webp?width=768 768w,
assets/images/photos/StarryNightBackground/StarryNightBackground-1200w.webp?width=1200 1200w,
assets/images/photos/StarryNightBackground/StarryNightBackground-1920w.webp?width=1920 1920w
"
/>
<img
src="assets/images/photos/StarryNightBackground/StarryNightBackground-320w.jpg"
srcset="
assets/images/photos/StarryNightBackground/StarryNightBackground-320w.jpg?width=320 320w,
assets/images/photos/StarryNightBackground/StarryNightBackground-520w.jpg?width=520 520w,
assets/images/photos/StarryNightBackground/StarryNightBackground-768w.jpg?width=768 768w,
assets/images/photos/StarryNightBackground/StarryNightBackground-1200w.jpg?width=1200 1200w,
assets/images/photos/StarryNightBackground/StarryNightBackground-1920w.jpg?width=1920 1920w
"
sizes="80vw"
alt="Background image of a starry night"
class="backgroundImage"
loading="lazy"
encoding="async"
/>
</picture>
<section id="imageGallerySection">
<article>
<div class="articleHeader" role="presentation">
<h2>Our Story</h2>
<p>
Since 2016 TrickFire robotics has been dedicated to building a
strong student and alumni community of talented engineers,
marketers and scientists. We unite across the years by our
mission to develop ourselves by developing our rovers.
</p>
</div>
<a class="leaveSiteLink" href="./our_story">
<img
class="leftPointArrow"
src="assets/images/icons/arrowIcon.svg"
alt="Arrow icon"
loading="lazy"
encoding="async"
/>
<div>Explore More</div>
<img
class="rightPointArrow"
src="assets/images/icons/arrowIcon.svg"
alt="Arrow icon"
loading="lazy"
encoding="async"
/>
</a>
</article>
<div class="imageContainer" role="presentation">
<div id="galleryButtonsContainer">
<img
id="backArrow"
src="./assets/images/icons/imageCarouselArrow.svg"
alt="Back arrow button"
loading="lazy"
encoding="async"
/>
<img
id="forwardArrow"
src="./assets/images/icons/imageCarouselArrow.svg"
alt="Forward arrow button"
loading="lazy"
encoding="async"
/>
</div>
<div id="galleryImagesContainer">
<picture>
<source
type="image/webp"
srcset="
assets/images/photos/2024TeamPhoto/2024TeamPhoto-320w.webp?width=320 320w,
assets/images/photos/2024TeamPhoto/2024TeamPhoto-520w.webp?width=520 520w,
assets/images/photos/2024TeamPhoto/2024TeamPhoto-768w.webp?width=768 768w,
assets/images/photos/2024TeamPhoto/2024TeamPhoto-1200w.webp?width=1200 1200w,
assets/images/photos/2024TeamPhoto/2024TeamPhoto-1920w.webp?width=1920 1920w
"
/>
<img
src="assets/images/photos/2024TeamPhoto/2024TeamPhoto-320w.jpg"
srcset="
assets/images/photos/2024TeamPhoto/2024TeamPhoto-320w.jpg?width=320 320w,
assets/images/photos/2024TeamPhoto/2024TeamPhoto-520w.jpg?width=520 520w,
assets/images/photos/2024TeamPhoto/2024TeamPhoto-768w.jpg?width=768 768w,
assets/images/photos/2024TeamPhoto/2024TeamPhoto-1200w.jpg?width=1200w 1200w,
assets/images/photos/2024TeamPhoto/2024TeamPhoto-1920w.jpg?width=1920w 1920w
"
sizes="(max-width: 768px) 88vw, 45vw"
alt="Photo of the 2020 team in front of Bothell's W"
loading="lazy"
encoding="async"
/>
</picture>
<picture>
<source
type="image/webp"
srcset="
assets/images/photos/2020TeamPhoto/2020TeamPhoto-320w.webp 320w,
assets/images/photos/2020TeamPhoto/2020TeamPhoto-768w.webp 768w,
assets/images/photos/2020TeamPhoto/2020TeamPhoto-1920w.webp 1920w
"
sizes="(max-width: 768px) 88vw, 45vw"
/>
<img
src="assets/images/photos/2020TeamPhoto/2020TeamPhoto-320w.jpg"
srcset="
assets/images/photos/2020TeamPhoto/2020TeamPhoto-320w.jpg 320w,
assets/images/photos/2020TeamPhoto/2020TeamPhoto-768w.jpg 768w,
assets/images/photos/2020TeamPhoto/2020TeamPhoto-1920w.jpg 1920w
"
sizes="(max-width: 768px) 88vw, 45vw"
alt="Photo of the 2020 team in front of Bothell's W"
/>
</picture>
<picture>
<source
type="image/webp"
srcset="
assets/images/photos/2017TeamPhoto/2017TeamPhoto-320w.webp?width=320 320w,
assets/images/photos/2017TeamPhoto/2017TeamPhoto-520w.webp?width=520 520w,
assets/images/photos/2017TeamPhoto/2017TeamPhoto-768w.webp?width=768 768w,
assets/images/photos/2017TeamPhoto/2017TeamPhoto-1200w.webp?width=1200 1200w,
assets/images/photos/2017TeamPhoto/2017TeamPhoto-1920w.webp?width=1920 1920w
"
sizes="(max-width: 768px) 40vw, 88vw"
/>
<img
src="assets/images/photos/2017TeamPhoto/2017TeamPhoto-320w.jpg"
srcset="
assets/images/photos/2017TeamPhoto/2017TeamPhoto-320w.jpg?width=320 320w,
assets/images/photos/2017TeamPhoto/2017TeamPhoto-520w.jpg?width=520 520w,
assets/images/photos/2017TeamPhoto/2017TeamPhoto-768w.jpg?width=768 768w,
assets/images/photos/2017TeamPhoto/2017TeamPhoto-768w.jpg?width=1200 1200w,
assets/images/photos/2017TeamPhoto/2017TeamPhoto-1920w.jpg?width=1920 1920w
"
sizes="(max-width: 768px) 40vw, 88vw"
alt="Photo of the 2017 Team in the stands at a competition"
/>
</picture>
</div>
</div>
</section>
</div>
</main>
<!-- Footer will be loaded here -->
</body>
</html>