-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-first.html
More file actions
102 lines (100 loc) · 4.01 KB
/
about-first.html
File metadata and controls
102 lines (100 loc) · 4.01 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>5113 - About First</title>
<meta property="og:site_name" content="COMBUSTIBLE LEMONS" />
<meta property="og:title" content="COMBUSTIBLE LEMONS" />
<meta
property="og:description"
content="Website for the Combustible Lemons, FRC Team 5113 from Moorestown, New Jersey."
/>
<meta
property="og:image"
content="http://www.frc5113.com/uploads/1/1/4/8/114880235/img-7565.jpg"
/>
<meta property="og:url" content="http://www.frc5113.com/" />
<meta
name="description"
content="Website for the Combustible Lemons, FRC Team 5113 from Moorestown, New Jersey."
/>
<meta
name="keywords"
content="Combustible Lemons, FRC, 5113, FRC 5113, FRC TEAM 5113, MOORESTOWN"
/>
<link
href="https://fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin,latin-ext"
rel="stylesheet"
/>
<link rel="stylesheet" href="./style.css" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<div class="nav">
<a href="./index.html">Home</a>
<a href="./about-first.html">About FIRST</a>
<a href="./outreach.html">Outreach</a>
<a href="./upcoming.html">Upcoming</a>
<a href="./this-season.html">This Season</a>
<h1>COMBUSTIBLE LEMONS</h1>
</div>
<div class="header"></div>
<div class="banner">
<h2>ABOUT FIRST</h2>
</div>
<div class="container">
<div class="section">
<h2>What is FIRST?</h2>
<p>
In 1989, Dean Kamen founded For Inspiration and Recognition of Science
and Technology (FIRST). The founders coined ideas such as coopertition
and gracious professionalism, which are heavily promoted in all FIRST
events. Coopertition is the idea that teams should work together even in
situations of competition. Gracious professionalism promotes
high-quality work while also encouraging people to respect each other
and their work. FIRST offers nearly $20 million in scholarships,
supporting its goal to motivate students to explore the fields of
science, technology, engineering, and mathematics.
</p>
</div>
<div class="section">
<h2>FIRST Programs</h2>
<p>
FIRST has five major programs: FIRST Robotics Competition (FRC), the
highest level of competition, FIRST Tech Challenge (FTC), a mid-level
competition utilizing Tetrix, FIRST LEGO League (FLL), for kids ages
9-14 using LEGO Mindstorm sets, Junior FIRST LEGO League, for elementary
school kids ages 5-8 using LEGOs to build LEGO models, and FIRST
Championship, an annual event with all the final rounds of the separate
competitions taking place at once.
</p>
</div>
<div class="section">
<h2>Our Commitment</h2>
<p>
As a participant in FRC, the Combustible Lemons aim to emulate FIRST's
values and encourage STEM in the community.
</p>
<a href="https://www.firstinspires.org/" target="_blank">
<img src="./uploads/first.png" alt="FIRST Logo" />
</a>
</div>
</div>
<div class="footer">
<a href="https://twitter.com/FRC5113" target="_blank">
<img src="./uploads/x.svg" alt="Twitter/X" />
</a>
<a href="https://www.instagram.com/frc5113/" target="_blank">
<img src="./uploads/Instagram.webp" alt="Instagram" />
</a>
<a href="https://www.facebook.com/frc5113/" target="_blank">
<img src="./uploads/facebook.svg" alt="Facebook" />
</a>
<p>© 2024 Ryan Radtke</p>
</div>
</body>
</html>