Skip to content

Commit 08d590e

Browse files
committed
update events page
1 parent 9c0e1aa commit 08d590e

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

assets/img/comps/marc22-base.jpg

1.7 MB
Loading

assets/img/comps/mimcc22-base.jpg

757 KB
Loading

assets/img/comps/miroc22-base.jpg

829 KB
Loading

css/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -898,13 +898,13 @@ input {
898898
}
899899

900900
.marc22 {
901-
/* background-image: url("/assets/img/comps/marc22-base.jpg") !important; */
901+
background-image: url("/assets/img/comps/marc22-base.jpg") !important;
902902
}
903903
.mimcc22 {
904-
/* background-image: url("/assets/img/comps/mimcc22-base.jpg") !important; */
904+
background-image: url("/assets/img/comps/mimcc22-base.jpg") !important;
905905
}
906906
.miroc22 {
907-
/* background-image: url("/assets/img/comps/miroc22-base.jpg") !important; */
907+
background-image: url("/assets/img/comps/miroc22-base.jpg") !important;
908908
}
909909

910910
.frc19 {

events/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h1 class="eventname">FERNDALE</h1>
146146
<a href="/events/2026/kickoff">
147147
<div class="event-container">
148148
<div class="eventnmin">
149-
<h1 class="eventname">KICKOFF <i data-bs-toggle="tooltip" data-bs-title="Video Linked" class="bi bi-play-btn-fill" style="margin-left: 20px;"></i></h1>
149+
<h1 class="eventname">KICKOFF <i data-bs-toggle="tooltip" data-bs-title="Video Linked" class="bi bi-play-btn-fill" ></i></h1>
150150
<div class="eventinfo">
151151
<p>1/04/2025</p>
152152
<p><i class="bi bi-geo-alt-fill"></i> Heritage Junior High</p>
@@ -298,7 +298,7 @@ <h1 class="eventname">MACOMB CC</h1>
298298
<h1 class="eventname">ROCHESTER</h1>
299299
<div class="eventinfo">
300300
<p>3/11/22 - 3/12/22</p>
301-
<p><i class="bi bi-geo-alt-fill"></i> Rochester High School</p>
301+
<p><i class="bi bi-geo-alt-fill"></i> Stoney Creek High School</p>
302302
<p>Passed</p>
303303
</div>
304304
</div>

robots/2026bot.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@
3636
<h1 class="title">2026BOT</h1>
3737
</div>
3838
</div>
39-
40-
<div id="scylla" class="carousel rc slide">
39+
<!-- Looking at the code won't give you any hints of the upcoming robot name... -->
40+
<!-- Or will it... -->
41+
<!-- _ _ _ _ _ -->
42+
<div id="2026bot" class="carousel rc slide">
4143
<div class="carousel-inner">
4244
<div class="carousel-item active">
4345
<img src="/assets/img/robots/2026/a.jpg" class="d-block w-100" alt="...">

0 commit comments

Comments
 (0)