Skip to content

Commit 4d5d818

Browse files
committed
update
1 parent 456a294 commit 4d5d818

9 files changed

Lines changed: 254 additions & 232 deletions

File tree

about-first.html

Lines changed: 71 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,94 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Home</title>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>About First</title>
77
<meta property="og:site_name" content="COMBUSTIBLE LEMONS" />
88
<meta property="og:title" content="COMBUSTIBLE LEMONS" />
9-
<meta property="og:description"
10-
content="Website for the Combustible Lemons, FRC Team 5113 from Moorestown, New Jersey." />
11-
<meta property="og:image"
12-
content="http://www.frc5113.com/uploads/1/1/4/8/114880235/img-7565.jpg" />
9+
<meta
10+
property="og:description"
11+
content="Website for the Combustible Lemons, FRC Team 5113 from Moorestown, New Jersey."
12+
/>
13+
<meta
14+
property="og:image"
15+
content="http://www.frc5113.com/uploads/1/1/4/8/114880235/img-7565.jpg"
16+
/>
1317
<meta property="og:url" content="http://www.frc5113.com/" />
14-
<meta name="description"
15-
content="Website for the Combustible Lemons, FRC Team 5113 from Moorestown, New Jersey." />
16-
<meta name="keywords"
17-
content="Combustible Lemons, FRC, 5113, FRC 5113, FRC TEAM 5113, MOORESTOWN" />
18+
<meta
19+
name="description"
20+
content="Website for the Combustible Lemons, FRC Team 5113 from Moorestown, New Jersey."
21+
/>
22+
<meta
23+
name="keywords"
24+
content="Combustible Lemons, FRC, 5113, FRC 5113, FRC TEAM 5113, MOORESTOWN"
25+
/>
1826
<link
1927
href="https://fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin,latin-ext"
20-
rel="stylesheet">
21-
<link rel="stylesheet" href="./style.css">
28+
rel="stylesheet"
29+
/>
30+
<link rel="stylesheet" href="./style.css" />
2231
</head>
2332
<body>
2433
<div class="nav">
2534
<a href="./index.html">Home</a>
26-
<a href="./about-first.html">About FIRST</a>
27-
<a href="./outreach.html">Outreach</a>
28-
<a href="./docs.html">Scouting</a>
29-
<a href="./upcoming.html">Upcoming</a>
30-
<a href="./this-season.html">This Season</a>
31-
<h1>COMBUSTIBLE LEMONS</h1>
32-
</div>
33-
<div class="header">
35+
<a href="./about-first.html">About FIRST</a>
36+
<a href="./outreach.html">Outreach</a>
37+
<a href="./upcoming.html">Upcoming</a>
38+
<a href="./this-season.html">This Season</a>
39+
<h1>COMBUSTIBLE LEMONS</h1>
3440
</div>
41+
<div class="header"></div>
3542
<div class="content">
3643
<h2>About</h2>
37-
<p>In 1989, Dean Kamen founded For Inspiration and Recognition of
38-
Science and Technology (FIRST). The founders coined ideas such as
39-
coopertition and gracious professionalism, which are heavily promoted
40-
in all FIRST events. Coopertition is the idea that teams should work
41-
together even in situations of competition. Gracious professionalism
42-
promotes high-quality work while also encouraging people to respect
43-
each other and their work. FIRST offers nearly $20 million in
44-
scholarships, supporting its goal to motivate students to explore the
45-
fields of science, technology, engineering, and mathematics.</p>
46-
<p>FIRST has five major programs: FIRST Robotics Competition (FRC), the
44+
<p>
45+
In 1989, Dean Kamen founded For Inspiration and Recognition of Science
46+
and Technology (FIRST). The founders coined ideas such as coopertition
47+
and gracious professionalism, which are heavily promoted in all FIRST
48+
events. Coopertition is the idea that teams should work together even in
49+
situations of competition. Gracious professionalism promotes
50+
high-quality work while also encouraging people to respect each other
51+
and their work. FIRST offers nearly $20 million in scholarships,
52+
supporting its goal to motivate students to explore the fields of
53+
science, technology, engineering, and mathematics.
54+
</p>
55+
<p>
56+
FIRST has five major programs: FIRST Robotics Competition (FRC), the
4757
highest level of competition, FIRST Tech Challenge (FTC), a mid-level
4858
competition utilizing Tetrix, FIRST LEGO League (FLL), for kids ages
49-
9-14 using LEGO Mindstorm sets, Junior FIRST LEGO League, for
50-
elementary school kids ages 5-8 using LEGOs to build LEGO models, and
51-
FIRST Championship, an annual event with all the final rounds of the
52-
separate competitions taking place at once.</p>
53-
<p>As a participant in FRC, the Combustible Lemons aim to emulate
54-
FIRST's values and encourage STEM in the community.</p>
55-
<a href='https://www.firstinspires.org/' target='_blank'>
56-
<img src="./uploads/first.png"
57-
alt="FIRST Logo">
59+
9-14 using LEGO Mindstorm sets, Junior FIRST LEGO League, for elementary
60+
school kids ages 5-8 using LEGOs to build LEGO models, and FIRST
61+
Championship, an annual event with all the final rounds of the separate
62+
competitions taking place at once.
63+
</p>
64+
<p>
65+
As a participant in FRC, the Combustible Lemons aim to emulate FIRST's
66+
values and encourage STEM in the community.
67+
</p>
68+
<a href="https://www.firstinspires.org/" target="_blank">
69+
<img src="./uploads/first.png" alt="FIRST Logo" />
5870
</a>
59-
6071
</div>
6172
<div class="footer">
62-
<a href="https://twitter.com/FRC5113" target="_blank"><img
63-
src="./uploads/x.svg" alt="Twitter/X" s style="height: 20px; width: 20px;"></a>
64-
<a href="https://www.instagram.com/frc5113/" target="_blank"><img
65-
src="./uploads/Instagram.webp" alt="Instagram" style="height: 20px; width: 20px;"></a>
66-
<a href=".https://www.facebook.com/frc5113/" target="_blank"><img
67-
src="./uploads/facebook.svg" alt="Facebook" style="height: 20px; width: 20px;"></a>
73+
<a href="https://twitter.com/FRC5113" target="_blank"
74+
><img
75+
src="./uploads/x.svg"
76+
alt="Twitter/X"
77+
s
78+
style="height: 20px; width: 20px"
79+
/></a>
80+
<a href="https://www.instagram.com/frc5113/" target="_blank"
81+
><img
82+
src="./uploads/Instagram.webp"
83+
alt="Instagram"
84+
style="height: 20px; width: 20px"
85+
/></a>
86+
<a href=".https://www.facebook.com/frc5113/" target="_blank"
87+
><img
88+
src="./uploads/facebook.svg"
89+
alt="Facebook"
90+
style="height: 20px; width: 20px"
91+
/></a>
6892
<p>&copy; 2024 COMBUSTIBLE LEMONS</p>
6993
</div>
7094
</body>

