-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
270 lines (256 loc) · 9.3 KB
/
index.html
File metadata and controls
270 lines (256 loc) · 9.3 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
<!DOCTYPE html>
<html>
<head>
<!-- Responsiveness -->
<meta charset="UTF8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Page Title -->
<title>Crevolution - 2851</title>
<!-- Link Assets & CSS -->
<link rel="icon" href="/assets/img/logos/watermark.svg" type="image/png" sizes="16x16" />
<link rel="stylesheet" href="/css/bootstrap.css">
<link href="/css/index.css" rel="stylesheet" type="text/css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap">
</head>
<body>
<!-- Link JS -->
<script src="/js/bootstrap.js"></script>
<script src="/js/jquery.js"></script>
<!-- Navbar located in /assets/nav.html -->
<div id="nav-placeholder">
</div>
<script>
$(function(){
$("#nav-placeholder").load("assets/nav.html");
});
</script>
<!-- Carousel -->
<div class="jbo" style="height: 610px;">
</div>
<div id="header" class="carousel slide hsc jb">
<div class="carousel-inner hsc">
<div class="carousel-item active hsc">
<img src="/assets/img/carousel/2026-teamimg.jpg" class="d-block w-100 hsc" alt="2026 Marysville Finalist Team Picture">
</div>
<div class="carousel-item hsc">
<img src="/assets/img/carousel/2025-teamimg.jpg" class="d-block w-100 hsc" alt="2025 States E/E Award Team Picture">
</div>
<div class="carousel-item hsc">
<img src="/assets/img/carousel/2024-teamimg.jpg" class="d-block w-100 hsc" alt="2024 Woodhaven E/E Award Team Picture">
</div>
<div class="carousel-item hsc">
<img src="/assets/img/carousel/2023-teamimg.jpg" class="d-block w-100 hsc" alt="2023 Troy 1 E/E Award Team Picture">
</div>
<div class="carousel-item hsc">
<img src="/assets/img/carousel/2022-teamimg.jpg" class="d-block w-100 hsc" alt="2023 Troy 1 E/E Award Team Picture">
</div>
<div class="carousel-item hsc">
<img src="/assets/img/carousel/2019-teamimg-a.jpg" class="d-block w-100 hsc" alt="2019 Worlds Team Picture">
</div>
<div class="carousel-item hsc">
<img src="/assets/img/carousel/2019-teamimg-b.jpg" class="d-block w-100 hsc" alt="2023 Troy 1 E/E Award Team Picture">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#header" data-bs-slide="prev">
<span class="car-icon" aria-hidden="true"><i class="bi bi-caret-left-fill"></i></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#header" data-bs-slide="next">
<span class="car-icon" aria-hidden="true"><i class="bi bi-caret-right-fill"></i></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!--
<div id="watchbanner">
<a class="nolink" href="/watch">WATCH <span class="crevo">CREVOLUTION</span> AT MARYSVILLE <span id="watchbanner-iconhide"><i class="bi bi-play-circle-fill"></i></span></a>
</div>
-->
<!-- Crevolution Logo - "/assets/img/logos/" if ever changed -->
<img id="logofront" src="/assets/img/logos/large.svg">
<h2 id="slogan">"a creative revolution"</h2>
<br>
<!-- "Index Spot", Top Point of Information, currently about Robot Information-->
<div id="index-spot">
<div id="index-spot-img"></div>
<div id="index-spot-rightpanel">
<div id="index-spot-center-mobile">
<img id="indexlogo" style="height: 110px;" src="/assets/img/logos/vulcan.svg">
<h2 id="index-spot-text">VULCAN</h2>
<p class="text-center">Crevolution's 2026 Robot for the Rebuilt season! </p>
<a href="/robots/vulcan"><button id="index-spot-more">See More</button></a>
<a href="/safetyanimation"><button id="index-spot-more">Safety Animation</button></a>
</div>
</div>
</div>
<!-- Events Desktop -->
<div id="events-plate">
<h1 class="heading">EVENTS</h1>
<div class="events-slot">
<div class="week">
</div>
<div class="week">
<i class="novt bi bi-geo-alt-fill"></i>
</div>
<div class="week">
<a href="/history/2026/marysville.html"><i class="evt bi bi-geo-alt-fill"></i></a>
</div>
<div class="week">
<i class="novt bi bi-geo-alt-fill"></i>
</div>
<div class="week">
<a href="/history/2026/troy.html"><i class="evt bi bi-geo-alt-fill"></i></a>
</div>
<div class="week">
<i class="novt bi bi-geo-alt-fill"></i>
</div>
<div class="week">
<i class="novt bi bi-geo-alt-fill"></i>
</div>
<div class="week">
<a href="/history/2026/michigan.html"><i class="pvt bi bi-trophy-fill"></i></a>
</div>
<div class="week">
<a href="/history/2026/frc.html"><i class="pvt bi bi-globe-americas"></i></a>
</div>
</div>
<div class="events-slot evsl2">
<div class="week">
<h1>#</h1>
</div>
<div class="week">
<h1>1</h1>
</div>
<div class="week">
<h1>2</h1>
</div>
<div class="week">
<h1>3</h1>
</div>
<div class="week">
<h1>4</h1>
</div>
<div class="week">
<h1>5</h1>
</div>
<div class="week">
<h1>6</h1>
</div>
<div class="week">
<h1>7</h1>
</div>
<div class="week">
<h1>8</h1>
</div>
</div>
<div class="events-slot">
<div class="week">
</div>
<div class="week">
<p>3/7 - 3/8</p>
</div>
<div class="week">
<p>3/14 - 3/15</p>
</div>
<div class="week">
<p>3/21 - 3/22</p>
</div>
<div class="week">
<p>3/28 - 3/29</p>
</div>
<div class="week">
<p>4/3 - 4/4</p>
</div>
<div class="week">
<p>4/11 - 4/12</p>
</div>
<div class="week">
<p>4/16 - 4/18</p>
</div>
<div class="week">
<p>4/29 - 5/2</p>
</div>
</div>
<p style="text-align: center; font-weight: 700;">Click on an icon to go to the page.</p>
</div>
<!-- Events Mobile -->
<div id="m-events">
<h1 class="heading">EVENTS</h1>
<div class="m-week">
<h1>Date:</h1>
<h1>Icon</h1>
</div>
<div class="m-week">
<h1>3/7-3/8</h1>
<i class="novt bi bi-geo-alt-fill"></i>
</div>
<div class="m-week">
<h1>3/14-3/15</h1>
<a href="/history/2026/marysville.html"><i class="evt bi bi-geo-alt-fill"></i></a>
</div>
<div class="m-week">
<h1>3/21-3/22</h1>
<i class="novt bi bi-geo-alt-fill"></i>
</div>
<div class="m-week">
<h1>3/28-3/29</h1>
<a href="/history/2026/troy.html"><i class="evt bi bi-geo-alt-fill"></i></a>
</div>
<div class="m-week">
<h1>4/4-4/5</h1>
<i class="novt bi bi-geo-alt-fill"></i>
</div>
<div class="m-week">
<h1>4/11-4/12</h1>
<i class="novt bi bi-geo-alt-fill"></i>
</div>
<div class="m-week">
<h1>4/16-4/18</h1>
<a href="/history/2026/michigan.html"><i class="pvt bi bi-trophy-fill"></i></a>
</div>
<div class="m-week">
<h1>4/29-5/2</h1>
<a href="/history/2026/frc.html"><i class="pvt bi bi-globe-americas"></i></a>
</div>
<p style="text-align: center; font-weight: 700;">Click on an icon to go to the page.</p>
</div>
<!-- Contact Plate -->
<div id="contact-plate">
<br>
<img src="/assets/img/logos/small.svg" style="width: 50px; margin: auto; display: block; margin-bottom: 20px;">
<h1 class="heading">CONTACT US</h1>
<form target="_blank" action="https://formsubmit.co/crevo.robotics@gmail.com" method="POST">
<div class="form-floating mb-3">
<input type="email" class="form-control" id="floatingInput" placeholder="name@example.com">
<label for="floatingInput">YOUR EMAIL ADDRESS</label>
</div>
<div class="form-floating">
<input type="password" class="form-control" id="floatingPassword" placeholder="Password">
<label for="floatingPassword">MESSAGE</label>
</div>
<button type="submit" id="form-submit">Submit</button>
</form>
</div>
<div id="donate-plate">
<div id="don-pte-left">
<div>
<h1>Donations:</h1>
<p>Help out <span class="crevo">CREVOLUTION</span> compete by donating here!</p>
</div>
</div>
<div id="don-pte-right">
<a style="width: 100%;" href="https://www.paypal.com/donate/?hosted_button_id=QLRY92W3PTHS2"><button class="button" id="donate-btn">Donate</button></a>
<!--<a href="https://www.firstinspires.org/programs/frc/game-and-season"><button id="sponsorshelp-btn">Button Here</button></a>-->
</div>
</div>
<!-- Footer located in /assets/ftr.html -->
<div id="ftr-placeholder">
</div>
<script>
$(function(){
$("#ftr-placeholder").load("assets/ftr.html");
});
</script>
</body>
</html>