Skip to content

Commit a4b54a3

Browse files
committed
Update course staff role, enhance styling for labels, and add sponsor section to the homepage
1 parent e7607bc commit a4b54a3

4 files changed

Lines changed: 123 additions & 99 deletions

File tree

_sass/custom/course_overrides.scss

Lines changed: 107 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -2,101 +2,101 @@
22
// You an reference all variables in the Berkeley files
33

44
.team {
5-
font-weight: bold !important;
6-
display: inline-block;
7-
padding: 0;
8-
margin-left: 0.5em;
9-
font-size: 0.85em;
10-
text-transform: uppercase;
11-
vertical-align: middle;
12-
border-radius: 0;
13-
background-color: transparent !important;
5+
font-weight: bold !important;
6+
display: inline-block;
7+
padding: 0;
8+
margin-left: 0.5em;
9+
font-size: 0.85em;
10+
text-transform: uppercase;
11+
vertical-align: middle;
12+
border-radius: 0;
13+
background-color: transparent !important;
1414
}
1515

1616
.label-Scholars {
17-
background-color: #935CBC;
18-
color: white;
17+
background-color: #935cbc;
18+
color: white;
1919
}
2020

2121
.label-Head {
22-
color: #B543CB !important;
23-
background-color: transparent !important;
22+
color: #b543cb !important;
23+
background-color: transparent !important;
2424
}
2525

2626
.label-Content {
27-
color: #006C67 !important;
28-
background-color: transparent !important;
29-
}
30-
31-
.label-TAContent{
32-
background-color: #487d7a;
33-
color: white;
34-
}
35-
36-
.label-Exams {
37-
background-color: #DF2F0C;
38-
color: white;
39-
}
40-
41-
.label-Grading {
42-
background-color: rgb(168, 82, 67);
43-
color: white;
44-
}
45-
46-
.label-Infrastructure {
47-
background-color: #3D348B;
48-
color: white;
49-
}
50-
51-
.label-TALogistics {
52-
background-color: #615d89;
53-
color: white;
54-
}
55-
56-
.label-Lectures {
57-
background-color: #9C3848;
58-
color: white;
59-
}
60-
61-
.label-TAPedagogy {
62-
background-color: #a0666f;
63-
color: white;
64-
}
65-
66-
.label-Grad {
67-
background-color: #A76406;
68-
color: white;
69-
}
70-
71-
.label-TATutors {
72-
background-color: #a15e01;
73-
color: white;
74-
}
75-
76-
.label-Student {
77-
background-color: #2D8095;
78-
color: white;
79-
}
80-
81-
.label-TAStudent {
82-
background-color: #365a63;
83-
color: white;
84-
}
85-
86-
.label-Professor {
87-
background-color: #624099;
88-
color: white;
89-
}
90-
91-
.label-Instructor {
92-
background-color: #5e1c82;
93-
color: white;
94-
}
95-
96-
.label-Instructional.Coordination {
97-
background-color: #5e1c82;
98-
color: white;
99-
}
27+
color: #006c67 !important;
28+
background-color: transparent !important;
29+
}
30+
31+
.label-TAContent {
32+
background-color: #487d7a;
33+
color: white;
34+
}
35+
36+
.label-Exams {
37+
background-color: #df2f0c;
38+
color: white;
39+
}
40+
41+
.label-Grading {
42+
background-color: rgb(168, 82, 67);
43+
color: white;
44+
}
45+
46+
.label-Infrastructure {
47+
background-color: #3d348b;
48+
color: white;
49+
}
50+
51+
.label-TALogistics {
52+
background-color: #615d89;
53+
color: white;
54+
}
55+
56+
.label-Lectures {
57+
background-color: #9c3848;
58+
color: white;
59+
}
60+
61+
.label-TAPedagogy {
62+
background-color: #a0666f;
63+
color: white;
64+
}
65+
66+
.label-Grad {
67+
background-color: #a76406;
68+
color: white;
69+
}
70+
71+
.label-TATutors {
72+
background-color: #a15e01;
73+
color: white;
74+
}
75+
76+
.label-Student {
77+
background-color: #2d8095;
78+
color: white;
79+
}
80+
81+
.label-TAStudent {
82+
background-color: #365a63;
83+
color: white;
84+
}
85+
86+
.label-Professor {
87+
background-color: #624099;
88+
color: white;
89+
}
90+
91+
.label-Instructor {
92+
background-color: #5e1c82;
93+
color: white;
94+
}
95+
96+
.label-Instructional.Coordination {
97+
background-color: #5e1c82;
98+
color: white;
99+
}
100100

101101
.aux-nav .aux-nav-list-item {
102102
display: inline-flex;
@@ -204,3 +204,24 @@
204204
background-color: $white;
205205
box-shadow: 0 1px 0 rgba(31, 75, 165, 0.2);
206206
}
207+
208+
.sponsor-inline {
209+
display: flex;
210+
align-items: center;
211+
gap: 0.5rem;
212+
flex-wrap: wrap;
213+
margin: 0.5rem 0 1rem;
214+
font-size: 1rem;
215+
color: $grey-dk-100;
216+
}
217+
218+
.sponsor-inline a {
219+
display: inline-flex;
220+
align-items: center;
221+
}
222+
223+
.sponsor-inline img {
224+
height: 35px;
225+
width: auto;
226+
display: block;
227+
}

