-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
83 lines (75 loc) · 3.1 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
---
layout: default
title: Spartan Robotics - Team 5724
title_suffix: ""
description: 'FIRST Robotics Competition team Spartan Robotics 5724 from Salem High School, Salem, Virginia.'
---
<!-- Home content -->
<main id="home">
<div class="fade-div">
<img id="spartanHead" alt="Spartan Robotics Logo" src="/assets/img/logos/SpartanLogo_White-varient-vectorized.svg" />
<div id="headerText">
<h1 class="lg-heading">
Spartan Robotics
</h1>
<h2 class="sm-heading">
FRC Team #5724 based at Salem High School in Salem, Virginia.
</h2>
<!-- Icons -->
<div class="icons">
<a href="https://twitter.com/SpartansFRC5724" target="_blank">
<i class="fab fa-twitter fa-2x"></i>
</a>
<a href="https://www.facebook.com/FRC5724/" target="_blank">
<i class="fab fa-facebook fa-2x"></i>
</a>
<a href="https://www.instagram.com/spartanbots5724" target="_blank">
<i class="fab fa-instagram fa-2x"></i>
</a>
<a href="https://github.com/5724-spartanrobotics" target="_blank">
<i class="fab fa-github fa-2x"></i>
</a>
</div>
</div>
</div>
</main>
<main>
<div class="index-content">
<p>
We are a
{% comment %}
Automatically update the age of the team. Whenever someone updates the
website, a rebuild will be triggered and this will update.
{% endcomment %}
{% assign age = 'now' | date: "%Y" | minus: 2014 %}
{% include ordinal.html num=age %}
year robotics team that competes each year in the <em>FIRST</em> Robotics
Competition. Starting in January, we are tasked with designing, building, and programming
a robot to solve a unique challenge and compete with schools in a worldwide competition
organized by <em>FIRST</em> (For Inspiration and Recognition of Science and Technology). For upcoming
events see the <a class="link" href="schedule.html">Team Calendar</a>.
The ability to purchase team gear, including shirts, hats, and polos for the 2022 season, is coming soon!
<!--If you want to purchase team gear, including shirts, hats, and polos, these can be bought from the
Fuzzy Pickle online at <a class="link breakall" href="http://fuzzypickletshirts.com/spartanrobotics/shop/home">
http://fuzzypickletshirts.com/spartanrobotics/shop/home</a>.-->
</p>
<div class="img-block">
<img alt="Team at Work" src="/assets/img/photos/dsc-0012.jpg" />
<p>
<span class="text-secondary">The Team at Work</span><br />
Some pictures of the team solving the task and building the robot.
</p>
<img alt="Team at Work" src="/assets/img/photos/dsc-0016.jpg" />
<img alt="Team at Work" src="/assets/img/photos/dsc-0031.jpg" />
<img alt="Team at Work" src="/assets/img/photos/dsc-0043.jpg" />
<img alt="Team at Work" src="/assets/img/photos/dsc-0348.jpg" />
</div>
</div>
<main id="schedule">
<!-- Upcoming Events -->
<h2 class="sm-heading">
Upcoming Events
</h2>
{% include upcoming-events.html %}
</main>
</main>