forked from frc1418/frc1418.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (39 loc) · 2.4 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
---
layout: default
title: Vae Victis
stylesheets:
- banners
- index
scripts:
- index
---
<div class="bg"></div>
<div class="video-ext-container">
<div class="video-container">
<!-- This video's src is added by JavaScript.
That way it won't load the extra data on a mobile device.
The muted attribute must be included despite the video having no sound.
Otherwise Safari will report that the page is playing audio. -->
<video src autoplay loop muted></video>
</div>
</div>
<div class="jumbotron">
<!-- TODO: Replace this header. "Welcome" doesn't make any sense. -->
<h1 id="welcome">Welcome!</h1>
<!-- TODO: Replace this tagline with something less narcissistic -->
<h3>We are one of the most successful and inventive FIRST Robotics teams in the Chesapeake District.</h3>
<a href="/robot/2017" class="button">View our 2017 Robot</a>
</div>
<main>
<div>
<img src="/assets/img/team.jpg">
<p>We are team 1418 Vae Victis, a <a href="http://firstinspires.org/robotics/frc">FIRST Robotics Competition (FRC)</a> team from George Mason High School in Falls Church, VA. Since our founding in 2004, our team has grown in every way, and has maintained a high place in competition and in the community. To do this, we maintain an active and engaged student body of around fifteen students who work with the team on and off season.</p>
<p>We are proud to have experienced success in competition. We have made it to the FIRST World Championship in St. Louis, Missouri for the past two years, and plan to continue our streak. Outside of competition, we pride ourselves on involvement in our community. We have hosted free summer camps to educate elementary school students on basic LEGO Robotics, and volunteer to help run FIRST Lego League competitions every year. We've even helped to start robotics teams in rural Ecuador and help educate students living there. More information about our outreach efforts can be found <a href="outreach">here</a>.</p>
<p>If you'd like to help us with fundraising, please visit <a href="sponsorship">this page</a>.</p>
</div>
</main>
<ul class="banners">
<li><img src="/assets/img/first.svg">2017<br> North VA Innovation in Control</li>
<li><img src="/assets/img/first.svg">2017<br> North MD Creativity Award</li>
<li><img src="/assets/img/first.svg">2017<br> Chesapeake Innovation in Control</li>
</ul>