-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
265 lines (259 loc) · 12.1 KB
/
about.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1.0">
<title>Titanium Tigers</title>
<link rel="stylesheet" type="text/css" href="styles/style.css">
<link rel="stylesheet" type="text/css" href="styles/photo-gallery.css">
<link rel="stylesheet" type="text/css" href="styles/header.css">
<link rel="stylesheet" type="text/css" href="styles/footer.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap"
rel="stylesheet">
<link rel="icon" type="image/webp" href="images/Titanium%20Tigers%20Logo.webp">
</head>
<body>
<header>
<img id="logo" src="images/Titanium%20Tigers%20Logo.webp" alt="team-logo">
<input id="main-nav-toggle" type="checkbox"/>
<label class="main-nav-button-container" for="main-nav-toggle">
<div class="main-nav-button" id="top-nav-button"></div>
<div class="main-nav-button" id="mid-nav-button"></div>
<div class="main-nav-button" id="bot-nav-button"></div>
</label>
<div id="header-inner">
<a class="header-item one" href="index.html">
Home
</a>
<a class="header-item two" href="#">
About
</a>
<a class="header-item three" href="sponsors.html">
Sponsors
</a>
<a class="header-item four" href="robots.html">
Robots
</a>
<a class="header-item five" href="competitions.html">
Competitions
</a>
<hr id="about-underline" class="header-underline"/>
</div>
</header>
<section class="page-section">
<div class="page-container">
<h1>About Us</h1>
<hr class="divider-line"/>
<hr class="divider-line-mobile"/>
<div class="text-image-div">
<div class="text-div">
<h2>Our Origin</h2>
<p>
The CHHS FIRST Robotics Team was founded in 2013 by Alan Freedman, former BioMed
researcher,
and teacher, along with 10 students, encouraging education in STEM and outreach in the
community. Initially, there was very little parent support, and team structure. Currently,
there are about 40 students, and we now have dedicated branches for each necessary aspect.
The team is led by Mr. Riley,
a
former college professor and carpenter, who is currently an Earth Science teacher at
Chapel
Hill High School.
</p>
</div>
<img src="images/team-image2.webp" alt="team-image-2">
</div>
<h2>Our Mission</h2>
<p>
We firmly believe that every student has something to contribute, and so, we make it our
responsibility to teach new members everything they need to know to participate in the team so
no-one is discouraged by lacking prior experience. In the same spirit, we never require money
from our students so that everyone feels welcome and wanted on the team, regardless of their
financial situation. When we aren’t preparing for the annual robotics events hosted by FIRST,
our mission is to reach out to fellow students and inspire other young minds to find their
place in STEM.
</p>
<hr class="divider-line"/>
<hr class="divider-line-mobile"/>
</div>
</section>
<section id="photo-gallery">
<div id="photo-container">
<h2>Photo Gallery</h2>
<h3>2024 Season</h3>
<div class="photo-row">
<div class="photo-column">
<img src="images/2023-2024/In the pits 3.jpg" alt="gallery image">
<img src="images/2023-2024/IMG_9172.jpg" alt="battle bus after hours">
<img src="images/2023-2024/PXL_20240303_172138917.jpg" alt="gallery image">
<img src="images/2023-2024/PXL_20240304_002818789.jpg" alt="gallery image">
<img src="images/2023-2024/PXL_20240330_183505785.MP.jpg" alt="gallery image">
<img src="images/2023-2024/Pranav and Rohan performing _Curry Power_.jpg" alt="gallery image">
<img src="images/2023-2024/IMG_9111.JPG" alt="Z blocking the note">
</div>
<div class="photo-column">
<img src="images/2023-2024/IMG_9110.JPG" alt="the jr rizzlers">
<img src="images/2023-2024/IMG_7927.jpg" alt="gallery image">
<img src="images/2023-2024/Drive%20Team%20at%20Orange.jpg" alt="gallery image">
<img src="images/2023-2024/Collision with Wired Wizards!.jpg" alt="gallery image">
<img src="images/2023-2024/Quilly Crash.jpg" alt="gallery image">
<img src="images/2023-2024/Holding a sign with Pitt Pirates.jpg" alt="gallery image">
<!-- That's Jack in the back, our favorite woman in stem-->
</div>
<div class="photo-column">
<img src="images/2023-2024/Cheering.jpg" alt="gallery image">
<img src="images/2023-2024/IMG_9188.JPG" alt="teampic">
<img src="images/2023-2024/Rohan not working.jpg" alt="gallery image">
<img src="images/2023-2024/Tubs!.jpg" alt="gallery image">
<img src="images/2023-2024/Drive team & Co.jpg" alt="gallery image">
<img src="images/2023-2024/IMG_9099.jpg" alt="the duopoly">
</div>
</div>
<h3>2023 Season</h3>
<div class="photo-row">
<div class="photo-column">
<img src="images/2022-2023/The%20Winning%20Alliance%20-%20Johnston%20Co.jpg" alt="gallery image">
<img src="images/2022-2023/Charles%20Ready%20to%20Start%20the%20First%20Match%20at%20States.jpg" alt="gallery image">
<img src="images/2022-2023/Consulting%20on%20the%20Practice%20Field.jpg" alt="gallery image">
<img src="images/2022-2023/Lila%20Labeling%20the%20Cart.jpg" alt="gallery image">
<img src="images/2022-2023/IMG_1956.JPG" alt="gallery image">
</div>
<div class="photo-column">
<img src="images/2022-2023/IMG_7684.jpg" alt="gallery image">
<img src="images/2022-2023/IMG_7686.jpg" alt="gallery image">
<img src="images/2022-2023/IMG_7692.jpg" alt="gallery image">
<img src="images/2022-2023/IMG_7698.jpg" alt="gallery image">
</div>
<div class="photo-column">
<img src="images/2022-2023/Drive%20team%20in%20queue%20at%20Mecklenburg.JPG" alt="gallery image">
<img src="images/2022-2023/Placing%20a%20Cone%20at%20Mecklenburg.png" alt="gallery image">
<img src="images/2022-2023/Rohan%20in%20the%20mascot%20parade.JPG" alt="gallery image">
<img src="images/2022-2023/Ryan%20and%20Jack%20at%20Work%20in%20the%20Pits.jpg" alt="gallery image">
<img src="images/2022-2023/IMG_7720.jpg" alt="gallery image">
<img src="images/2022-2023/The%20Light-Up%20Numbers.jpg" alt="gallery image">
</div>
</div>
<h3>2022 Season</h3>
<div class="photo-row">
<div class="photo-column">
<img src="images/4EFB206A-CB05-4FF9-841D-AFB1B67209EB_JPG.webp" alt="gallery image">
<img src="images/cachedImage_PNG.webp" alt="gallery image">
<img src="images/IMG_9556_JPG.webp" alt="gallery image">
</div>
<div class="photo-column">
<img src="images/IMG_9555_JPG.webp" alt="gallery image">
<img src="images/IMG_9548_JPG.webp" alt="gallery image">
<!-- That's my head on the very left! -Jack -->
<img src="images/guilford%20pit.webp" alt="gallery image">
</div>
<div class="photo-column">
<img src="images/pembroke%20blue%20banner%20and%20robot.webp" alt="gallery image">
<img src="images/pembroke%20winning%20alliance.webp" alt="gallery image">
<img src="images/team%20state%20photo.webp" alt="gallery image">
</div>
</div>
<h3>2021 Season</h3>
<div class="photo-row">
<div class="photo-column">
<img src="images/IMG-8010_JPG.webp" alt="gallery image">
<img src="images/THOR-05.webp" alt="gallery image">
<img src="images/THOR-27.webp" alt="gallery image">
<img src="images/IMG_9599.webp" alt="gallery image">
</div>
<div class="photo-column">
<img src="images/THOR-01.webp" alt="gallery image">
<img src="images/THOR-22.webp" alt="gallery image">
<img src="images/IMG_8387%202_JPG.webp" alt="gallery image">
<img src="images/THOR-14.webp" alt="gallery image">
</div>
<div class="photo-column">
<img src="images/THOR-19.webp" alt="gallery image">
<img src="images/IMG_7970_JPG.webp" alt="gallery image">
<img src="images/THOR-23.webp" alt="gallery image">
<img src="images/THOR-11.webp" alt="gallery image">
</div>
</div>
<h3>2020 Season</h3>
<div class="photo-row">
<div class="photo-column">
<img src="images/3a9fc0_357a2a65f2424ed58ac0b488c9357aeb_mv2.webp" alt="gallery image">
</div>
<div class="photo-column">
<img src="images/Crop_IMG_8005_JPG.webp" alt="gallery image">
</div>
<div class="photo-column">
<img src="images/Darth%20Roomba.webp" alt="gallery image">
</div>
</div>
<h3>2019 Season</h3>
<div class="photo-row">
<div class="photo-column">
<img src="images/Mia%20hitting%20the%20middle%20hatch%20at%20Guilford.webp"
alt="gallery image">
<img src="images/3a9fc0_526e3ed3ea9f4309a80b49f81c95a1f5_mv2.webp" alt="gallery image">
</div>
<div class="photo-column">
<img src="images/IMG_4625%203.webp" alt="gallery image">
<img src="images/3a9fc0_4c061d61636b4fe49a2fc4549e79df1d_mv2.webp" alt="gallery image">
<img src="images/Mia%20on%20level%203%20at%20Pembroke.webp" alt="gallery image">
</div>
<div class="photo-column">
<img src="images/3a9fc0_c0d387ea772e4324ab5b30adff04d188_mv2.webp" alt="gallery image">
<img src="images/Mia%20Ready%20for%20the%20Match%20at%20Pembroke.webp" alt="gallery image">
</div>
</div>
<h3>2018 Season</h3>
<div class="photo-row">
<div class="photo-column">
<img src="images/20180317-13441054.webp" alt="gallery image">
<img src="images/20180331-14064879.webp" alt="gallery image">
</div>
<div class="photo-column">
<img src="images/20180317-13560395.webp" alt="gallery image">
</div>
<div class="photo-column">
<img src="images/20180330-11320689.webp" alt="gallery image">
</div>
</div>
<h3>2017 Season</h3>
<div class="photo-row">
<div class="photo-column">
<img src="images/Douglas%20in%20the%20airship%20at%20State.webp" alt="gallery image">
<img src="images/Jade%20in%20the%20mascot%20parade.webp" alt="gallery image">
</div>
<div class="photo-column">
<img src="images/Jade%20with%20the%20Alliance%207%20captains.webp" alt="gallery image">
<img src="images/Jade%20with%20Alliance%207%20captains.webp" alt="gallery image">
<img src="images/Tommy%20and%20the%20drive%20team%20waiting.webp" alt="gallery image">
</div>
<div class="photo-column">
<img src="images/Tommy%20in%20the%20pits%20at%20State.webp" alt="gallery image">
<img src="images/Tommy%20ready%20to%20start%20at%20State.webp" alt="gallery image">
<img src="images/Working%20on%20Tommy%20in%20the%20pits.webp" alt="gallery image">
</div>
</div>
</div>
</section>
<footer>
<div id="footer-container">
<div id="footer-normal">
<p>Email: <a class="url" href="mailto:titaniumtigers4829@gmail.com" target="_blank">titaniumtigers4829@gmail.com</a>
</p>
<p>Instagram: <a class="url" href="https://www.instagram.com/titaniumtigers4829/?hl=en"
target="_blank">@titaniumtigers4829</a></p>
<p>9217 Seawell School Rd, Chapel Hill, NC 27516</p>
</div>
<div id="footer-mobile">
<p>Email:</p><a class="url" href="mailto:titaniumtigers4829@gmail.com" target="_blank">titaniumtigers4829@gmail.com</a>
<p>Instagram:</p><a class="url" href="https://www.instagram.com/titaniumtigers4829/?hl=en" target="_blank">@titaniumtigers4829</a>
<p>9217 Seawell School Rd, Chapel Hill, NC 27516</p>
</div>
<p id="copyright-text">©2024 Titanium Tigers</p>
</div>
</footer>
</body>
</html>
<!-- If anyone's ever looking at this in 5 years it was made by Jack --