_staffers/kourosh-salahi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
name: Kourosh Salahi
33
pronouns: He/Him
4-
role: UCS1
4+
role: UCS2
55
order: 13
66
email: ksalahi@berkeley.edu
77
website: https://kourosh-salahi.github.io/
88
photo: kourosh-salahi.jpg
99
---
1010

11-
Hey, I’m Kourosh! I'm a junior studying EECS and Business and this is my second time on course staff for 189! When I’m not studying, you can find me playing golf at Tilden, collecting vinyls, or sampling new colognes. Excited for this semester!
11+
Hey, I’m Kourosh! I'm a junior studying EECS and Business and this is my second time on course staff for 189! When I’m not studying, you can find me playing golf at Tilden, collecting vinyls, or sampling new colognes. Excited for this semester!

index.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: Home / Schedule
44
nav_order: 1
55
description: A week-to-week description of the content covered in the course.
66
course:
7-
edstem:
8-
faq:
7+
edstem:
8+
faq:
99
currWeekNumber: 2
1010
---
1111

@@ -14,13 +14,14 @@ currWeekNumber: 2
1414
## UC Berkeley, Spring 2026
1515

1616
<!-- small margin below -->
17+
1718
### Wheeler 150, Tuesdays and Thursdays 2pm-3:30pm
18-
- [Zoom Livestream](https://berkeley.zoom.us/j/93941714010?pwd=ckB6MrBDaqmK2vVGFuCOHGnV7yS0JY.1){:target="_blank" .mr-1 }
1919

20+
- [Zoom Livestream](https://berkeley.zoom.us/j/93941714010?pwd=ckB6MrBDaqmK2vVGFuCOHGnV7yS0JY.1){:target="\_blank" .mr-1 }
2021

2122
<!-- {: .mb-2 .fs-6 .text-grey-dk-000 style="margin-top: 0;" } -->
2223

23-
<!--
24+
<!--
2425
[Ed](TBD){:target="\_blank" .btn .btn-ed .mr-1 }
2526
[Gradescope](https://www.gradescope.com/courses/1229310){:target="\_blank" .btn .btn-gradescope .mr-1 }
2627
[Lectures Playlist](TBD){:target="\_blank" .btn .btn-youtube .mr-1}
@@ -35,7 +36,7 @@ currWeekNumber: 2
3536
<!-- <span class="btn btn-youtube mr-1">Lectures Playlist</span> -->
3637
<!-- <span class="btn btn-blue mr-1">Additional Accommodations</span> -->
3738
<!-- <span class="btn btn-oh mr-1">Office Hours Queue</span> -->
38-
<!-- show in row order -->
39+
<!-- show in row order -->
3940
<div class="row" style="display: flex; flex-direction: row; justify-content: space-around;">
4041
{% assign instructors = site.staffers | where: 'role', 'Instructor' | sort: 'order' %}
4142
{% for staffer in instructors %}
@@ -48,7 +49,6 @@ currWeekNumber: 2
4849

4950
Course staff email: [cs189-instructors@berkeley.edu](mailto:{{cs189-instructors@berkeley.edu}}). This email is monitored by the instructors, the head TAs, and a few lead TAs.
5051

51-
5252
{: .highlight }
5353

5454
> Welcome to [Week {{page.currWeekNumber}}](#week-{{page.currWeekNumber}}) of CS 189/289A!
@@ -57,13 +57,9 @@ Course staff email: [cs189-instructors@berkeley.edu](mailto:{{cs189-instructors@
5757

5858
> **Warning:** This webpage for Spring 2026 is under construction. There may be misleading information from past semesters on other parts of this website that are no longer true.
5959
60-
6160
{: .note }
6261

63-
> If you need access to Ed, BCourses, or Gradescope, please fill out [this form](https://forms.gle/7nVn6W9D26xMd2Vk7){:target="_blank"}.
64-
65-
66-
62+
> If you need access to Ed, BCourses, or Gradescope, please fill out [this form](https://forms.gle/7nVn6W9D26xMd2Vk7){:target="\_blank"}.
6763
6864
<!-- > Lectures will be broadcast at this [link](https://berkeley.zoom.us/j/92596950563). -->
6965

@@ -74,6 +70,13 @@ Course staff email: [cs189-instructors@berkeley.edu](mailto:{{cs189-instructors@
7470

7571
<a name="schedule"></a>
7672

73+
<div class="sponsor-inline">
74+
<span>Compute sponsored by</span>
75+
<a href="https://www.modal.com?utm_source=partner&utm_medium=course&utm_campaign=berkeley_cs189" target="_blank" rel="noopener">
76+
<img src="{{ "/resources/assets/sponsors/Modal-PrimaryLogo-Dark.png" | relative_url }}" alt="Modal logo">
77+
</a>
78+
</div>
79+
7780
## Schedule
7881

7982
{% for module in site.modules %}
267 KB
Loading

0 commit comments

Comments
 (0)