-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
first.html
80 lines (78 loc) · 4.83 KB
/
first.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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-139208286-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-139208286-2');
</script>
<meta charset="UTF-8">
<meta name="description" content="FIRST Robotics Competition team based out of Iowa City.">
<meta name="keywords" content="FRC, FIRST, Robotics, West High School, City High School, Iowa City">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1">
<link rel="icon" href="static/img/logos/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="static/css/framework.css" media="screen">
<link rel="stylesheet" href="static/css/main.css" media="screen">
<link rel="stylesheet" href="static/css/page/first.css" media="screen">
</head>
<body>
<script src="static/js/jquery.min.js"></script>
<script src="static/js/framework.js" charset="utf-8"></script>
<script charset="utf-8">
let pageData = {name: 'About FIRST', nav: 'about.html'}
</script>
<script src="static/js/main.js" charset="utf-8"></script>
<main id="main">
<div id="main-header" class="text-light">
<div id="heading-shade"></div>
<h2 id="heading-title">About FIRST</h2>
</div>
<div id="main-content" class="mar-page">
<a href="https://www.firstinspires.org/" id="first-logo-link">
<img src="static/img/logos/firstlogo.png" alt="The FIRST logo">
</a>
<div id="first-column-content">
<p>
FIRST® is a nonprofit organization meaning "For Inspiration and Recognition of Science and Technology."
The FIRST Robotics Competition is a high school robotics competition featuring teams from all
over the world. Students work to build a robot in a six weeks and compete in competitions of about 60 teams.
Each year, teams are challenged to "raise funds, design a team brand, hone teamwork skills, and
build and program industrial-size robots to play a difficult field game against like-minded competitors."
Volunteer mentors guide teams of students to compete in regional competitions and attempt to qualify
for the world championships in Detroit, MI and Houston, TX.
</p>
<div class="youtube-container">
<div>
<iframe width="424" height="238" src="https://www.youtube.com/embed/K_PuWjr7qcM" title="About FIRST (2021)" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
<p>
"FIRST is more than robots. The robots are a vehicle for students to learn important life skills.
Kids often come in not knowing what to expect—of the program nor of themselves. They leave, even
after the first season, with a vision, with confidence, and with a sense that they can create
their own future." -Dean Kamen, founder of FIRST
</p>
<div class="youtube-container">
<div>
<iframe width="424" height="238" src="https://www.youtube.com/embed/Jd29kzjclV0" title="About FIRST Robotics Competition (2021)" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
<p>
The mission of FIRST is to inspire young people to be science and technology leaders,
by engaging them in exciting mentor-based programs that build science, engineering, and technology
skills; that inspire innovation; and that foster well-rounded life capabilities including self-confidence,
communication, and leadership.
</p>
<div class="youtube-container">
<div>
<iframe width="1038" height="584" src="https://www.youtube.com/embed/R0jEa8Bz-tY" title="Gracious Professionalism with Woodie Flowers (Brand Update)" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</main>
</body>
</html>