awards.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<a href="./index.html">Home</a>
1313
<a href="./about-first.html">About FIRST</a>
1414
<a href="./outreach.html">Outreach</a>
15-
<a href="./docs.html">Scouting</a>
1615
<a href="./upcoming.html">Upcoming</a>
1716
<a href="./this-season.html">This Season</a>
1817
<h1>COMBUSTIBLE LEMONS</h1>

docs.html

Lines changed: 0 additions & 55 deletions
This file was deleted.

index.html

Lines changed: 82 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,85 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Home</title>
7-
<meta property="og:site_name" content="COMBUSTIBLE LEMONS" />
8-
<meta property="og:title" content="COMBUSTIBLE LEMONS" />
9-
<meta property="og:description"
10-
content="Website for the Combustible Lemons, FRC Team 5113 from Moorestown, New Jersey." />
11-
<meta property="og:image"
12-
content="http://www.frc5113.com/uploads/1/1/4/8/114880235/img-7565.jpg" />
13-
<meta property="og:url" content="http://www.frc5113.com/" />
14-
<meta name="description"
15-
content="Website for the Combustible Lemons, FRC Team 5113 from Moorestown, New Jersey." />
16-
<meta name="keywords"
17-
content="Combustible Lemons, FRC, 5113, FRC 5113, FRC TEAM 5113, MOORESTOWN" />
18-
<link
19-
href="https://fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin,latin-ext"
20-
rel="stylesheet">
21-
<link rel="stylesheet" href="./style.css">
22-
</head>
23-
<body>
24-
<div class="nav">
25-
<a href="./index.html">Home</a>
26-
<a href="./about-first.html">About FIRST</a>
27-
<a href="./outreach.html">Outreach</a>
28-
<a href="./docs.html">Scouting</a>
29-
<a href="./upcoming.html">Upcoming</a>
30-
<a href="./this-season.html">This Season</a>
31-
<h1>COMBUSTIBLE LEMONS</h1>
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Home</title>
7+
<meta property="og:site_name" content="COMBUSTIBLE LEMONS" />
8+
<meta property="og:title" content="COMBUSTIBLE LEMONS" />
9+
<meta
10+
property="og:description"
11+
content="Website for the Combustible Lemons, FRC Team 5113 from Moorestown, New Jersey."
12+
/>
13+
<meta
14+
property="og:image"
15+
content="http://www.frc5113.com/uploads/1/1/4/8/114880235/img-7565.jpg"
16+
/>
17+
<meta property="og:url" content="http://www.frc5113.com/" />
18+
<meta
19+
name="description"
20+
content="Website for the Combustible Lemons, FRC Team 5113 from Moorestown, New Jersey."
21+
/>
22+
<meta
23+
name="keywords"
24+
content="Combustible Lemons, FRC, 5113, FRC 5113, FRC TEAM 5113, MOORESTOWN"
25+
/>
26+
<link
27+
href="https://fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin,latin-ext"
28+
rel="stylesheet"
29+
/>
30+
<link rel="stylesheet" href="./style.css" />
31+
</head>
32+
<body>
33+
<div class="nav">
34+
<a href="./index.html">Home</a>
35+
<a href="./about-first.html">About FIRST</a>
36+
<a href="./outreach.html">Outreach</a>
37+
<a href="./upcoming.html">Upcoming</a>
38+
<a href="./this-season.html">This Season</a>
39+
<h1>COMBUSTIBLE LEMONS</h1>
40+
</div>
41+
<div class="header">
42+
<div>
43+
<h1>FRC TEAM 5113</h1>
44+
<h2>"When life gives you lemons, don't just make lemonade"</h2>
3245
</div>
33-
<div class="header">
34-
<div>
35-
<h1>FRC TEAM 5113</h1>
36-
<h2>"When life gives you lemons, don't just make lemonade"</h2>
37-
</div>
38-
</div>
39-
<div class="content">
40-
<p>The Combustible Lemons are a 12-year robotics team,<br> from,
41-
Moorestown High School in Moorestown, New Jersey.<br> The team was started
42-
in 2013 through the efforts of two parents and the support of teacher
43-
mentors.<br> The team is supported by a strong parent booster
44-
organization.<br> The Combustible Lemons emphasize the merits of
45-
coopertition and gracious professionalism.<br> They are always interested
46-
in helping others, as well as building relationships with other teams.<br>
47-
The Lemons are known for their goofy and fun-loving attitude,<br> and
48-
emphasize fun and a cooperative attitude as their overall goal.
49-
</p>
50-
</div>
51-
<div class="footer">
52-
<a href="https://twitter.com/FRC5113" target="_blank"><img
53-
src="./uploads/x.svg" alt="Twitter/X" s style="height: 20px; width: 20px;"></a>
54-
<a href="https://www.instagram.com/frc5113/" target="_blank"><img
55-
src="./uploads/Instagram.webp" alt="Instagram" style="height: 20px; width: 20px;"></a>
56-
<a href=".https://www.facebook.com/frc5113/" target="_blank"><img
57-
src="./uploads/facebook.svg" alt="Facebook" style="height: 20px; width: 20px;"></a>
58-
<p>&copy; 2024 COMBUSTIBLE LEMONS</p>
59-
</div>
60-
</body>
61-
</html>
46+
</div>
47+
<div class="content">
48+
<p>
49+
The Combustible Lemons are a 12-year robotics team,<br />
50+
from, Moorestown High School in Moorestown, New Jersey.<br />
51+
The team was started in 2013 through the efforts of two parents and the
52+
support of teacher mentors.<br />
53+
The team is supported by a strong parent booster organization.<br />
54+
The Combustible Lemons emphasize the merits of coopertition and gracious
55+
professionalism.<br />
56+
They are always interested in helping others, as well as building
57+
relationships with other teams.<br />
58+
The Lemons are known for their goofy and fun-loving attitude,<br />
59+
and emphasize fun and a cooperative attitude as their overall goal.
60+
</p>
61+
</div>
62+
<div class="footer">
63+
<a href="https://twitter.com/FRC5113" target="_blank"
64+
><img
65+
src="./uploads/x.svg"
66+
alt="Twitter/X"
67+
s
68+
style="height: 20px; width: 20px"
69+
/></a>
70+
<a href="https://www.instagram.com/frc5113/" target="_blank"
71+
><img
72+
src="./uploads/Instagram.webp"
73+
alt="Instagram"
74+
style="height: 20px; width: 20px"
75+
/></a>
76+
<a href=".https://www.facebook.com/frc5113/" target="_blank"
77+
><img
78+
src="./uploads/facebook.svg"
79+
alt="Facebook"
80+
style="height: 20px; width: 20px"
81+
/></a>
82+
<p>&copy; 2024 COMBUSTIBLE LEMONS</p>
83+
</div>
84+
</body>
85+
</html>

outreach.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<a href="./index.html">Home</a>
2222
<a href="./about-first.html">About FIRST</a>
2323
<a href="./outreach.html">Outreach</a>
24-
<a href="./docs.html">Scouting</a>
2524
<a href="./upcoming.html">Upcoming</a>
2625
<a href="./this-season.html">This Season</a>
2726
<h1>COMBUSTIBLE LEMONS</h1>

sponsors.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Sponsors</title>
7-
<link rel="stylesheet" href="./style.css">
7+
<link rel="stylesheet" href="./style.css" />
88
</head>
99
<body>
1010
<div class="header">
@@ -15,7 +15,6 @@ <h1>COMBUSTIBLE LEMONS</h1>
1515
<a href="./index.html">Home</a>
1616
<a href="./about-first.html">About FIRST</a>
1717
<a href="./outreach.html">Outreach</a>
18-
<a href="./docs.html">Scouting</a>
1918
<a href="./upcoming.html">Upcoming</a>
2019
<a href="./this-season.html">This Season</a>
2120
<h1>COMBUSTIBLE LEMONS</h1>

0 commit comments

Comments
 (0)