-
Notifications
You must be signed in to change notification settings - Fork 80
/
index.html
52 lines (50 loc) · 2.79 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
---
layout: default
title: Vae Victis
stylesheets:
- banners
- index
- sponsorship
scripts:
- index
- countdown
description: We are team 1418 Vae Victis, a FIRST Robotics Competition (FRC) Team from Meridian 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">
<h1 id="welcome">Welcome!</h1>
<h3>Striving for student enrichment, technical advancement, and success in the FIRST Robotics Competition.</h3>
<a href="/robot/2023" class="button">View our 2023 Robot</a>
<div id="countdown-section">
<h1 id="title"></h1>
<table>
<tbody>
<tr>
<td id="days"></td>
<td id="hours"></td>
<td id="minutes"></td>
<td id="seconds"></td>
</tr>
</tbody>
</table>
</div>
</div>
<main>
<div>
<img src="/images/team2024.jpg" alt="The team at Meridian High School during the build season, 2023.">
{% include banners.html year=2019 %}
<p>We are team 1418 Vae Victis, a <a href="http://firstinspires.org/robotics/frc">FIRST Robotics Competition (FRC)</a> team from Meridian 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. We are proud to have experienced success in competition. We have made it to four FIRST World Championships: in St. Louis, Missouri (2016 and 2017) and Detroit, Michigan (2018 and 2019). 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 volunteered to help run FIRST Lego League competitions in the past. 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>
<br>
<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>