-
Notifications
You must be signed in to change notification settings - Fork 1
/
robots.html
433 lines (426 loc) · 20.1 KB
/
robots.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
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
<!DOCTYPE html>
<html lang="en">
<head>
<title>Robots</title>
<!-- General Meta Tags -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="TrickFire Robotics has built rovers for the NASA Robotics Mining Competition (RMC) and the University Rover Challenge (URC)."
/>
<!-- 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:[email protected]&family=Overpass+Mono:[email protected]&display=swap"
rel="stylesheet"
/>
<!-- Link CSS -->
<link rel="stylesheet" type="text/css" href="assets/scss/Robots.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>
</head>
<body>
<!-- Header will be loaded here -->
<main>
<section class="reversed" id="firstSection">
<picture class="backgroundImage">
<source
type="image/webp"
srcset="
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-320w.webp?width=320 320w,
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-520w.webp?width=520 520w,
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-768w.webp?width=768 768w,
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-1200w.webp?width=1200 1200w,
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-1920w.webp?width=1920 1920w
"
sizes="80vw"
/>
<img
src="assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-320w.jpg"
srcset="
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-320w.jpg?width=320 320w,
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-520w.jpg?width=520 520w,
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-768w.jpg?width=768 768w,
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-1200w.jpg?width=1200 1200w,
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-1920w.jpg?width=1920 1920w
"
sizes="80vw"
alt="Background image of earth's surface"
class="backgroundImage"
/>
</picture>
<div class="contentContainer" role="presentation">
<article>
<div class="articleHeader" role="presentation">
<h2>Viator</h2>
<p>
Viator is our first rover for the University Rover Challenge. To
meet competition goals, the design has a dexterous hand with
four fingers to better type, pick up objects, and more. The
rocker-bogie suspension system helps keep the rover stable in
uneven terrain. The design is also modular due to the life
detection system being built.
</p>
</div>
<div role="presentation">
<h3>Attributes</h3>
<ul>
<li>4 Degree of Movement Arm</li>
<li>Elevated Frame</li>
<li>3D-Printed Wheels</li>
</ul>
</div>
</article>
<picture class="imageContainer">
<source
type="image/webp"
srcset="
assets/images/photos/Viator/Viator-320w.webp?width=320 320w,
assets/images/photos/Viator/Viator-520w.webp?width=520 520w,
assets/images/photos/Viator/Viator-768w.webp?width=768 768w,
assets/images/photos/Viator/Viator-1200w.webp?width=1200 1200w,
assets/images/photos/Viator/Viator-1920w.webp?width=1920 1920w
"
sizes="(max-width: 768px) 80vw, 40vw"
/>
<img
src="assets/images/photos/Viator/Viator-320w.jpg"
srcset="
assets/images/photos/Viator/Viator-320w.jpg?width=320 320w,
assets/images/photos/Viator/Viator-520w.jpg?width=520 520w,
assets/images/photos/Viator/Viator-768w.jpg?width=768 768w,
assets/images/photos/Viator/Viator-1200w.jpg?width=1200 1200w,
assets/images/photos/Viator/Viator-1920w.jpg?width=1920 1920w
"
sizes="(max-width: 768px) 80vw, 40vw"
alt="Photo of the Viator rover"
/>
</picture>
</div>
</section>
<section>
<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
"
sizes="100vw"
/>
<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="100vw"
alt="Background image of asteroid surface"
class="backgroundImage"
loading="lazy"
encoding="async"
/>
</picture>
<div class="contentContainer" role="presentation">
<article>
<div class="articleHeader" role="presentation">
<h2>Houdini</h2>
<p>
Houdini is the third iteration of the excavator, dump, trunk,
and tread design. This design embraces NASA Lunabotics’ new
focus towards Lunar mining by reducing the size to a third of
its predecessors while still being able to mine 20% deeper.
</p>
</div>
<div role="presentation">
<h3>Attributes</h3>
<ul>
<li>Angled Forearm</li>
<li>Aluminum Frame</li>
<li>3 Support Rollers Per Tread</li>
</ul>
</div>
</article>
<picture class="imageContainer">
<source
type="image/webp"
srcset="
assets/images/photos/Houdini/Houdini-320w.webp?width=320 320w,
assets/images/photos/Houdini/Houdini-520w.webp?width=520 520w,
assets/images/photos/Houdini/Houdini-768w.webp?width=768 768w,
assets/images/photos/Houdini/Houdini-1200w.webp?width=1200 1200w,
assets/images/photos/Houdini/Houdini-1920w.webp?width=1920 1920w
"
sizes="(max-width: 768px) 90vw, 40vw"
/>
<img
src="assets/images/photos/Houdini/Houdini-768w.jpg"
srcset="
assets/images/photos/Houdini/Houdini-320w.jpg?width=320 320w,
assets/images/photos/Houdini/Houdini-520w.jpg?width=520 520w,
assets/images/photos/Houdini/Houdini-768w.jpg?width=768 768w,
assets/images/photos/Houdini/Houdini-1200w.jpg?width=1200 1200w,
assets/images/photos/Houdini/Houdini-1920w.jpg?width=1920 1920w
"
sizes="(max-width: 768px) 90vw, 40vw"
alt="Photo of the Houdini rover"
loading="lazy"
encoding="async"
/>
</picture>
</div>
</section>
<section class="reversed">
<picture class="backgroundImage">
<source
type="image/webp"
srcset="
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-320w.webp?width=320 320w,
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-520w.webp?width=520 520w,
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-768w.webp?width=768 768w,
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-1200w.webp?width=1200 1200w,
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-1920w.webp?width=1920 1920w
"
sizes="80vw"
/>
<img
src="assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-320w.jpg"
srcset="
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-320w.jpg?width=320 320w,
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-520w.jpg?width=520 520w,
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-768w.jpg?width=768 768w,
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-1200w.jpg?width=1200 1200w,
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-1920w.jpg?width=1920 1920w
"
sizes="80vw"
alt="Background image of earth's surface"
class="backgroundImage"
encoding="async"
loading="lazy"
/>
</picture>
<div class="contentContainer" role="presentation">
<article>
<div class="articleHeader" role="presentation">
<h2>Atlas</h2>
<p>
Atlas is the second iteration of the excavator, dump, trunk, and
tread design. Although the design is the same as Grimlock’s, the
team completely overhauled the rover with a light carbon fiber
frame. Now the rover weighs in at 67 kilograms, a significant
reduction to prior iterations.
</p>
</div>
<div role="presentation">
<h3>Attributes</h3>
<ul>
<li>Arm Closer to Ground</li>
<li>Carbon Fiber Frame</li>
<li>Same Tread Setup as Grimlock</li>
</ul>
</div>
</article>
<picture class="imageContainer">
<source
type="image/webp"
srcset="
assets/images/photos/Atlas/Atlas-320w.webp?width=320 320w,
assets/images/photos/Atlas/Atlas-520w.webp?width=520 520w,
assets/images/photos/Atlas/Atlas-768w.webp?width=768 768w,
assets/images/photos/Atlas/Atlas-1200w.webp?width=1200 1200w,
assets/images/photos/Atlas/Atlas-1920w.webp?width=1920 1920w
"
sizes="(max-width: 768px) 80vw, 40vw"
/>
<img
src="assets/images/photos/Atlas/Atlas-320w.jpg"
srcset="
assets/images/photos/Atlas/Atlas-320w.jpg?width=320 320w,
assets/images/photos/Atlas/Atlas-520w.jpg?width=520 520w,
assets/images/photos/Atlas/Atlas-768w.jpg?width=768 768w,
assets/images/photos/Atlas/Atlas-1200w.jpg?width=1200 1200w,
assets/images/photos/Atlas/Atlas-1920w.jpg?width=1920 1920w
"
sizes="(max-width: 768px) 80vw, 40vw"
alt="Photo of the Atlas Rover"
loading="lazy"
encoding="async"
/>
</picture>
</div>
</section>
<section>
<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
"
sizes="80vw"
/>
<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"
loading="lazy"
encoding="async"
/>
</picture>
<div class="contentContainer" role="presentation">
<article>
<div class="articleHeader" role="presentation">
<h2>Grimlock</h2>
<p>
Grimlock boasted a fully dynamic digging arm with four degrees
of freedom, similar to a classic excavator, with a dump truck
style bin that was used to transport the mined monolith region,
and tank treads that could drive over any obstacle thrown at it.
</p>
</div>
<div role="presentation">
<h3>Attributes</h3>
<ul>
<li>Long Bucket</li>
<li>Arm can Spin on Base</li>
<li>4 Support Rollers Per Tread</li>
</ul>
</div>
</article>
<picture class="imageContainer">
<source
type="image/webp"
srcset="
assets/images/photos/Grimlock/Grimlock-320w.webp?width=320 320w,
assets/images/photos/Grimlock/Grimlock-520w.webp?width=520 520w,
assets/images/photos/Grimlock/Grimlock-768w.webp?width=768 768w,
assets/images/photos/Grimlock/Grimlock-1200w.webp?width=1200 1200w,
assets/images/photos/Grimlock/Grimlock-1920w.webp?width=1920 1920w
"
sizes="(max-width: 768px) 80vw, 40vw"
/>
<img
src="assets/images/photos/Grimlock/Grimlock-320w.jpg"
srcset="
assets/images/photos/Grimlock/Grimlock-320w.jpg?width=320 320w,
assets/images/photos/Grimlock/Grimlock-520w.jpg?width=520 520w,
assets/images/photos/Grimlock/Grimlock-768w.jpg?width=768 768w,
assets/images/photos/Grimlock/Grimlock-1200w.jpg?width=1200 1200w,
assets/images/photos/Grimlock/Grimlock-1920w.jpg?width=1920 1920w
"
sizes="(max-width: 768px) 80vw, 40vw"
alt="Photo of the Grimlock Rover"
loading="lazy"
encoding="async"
/>
</picture>
</div>
</section>
<section class="reversed" id="lastSection">
<picture class="backgroundImage">
<source
type="image/webp"
srcset="
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-320w.webp?width=320 320w,
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-520w.webp?width=520 520w,
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-768w.webp?width=768 768w,
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-1200w.webp?width=1200 1200w,
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-1920w.webp?width=1920 1920w
"
sizes="80vw"
/>
<img
src="assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-320w.jpg"
srcset="
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-320w.jpg?width=320 320w,
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-520w.jpg?width=520 520w,
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-768w.jpg?width=768 768w,
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-1200w.jpg?width=1200 1200w,
assets/images/photos/EarthSurfaceBackground/EarthSurfaceBackground-1920w.jpg?width=1920 1920w
"
sizes="80vw"
alt="Background image of earth's surface"
class="backgroundImage"
encoding="async"
loading="lazy"
/>
</picture>
<div class="contentContainer" role="presentation">
<article>
<div class="articleHeader" role="presentation">
<h2>Daybreak</h2>
<p>
Our debut into the world of extraterrestrial mining, Daybreak
was a four wheeled drum digger capable of mining fifteen
centimeters below the surface of the Moon. The rover featured an
all-aluminum frame weighing in at 71 kilograms
</p>
</div>
<div role="presentation">
<h3>Attributes</h3>
<ul>
<li>Horizontally Compact</li>
<li>Aluminum Frame</li>
<li>Metal Wheels</li>
</ul>
</div>
</article>
<picture class="imageContainer">
<source
type="image/webp"
srcset="
assets/images/photos/Daybreak/Daybreak-320w.webp?width=320 320w,
assets/images/photos/Daybreak/Daybreak-520w.webp?width=520 520w,
assets/images/photos/Daybreak/Daybreak-768w.webp?width=768 768w,
assets/images/photos/Daybreak/Daybreak-1200w.webp?width=1200 1200w,
assets/images/photos/Daybreak/Daybreak-1920w.webp?width=1920 1920w
"
sizes="(max-width: 768px) 80vw, 40vw"
/>
<img
src="assets/images/photos/Daybreak/Daybreak-320w.jpg"
srcset="
assets/images/photos/Daybreak/Daybreak-320w.jpg?width=320 320w,
assets/images/photos/Daybreak/Daybreak-520w.jpg?width=520 520w,
assets/images/photos/Daybreak/Daybreak-768w.jpg?width=768 768w,
assets/images/photos/Daybreak/Daybreak-520w.jpg?width=1200 1200w,
assets/images/photos/Daybreak/Daybreak-520w.jpg?width=1920 1920w
"
sizes="(max-width: 768px) 80vw, 40vw"
alt="Photo of the Daybreak Rover"
loading="lazy"
encoding="async"
/>
</picture>
</div>
</section>
</main>
<!-- Footer will be loaded here -->
</body>
</html>