forked from frc1418/frc1418.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (36 loc) · 2.65 KB
/
index.html
File metadata and controls
37 lines (36 loc) · 2.65 KB
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
---
layout: default
title: Vae Victis
stylesheets:
- banners
- index
scripts:
- index
description: We are team 1418 Vae Victis, a FIRST Robotics Competition (FRC) Team from George Mason High School in Falls Church, VA. We strive for student enrichment, technical advancement, and success in the FIRST Robotics Competition.
---
<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>Striving for student enrichment, technical advancement, and success in the FIRST Robotics Competition.</h3>
<a href="/robot/2018" class="button">View our 2018 Robot</a>
</div>
<main>
<div>
<img src="/images/worlds2018.jpg" alt="The team at the 2018 FIRST World Championships, in front of the FIRST Logo at the Cobo Center in Detroit.">
<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 (2016 and 2017) and Detroit, Michigan (2018) for the past three 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>
<p>To see our competition schedule for this year, visit <a href="https://www.thebluealliance.com/team/1418">this page</a>.</p>
</div>
</main>