-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmuses.html
252 lines (228 loc) · 9.74 KB
/
muses.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
<!doctype html>
<html lang="en">
<head>
<!-- Title -->
<title>Mars Robotics – Muses</title>
<!-- Meta -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Official MHS Robotics Website!" />
<meta name="keywords" content="MARS, Robotics, Marion, Highschool, FTC, First,
Tech, Challenge, Southern, Illinois, Ohm's, Olympians, Mechanical, Muses, Transistor, Titans, @MARS_Robotics" />
<meta name="authors" content="@UsernameError3" />
<meta name="copyright" content="MARS_Robotics" />
<!-- Favicon -->
<link rel="shortcut icon" type="image/png" href="img/logos/logo_fav.png" />
<!-- CSS -->
<!--Requires Internet-->
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/pure-min.css" integrity="sha384-" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/grids-responsive-min.css">
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<link rel="stylesheet" href="css/main.css">
<!-- JS -->
<script src="js/nav.js"></script>
</head>
<body>
<!-- Header / Menu Bar -->
<header class="header border-bottom-thin border-muses-thin musesNav">
<a href="index.html" class="logo musesNav">MARS ROBOTICS</a>
<input class="menu-btn" type="checkbox" id="menu-btn" />
<label class="menu-icon" for="menu-btn"><span class="navicon"></span></label>
<ul class="menu">
<li class="container">
<div class="dropdown">
<button onclick="myFunction()" class="dropbtn musesNav">Teams</button>
<div id="myDropdown" class="dropdown-content">
<a href="titans.html">Titans</a>
<a href="olympians.html">Olympians</a>
<a href="muses.html">Muses</a>
<a href="programmers.html">Programmers</a>
</div>
</div>
</li>
<li><a href="#History">History</a></li>
<li><a href="#Members">Members</a></li>
<li><a href="#Awards">Awards</a></li>
<li><a href="#Outreach">Outreach</a></li>
</ul>
</header>
<!-- Fancy Banner -->
<div class="banner">
<img class="pure-img-responsive" width="4032" height="1702" src="img/banners/muse_banner.jpg">
</div>
<!-- History (Start of Black Background)-->
<a name="History"></a>
<div class="content-color">
<div class="content border-top-trim border-muses-trim">
<h2 class="content-head is-center">History</h2>
<p class="l-box-pad is-center">
- Established: MHS 2016 -</br>
The Marion Area Robotics Society is a high school club with 3 teams.
Since 2011, MARS Robotics has grown thanks to Mark Wallace & Andrew Margherio starting from a small group of individuals in a small classroom setting.
Later in 2015 a complete infrastructure overhaul at our local high school provided us a stem lab with more room.
The stem lab is a designated area where students can work on their robots.
Mentorship & Community Involvement is constantly growing, along with past students coming in and volunteering as alumni.
MARS Robotics is a strong extracurricular activity at Marion High School that teaches students engineering, code, and good sportsmanship.
</p>
<div class="pure-g">
<div class="l-box pure-u-1 is-center">
<h3 class="content-subhead">Mechanical Muses</h3>
<p class="gold-text">FTC Team 11462</p>
</div>
</div>
</div>
<!-- Members (Start of White Ribbon)-->
<a name="Members"></a>
<div class="ribbon border-bottom-trim border-top-trim border-muses-trim purple-text">
<div class="purple-text">
<div class="content is center">
<h2 class="content-head is-center purple-text">Members</h2>
<div class="pure-g">
<div class="pure-u-1 l-box is-center">
<img width="800" alt="Muses Team Members" class="pure-img-responsive" src="img/teams/muses.jpg">
</div>
</div>
</div>
<div class="pure-g">
<div class="l-box pure-u-1 pure-u-lg-1-3 is-center">
<h2 class="purple-text">Nina</h2>
<h3 class="purple-text">Builder</h3>
<p>A Junior 3rd year in robotics. Muses name Urania. Involved in Latin Club.</p>
</div>
<div class="l-box pure-u-1 pure-u-lg-1-3 is-center">
<h2 class="purple-text">Rylee</h2>
<h3 class="purple-text">Builder</h3>
<p>A Sophomore 2nd year in robotics. Muses name Clio. Involved in Marching Band.</p>
</div>
<div class="l-box pure-u-1 pure-u-lg-1-3 is-center">
<h2 class="purple-text">Mattie</h2>
<h3 class="purple-text">Notebook</h3>
<p>
A Senior first year in robotics. Muses name is Thalia.
Involved in competitive marching band, jazz band,
student council, FBLA, Young Conservatives club, Newspaper,
National honor Society, Model United Nations, and a freshman mentor.
</p>
</div>
</br>
<div class="l-box pure-u-1 pure-u-lg-1-3 is-center">
<h2 class="purple-text">Elli</h2>
<h3 class="purple-text">Programmer</h3>
<p>
A Sophomore 1st year in robotics. Muses name Erato. Involved in Tennis,
Marching Band, Library Club, Spanish Club, and National Art Honors Society.
</p>
</div>
<div class="l-box pure-u-1 pure-u-lg-1-3 is-center">
<h2 class="purple-text">Haley</h2>
<h3 class="purple-text">Builder and Notebook</h3>
<p>
A Junior 3rd year in robotics. Muses of Eloquence.
Involved in Competitive Marching Band, Latin Club, and volunteer in multiple positions at a church.
</p>
</div>
<div class="l-box pure-u-1 pure-u-lg-1-3 is-center">
<h2 class="purple-text">Emily</h2>
<h3 class="purple-text">Notebook and 3D Printing</h3>
<p>
A Freshman 1st year in robotics. Muses name Melpomene.
Involved in Spanish club, Girl scouts, Boy Scouts, Cub Scouts, and Venturing.
</p>
</div>
</br>
<div class="l-box pure-u-1 pure-u-lg-1-2 is-center">
<h2 class="purple-text">Emily</h2>
<h3 class="purple-text">Builder and Notebook</h3>
<p>
A Senior 3rd year in robotics. Muses name is Aoide.
Involved in Marching Band, Scholer Bowl, Library Club,
Gay Straight Alliance, National Honors Society, and Art Honers Sciciety.
</p>
</div>
<div class="l-box pure-u-1 pure-u-lg-1-2 is-center">
<h2 class="purple-text">Emily</h2>
<h3 class="purple-text">Builder and Notebook</h3>
<p>
A Sophomore 1st year in robotics. Muses name Polyhymnia.
Involved Competitive Marching Band, Gay Straight Alliance, Scholar Bowl,
Model UN, Library Club, Math Honor Society, and National Art Honor Society.
</p>
</div>
</div>
</div>
</div>
<!-- Awards (Black Background)-->
<a name="Awards"></a>
<div>
<div class="pure-u-1 content">
<h2 class="content-head is-center">Awards</h2>
<p class="gold-text content-head is-center">Our Previous Awards & Accomplishments!</p>
</div>
<div class="pure-g">
<div class="l-box pure-u-1 pure-u-lg-1 is-center">
<h3 class="content-head">FTC Velocity Vortex (2016-2017)</h3>
<p>
Rockwell-Collins Innovate Award (2017 Cape Girardeau, MO Qualifier)
</p>
<p>
Winning Alliance (2017 South Central Illinois League Qualifier)
</p>
<p>
Outstanding Rookie Team Award (Chicago, IL State Championship)
</p>
</div>
</div>
</br>
</br>
</br>
<!-- Outreach (Start of Blue Ribbon)-->
<a name="Outreach"></a>
<div class="gold-text purple-over border-top-trim border-muses-trim">
<div class="content">
<div class="is-center">
<h2 class="content-head">Community Outreach</h2>
<h3>MARS teams make a difference in the community of Marion, Illinois. Ways the teams have reached out include:</h3>
</div>
<div class="content center-align">
<div class="pure-g">
<div class="pure-u-1 pure-u-lg-1-2">
<p class="left-align">
• Robotics Summer Camp at the Marion Carnegie Library, 2012-2016
</br>
• HackSI – Weekend long “hack-a-thon” – Team members volunteer, teaching others about robotics/engineering
</br>
• Robotics demonstration at VA Hospital
</br>
• Black Diamond Harley Davidson Trunk-or-Treat – robotics demo
</br>
• Robotics Demonstration at SIU Solar Eclipse Day
</br>
</p>
</div>
<div class="pure-u-1 pure-u-lg-1-2">
<p class="left-align">
• Angel Tree participant – made possible by team member donations
</br>
• Coach’s Boards – designed and built wire and controller managers (coach’s boards) to donate to rookie teams
</br>
• Mentor to FLL (First Lego League) team
</br>
• Prepare and donate goodie bags with emergency robotics “quick fixes” to hand out at competitions
</br>
• MHS Homecoming Parade – generating interest in robotics with float and mini WALL-E bots built by team
</br>
</p>
</div>
</div>
</div>
</div>
<!-- Bottom Padding -->
</br>
</div>
<!-- Footer -->
<div class="border-top-thin border-muses-thin footer l-box is-center">
© 2018 MARS ROBOTICS
</div>
</div> <!-- NOT A DUPLICATE! (Black Background Ends)-->
</body>
</html>