-
Notifications
You must be signed in to change notification settings - Fork 1
/
info.html
90 lines (83 loc) · 4.46 KB
/
info.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
---
layout: default
title: Team Information
description: 'FRC 5724 Spartan Robotics team information.'
---
<!-- Team info content -->
<main id="info">
<h1 class="lg-heading" id="infoHeading">
Team Information
</h1>
<h2 class="sm-heading">
Learn about the team and the program
</h2>
<div class="info">
<div class="team team-team">
<h3>
Our Team
</h3>
<p>We are a <i>FIRST</i> robotics team from Salem High School, consisting of about 30 hard-working, dedicated students
who are passionate about STEM. The team consists of all age groups from freshmen to seniors. We have a large
variety of interests that all participate in meeting the expectations of the design process. We hope to combine
our efforts in order to participate in the <i>FIRST</i> Robotics Competition.</p>
</div>
<div class="team team-vision">
<h3>
Our Vision
</h3>
<p>Building onto this
{% 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, we wish to expand in participation and membership. Gaining people with
multifaceted abilities is such a important part of our academic and athletic foundation, as our school consists
of high standards of athleticism. We also wish to prepare our members for their future careers with the skills
they'll gain while working on the team. We hope to make this team a permanent part of the Spartan family.</p>
</div>
<div class="team team-outreach">
<h3>
Reaching Out
</h3>
<p>Our team continues to reach out into the community by connecting with the elementary students for little workshops
--such as Hour of Code day. We have also visited them during their science fairs to show off the 2015 and 2016
FRC robots. Our original robotics leader, Mrs. Gerrol, recently relocated to the middle school to teach technology
and get the rising freshman classes familiar and excited about the robotics team. We hope to expand our participation
in the community to prompt STEM interest and outreach.</p>
</div>
<a href="https://www.firstinspires.org/" target="_blank" class="first-link">
<img src="/assets/img/logos/FIRSTRobotics_IconVert_RGB_reverse.png" alt="FRC Logo" class="first-image">
</a>
<div class="team-first">
<h3 class="text-secondary">FIRST</h3>
<p><i>FIRST</i> is an organization that sets students up for a bright future in STEM. <i>FIRST</i> stands for For Inspiration
and Recognition of Science and Technology. Dean Kamen is the founder and has been dedicated to promoting STEM for over 25 years.
Dr. Woodie Flowers is the <i>FIRST</i> Distinguished Advisor who coined the term "Gracious Professionalism." "Gracious
Professionalism" is winning in a respectable way. This teaches students how to be classy when competing in their
competitions.
</p>
</div>
<div class="team team-league">
<h3>
Our League - FRC
</h3>
<p>Our team participates in the <i>FIRST</i> Robotics Competition (FRC), a competition league created by <i>FIRST</i>. This competition
is available to grades nine through twelve. Every year, each team gathers to watch the kick off podcast that shows
what the theme will be for that season and what the competition will consist of: shooting, hanging items, etc.
From there, teams have six weeks to build and perfect their robot. FRC allows teams to use science, technology,
engineering, and math (STEM) skills to plan, build, and strategize.</p>
</div>
<div class="team team-history">
<h3>
Team History
</h3>
<p> We started Spartan Robotics in 2015, so the 2025 season will be our eleventh year of competing in the <i>FIRST</i>
Robotics Competition. In our first year we made a decent robot, but have expanded our technical abilities to design
much more complex Robots. Our team started with 6 members and has grown into the 20's. We have particiipated in
STEM events, Old Salem Days, the Salem Christmas Parade, and events at the Salem Red Sox park. We host the
Blue Ridge Brawl each fall, an off season competition.</p>
</div>
</div>
</main>