-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (89 loc) · 3.34 KB
/
index.html
File metadata and controls
89 lines (89 loc) · 3.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>5113 - Homepage</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>
<h1>FRC TEAM 5113</h1>
<h2>"When life gives you lemons, don't just make lemonade"</h2>
</div>
</div>
<div class="content">
<p>
The Combustible Lemons are a 12-year robotics team,<br />
from, Moorestown High School in Moorestown, New Jersey.<br />
The team was started in 2013 through the efforts of two parents and the
support of teacher mentors.<br />
The team is supported by a strong parent booster organization.<br />
The Combustible Lemons emphasize the merits of coopertition and gracious
professionalism.<br />
They are always interested in helping others, as well as building
relationships with other teams.<br />
The Lemons are known for their goofy and fun-loving attitude,<br />
and emphasize fun and a cooperative attitude as their overall goal.
</p>
</div>
<div class="footer">
<a href="https://twitter.com/FRC5113" target="_blank"
><img
src="./uploads/x.svg"
alt="Twitter/X"
s
style="height: 20px; width: 20px"
/></a>
<a href="https://www.instagram.com/frc5113/" target="_blank"
><img
src="./uploads/Instagram.webp"
alt="Instagram"
style="height: 20px; width: 20px"
/></a>
<a href=".https://www.facebook.com/frc5113/" target="_blank"
><img
src="./uploads/facebook.svg"
alt="Facebook"
style="height: 20px; width: 20px"
/></a>
<p>© 2024 COMBUSTIBLE LEMONS</p>
</div>
</body>
</html>