-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
577 lines (558 loc) · 24.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
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
<!DOCTYPE html>
<html>
<!--
Website by Theo Patt
https://theopatt.com
-->
<head>
<title>Team 5045 | White Station High School Robotics</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/normalize.css"/>
<link rel="stylesheet" href="css/skeleton.css"/>
<link rel="stylesheet" href="css/index.css"/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-82401203-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-82401203-2');
</script>
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.4&appId=350846308434598";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- <div class="alert"></div> -->
<div class="wrapper">
<div class="section hero">
<div class="container">
<img src="img/newlogo.png"/>
</div>
</div>
<div class="section tabber">
<div class="tabs">
<a class="button" href="#/home">Home</a>
<a class="button" href="#/team">Team</a>
<a class="button" href="#/social">Social Media</a>
<a class="button" href="#/sponsors">Sponsors</a>
<a class="button" href="#/resources">Resources</a>
<!-- <a class="button" href="#/calendar">Calendar</a>-->
<a class="button" href="#/contact">Contact</a>
</div>
</div>
<div class="section content">
<div id="home">
<div class="container">
<!--
<button id="interestMeeting" class="button">2020-2021 Interest Meeting & Application</button>
-->
<h4>We make robots.</h4>
<p>White Station High School Robotics, founded in 2010 in Memphis, Tennessee, joined <a href="https://www.firstinspires.org/">FIRST</a> in 2013. FIRST is an international organization that uses competitive robotics as a vehicle for promoting science & technology, allowing high school students to work side by side with professional mentors to learn skills ranging from engineering to marketing, animation and business. As a part of FIRST, we compete in the FRC league, which is the highest level of competition for high school students.</p>
<p>The White Station Robotics Team inspires and enourages our students to do great things. Whether they're in marketing, programming, design, or the build team, every student has a part to play in the success of the team.</p>
<!--
<div id="modal" class="modal">
<div class="modalContent">
<span class="closeButton">×</span>
<h3>Robotics 2020-2021 Interest Meeting & Application</h3>
<p>Join us on Teams for our interest meeting on September 25th and October 22nd at 3:15 pm! The link to sign up is <a href="https://tinyurl.com/wshs5045">https://tinyurl.com/wshs5045</a>. </p>
<p>The team application is <a href="https://tinyurl.com/wshs5045app">https://tinyurl.com/wshs5045app</a>. <b>It is due on October 24th, 11:59 PM.</b></p>
</div>
</div>
-->
</div>
</div>
<div id="team">
<div class="container">
<h3>Meet the 2022-23 team.</h3>
<p class="year-navigation-container"><a class="past-years-link" href="#/past-years">View past years</a></p>
<img class="u-full-width" src="img/people2022-23.jpg">
<p class="officers"><strong>Officers:</strong> Kevin Chang, Shivam Aarya, Cabell Mercer, Elias Clements, Adi Kumar, Jason Niu</p>
<ul class="team-list">
<li>Shivam Aarya</li>
<li>Siddharth Babu</li>
<li>Kevin Chang</li>
<li>Junwon Choi</li>
<li>Elias Clements</li>
<li>Daniel Collins</li>
<li>Allen Guo</li>
<li>Alan Ji</li>
<li>Casey Jones</li>
<li>Saphe Khader</li>
<li>Adi Kumar</li>
<li>Joseph Lei</li>
<li>Kayden Li</li>
<li>Darren Liu</li>
<li>Cabell Mercer</li>
<li>Jason Niu</li>
<li>Eva Raffel</li>
<li>Nia Reed</li>
<li>Ronan Tollefsen</li>
<li>Caleb Turris</li>
<li>Michael Wang</li>
<li>Zhendi Wang</li>
<li>Emily Wei</li>
<li>Andy Wu</li>
</ul>
</div>
</div>
<div id="past-years">
<div class="container">
<h3 class="past-years">Past years</h3>
<p class="year-navigation-container"><a href="#/team">Back to current year</a></p>
<ul>
<h4>2021-22</h4>
<img class="u-full-width" src="img/people2021-22.JPEG">
<p class="officers"><strong>Officers:</strong> Uddish Sood, Kevin Chang, Shivam Aarya, Beau Sorin, Elias Clements, Cabell Mercer</p>
<ul class="team-list">
<li>Shivam Aarya</li>
<li>Grace Amgalan</li>
<li>Riley Bruce</li>
<li>Kerry Cao</li>
<li>Andrew Chan</li>
<li>Kevin Chang</li>
<li>Aashish Chidambaram</li>
<li>Elias Clements</li>
<li>Sunny Cui</li>
<li>Evan Easley</li>
<li>Jason Fang</li>
<li>James Ferrolino</li>
<li>Caroline Garcia</li>
<li>Simon Gilbert</li>
<li>Allen Guo</li>
<li>Mahin Hasani</li>
<li>Danny Huang</li>
<li>Arihant Jain</li>
<li>Alan Ji</li>
<li>Aneesh Kalaga</li>
<li>Saphe Al Deam Khader</li>
<li>Lia Knighten</li>
<li>Adith Kotha</li>
<li>Adithya Pramod Kumar</li>
<li>Tristan Lacquindanum</li>
<li>Julia Lacquindanum</li>
<li>Alex Le</li>
<li>Joseph Lei</li>
<li>Kayden Li</li>
<li>Dennis Madapatu</li>
<li>Cabell Mercer</li>
<li>Kate Metcalf</li>
<li>Jason Niu</li>
<li>Eva Raffel</li>
<li>Nia Reed</li>
<li>Jackson Slaughter</li>
<li>Uddish Sood</li>
<li>Beau Sorin</li>
<li>Maddox Stone</li>
<li>Chris T</li>
<li>Michael Wang</li>
<li>Emily Wei</li>
<li>Andrew Yount</li>
</ul>
</ul>
<ul>
<h4>2020-21</h4>
<img class="u-full-width" src="img/people2019-20.png">
<p class="officers"><strong>Officers:</strong> Andrew Chen, Elijah Raffel, Keita Tanaka, Adam Brooks, Weston Hataway</p>
<ul class="team-list">
<li>Shivam Aarya</li>
<li>Mason Ayers</li>
<li>Owen Ayers</li>
<li>Shashank Bandaru</li>
<li>Kush Bhatia</li>
<li>Andrew Blumberg</li>
<li>Adam Brooks</li>
<li>Max Centobene</li>
<li>Kevin Chang</li>
<li>Andrew Chen</li>
<li>Aashish Chidambaram</li>
<li>Cecelia Cole</li>
<li>Jake Du</li>
<li>Caroline Garcia</li>
<li>Tristen Gordon</li>
<li>Aiden Graham</li>
<li>Weston Hataway</li>
<li>Riley Hays</li>
<li>Emily Hu</li>
<li>Cullen Jones</li>
<li>Riley Killett</li>
<li>Ben Lappin</li>
<li>Liana Markos</li>
<li>Jonathan Mehrotra</li>
<li>Arjun Menon</li>
<li>Cabell Mercer</li>
<li>Aditi Mishra</li>
<li>Charity Osedo</li>
<li>William Prather</li>
<li>Elijah Raffel</li>
<li>Eva Raffel</li>
<li>Arya Rajesh</li>
<li>Nidheesh Singh</li>
<li>Uddish Sood</li>
<li>Elijah Sorin</li>
<li>Keita Tanaka</li>
<li>Shaniya Thomas</li>
<li>Michael Wang</li>
</ul>
</ul>
<h4>2019-20</h4>
<img class="u-full-width" src="img/people2019-20.png">
<p class="officers"><strong>Officers:</strong> Andrew Chen, Elijah Raffel, Keita Tanaka, Adam Brooks, Weston Hataway, Frankie Correa</p>
<ul class="team-list">
<li>Shivam Aarya<li>
<li>Marry Adams<li>
<li>Jonathan Akangbe<li>
<li>Mason Ayers<li>
<li>Owen Ayers<li>
<li>Shashank Bandaru<li>
<li>Kush Bhatia<li>
<li>Adam Brooks<li>
<li>Max Centobene<li>
<li>Kevin Chang<li>
<li>Andrew Chen<li>
<li>Joshua-James Claybon<li>
<li>Cecelia Cole<li>
<li>Andrew Cornell<li>
<li>Frankie Correa<li>
<li>Jake Du<li>
<li>Gage Erwin<li>
<li>Caroline Garcia<li>
<li>Tristen Gordon<li>
<li>Aiden Graham<li>
<li>Aisha Gupta<li>
<li>Layla Harvey<li>
<li>Weston Hataway<li>
<li>Jimmy He<li>
<li>Kaitlin James<li>
<li>Nicholas Jeffers<li>
<li>Cullen Jones<li>
<li>Ben Lappin<li>
<li>Lingyu Li<li>
<li>Aditi Mishra<li>
<li>Jaylan Oliver<li>
<li>Charity Osedo<li>
<li>Alexander Paugh<li>
<li>William Prather<li>
<li>Elijah Raffel<li>
<li>Arya Rajesh<li>
<li>Myles Robinson<li>
<li>Jaden Ross<li>
<li>Lyndon Shi<li>
<li>Uddish Sood<li>
<li>Grey Tabatabai<li>
<li>Keita Tanaka<li>
<li>Shaniya Thomas<li>
<li>Matthew Webb<li>
<li>Zoe Wolfe<li>
<li>Jonathan Zhang</li>
</ul>
</ul>
<h4>2018-19</h4>
<img class="u-full-width" src="img/people2018-19.jpg">
<p class="officers"><strong>Officers:</strong>Andrew Rutledge, Angus McKee, Will Eggleston, Jake Du, Dinah Patt</p>
<ul class="team-list">
<li>Jackie Ann Crislip</li>
<li>Kush Bhatia</li>
<li>Adam Brooks</li>
<li>Kaleb Brunt</li>
<li>Ivan Campos</li>
<li>Madison Centobene</li>
<li>Andrew Chen</li>
<li>Joshua-James Claybon</li>
<li>Meredith Cline</li>
<li>Frankie Correa</li>
<li>Jake Du</li>
<li>Will Eggleston</li>
<li>Gage Erwin</li>
<li>Sophie Floyd</li>
<li>Carson Fu</li>
<li>Aisha Gupta</li>
<li>Michael Gutierrez</li>
<li>Weston Hataway</li>
<li>Maddie Hitching</li>
<li>Irene Jacob</li>
<li>Nicholas Jeffers</li>
<li>Gideon Kpurubu</li>
<li>Maadhu Krishnan</li>
<li>Alan Lopez</li>
<li>Anahis Luna</li>
<li>Nila Manickavasagam</li>
<li>Briana Massey</li>
<li>Angus McKee</li>
<li>Arjun Menon</li>
<li>Jacinta Nwokeji</li>
<li>Charity Osedo</li>
<li>Dinah Patt</li>
<li>Jesse Patt</li>
<li>Annaelle Pelletier</li>
<li>Emlyn Polatty</li>
<li>Tanya Prahalathan</li>
<li>Ivy Qui</li>
<li>Elijah Raffel</li>
<li>Arvind Ramesh</li>
<li>Nanditha Ramesh</li>
<li>Andrew Rutledge</li>
<li>Mya Schroder</li>
<li>Lyndon Shi</li>
<li>Uddish Sood</li>
<li>Zoe Spikner</li>
<li>Pedro Storch</li>
<li>Siby Suriyan</li>
<li>Grey Tabatabai</li>
<li>Diran Tan</li>
<li>Keita Tanaka</li>
<li>Haneef Usmani</li>
<li>Antonio Villarreal</li>
<li>Lydia Williams</li>
<li>Salih Williams</li>
<li>Torriq Williams</li>
<li>Zoe Wolfe</li>
<li>Joanna Xiao</li>
<li>Junli Yang</li>
<li>Molly Yuan</li>
<li>Lily Zeng</li>
</ul>
<h4>2017-18</h4>
<img class="u-full-width" src="img/people2017-18.jpg">
<p class="officers"><strong>Officers:</strong> Theo Patt, Levi Evans, Andrew Rutledge, Will Eggleston, Angus McKee</p>
<ul class="team-list">
<li>Jerin Alam</li>
<li>Brandon Allen</li>
<li>Kush Bhatia</li>
<li>Adam Brooks</li>
<li>Kaleb Brunt</li>
<li>Ivan Campos</li>
<li>Madison Centobene</li>
<li>Andrew Chen</li>
<li>Kenneth Chiu</li>
<li>Frankie Correa</li>
<li>Jeffrey Davis</li>
<li>Tamia Davis</li>
<li>Jake Du</li>
<li>LJ Easterling</li>
<li>Will Eggleston</li>
<li>Gage Erwin</li>
<li>Levi Evans</li>
<li>Five Grant</li>
<li>Weston Hataway</li>
<li>Stephanie He</li>
<li>Nicholas Jeffers</li>
<li>Gideon Kpurubu</li>
<li>Ricki Le</li>
<li>Alan Lopez</li>
<li>James Mathis</li>
<li>Angus McKee</li>
<li>Baridakara Meneh</li>
<li>Arjun Menon</li>
<li>Michelle Nguyen</li>
<li>Viral Patel</li>
<li>Dinah Patt </li>
<li>Theo Patt</li>
<li>Elijah Raffel</li>
<li>Arjun Raj</li>
<li>Aryan Rajesh</li>
<li>Arvind Ramesh</li>
<li>Eduardo Reyes</li>
<li>David Robinson</li>
<li>Andrew Rutledge </li>
<li>Vaibhav Shah</li>
<li>Zoe Spikner</li>
<li>Grey Tabatabai</li>
<li>Keita Tanaka</li>
<li>Angel Vieyra </li>
<li>Salih Williams</li>
<li>Zoe Wolfe </li>
<li>Joanna Xiao </li>
<li>Junli Yang</li>
<li>Brandy Yuan</li>
<li>Nancy Yuan</li>
</ul>
<h4>2016-17</h4>
<img class="u-full-width" src="img/people2016-17.jpg">
<p class="officers"><strong>Officers:</strong> Theo Patt, Daniel Finan, Levi Evans, Andrew Rutledge, Five Grant, James Mathis</p>
<ul class="team-list">
<li>Jerin Alam</li>
<li>Shridhar Athinarayanan</li>
<li>Kaleb Brunt</li>
<li>Sam Canales</li>
<li>Alex Chung</li>
<li>Tamia Davis</li>
<li>Robin Du</li>
<li>LJ Easterling</li>
<li>Will Eggleston</li>
<li>Gage Erwin</li>
<li>Levi Evans</li>
<li>John Fentress</li>
<li>Daniel Finan</li>
<li>Five Grant</li>
<li>Nicholas Jeffers</li>
<li>Kalpaj Kotta</li>
<li>James Mathis</li>
<li>Angus McKee</li>
<li>Michelle Nguyen</li>
<li>Viral Patel</li>
<li>Theo Patt</li>
<li>Arjun Raj</li>
<li>Pranav Rajashekar</li>
<li>Arvind Ramesh</li>
<li>Kristina Rodrigues</li>
<li>Andrew Rutledge</li>
<li>Rodrigo Sandoval</li>
<li>Akaash Seemakurty</li>
<li>Zoe Spikner</li>
<li>Kris Verma</li>
<li>Neil Verma</li>
<li>Takuma Walter</li>
<li>Joanna Xiao</li>
</ul>
<h4>2015-16</h4>
<img class="u-full-width" src="img/people2015-16.jpg">
<p class="officers"><strong>Officers:</strong>Theo Patt, Philip Fentress, Michael Lynch, Daniel Finan, Vera Liu</p>
<ul class="team-list">
<li>Jerin Alam</li>
<li>Olivia Asemota</li>
<li>Kaleb Brunt</li>
<li>Luis Chinchilla</li>
<li>Kip Clungeon</li>
<li>Justin Du</li>
<li>Robin Du</li>
<li>Will Eggleston</li>
<li>Levi Evans</li>
<li>Philip Fentress</li>
<li>Daniel Finan</li>
<li>Catherine He</li>
<li>Justin Hill</li>
<li>Alexander Lane</li>
<li>Vera Liu</li>
<li>Michael Lynch</li>
<li>Angus McKee</li>
<li>Abraham Nakayama</li>
<li>Brandon Nwokeji</li>
<li>Ankush Patel</li>
<li>Viral Patel</li>
<li>Theo Patt</li>
<li>Arjun Raj</li>
<li>Kareiel Roberson</li>
<li>Kristina Rodrigues</li>
<li>Andrew Rutledge</li>
<li>Rahul Sharma</li>
<li>Harry Sood</li>
<li>John Asa Thomason</li>
<li>Kris Verma</li>
<li>Neil Verma</li>
<li>Stephanie Wang</li>
</ul>
</div>
</div>
<div id="social">
<div class="container">
<div class="row">
<div class="one-half column">
<!-- <div class="fb-page" data-href="https://www.facebook.com/wshsrobotics" data-tabs="timeline" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true" data-adapt-container-width="true" data-width="500"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/wshsrobotics"><a href="https://www.facebook.com/wshsrobotics">White Station Robotics Team 5045</a></blockquote></div></div>-->
</div>
<div class="one-half column">
<a class="twitter-timeline" href="https://twitter.com/Team5045" data-widget-id="653687630794752000">Tweets by @Team5045</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
</div>
</div>
<div id="sponsors">
<div class="container">
<h3><span>Building world-class robots isn't easy, nor is it inexpensive.</span> <span>Our sponsors make everything possible.</span></h3>
<p>Interested in helping to fund the next generation of leaders and problem solvers? Both monetary and in-kind donations (including mentorships) are welcome. <a href="https://drive.google.com/open?id=0B17ku9FnU0LOaTcwczNwUld0OWM">View our public sponsorship package</a>, including brochure, sponsorship levels, budget, logos, and more. For more detailed information or to schedule a robot demonstration and team presentation, please <a href="#/contact">contact us</a>.</p>
<hr>
<div class="row">
<div class="one-half column">
<a href="https://fedex.com/"><img class="u-max-full-width" src="img/fedex.svg"></a>
<p>FedEx invented express distribution and is the industry’s global leader, providing rapid, reliable, time-definite delivery to more than 220 countries and territories. FedEx supports Team 5045 encouraging students to embrace technology, innovation, and forward thinking by designing, building, and programming robots.</p>
</div>
<div class="one-half column">
<a href="http://http://www.sharpusa.com/"><img class="u-max-full-width" src="img/sharp.jpg"></a>
<p>Sharp is dedicated to improving people's lives through the use of advanced technology and a commitment to innovation, quality, value, and design. We invite you to find out more about us, the value we place upon Corporate Social Responsibility, our on-going commitment to strong business ethics, and the numerous awards won by our innovative products.</p>
</div>
</div>
<div class="row">
<div class="one-half column">
<a href="https://www.smith-nephew.com/"><img class="u-max-full-width" src="img/smith-and-nephew.jpg"></a>
<p>Smith+Nephew is a leading portfolio medical technology company, operating in over 100 countries globally.</p>
</div>
<div class="one-half column">
<a href="https://www.simnet.org/?page=MEM_Welcome"><img class="u-max-full-width" src="img/sim.jpg"></a>
<p>The Memphis Chapter of the Society for Information Management is a professional society of local IT leaders organized proud to support the Memphis community on projects directly related to information systems.</p>
</div>
</div>
<div class="row">
<div class="one-half column">
<a href="https://https://www.agmobilerobots.com/"><img class="u-max-full-width" src="img/Auto-Guide-Mobile-Robots-Logo-1.png"></a>
<p>Autoguide provides autonomous robots, other hardware, and software to industries to help in their operations of warehouses, deliveries and etc. They provide services such as AMR design and manufacturing, AMR system consulting, mobile robot system installation, and mobile robot maintenance, support and training.</p>
</div>
<div class="one-half column">
<!-- Sponsor placeholder, use: <a href="INPUT-LINK-HERE"><img class="u-max-full-width" src="INPUT-IMAGE-FILE-HERE"></a> -->
<!-- Sponsor placeholder, use: <p>INPUT-DESC.-HERE</p> -->
</div>
</div>
<hr>
<div class="row sponsor-logos">
<div class="three columns">
<!-- Sponsor placeholder, use: <a href="INPUT-LINK-HERE"><img class="u-max-full-width" src="img/INPUT-IMAGE-FILE-HERE"></a> -->
</div>
<div class="three columns">
<a href="https://www.engineersclubofmemphis.com/"><img class="u-max-full-width" src="img/engineers-club-of-memphis.gif"></a>
</div>
<div class="three columns">
<a href="https://www.tnvrobotics.org/"><img class="u-max-full-width" src="img/tennessee-valley-robotics.png"></a>
</div>
<div class="three columns">
<!-- Sponsor placeholder, use: <a href="INPUT-LINK-HERE"><img class="u-max-full-width" src="img/INPUT-IMAGE-FILE-HERE"></a> -->
</div>
</div>
<hr>
<div class="row">
<p>Interested in sponsoring the team? Both monetary and in-kind donations (including mentorships) are welcome. <a href="https://drive.google.com/open?id=0B17ku9FnU0LOaTcwczNwUld0OWM">View our public sponsorship package</a>, including brochure, sponsorship levels, budget, logos, and more. For more detailed information or to schedule a robot demonstration and team presentation, please <a href="#/contact">contact us</a>.</p>
</div>
</div>
</div>
<div id="contact">
<div class="container">
<h3>Get in touch with Team 5045.</h3>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
<p><pre><span style="font-family: Arial">Phone Number: (901)-508-0270
(901)-378-4123
(901)-246-4034
(901)-921-9153</span></pre>
<p>Github: <a href="https://github.com/Team5045">https://github.com/Team5045</a></p>
<p>White Station High School<br>514 South Perkins Road<br>Memphis, Tennessee 38117</p>
</div>
</div>
<div id="resources">
<div class="container">
<h3>Resources from Team 5045</h3>
<h4>Meet our 2018 robot</h4>
<iframe width="560" height="315" src="https://www.youtube.com/embed/O0JXpiuouqc" frameborder="0" allowfullscreen></iframe>
<h4>Meet our 2016 robot</h4>
<iframe width="560" height="315" src="https://www.youtube.com/embed/TQCSYBtAmiM" frameborder="0" allowfullscreen></iframe>
<h4>Sponsorship Details</h4>
<p><a href="https://drive.google.com/open?id=0B17ku9FnU0LOaTcwczNwUld0OWM">View our public sponsorship package</a>, including brochure, sponsorship levels, budget, logos, and more. For more detailed information or to schedule a presentation, please <a href="#/contact">contact us</a>.</p>
</div>
</div>
<!-- <div id="calendar">-->
<!-- <div class="container">-->
<!-- <h3>What's next for Team 5045.</h3>-->
<!-- <iframe src="https://www.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23FFFFFF&src=wshsrobots%40gmail.com&color=%232952A3&ctz=America%2FChicago" style="width: 100%; border-width:0;" width="800" height="600" frameborder="0" scrolling="no"></iframe>-->
<!-- </div>-->
<!-- </div>-->
</div>
</div>
<div class="footer">
Copyright <span id="year">2015</span> by Team 5045. All rights reserved.
</div>
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/index.js"></script>
</body>
</html>