-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
526 lines (405 loc) · 21.6 KB
/
index.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
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
<!doctype html>
<html lang="en" class="h-100">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Team 839's website.">
<meta name="author" content="Winston Zhao, Caution Tape Robotics Club, Team 839">
<meta name="generator" content="Hugo 0.79.0">
<title>VRC Team 839</title>
<link rel="icon" href="favicon-ctrc.ico">
<link rel="stylesheet" href="base.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="canonical" href="https://getbootstrap.com/docs/5.0/examples/cover/">
<link rel="stylesheet" href="https://use.typekit.net/ggr3dqq.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-b5kHyXgcpbZJO/tY9Ul7kGkf1S0CWuKcCD38l8YkeH8z8QjE0GmW1gYU5S9FOnJ0"
crossorigin="anonymous"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KFW961Z5C9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KFW961Z5C9');
</script>
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
pre {
white-space: pre-wrap;
}
</style>
<!-- Custom styles for this template -->
<link href="main.css" rel="stylesheet">
</head>
<body class="text-center text-white darkbkg home-background">
<div data-scroll-container>
<!--TITLE SPLASH-->
<div data-scroll-section style="width: 100%; padding: 0px; height: 100vh;" class="cover-container d-flex w-100 p-1 mx-auto flex-column">
<header class="mb-auto" style="width: 100%;">
<div>
<nav class="navbar navbar-expand-lg navbar-dark">
<div class="container-fluid">
<div class="collapse navbar-collapse order-1 order-lg-0" style="width: 200px;" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" style="color: white;" href="about.html">ABOUT</a>
</li>
<li class="nav-item">
<a class="nav-link" style="color: white;" href="changeup.html">SEASON</a>
</li>
</ul>
</div>
<div class="w-100 mx-auto order-0">
<a class="navbar-brand" href="#"><img src="img/ctwhite.png" alt="caution tape logo" class="responsive"
style="max-height: 44px; max-width: 146px;"></a>
<button class="navbar-toggler" style="float: right; border: none; color: white;" type="button"
data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false"
aria-label="Toggle navigation">
<i class="bi bi-list"></i>
</button>
</div>
<div class="collapse navbar-collapse order-3" style="width: 200px;" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" style="color: white;" href="competitions.html">COMPETITION</a>
</li>
<li class="nav-item">
<a class="nav-link" style="color: white;" href="join.html">JOIN</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<main class="px-3">
<p class="title-subheading">WELCOME TO VRC</p>
<h1 class="title-name">TEAM 839</h1>
<p class="lead">
<button onclick="window.location.href='join.html'" class="btn btn-dark shadow">
JOIN THE TEAM<i class="bi bi-arrow-right" , style="float: right"></i></button>
</p>
</main>
<footer class="mt-auto text-white-50">
<div style="padding-bottom: 40px;">
<i class="bi bi-arrow-down-square-fill"></i>
</div>
</footer>
</div>
<!--FIRST SECTION-->
<div data-scroll-section class="row" style="width: 100%; padding: 0px; margin: 0px; background: #171717;">
<div class="col-xl-8 col-md-5 col-12" style="padding: 0px;">
<div class="first-section d-flex align-items-center" style="padding-top: 30px;">
<div>
<div style="text-align: left;">
<span class="section-subheadingct" style="color:#fff700;">//</span><span
class="section-subheading">2021-2022
VRC SEASON</span>
</div>
<h2 class="section-heading">TIPPING POINT</h2>
<p class="body-text">VEX Robotics Competition Tipping Point is played on a 12’x12’ square field. Two Alliances – one “red” and one “blue” – composed of two Teams each, compete in matches consisting of a fifteen second Autonomous Period, followed by a one minute and forty-five second Driver Controlled Period. The object of the game is to attain a higher score than the opposing Alliance by Scoring Rings, moving Mobile Goals to Alliance Zones, and by Elevating on Platforms at the end of a Match. </p>
<div style="display: flex; align-self: start; padding-left: 40px; padding-bottom: 40px;">
<button onclick="window.location.href='https://www.vexrobotics.com/v5/competition/vrc-current-game', '_blank'" class="btn btn-light shadow">LEARN MORE<i
class="bi bi-arrow-right" , style="float: right"></i></button>
</div>
</div>
</div>
</div>
<div class="col-md-7 col-xl-4 col-12" style="padding: 0px;">
<div>
<img src="img/2021-2022/tipping point.jpg" alt="change up robot" class="responsive">
</div>
</div>
</div>
<!--SECOND SECTION-->
<div data-scroll-section class="row" style="width: 100%; padding: 0px; margin: 0px; background: #fff700;">
<div class="col-xl-7 col-md-6" style="padding: 0px;">
<div class="second-section d-flex align-items-center" style="padding-top: 30px;">
<div>
<div style="text-align: left;">
<span class="section-subheadingct" style="color: #000000;">//</span><span class="section-subheading"
style="color: #000000;">OUR WORK</span>
</div>
<h2 class="section-heading" style="color: #000000; padding-right: 20px;">PREPARING FOR THE NEW SEASON</h2>
<p class="body-text" style="color: #000000;">With the VEX Robotics Competition Change Up season all done and dusted, we put all our focus to this season’s game, Tipping Point. Read on to learn about what our team has done to ensure this season is more successful than ever.</p>
<div style="display: flex; align-self: start; padding-left: 40px; padding-bottom: 40px;">
<button onclick="window.location.href='articles/newseason2021.html'" class="btn btn-light shadow">CHECK
IT
OUT<i class="bi bi-arrow-right" , style="float: right"></i></button>
</div>
</div>
</div>
</div>
<div class="col-12 col-xl-5 col-md-6" style="padding: 0px;">
<div>
<img src="img/article pics/Fusion360.png" alt="change up robot" class="responsive"
style="padding-top: 35px; padding-bottom: 35px;">
</div>
</div>
</div>
<!--THIRD SECTION-->
<div data-scroll-section class="row" style="width: 100%; padding: 0px; margin: 0px; height: auto">
<div class="col-md-6" style="padding: 0px; background-image: url(img/changeuptwo.jpg); background-size: cover;">
<div class="third-section d-flex align-items-center" data-scroll data-scroll-speed="1">
<a href="changeup.html">
<div>
<div>
<div class="centered">
<h1 class="third-section-txt">CHANGE</h1>
<h1 class="third-section-txt">UP</h1>
</div>
</div>
<div class="centered-bottom">
<button onclick="window.location.href='changeup.html'" class="btn btn-link">EXPLORE<i
class="bi bi-arrow-right-circle" , style="float: right"></i></button>
</div>
</div>
</a>
</div>
<img src="img/sizer-01.png" alt="change up robot two" class="responsive" style="position: relative;">
</div>
<div class="col-md-6" style="padding: 0px; background-image: url(img/towertakeoverone.jpg); background-size: cover;">
<div class="third-section d-flex align-items-center" data-scroll data-scroll-speed="1">
<a href="towertakeover.html">
<div>
<div>
<div class="centered">
<h1 class="third-section-txt">TOWER</h1>
<h1 class="third-section-txt">TAKEOVER</h1>
</div>
</div>
<div class="centered-bottom">
<button onclick="window.location.href='changeup.html'" class="btn btn-link">EXPLORE<i
class="bi bi-arrow-right-circle" , style="float: right"></i></button>
</div>
</div>
</a>
</div>
<img src="img/sizer-01.png" alt="change up robot two" class="responsive" style="position: relative;">
</div>
</div>
<!--FOURTH SECTION-->
<div data-scroll-section class="row" style="width: 100%; padding: 0px; margin: 0px; background: #F8F8F8;">
<div class="col-xl-8 col-md-9 style="padding: 0px;">
<div class="second-section d-flex align-items-center" style="padding-top: 30px;">
<div>
<div style="text-align: left;">
<span class="section-subheadingct" style="color: #000000;">//</span><span class="section-subheading"
style="color: #000000;">RECENT</span>
</div>
<h2 class="section-heading" style="color: #000000; padding-right: 20px;">VEX WORLDS 2021</h2>
<div class="row" style="width: 100%; padding: 0px; margin: 0px;">
<div class="col-lg-8" style="padding: 0px;">
<p class="body-text" style="color: #000000;">The 2021 VRC World Championship was a great way to end off
the season. Middle school team 839Z scored a combined point of 198 in the second (Venus) division,
taking home division skills champion as well as Think Award. High school team 839A was placed in the
strong first (Mercury) division, but unfortunately due to autonomous run issues only scored 198
points.
Overall, the team had a lot of fun preparing and attending remote VEX Worlds!</p>
</div>
<div class="col-12 col-lg-4" style="padding: 0px;">
<pre class="fourth-section-score">
<b>Results:</b>
<i class="bi bi-dot"></i>839Z Rank: #1
<i class="bi bi-dot"></i>839A Rank: #36
<i class="bi bi-dot"></i>Division Skills Champion
<i class="bi bi-dot"></i>Think Award</pre>
</div>
</div>
<div class="row" style="width: 100%; padding: 0px; margin: 0px;">
<div class="col-md-6 col-lg-6 col-xl-4 col-xxl-2" style="padding: 0px;">
<div style="display: flex; align-self: start; padding-left: 40px; padding-bottom: 40px;">
<button
onclick="window.location.href='https://www.roboticseducation.org/vex-robotics-world-championship/'"
class="btn btn-light shadow">COMPETITION RECAP<i class="bi bi-arrow-90deg-right" ,
style="float: right"></i></button>
</div>
</div>
<div class="col-md-6 col-lg-6 col-xl-8 col-xxl-10" style="padding: 0px;">
<div
style="display: flex; align-self: start; padding-left: 40px; padding-bottom: 40px; color: #000000;">
<button onclick="window.location.href='competitions.html'" class="btn btn-link-dark"
style="width: 250px;">MORE COMPETITIONS<i class="bi bi-arrow-right-circle" ,
style="float: right"></i></button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-xl-4 col-md-3" style="padding: 0px;">
<div>
<img src="img/ctclassicone.jpg" alt="change up robot" class="responsive" style="padding-top: 60px;">
</div>
</div>
</div>
<!--SPONSOR SECTION-->
<div data-scroll-section style="background: white;">
<div style="text-align: center; color: black; padding-top: 20px;" class="section-subheading">
SPONSORS & PARTNERS
</div>
<div class="row" style="width: 100%; padding: 0px; margin: 0px; background: #fff; height: min-content;">
<div class="col-sm-4" style="padding: 60px;">
<div class="third-section d-flex align-items-center">
<a href="https://www.microsoft.com/" target="_blank">
<img src="img/msft-logo.png" alt="change up robot" class="responsive" style="padding: 20px;">
</a>
</div>
</div>
<div class="col-sm-4" style="padding: 60px;">
<div class="third-section d-flex align-items-center">
<a href="https://www.autodesk.ca/" target="_blank">
<img src="img/autodesk-logo.png" alt="change up robot" class="responsive" style="padding: 20px;">
</a>
</div>
</div>
<div class="col-sm-4" style="padding: 60px;">
<div class="third-section d-flex align-items-center">
<a href="https://github.com/" target="_blank">
<img src="img/github-logo.png" alt="change up robot" class="responsive" style="padding: 20px;">
</a>
</div>
</div>
</div>
</div>
<!--WHO WE ARE SECTION-->
<div data-scroll-section class="row"
style="width: 100%; padding: 0px; margin: 0px; background-image: url('img/homescreen2.jpg'); background-size: cover; background-position-y: center;">
<div class="col-xl-12" style="padding: 0px; padding-top: 90px; padding-bottom: 90px;">
<div class="fifth-section d-flex align-items-center" style="padding-top: 30px;">
<div>
<div style="text-align: left;">
<span class="section-subheadingct" style="color: #fff;">//</span><span class="section-subheading"
style="color: #fff;">VRC TEAM 839</span>
</div>
<h2 class="section-heading" style="color: #fff; padding-right: 20px;">WHO WE ARE</h2>
<p class="body-text" style="color: #fff; max-width: 1000px;">At VRC Team 839, we are an agile group of like
minded students in middle school and high school who have a passion for STEM, competition, and robotics.
</p>
<div style="display: flex; align-self: start; padding-left: 40px; padding-bottom: 40px;">
<button onclick="window.location.href='about.html'" class="btn btn-light shadow">ABOUT US<i
class="bi bi-arrow-right" , style="float: right"></i></button>
</div>
</div>
</div>
</div>
</div>
<!--FOOTER-->
<footer data-scroll-section>
<div class="row" style="width: 100%; padding: 0px; margin: 0px; min-height: 600px;">
<div class="col-xl-5" style="padding: 0px; background: #e7e013;">
<div class="footer-section d-flex align-items-center" style="padding-top: 30px;">
<div>
<div style="text-align: left;">
<span class="section-subheadingct" style="color: #000000;">//</span><span class="section-subheading"
style="color: #000000;">CONTACT US</span>
</div>
<ul style="text-align: left; list-style-type: none;" class="body-text black-text">
<li class="py-2"><a href="mailto: info@839.team" style="color: black;"><i class="bi bi-envelope"></i>
info@839.team</a></li>
<li class="py-2"><a href="tel:+12894260839" style="color: black;"><i class="bi bi-telephone"></i>
1.289.426.0839</a></li>
<li class="py-2"><a href="https://www.instagram.com/_cautiontape/" target="_blank"
style="color: black;"><i class="bi bi-chat-dots"></i> @_cautiontape - Instagram DM</a></li>
<li class="py-2"><a href="https://g.page/cautiontape?share" target="_blank" style="color: black;"><i
class="bi bi-geo-alt"></i> 205 Riviera Drive, Unit 2 - Markham, ON L3R 5J8</a></li>
<li class="py-2"><i class="bi bi-clock-history"></i> Monday - Friday: 9:00 AM - 6:00 PM</li>
</ul>
</div>
</div>
</div>
<div class="col-12 col-xl-7" style="padding: 0px; background-color: #f3eb00;">
<div class="footer-section d-flex align-items-center" style="padding-top: 30px;">
<div>
<div style="text-align: left;">
<span class="section-subheadingct" style="color: #000000;">//</span><span class="section-subheading"
style="color: #000000;">CAUTIONTAPE.CA</span>
</div>
<p class="body-text" style="color: #000000; padding-bottom: 0px;">Want to learn more about Caution Tape
Robotics Club? Check out our organization's official website. Find classes, guides, blogs, and more.</p>
<div style="display: flex; align-self: start; padding-left: 40px; padding-bottom: 40px;">
<button onclick="window.location.href='https://www.cautiontape.ca/'" class="btn btn-link"
style="color: black;">VISIT THE SITE<i class="bi bi-arrow-right" , style="float: right"></i></button>
</div>
<div style="text-align: left;" class="pt-lg-5 pt-1">
<span class="section-subheadingct" style="color: #000000;">//</span><span class="section-subheading"
style="color: #000000;">SPONSORS & PARTNERS</span>
</div>
<div class="row d-flex align-items-center pb-3 pb-lg-0" style="width: 100%; padding: 20px; margin: 0px;">
<div class="col-4">
<a href="https://www.microsoft.com/" target="_blank">
<img src="img/msft-logo.png" alt="change up robot" class="responsive" style="padding: 10px;">
</a>
</div>
<div class="col-4">
<a href="https://www.autodesk.ca/" target="_blank">
<img src="img/autodesk-logo.png" alt="change up robot" class="responsive" style="padding: 10px;">
</a>
</div>
<div class="col-4">
<a href="https://github.com/" target="_blank">
<img src="img/github-logo.png" alt="change up robot" class="responsive" style="padding: 10px;">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row" style="width: 100%; padding: 0px; margin: 0px; background: #fff700; min-height: 80px; padding-bottom: 30px;">
<div class="col-12 col-lg-5 order-lg-1 order-2" style="padding: 0px;">
<div
class="footer-section d-flex align-items-center justify-content-lg-start justify-content-center px-lg-4 py-3">
<a href="index.html"><img src="img/ctblack.png" alt="caution tape logo" class="responsive"
style="max-height: 40px; max-width: 140px;">
</a>
<div style="padding-left: 10px;">
<a href="https://www.instagram.com/_cautiontape/" target="_blank"><i
class="bi bi-instagram footer-icon"></i></a>
<a href="https://www.facebook.com/839cautiontape" target="_blank"><i
class="bi bi-facebook footer-icon"></i></a>
<a href="https://twitter.com/_cautiontape" target="_blank"><i class="bi bi-twitter footer-icon"></i></a>
<a href="https://www.youtube.com/channel/UCIac-mwOxlAWIl1VKn6ZmpA" target="_blank"><i
class="bi bi-youtube footer-icon"></i></a>
</div>
</div>
</div>
<div class="col-12 col-lg-7 order-lg-2 order-1" style="padding: 0px;">
<div
class="footer-section justify-content-lg-end justify-content-center d-flex align-items-center px-lg-2 py-3">
<ul class="nav justify-content-end">
<li class="nav-item">
<a class="nav-link black-text" href="about.html">ABOUT</a>
</li>
<li class="nav-item">
<a class="nav-link black-text" href="competitions.html">COMPETITION</a>
</li>
<li class="nav-item">
<a class="nav-link black-text" href="changeup.html">SEASON</a>
</li>
<li class="nav-item">
<a class="nav-link black-text" href="join.html">JOIN</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<script src="index.js"></script>
</body>
</html>