-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
356 lines (349 loc) · 23.8 KB
/
index.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
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
<!-- 87 19 4 about us numbers-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>589 - Home</title>
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="index.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Cabin|Montserrat|Open+Sans:400,700|Roboto&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700,800&display=swap" rel="stylesheet">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<!--<nav class="navbar navbar-expand-lg navbar-dark bg-dark" id="navbar">-->
<!-- <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">-->
<!-- <span class="navbar-toggler-icon"></span>-->
<!-- </button>-->
<!-- <div class="collapse navbar-collapse" id="navbarTogglerDemo01">-->
<!-- <a class="navbar-brand" href="index.html">FRC 589</a>-->
<!-- <ul class="navbar-nav mr-auto mt-2 mt-lg-0">-->
<!-- <li class="nav-item active">-->
<!-- <a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>-->
<!-- </li>-->
<!-- <li class="nav-item">-->
<!-- <a class="nav-link" href="history.html">History</a>-->
<!-- </li>-->
<!-- </ul>-->
<!-- </div>-->
<!--</nav>-->
<nav class="sidenav">
<i class="fa fa-bars fa-2x"></i>
<div class="side">
<i class="fa fa-times fa-2x"></i>
<h1 class="brand">589</h1>
<li class="item"><a href="index.html">Home</a></li>
<li class="item"><a href="history.html">History</a></li>
<br>
<h1 class="brand">Quick Links</h1>
<li class="item"><a href="https://www.firstinspires.org/robotics/fll">FLL Website</a></li>
<li class="item"><a href="FLL-Guide.pdf" target="_blank">Mentoring Guide</a></li>
<li class="item"><a href="https://www.youtube.com/watch?v=gmiYWTmFRVE&list=PLFHKIQz5crbrI8IlcVU9iv1byoKpwPEKu" target="_blank">2020 Season Videos</a></li>
<li class="item"><a href="https://www.youtube.com/watch?v=hbg_3mSnTlE" target="_blank">Chairman's Video</a></li>
<li class="item"><a href="https://firstfrc.blob.core.windows.net/frc2020/Manual/2020FRCGameSeasonManual.pdf" target="_blank">Game Manual</a></li>
<li class="item"><a href="https://www.firstinspires.org/" target="_blank">FIRST Website</a></li>
</div>
</nav>
<section id="desktop">
<div class="large_content">
<h1 id="thath1_desktop"></h1>
<img src="img/laregional.jpg" id="large_content_background">
<i class="fa fa-chevron-down fa-lg" id="1"></i>
</div>
<div class="about_container">
<div class="aboutmission">
<div class="square-card about 1">
<h1>About Us</h1>
<div class="square-card-text">We are Falkon Robotics, FRC team 589, with an enrollment of 87 students,
19 mentors, and 4 college-age mentors in training.
We participate in FIRST Robotics Competition and
share our passion for engineering with our community.</div>
</div>
<div class="square-card mission 2">
<h1>Our Mission</h1>
<div class="square-card-text">Team 589 maintains a supportive culture through a second family
approach. Our outreach events help us grow as a team and encourage members of the
community to be involved in STEAM. We collaborate with our
mentors to improve our technical capabilities.</div>
</div>
</div><br><br>
<div class="square-card frc 3">
<h1>FIRST Robotics Competition</h1>
<div class="square-card-text">FRC is the ultimate competition for the mind.
We have 6 weeks to understand the game, design, and built a robot to accomplish several tasks.
The game includes a series of complex actions that if completed provide points that will rank our
team higher, and help us win the competition. In addition we raise money by seeking sponsors and
providing outreach to establish the 589 name. Surpassing these obstacles help us grow as team,
work on our leadership skills, and learn how the real life works.</div>
</div>
<i class="fa fa-chevron-down fa-lg" id="2"></i>
</div>
<div class="lego_container">
<div id="spacer"></div>
<div id="container">
<div class="square-card fll frc">
<h1>FIRST<br>lego<br>league</h1>
<div class="square-card-text">
For those who have never heard of FLL before, it is a program in which elementary
and middle school students make LEGO robots that accomplish specialized tasks.
This program encourages innovation, problem solving, and teamwork. The students
are divided into groups of 10 that all work together to compete with other teams.
We volunteer to mentor the students and keep them on task so that they can have a
engaging and enjoyable experience with STEAM.
<span><a href="https://www.firstinspires.org/robotics/fll">First Lego League Website</a></span>
</div>
</div>
</div>
<div class="aboutmission">
<div class="square-card join">
<h1>want<br>to<br>mentor?</h1>
<div class="square-card-text">This FIRST program kicks off in August each year.
It's a fun way to earn community service hours, and provides
an opportunity for the younger students to see what engineering is like,
and possibly be inspired to seek a career in engineering.
<span><a href="FLL-Guide.pdf" target="_blank"><br>Guide to Mentoring</a></span>
</div>
</div>
<div class="square-card volunteer">
<h1>JOIN</h1>
<div class="square-card-text">If you are interested in helping out in the
FIRST Lego League, find a school that is participating in the program,
then tell Ms. Martos that you are volunteering for the program. If you
don't know of any schools that might need help, contact Ms. Martos at
[email protected]. More information is available in the FLL Guide below.</div>
</div>
</div>
<img src="img/legos.jpg">
<i class="fa fa-chevron-down fa-lg" id="3"></i>
</div>
<div class="sponsor_container">
<div id="spacer"></div>
<div id="container">
<div class="square-card thanks fll frc">
<h1>thanks to all our sponsors!</h1>
<p>These logos are from companies that sponsored us. We appreciate
a helping hand, because every year we need enough money to cover
registration in FIRST, fund our robotics activities, and offset
transportation to competition. We need tools and parts to
build our robot so that we can all work together fluently. If you
would like to sponsor our team, set up a fundraiser (typically a dine-out), or donate to our team,
please contact Lyn-Repath Martos at [email protected].</p>
</div>
</div>
<div id="spacer"></div>
<div class="listsponsors">
<div class="square-card-sponsor">
<div class="square-card-sponsor-h1">
<h1>Nasa</h1>
</div>
<div class="square-card-sponsor-img">
<img src="img/nasapng.png">
</div>
</div>
<div class="square-card-sponsor">
<div class="square-card-sponsor-h1">
<h1>jpl</h1>
</div>
<div class="square-card-sponsor-img jpllogoclass">
<img src="img/jpllogo.png">
</div>
</div>
<div class="square-card-sponsor">
<div class="square-card-sponsor-h1">
<h1>Meggitt</h1>
</div>
<div class="square-card-sponsor-img meggitt">
<img src="img/Meggit.png">
</div>
</div>
</div><br><br>
<div class="listsponsors">
<div class="square-card-sponsor">
<div class="square-card-sponsor-h1">
<h1>Walt Disney Imagineering</h1>
</div>
<div class="square-card-sponsor-img">
<img src="img/WaltDisneyImagineering.png">
</div>
</div>
<div class="square-card-sponsor">
<div class="square-card-sponsor-h1">
<h1>j's maintenance</h1>
</div>
<div class="square-card-sponsor-img jmaintenance">
<img src="img/J's-Maintenance.png">
</div>
</div>
<div class="square-card-sponsor">
<div class="square-card-sponsor-h1">
<h1>Masten Space Systems</h1>
</div>
<div class="square-card-sponsor-img">
<img src="img/masten.png">
</div>
</div>
</div><br><br>
<div class="listsponsors two-cards">
<div class="square-card-sponsor">
<div class="square-card-sponsor-h1">
<h1>Pacific Southwest Administrators</h1>
</div>
<div class="square-card-sponsor-img pswa">
<img src="img/pswapng.png">
</div>
</div>
<div class="square-card-sponsor">
<div class="square-card-sponsor-h1">
<h1>Mechanical Concepts</h1>
</div>
<div class="square-card-sponsor-img mc">
<img src="img/mc.png">
</div>
</div>
</div>
<!--<i class="fa fa-chevron-up fa-lg" id="4"></i>-->
</div>
</section>
<section id="mobile">
<div class="large_content">
<!-- <iframe id="chairmans" width="1280" height="720" src="https://www.youtube.com/embed/hbg_3mSnTlE?background=1&controls=0&autoplay=1&mute=1&loop=1&playlist=hbg_3mSnTlE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> -->
<h1 id="thath1_mobile"></h1>
<i class="fa fa-chevron-down fa-lg" id="1"></i>
</div>
<div class="square-card about 1">
<h1>About Us</h1>
<div class="square-card-text">We are Falkon Robotics, FRC team 589, with an enrollment of 115 students,
13 mentors, and 10 college-age mentors in training.
We participate in FIRST Robotics Competition and
share our passion for engineering with our community.</div>
</div>
<div class="square-card mission 2">
<h1>Our Mission</h1>
<div class="square-card-text">Team 589 maintains a supportive culture through a second family
approach. Our outreach events help us grow as a team and encourage members of the
community to be involved in STEAM. We collaborate with our
mentors to improve our technical capabilities.</div>
</div>
<div class="square-card mission 3">
<h1>FIRST Robotics Competition</h1>
<div class="square-card-text">In the First Robotics Competition,
we have 6 weeks to understand the game, design, and built a robot to accomplish several tasks, which
provide points that will rank our team higher, and help us win the competition. In addition we raise money
by seeking sponsors and providing outreach to establish the 589 name.</div>
</div>
<div id="spacer"></div>
<div class="square-card ">
<h1>FIRST lego league</h1>
<div class="square-card-text">
FLL is a program in which elementary
and middle school students make LEGO robots that complete tasks on a playing field.
The students are divided into groups of 10 that all work together to compete with other teams.
We volunteer to mentor the students and keep them on task so that they can have a
engaging and enjoyable experience with STEAM.</div>
</div>
<div class="square-card join">
<h1>want to mentor?</h1>
<div class="square-card-text">This FIRST program kicks off in August each year.
It's a fun way to earn community service hours, and provides
an opportunity for the younger students to see what engineering is like,
and possibly be inspired to seek a career in engineering.</div>
</div>
<div class="square-card volunteer">
<h1>JOIN</h1>
<div class="square-card-text">If you are interested in helping out in the
FIRST Lego League, find a school that is participating in the program,
then tell Ms. Martos that you are volunteering for the program. If you
don't know of any schools that might need help, contact Ms. Martos at
[email protected]. More information is available in the FLL Guide below.</div>
</div>
<div class="square-card thanks">
<h1>thanks to all our sponsors!</h1>
<p class="square-card-text">These logos are from companies that sponsored us. We appreciate
a helping hand, because every year we need enough money to cover
registration in FIRST, fund our robotics activities, and offset
transportation to competition. We need tools and parts to
build our robot so that we can all work together fluently. If you
would like to sponsor our team, set up a fundraiser (typically a dine-out), or donate to our team,
please contact Lyn-Repath Martos at [email protected].</p>
</div>
<div id="spacer"></div>
<div class="listsponsors two-cards">
<div class="square-card-sponsor">
<div class="square-card-sponsor-h1">
<h1>Nasa</h1>
</div>
<div class="square-card-sponsor-img">
<img src="img/nasapng.png">
</div>
</div>
<div class="square-card-sponsor">
<div class="square-card-sponsor-h1">
<h1>jpl</h1>
</div>
<div class="square-card-sponsor-img jpllogoclass">
<img src="img/jpllogo.png">
</div>
</div>
</div><br><br>
<div class="listsponsors two-cards">
<div class="square-card-sponsor">
<div class="square-card-sponsor-h1">
<h1>Meggitt</h1>
</div>
<div class="square-card-sponsor-img meggitt">
<img src="img/Meggit.png">
</div>
</div>
<div class="square-card-sponsor">
<div class="square-card-sponsor-h1">
<h1>Masten Space Systems</h1>
</div>
<div class="square-card-sponsor-img">
<img src="img/masten.png">
</div>
</div>
</div><br><br>
<div class="listsponsors two-cards">
<div class="square-card-sponsor">
<div class="square-card-sponsor-h1">
<h1>Walt Disney Imagineering</h1>
</div>
<div class="square-card-sponsor-img">
<img src="img/WaltDisneyImagineering.png">
</div>
</div>
<div class="square-card-sponsor">
<div class="square-card-sponsor-h1">
<h1>j's maintenance</h1>
</div>
<div class="square-card-sponsor-img jmaintenance">
<img src="img/J's-Maintenance.png">
</div>
</div>
</div><br><br>
<div class="listsponsors two-cards">
<div class="square-card-sponsor">
<div class="square-card-sponsor-h1">
<h1>Pacific Southwest Administrators</h1>
</div>
<div class="square-card-sponsor-img pswa">
<img src="img/pswapng.png">
</div>
</div>
<div class="square-card-sponsor">
<div class="square-card-sponsor-h1">
<h1>Mechanical Concepts</h1>
</div>
<div class="square-card-sponsor-img mc">
<img src="img/mc.png">
</div>
</div>
</div>
<div id="spacer"></div>
<i class="fa fa-chevron-up fa-lg" id="4"></i>
</div>
</section>
<script src="index.js"></script>
</body>
</html>