Skip to content

Commit 02dc3f5

Browse files
committed
added backgrounds to class blocks
1 parent 6ebd76d commit 02dc3f5

File tree

6 files changed

+16
-10
lines changed

6 files changed

+16
-10
lines changed

public/.DS_Store

0 Bytes
Binary file not shown.

public/images/.DS_Store

0 Bytes
Binary file not shown.

public/images/sessions/.DS_Store

0 Bytes
Binary file not shown.

public/lcd.css

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
black 231F20
3535
white #FFFFFF */
3636
/* --summer-25-background: #FFF; */
37-
37+
3838
--fall-25-background: #0f261f;
3939
--fall-25-text: #f2ff26;
4040
--fall-25-text-on-bg: #f2ff26;
@@ -587,18 +587,23 @@ select#allSections {
587587
border-color:#FF000F;
588588
}
589589
.fall-25.online-class .pill {
590-
background-color: #FFBAD9;
590+
color: black !important;
591+
background-color: #f2ff26;
592+
padding: 0.2em;
593+
border-radius: 1em;
591594
}
592595
.fall-25.weekend-intensive .pill {
593596
background-color: #FF000F;
594597
color: #fffefb !important;
595598
}
596599
#class-block .fall-25.online-class {
597-
border-color:#00BC00;
600+
border-color:#f2ff26;
598601
}
599602
#class-block .fall-25.online-class .pill {
600-
background-color: #00BC00;
601-
color: #fffefb;
603+
color: black !important;
604+
background-color: #f2ff26;
605+
padding: 0.2em;
606+
border-radius: 1em;
602607
}
603608

604609
#class-block .weekend-intensive h2:hover, #class-block .weekend-intensive h6:hover, {

public/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2107,6 +2107,7 @@ select#allSections:focus {
21072107
flex-direction: column;
21082108
justify-content: space-between;
21092109
backdrop-filter: blur(5px); /* Fall 2025 styling adaptation */
2110+
padding: 0.6em 0.2em;
21102111
}
21112112

21122113
.featured-text.half {

public/templates/index_staging.hbs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
</div>
138138
</div>
139139
</div>
140-
<div class="grid-4 featured fall-25 online-class">
140+
<div class="grid-4 featured fall-25 online-class" style="background-image: url('/sessions/fall-25/si.png') !important;">
141141
<div class="featured-text">
142142
<div class="top">
143143
<h4 class="type"><a class="pill" href="/sessions/fall-25/solidarity-infra">online class</a></h4>
@@ -150,7 +150,7 @@
150150
</div>
151151
</div>
152152
</div>
153-
<div class="grid-4 featured fall-25 online-class">
153+
<div class="grid-4 featured fall-25 online-class" style="background-image: url('/sessions/fall-25/icaa.png')">
154154
<div class="featured-text">
155155
<div class="top">
156156
<h4 class="type"><a class="pill" href="/sessions/fall-25/interrogating-computational-approaches">online class</a></h4>
@@ -174,7 +174,7 @@
174174
</div>
175175
<div class="grid-1 currently">
176176

177-
<div class="grid-4 featured fall-25 online-class">
177+
<div class="grid-4 featured fall-25 online-class" style="background-image: url('/sessions/fall-25/avg.png')">
178178
<div class="featured-text">
179179
<div class="top">
180180
<h4 class="type"><a class="pill" href="/sessions/fall-25/athletic-aesthetics">online class</a></h4>
@@ -188,7 +188,7 @@
188188
</div>
189189
</div>
190190

191-
<div class="grid-4 featured fall-25 online-class">
191+
<div class="grid-4 featured fall-25 online-class" style="background-image: url('/sessions/fall-25/pcs.png')">
192192
<div class="featured-text">
193193
<div class="top">
194194
<h4 class="type"><a class="pill" href="/sessions/fall-25/politics-culture-sampling">online class</a></h4>
@@ -203,7 +203,7 @@
203203
</div>
204204

205205

206-
<div class="grid-4 featured fall-25 online-class">
206+
<div class="grid-4 featured fall-25 online-class" style="background-image: url('/sessions/fall-25/oops.png')">
207207
<div class="featured-text">
208208
<div class="top">
209209
<h4 class="type"><a class="pill" href="/sessions/fall-25/platform-sabotage">online class</a></h4>

0 commit comments

Comments
 (0)