-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutfirst.html
114 lines (93 loc) · 4.3 KB
/
aboutfirst.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
<!DOCTYPE>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel = "stylesheet" type = "text/css" href = "aboutfirst.css">
<script src = "finalp3.js">
document.title = "Bubble With Us.com";
</script>
</head>
<body>
<div id="main">
<span style="color: white; padding-left: 50px; font-size:30px;cursor:pointer" onclick="openNav()">☰</span>
<h1>
<center>What is FIRST? </center>
</h1>
<p>
<h2>
The mission of FIRST -- For Inspiration and Recognition of Science and Technology -- is to
inspire young people to be science and technology leaders and innovators.
FIRST expects to do this 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>
Every year FIRST holds a world-wide competition and devises a new game for teams around the world to participate in.
It compels the participants to go beyond their limits and work as a team to design and build the best robot possible.
</p>
</h2>
<h1><center>FIRST Core Values</center></h1>
<center>
<h2> FIRST philosophies of Gracious Professionalism and Coopertition are shown through their Core Values:
<ul>
<p>Discovery: We explore new skills and ideas.</p>
<p>Innovation: We use creativity and persistence to solve problems.</p>
<p>Impact: We apply what we learn to improve our world.</p>
<p>Inclusion: We respect each other and embrace our differences.</p>
<p>Teamwork: We are stronger when we work together.</p>
<p>Fun: We enjoy and celebrate what we do!</p>
</ul>
</center>
</div>
<div id="mySidenav" class="sidenav">
<ul>
<li><a></a></li>
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<li><a href="file:///C:/Users/Prudential/Desktop/FIRST/desdropmenu.html">Home</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/FIRST/aboutfirst.html">About FIRST</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/FIRST/FTC.html">FTC</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/FIRST/FRC.html">FRC</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/FIRST/coding.html">Coding</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/FIRST/hardwear.html">Hardware</a></li>
<li><a href="https://www.reddit.com/r/firstrobotics/">Forum</a></li>
<li><a href="https://docs.google.com/spreadsheets/d/1WlWj_zOJyUR7AiFoY_vinTzRoDLSmw3gSUKS8oBGj18/edit#gid=1076842680">Scouting Templetes</a></li>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLScg3RWPMMKuOmrMry4tmpb5iGnurarxgmNhE87naX0Adciyew/viewform">Help</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/FIRST/aboutus.html">About Us</a></li>
</ul>
</div>
<h1>
<center>Divisions</center>
</h1>
<div class="row">
<div class="column">
<div class="card">
<p><i class="fa fa-FIRST TEC CHALLENGE "></i></p>
<p>FIRST TECH CHALLENG</p>
<h3> Grades 7-12</h3>
<p>Teams of middle and high school-aged students are challenged to design,</p>
<p> build,and program a robot to play a floor game against other teams’ creations.</p>
</div>
</div>
<div class="column">
<div class="card">
<p><i class="fa fa-FIRST ROBOTICS COMPETITION"></i></p>
<p>FIRST ROBOTICS COMPETITION</p>
<h3>Grades 9-12</h3>
<p>High school teams compete head to head on a special playing field </p>
<p>with robots designed, built, and programmed by them.</p>
</div>
</div>
</div>
<h1>
<center>FIRST's Social Medias</center>
</h1>
<center>
</p>
<!-- Add icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Add font awesome icons -->
<a href="https://www.facebook.com/FIRSTOfficial/" class="fa fa-facebook"></a>
<a href="https://twitter.com/firstweets" class="fa fa-twitter"></a>
<a href="https://www.instagram.com/first_official_/" class="fa fa-instagram"></a>
</center>
</body>
</html>