-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrc.html
86 lines (76 loc) · 4.17 KB
/
frc.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
<!doctype html>
<!--
Name: Austin Jenchi
Date: April 2, 2019
Section: CSE 154 AQ 19sp
My second HTML page, describing a competition I used to be a student in
and still am a volunteer with.
-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>What is FIRST Robotics Competition</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<article>
<header>
<h1>What is <span class="first-brand">FIRST</span> Robotics Competition</h1>
<!-- image citation: FRC logo created by FIRST used under license as a
participant -->
<img alt="FIRST Robotics Competition logo" src="img/frc.png">
</header>
<p>
<span class="first-brand">FIRST</span> Robotics Competition is an awesome high
school robotics competition that I was involved with back in high school, and
still am to this day. As a student on a team, you'd have six weeks to design,
build, and program a robot to complete tasks for a game. Your team would then
compete with others at local district events, as well as potential championship
events, gaining awesome experiences in teamwork and STEM along the way.
</p>
<iframe src="https://youtube.com/embed/Mew6G_og-PI" class="youtube-video"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<p class="video-caption">
Video published on
<a href="https://www.youtube.com/watch?v=Mew6G_og-PI">YouTube</a>, created
by <span class="first-brand">FIRST</span> and Automation Direct.
</p>
<h2>How am I involved?</h2>
<p>
Since I'm no longer in high school, I can no longer participate as a student.
However, now I'm involved as a volunteer to help teach and inspire more students,
and to help be part of the volunteer crew that helps run the events. One of the
things I've been a part of as a volunteer is the A/V crew, the crew that helps
run cameras and audio, as well as record the events for future use. This helps
me as I get to learn about the equipment and skills used in industry, get to
network and meet with awesome people, and help run events for tons of students.
</p>
<iframe src="https://www.youtube.com/embed/WpG5Ax6rCUA?list=PLwES-Sbpsnxzhvjs8Ysrf8eowjCo3KvBp"
class="youtube-video" allowfullscreen
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture">
</iframe>
<p class="video-caption">
An example of a match video our crew would produce on
<a href="https://www.youtube.com/watch?v=WpG5Ax6rCUA&list=PLwES-Sbpsnxzhvjs8Ysrf8eowjCo3KvBp">YouTube</a>.
Created by my volunteer crew.
</p>
<p>
As a part of this, I volunteer at a variety of events. From the start start of
the season, around November, I've been volunteering at these events on weekends,
amassing a sum of around 187 volunteer hours during the 2018-19 season. Fun
fact: my final event actually just wrapped up Saturday, April 6, the same day
this creative project is due! <span class="font-xx-small">(maybe that's why
I'm so tired...)</span>
</p>
<p>
More information is available at
<a href="https://firstinspires.org">firstinspires.org</a> and
<a href="https://firstwa.org">firstwa.org</a>.
</p>
</article>
</main>
</body>
</html>