-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathjoin.html
More file actions
334 lines (313 loc) · 12.8 KB
/
join.html
File metadata and controls
334 lines (313 loc) · 12.8 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
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
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>MVRT | Join</title>
<meta
name="description"
content="Register for the Monta Vista Robotics Team from Cupertino, California. Participating in the FIRST Robotics Competition as Team 115!"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="keywords"
content="MVRT, Monta Vista, Robotics, FRC, 115, robot, FIRST,
Dean Kamen, Science, technology, math, engineering, young people,
Interest and participation in science and technology,
education opportunities, Gracious professionalism, STEM learning, sistem, el toro, omgrobots, join, registration"
/>
<meta name="og:title" content="MVRT | Join" />
<meta name="og:image" content="./assets/images/bull.png" />
<meta name="og:site_name" content="MVRT" />
<meta
name="og:description"
content="Home of the Monta Vista Robotics Team from Cupertino, California. Participating in the FIRST Robotics Competition as Team 115!"
/>
<meta name="language" content="ES" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://fonts.googleapis.com/css?family=Droid+Serif:400i|Source+Sans+Pro:300,400,600,700"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css"
integrity="sha384-AysaV+vQoT3kOAXZkl02PThvDr8HYKPZhNT5h/CXfBThSRXQ6jW5DO2ekP5ViFdi"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="assets/css/owl.carousel.css" />
<link rel="stylesheet" href="assets/css/magnific-popup.css" />
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/responsive.css" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.3.1/css/all.css"
integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU"
crossorigin="anonymous"
/>
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="assets/favicons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="assets/favicons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="assets/favicons/favicon-16x16.png"
/>
<link rel="manifest" href="assets/favicons/site.webmanifest" />
<link
rel="mask-icon"
href="assets/favicons/safari-pinned-tab.svg"
color="#5bbad5"
/>
<link rel="shortcut icon" href="assets/favicons/favicon.ico" />
<meta name="msapplication-TileColor" content="#662d91" />
<meta
name="msapplication-config"
content="assets/favicons/browserconfig.xml"
/>
<meta name="theme-color" content="#ffffff" />
</head>
<body id="body">
<div id="preloader-wrapper">
<div class="pre-loader"></div>
</div>
<!--
Header start
==================== -->
<div class="container nav-container">
<div class="nav-box">
<svg
id="menubtn"
viewBox="0 0 100 100"
onclick="this.classList.toggle('opened'); document.getElementById('top-nav').classList.toggle('opened'); document.documentElement.classList.toggle('noscroll');"
>
<path
class="line line1"
d="M 20 29 H 82 C 91 29 107 91 77 75 l -52 -50"
/>
<path class="line line2" d="M 20 50 H 80 " />
<path
class="line line3"
d="M 20 71 H 82 C 91 71 107 9 77 25 L 25 75 "
/>
</svg>
<a class="logo" style="" href="index.html">
<h1>MVRT</h1>
</a>
<nav style="margin-top: 0%">
<div class="" style="margin: 0%">
<ul
class="nav navbar-nav menu float-lg-right"
id="top-nav"
style="columns: 1"
>
<li class="">
<a href="index.html"><b>HOME</b></a>
</li>
<li class="">
<a href="about.html"><b>ABOUT</b></a>
</li>
<li class="">
<a href="outreach.html"><b>OUTREACH</b></a>
</li>
<li class="">
<a href="calendar.html"><b>CALENDAR</b></a>
</li>
<li class="">
<a href="resources.html">RESOURCES</a>
</li>
<li class="">
<a href="contact.html"><b>CONTACT</b></a>
</li>
<li class="">
<a href="sponsors.html"><b>SPONSORS</b></a>
</li>
<li class="">
<a href="newsletters.html"><b>NEWSLETTERS</b></a>
</li>
<li class="active">
<a
href="join.html"
class="btn-main-nav btn-main-nav-sm"
style="color: #fff"
>Join <i class="far fa-arrow-alt-circle-right"></i
></a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<div class="header-secondary">
<span class="title">Join</span>
</div>
<hr />
<br />
<section class="information">
<div class="container" style="text-align: justify" id="headstart_div">
<!-- <p>Headstart registration is currently <span style="color: #008000">open.</span> See below for more information.</p> -->
<p>
We would love to have you on board! Each year, we are tasked to build
a robot depending on the game released by the FIRST Robotics
Competition. We need all the minds we can get to make this happen.
Additionally, we also host numerous outreach events and programs to
spread STEM opportunities, including an annual summer camp! Joining
the team is easy—just follow the instructions below. If you want to
learn more about the team, visit the
<a href="about.html">about</a> page!
</p>
</div>
<div class="container">
<div class="tabs">
<a class="tab tab-1 active" href="#/" data-tab="1">Regular Season</a>
<a class="tab tab-2" href="#/" data-tab="2">FAQs</a>
<!-- <span class="highlighter"></span> -->
</div>
<div class="content">
<div class="content__section visible" data-tab="1" id="regularseason">
<h1>
Registration for the 25-26 season is now closed.
</h1>
<br>
<h3>
We would love to have you on board! Joining the team is easy—just follow the link above when registration is open.
</h3>
<br>
<h3>Questions? <a href="contact.html">Contact Us</a>!</h3>
</div>
<div class="content__section" data-tab="2" id="faqs">
<h1>Frequently Asked Questions</h1>
<br />
<h3>
1. Is there a test/tryout to be a part of robotics, or can anyone
join?
</h3>
<p>
Nope, all a student needs to do is complete the registration
process and they can be a part of the team!
</p>
<br />
<h3>
2. Do students need to pick a specific division on the team, or
can they do everything?
</h3>
<p>
Students can be a part of as many or as few divisions as they feel
comfotable with. Students can always try working in different
divisions and learn about all aspects of the team! There is no
requirement to choose a division at any point of time.
</p>
<br />
<h3>3. Do students need to attend all meetings?</h3>
<p>
Nope, students are not required to attend every meeting, and they
should decide whether or not to attend a meeting based on their
academic progress and other activities they take part in. All
online training sessions will be recorded and available on the
<a href="resources.html" style="text-decoration: underline"
>resources section</a
>
of the website if a student misses a meeting. Although missing a
lot of meetings will result in the student not getting access to
the interactive activities, and so we don't recommend students to
only watch the online recordings.
</p>
<br />
<h3>4. What exactly does the $250 donation contribute to?</h3>
<p>
The donations we receive help pay for the expense of the various
tools and parts we use, such as crimpers, drills, stock aluminum,
etc. These donations also help us cover the expenses for
organizing meetings and services, such as securing space for large
team events and bringing food and other essential commodities. We
require about $50k-$70k to operate the team each year, and
donations help us cover part of that cost.
</p>
</div>
</div>
</div>
</section>
<footer>
<div class="container text-center">
<div class="row">
<div class="col-md-12">
<div class="block">
<a class="footer-logo" href="index.html">
<h1>MVRT</h1>
</a>
</ul>
<div class = "socialmediabar">
<a href = "https://instagram.com/mvrt115" title = "Check out our Instagram"><i class = "fab fa-instagram"></i></a>
<a href = "https://www.facebook.com/mvrt115/" title = "Check out our Facebook"><i class = "fab fa-facebook-square"></i></a>
<a href = "https://twitter.com/mvrt115?lang=en" title = "Check out our Twitter"><i class = "fab fa-twitter"></i></a>
<a href = "https://www.youtube.com/channel/UCLtNWThFAeeVWhCuQAW2miA" title = "Check ou our Youtube Channel"><i class = "fab fa-youtube"></i></a>
</div>
<p class="copyright-text">2026 © Monta Vista Robotics Team</p>
<p class="copyright-text">Made with <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"><i class="fas fa-heart"></i></a> in Cupertino, CA</p>
</div>
</div>
</div>
</div>
</footer>
<!-- Js -->
<script src="assets/js/jquery-3.3.1.min.js"></script>
<script src="assets/js/jquery-migrate-3.0.0.min.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.3.7/js/tether.min.js"
integrity="sha384-XTs3FgkjiBgo8qjEjBk0tGmf3wPrWtA6coPfQDfFEY8AnYJwjalXCiosYRBIBZX8"
crossorigin="anonymous"
></script>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/js/bootstrap.min.js"
integrity="sha384-BLiI7JTZm+JWlgKa0M0kGRpJbF2J8q+qreVrKBC47e3K6BW78kGLrCkeRX6I9RoK"
crossorigin="anonymous"
></script>
<script src="assets/js/vendor/modernizr-2.6.2.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/main.js"></script>
<script>
$("#circleDrop").click(function () {
$(".card-middle").slideToggle();
$(".close").toggleClass("closeRotate");
});
</script>
<script type="text/javascript">
const tabs = document.querySelector(".tabs");
tabs.addEventListener("click", (e) => handleClick(e));
function handleClick(e) {
const target = e.target;
const tabNum = target.dataset.tab;
const activeTab = document.querySelector(".tabs .active");
const activeContent = document.querySelector(".content .visible");
const currentContent = document.querySelector(
`.content__section[data-tab='${tabNum}']`
);
if (!tabNum) {
return;
}
activeTab.classList.remove("active");
target.classList.add("active");
activeContent.classList.remove("visible");
currentContent.classList.add("visible");
}
</script>
</body>
</html>