-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
473 lines (464 loc) · 16.9 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
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
<!DOCTYPE HTML>
<!--Samuel Anozie, June 2019. Titan Robotics Website-->
<!--Jai Sutaria, January 2021. Updated sponsors and season recap -->
<!-- Jai Sutaria, August 2022. Updates sponsors and newsletters -->
<head>
<meta charset="UTF-8">
<title>Titan Robotics</title>
<!--Favicon-->
<link rel="icon" href="/public/imgs/drawing.svg" type="image/png" sizes="16x16">
<!-- Bootstrap Links -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<!--Odometer Links-->
<link rel="stylesheet" href="/public/odometer-theme-default.css" />
<script src="/public/odometer.js"></script>
<!--Local Links-->
<link rel="stylesheet" href="/public/styles.css">
<script src = "/public/script.js"></script>
<link rel="stylesheet" type="text/css" href="/public/sponsors.css">
</head>
<!-- Future Plans-->
<!--Eventually animate the circutry on landing-->
<body>
<div id="landing" class="container-fluid">
<div id="items" class="row h-100 justify-content-center">
<div class="col-md-4 col-sm-6 col-6 text-right">
<h1 id="titan" class="headerTitle">TITAN</h1>
</div>
<div id="robotCol" class="col-md-4 h-100 text-center">
<div id="robotContainer" class="position-relative h-100">
<img id="robotImg" src="/public/imgs/robot.png" class="img-fuid position-absolute">
</div>
</div>
<div class="col-md-4 col-sm-6 col-6">
<h1 id="robotics" class="headerTitle">ROBOTICS</h1>
</div>
</div>
</div>
<div id="teamnum" class="container-fluid position-absolute" data-scroll-speed="2">
<div class="row justify-content-center">
<div class="col-md-5 text-center">
<h2 class="numDescrip">FRC TEAM</h2>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-12 text-center">
<h1 style="pointer-events: auto;">Aurora, Illinois</h1>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-12 text-center">
<h2 class="numDescrip">EST. FALL 2006</h2>
</div>
</div>
</div>
<div id="intro" class = "container-fluid position-relative">
<div id="videoDiv" class = "position-relative">
<video style="width: 100vw;" src="/public/backvideo.mp4" preload="preload" id="video" autoplay loop muted></video>
</div>
<div id = "blackFilter" class = "row"></div>
<div id = "videoContent" class = "row"></div>
</div>
<div id = "info" class = "container-fluid position-relative">
<span class = "gradientBack position-absolute"></span>
<div id = "imsa" class = "row justify-content-center">
<div id = "imsaText" class = "col-md-12">
<div class = "row word">Instilling</div>
<div class = "row word whiteenphasis">leadership</div>
<div class = "row word">and</div>
<div class = "whiteenphasis">
<div class = "row word">technical</div>
<div class = "row word">capabilities</div>
</div>
<div class = "row word">within</div>
<div class = "row word">students</div>
<div class = "row word">of the</div>
<div class = "enphasis">
<div class = "row word">Illinois</div>
<div class = "row word">Mathematics</div>
<div class = "row word">and</div>
<div class = "row word">Science</div>
<div class = "row word">Academy</div>
</div>
<p> Located in Aurora, IL, IMSA is a residential high school that accepts gifted students from across the state, making our backgrounds diverse and impacts far-reaching. We compete in the FIRST Robotics Competition (FRC) and other off-season competitions, which teaches our members technical skills, such as <span class = "bold">mechanical, programming, electrical,</span> and <span class = "bold">computer aided design (CAD),</span> as well as soft skills involving <span class = "bold">business, leadership,</span> and <span class = "bold">communication.</span>
</p>
</div>
</div>
</div>
<div id = "frc" class = "container-fluid position-relative">
<span id = "frcback" class = "position-absolute"></span>
<div id = "firstLogo" class = "row justify-content-center">
<div class = "col-md-6 text-center">
<img src = "/public/imgs/firstlogo.png" class = "img-fluid"/>
</div>
</div>
<div class = "row justify-content-center">
<div class = "col-md-12 text-center">
<h2 id = "newsletterInfo">Read our monthly newsletters to see what our team has been up to!</h2>
</div>
<div class = "col" id = "newsletterMonth">
<a href = "public/Pre-Season Newsletter.pdf" target = "_blank">Pre-Season</a>
<h3 id = "newsletter"><iframe src="public/Pre-Season Newsletter.pdf" width="350px" height="450px"></iframe></h3>
</div>
<div class = "col" id = "newsletterMonth">
<a href = "public/Start of Season Newsletter.pdf" target = "_blank">Start of Season</a>
<h3 id = "newsletter"><iframe src="public/Start of Season Newsletter.pdf" width="350px" height="450px"></iframe></h3>
</div>
<div class = "col" id = "newsletterMonth">
<a href = "public/Summer Newsletter.pdf" target = "_blank">Summer</a>
<h3 id = "newsletter"><iframe src="public/Summer Newsletter.pdf" width="350px" height="450px"></iframe></h3>
</div>
<div class = "col" id = "seasonRecap">
<br><h3>Check out a recap of our 2019-2020 season:</h3>
<video width="640px" height = "360px" src="/public/2019-20Recap.mp4" preload="none" id = "recapVideo" controls poster = "/public/imgs/recapthumbnail.png"></video>
</div>
</div>
</div>
<div id = "sponsor" class = "cotainer-fluid">
<div class = "row tableRow text-cener justify-content-center">
<div class = "col-md-10">
<h2 id = "sponsorHeader">SPONSORS</h2>
</div>
</div>
<div class = "row tableRow text-cener justify-content-center">
<div class = "col-md-10 ">
<p class = "lead">Sponsorship provides us with necessary support, including financial contributions, in-kind donations, employee volunteerism and mentoring, which are all vital to our growth and success as an FRC team. We would like to extend our deepest thanks to all of our sponsors for their continued support!</p>
</div>
</div>
<div id="sponsorTable" class = "row tableRow">
<div class = "col-md-4 col-sm-6">
<div class="flipcard h m-auto">
<div class="front">
<img src="/public/imgs/1-caterpillar.png">
</div>
<div class="back">
<p>An Optimus Prime Partner since 2008, Caterpillar Inc. provides Team 2022 with monetary support and mentorship contributions.</p><br>
<div class="button">
<div class="title">
<a href="https://www.caterpillar.com/" target="_blank">VIEW SITE</a>
</div>
</div>
</div>
</div>
</div>
<div class = "col-md-4 col-sm-6">
<div class="flipcard h m-auto">
<div class="front">
<img src="/public/imgs/2-imsa.png">
</div>
<div class="back">
<p>An Optimus Prime Partner since 2007, IMSA provides Team 2022 with a workspace, power tools, and basic utilities.</p><br>
<div class="button">
<div class="title">
<a href="https://www.imsa.edu/" target="_blank">VIEW SITE</a>
</div>
</div>
</div>
</div>
</div>
<div class = "col-md-4 col-sm-6">
<div class="flipcard h m-auto">
<div class="front">
<img src="/public/imgs/10-solidworks.png">
</div>
<div class="back">
<p>A C3PO Partner since 2018, Solidworks provides Team 2022 with free licenses.</p><br>
<div class="button">
<div class="title">
<a href="https://www.solidworks.com/" target="_blank">VIEW SITE</a>
</div>
</div>
</div>
</div>
</div>
<div class = "col-md-4 col-sm-6">
<div class="flipcard h m-auto">
<div class="front">
<img src="/public/imgs/8-share-machine.png">
</div>
<div class="back">
<p>A C3PO Partner since 2018, Share Machine provides Team 2022 with machining services.</p><br>
<div class="button">
<div class="title">
<a href="http://sharemachine.com/" target="_blank">VIEW SITE</a>
</div>
</div>
</div>
</div>
</div>
<!-- <div class = "col-md-4 col-sm-6">
<div class="flipcard h m-auto">
<div class="front">
<img src="/public/imgs/5-te-connectivity-foundation.png">
</div>
<div class="back">
<p>An R2D2 Partner since 2018, TE Connectivity Foundation provides Team 2022 with monetary support.</p><br>
<div class="button">
<div class="title">
<a href="https://www.te.com/usa-en/home.html" target="_blank">VIEW SITE</a>
</div>
</div>
</div>
</div>
</div> -->
<!-- <div class = "col-md-4 col-sm-6">
<div class="flipcard h m-auto">
<div class="front">
<img src="/public/imgs/6-boeing.png">
</div>
<div class="back">
<p>A C3PO Partner since 2018, The Boeing Company provides Team 2022 with monetary support.</p><br>
<div class="button">
<div class="title">
<a href="https://www.boeing.com/" target="_blank">VIEW SITE</a>
</div>
</div>
</div>
</div>
</div>
<div class = "col-md-4 col-sm-6">
<div class="flipcard h m-auto">
<div class="front">
<img src="/public/imgs/7-fv-sandblasting.png">
</div>
<div class="back">
<p>A C3PO Partner since 2018, Fox Valley Sandblasting & Powder Coating provides Team 2022 with powder coating services.</p><br>
<div class="button">
<div class="title">
<a href="http://www.blastandcoat.com/" target="_blank">VIEW SITE</a>
</div>
</div>
</div>
</div>
</div>
<div class = "col-md-4 col-sm-6">
<div class="flipcard h m-auto">
<div class="front">
<img src="/public/imgs/8-share-machine.png">
</div>
<div class="back">
<p>A C3PO Partner since 2018, Share Machine provides Team 2022 with machining services.</p><br>
<div class="button">
<div class="title">
<a href="http://sharemachine.com/" target="_blank">VIEW SITE</a>
</div>
</div>
</div>
</div>
</div>
<div class = "col-md-4 col-sm-6">
<div class="flipcard h m-auto">
<div class="front">
<img src="/public/imgs/9-greenberg.png">
</div>
<div class="back">
<p>A C3PO Partner since 2019, Greenberg Traurig provides Team 2022 with monetary support.</p><br>
<div class="button">
<div class="title">
<a href = "https://www.gtlaw.com/en" target="_blank">VIEW SITE</a>
</div>
</div>
</div>
</div>
</div>
<div class = "col-md-4 col-sm-6">
<div class="flipcard h m-auto">
<div class="front">
<img src="/public/imgs/10-solidworks.png">
</div>
<div class="back">
<p>A C3PO Partner since 2018, Solidworks provides Team 2022 with free licenses.</p><br>
<div class="button">
<div class="title">
<a href="https://www.solidworks.com/" target="_blank">VIEW SITE</a>
</div>
</div>
</div>
</div>
</div>
<div class = "col-md-4 col-sm-6">
<div class="flipcard h m-auto">
<div class="front">
<img src="/public/imgs/11-walmart.png">
</div>
<div class="back">
<p>A Wall-E Partner since 2018, Walmart provides Team 2022 with monetary support.</p><br>
<div class="button">
<div class="title">
<a href="https://www.walmart.com/" target="_blank">VIEW SITE</a>
</div>
</div>
</div>
</div>
</div> -->
<div class = "col-md-4 col-sm-6">
<div class="flipcard h m-auto">
<div class="front">
<img src="/public/imgs/jewel_osco.png">
</div>
<div class="back">
<p></p><br>
<div class="button">
<div class="title">
<a href="https://www.jewelosco.com/" target="_blank">VIEW SITE</a>
</div>
</div>
</div>
</div>
</div>
<div class = "col-md-4 col-sm-6">
<div class="flipcard h m-auto">
<div class="front">
<img src="/public/imgs/omron.png">
</div>
<div class="back">
<p></p><br>
<div class="button">
<div class="title">
<a href="https://www.omron.com/" target="_blank">VIEW SITE</a>
</div>
</div>
</div>
</div>
</div>
<div class = "col-md-4 col-sm-6">
<div class="flipcard h m-auto">
<div class="front">
<img src="/public/imgs/dtv_innovations.png">
</div>
<div class="back">
<p></p><br>
<div class="button">
<div class="title">
<a href="https://www.dtvinnovations.com/" target="_blank">VIEW SITE</a>
</div>
</div>
</div>
</div>
</div>
<div class = "col-md-4 col-sm-6">
<div class="flipcard h m-auto">
<div class="front">
<img src="/public/imgs/bild.png">
</div>
<div class="back">
<p></p><br>
<div class="button">
<div class="title">
<a href="https://www.getbild.com/" target="_blank">VIEW SITE</a>
</div>
</div>
</div>
</div>
</div>
<div class = "col-md-4 col-sm-6">
<div class="flipcard h m-auto">
<div class="front">
<img src="/public/imgs/fabworks.png">
</div>
<div class="back">
<p></p><br>
<div class="button">
<div class="title">
<a href="https://www.fabworks.com/" target="_blank">VIEW SITE</a>
</div>
</div>
</div>
</div>
</div>
<div class = "col-md-4 col-sm-6">
<div class="flipcard h m-auto">
<div class="front">
<img src="/public/imgs/elegoo.png">
</div>
<div class="back">
<p></p><br>
<div class="button">
<div class="title">
<a href="https://www.elegoo.com/" target="_blank">VIEW SITE</a>
</div>
</div>
</div>
</div>
</div>
<div class = "col-md-4 col-sm-6">
<div class="flipcard h m-auto">
<div class="front">
<img src="/public/imgs/molex.png">
</div>
<div class="back">
<p></p><br>
<div class="button">
<div class="title">
<a href="https://www.molex.com/" target="_blank">VIEW SITE</a>
</div>
</div>
</div>
</div>
</div>
<div class = "col-md-4 col-sm-6">
<div class="flipcard h m-auto">
<div class="front">
<br>
<h1>JOIN THE LIST</h1>
</div>
<div class="back">
<br>
<div class="button">
<div class="title">
<a href="mailto:[email protected]" target="_blank">CONTACT US!</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br><br>
<div id = "contact" class = "container-fluid">
<div class="row justify-content-center">
<div class = "col-md-6 text-center">
<h2>CONTACT US</h2>
<form action="https://formspree.io/f/xjvloayy" method="POST">
<input type="text" id="fname" name="fname" placeholder = "First Name" required><br/>
<input type="text" id="lname" name="lname" placeholder = "Last Name" required><br/>
<input type="email" id="email" name="email" placeholder = "Email" required><br/>
<select id="affiliation" name="affiliation" placeholder = "Affiliation" required>
<option id = "affiloption" value="" disabled selected>Affiliation</option>
<option value="fellowFRC">Fellow FRC Team</option>
<option value="potentialSponsor">Potential Sponsor</option>
<option value="other">Other</option>
</select><br/>
<textarea id="message" name="message" rows="3" placeholder = "Write your message in here..." required></textarea><br/>
<button type = "submit" class="bttn-fill bttn-md bttn-default">Submit</button>
</form>
</div>
</div>
</div>
<div id = "footer" class = "container-fluid">
<div class = "row">
<div id = "name" class = "col-md-4 text-center">
<h5>TITAN <span>ROBOTICS</span></h5>
</div>
<div id = "footerLogo" class = "col-md-4">
<a href = "#landing"><img src = "/public/imgs/iconlogo.png" class = "img-fluid"/></a>
</div>
<div id = "icons" class = "col-md-4">
<div class = "row w-100">
<div class = "col-4 text-center d-flex align-items-center">
<a href="https://twitter.com/team2022" rel="noopener noreferrer" target="_blank"><img src = "/public/imgs/twitterlogo.png"/></a>
</div>
<div class = "col-4 text-center d-flex align-items-center ">
<a href="https://www.facebook.com/TitanRobotics2022/" rel="noopener noreferrer" target="_blank"><img src = "/public/imgs/facebooklogo.png"/></a>
</div>
<div class = "col-4 text-center d-flex align-items-center">
<a href = "https://www.instagram.com/titanrobotics2022/" rel = "noopener noreferrer" target="_blank"><img src = "/public/imgs/instagram.png" /></a>
</div>
</div>
</div>
</div>
</div>
</body>