-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
343 lines (326 loc) · 12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="" />
<meta name="author" content="" />
<title>Team 114</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<!-- Custom styles for this template -->
<link href="css/scrolling-nav.css" rel="stylesheet" />
<link href="css/custom.css" rel="stylesheet" />
<link href="img/eagle-outline.png" rel="shortcut icon" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.2.0/css/all.css"
integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ"
crossorigin="anonymous"
/>
</head>
<body id="page-top">
<!-- Navigation -->
<nav
class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top"
id="mainNav"
>
<div class="container">
<a class="navbar-brand" href="#">
<img src="img/eagle.png" alt="" width="30" height="24">
</a>
<a class="navbar-brand js-scroll-trigger" href="#page-top">Team 114</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarResponsive"
aria-controls="navbarResponsive"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#media">Media</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#sponsors"
>Sponsors</a
>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#social">Social</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="bg-primary text-white">
<div class="container text-center">
<img src="img/eagle.png" id="hero-img" draggable="false" />
<h1>EAGLESTRIKE</h1>
<h3 class="social">
<a href="https://www.facebook.com/114eaglestrike" target="_blank"
><i class="fab fa-facebook"></i
></a>
<a href="https://twitter.com/114eaglestrike" target="_blank"
><i class="fab fa-twitter"></i
></a>
<a href="https://www.instagram.com/114eaglestrike/" target="_blank"
><i class="fab fa-instagram"></i
></a>
<a href="https://github.com/Eaglestrike" target="_blank"
><i class="fab fa-github"></i
></a>
<a href="mailto:info@team114.org"><i class="fas fa-envelope"></i></a>
</h3>
<!-- <br>
<div class="alert alert-light" role="alert">
<b>Are you a student at LAHS who wants to join Team 114?</b> Come to our build season kickoff on Saturday, January 5 in Room 706 starting at 10AM.
</div>
<a href="#about" class="nav-link js-scroll-trigger" id="build-season-down-arrow"><i class="fas fa-chevron-down"></i></a> -->
</div>
</header>
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2>About Team 114</h2>
<div class="row">
<div class="col-lg-6">
<img src="img/media/2024_114_Robot.jpg" />
</div>
<div class="col-lg-6">
<p>
Team 114, also known as Eaglestrike, is the official robotics
team of Los Altos High School. Founded in 1997, Eaglestrike
was one of the first teams to be part of the
<a
href="https://www.firstinspires.org/robotics/frc"
target="_blank"
>FIRST Robotics Competition (FRC)</a
>
series.
</p>
<p>
Our mission is to empower the students to pursue careers in
STEM fields and take on leadership roles. Our team is
student-driven, and the robot is entirely student-built each
year.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="media" class="bg-light">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2>Media</h2>
<div class="row">
<div class="col-lg-12">
<img src="img/media/2024_SFR_Team_Photo.jpg" />
</div>
</div>
<center>
<a
class="btn btn-primary"
role="button"
href="https://www.flickr.com/photos/165655815@N03/albums"
target="_blank"
>View More Images</a
>
</center>
</div>
</div>
</div>
</section>
<section id="sponsors" class="bg-light">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2><b>Sponsors 2024</b></h2>
<hr>
<div id="sponsors-partner" class="sponsors-head"><h3><b>Partners</b><br>$5000+</h3></div>
<table>
<tr>
<td>
<a href="https://google.com" target="_blank">
<img src="img/sponsors/google.png" class="partner-img"/>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.menlovc.com/" target="_blank">
<img src="img/sponsors/menloventures.png" class="partner-img"/>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.bosch.com/" target="_blank">
<img src="img/sponsors/bosch.png"class="partner-img" />
</a>
</td>
</tr>
<tr>
<td>
<a href="http://www.trivad.com/" target="_blank">
<img src="img/sponsors/trivad.svg" class="partner-img" >
</a>
</td>
</tr>
<tr>
<td>
<a href="https://ghaasfoundation.org/" target="_blank">
<img src="img/sponsors/genehaasfoundation.png" class="partner-img" id="gene-haas-logo">
</a>
</td>
</tr>
</table>
<div id="sponsors-gold" class="sponsors-head"><h3><b>Gold</b><br>$2500-$4999</h3></div>
<!-- <div class="sponsor-single">
</div> -->
<table>
<tr>
<td>
<a href="https://www.lockheedmartin.com/en-us/index.html" target="_blank">
<img src="img/sponsors/lockheedmartin.svg"/>
</a>
</td>
<td>
<a href="https://www.abbott.com/" target="_blank">
<img src="img/sponsors/abbott.png"/>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.supermicro.com/en" target="_blank">
<img src="img/sponsors/supermicro.svg"/>
</a>
</td>
<td>
<a href="https://www.facebook.com/" target="_blank">
<img src="img/sponsors/meta.png"/>
</a>
</td>
</tr>
</table>
<div id="sponsors-silver" class="sponsors-head"><h3><b>Silver</b><br>$1000-$2499</h3></div>
<div class="sponsor-single">
<a href="https://www.joyson.cn/en/index.php" target="_blank">
<img src="img/sponsors/Joyson Electronics.png" class="normal-single"/>
</a>
</div>
<div id="sponsors-bronze" class="sponsors-head"><h3><b>Bronze</b><br>$0-$1000</h3></div>
<div class="sponsor-single">
<a href="https://www.intuitive.com/en-us" target="_blank">
<img src="img/sponsors/intuitive.png" class="normal-single"/>
</a>
</div>
<div class="sponsor-single">
<a href="https://www.pge.com" target="_blank">
<img src="img/sponsors/PGE.png" class="normal-single"/>
</a>
</div>
<div id="sponsors-fiscal" class="sponsors-head"><h3><b>In-Kind Donations</b></h3></div>
<!-- <div class="sponsor-single">
<a href="http://www.beamon.com/" target="_blank">
<img src="img/sponsors/beamon.png" id="beam-on-img"/>
</a>
</div> -->
<table>
<tr>
<td>
<a href="http://www.beamon.com/" target="_blank">
<img src="img/sponsors/beamon.png"/>
</a>
</td>
<td>
<a href="https://www.advancedwelding.info/">
<img src="img/sponsors/advancedwelding.png"/>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.solidworks.com/" target="_blank"
><img src="img/sponsors/solidworks.png"
/></a>
</td>
<td>
<a href="https://www.facebook.com/sierrap55/" target="_blank">
<img src="img/sponsors/sierraprecision.png "/>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://hawkridgesys.com" target="_blank">
<img src="img/sponsors/HRS Original Color.png" />
</a>
</td>
<td>
<a href="https://getbild.com" target="_blank">
<img src="img/sponsors/bild_logo.png" />
</a>
</td>
</tr>
</table>
</div>
</div>
</div>
<p class="text-center">
Interested in sponsoring us? Please
<a href="sponsorship.pdf" target="_blank">check out our sponsorship prospectus</a> or
<a href="mailto:sponsor@team114.org">send us an email</a>!
</p>
</div>
</section>
<!-- Footer -->
<footer class="py-5 bg-dark" id="social">
<div class="container">
<h3 class="social footer-social">
<a href="https://www.facebook.com/114eaglestrike" target="_blank"
><i class="fab fa-facebook"></i
></a>
<a href="https://twitter.com/114EagleStrike" target="_blank"
><i class="fab fa-twitter"></i
></a>
<a href="https://www.instagram.com/114eaglestrike/" target="_blank"
><i class="fab fa-instagram"></i
></a>
<a href="https://github.com/Eaglestrike" target="_blank"
><i class="fab fa-github"></i
></a>
<a href="mailto:info@team114.org"><i class="fas fa-envelope"></i></a>
</h3>
<p class="m-0 text-center text-white">
Copyright © Team 114 <span id="year">2018</span>
</p>
</div>
<!-- /.container -->
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom JavaScript for this theme -->
<script src="js/scrolling-nav.js"></script>
<script src="js/custom.js"></script>
</body>
</html>