Skip to content

Commit fc79cc4

Browse files
committed
Styling
1 parent 0cb5e68 commit fc79cc4

2 files changed

Lines changed: 13 additions & 7 deletions

File tree

index.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ currWeekNumber: 1
1313

1414
## UC Berkeley, Spring 2026
1515

16+
<!-- small margin below -->
17+
### Wheeler 150, Tuesdays and Thursdays 2pm-3:30pm
18+
- Zoom Livestream: [https://berkeley.zoom.us/j/6324076985](https://berkeley.zoom.us/j/6324076985){:target="_blank" .mr-1 }
19+
20+
1621
<!-- {: .mb-2 .fs-6 .text-grey-dk-000 style="margin-top: 0;" } -->
1722

1823
<!--
@@ -30,20 +35,21 @@ currWeekNumber: 1
3035
<!-- <span class="btn btn-youtube mr-1">Lectures Playlist</span> -->
3136
<!-- <span class="btn btn-blue mr-1">Additional Accommodations</span> -->
3237
<!-- <span class="btn btn-oh mr-1">Office Hours Queue</span> -->
33-
<div>
38+
<!-- show in row order -->
39+
<div class="row" style="display: flex; flex-direction: row; justify-content: space-around;">
3440
{% assign instructors = site.staffers | where: 'role', 'Instructor' | sort: 'order' %}
35-
<div class="role">
3641
{% for staffer in instructors %}
3742
<!-- {% assign staffer.photo = staffer.photo | replace: '../', '' %} -->
38-
{{ staffer }}
43+
<div class="column">
44+
{{ staffer }}
45+
</div>
3946
{% endfor %}
40-
</div>
4147
</div>
4248

43-
- 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.
49+
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.
4450

4551

46-
[Lecture Zoom Link (Tuesdays and Thursdays 2pm-3:30pm)](https://berkeley.zoom.us/j/6324076985){:target="_blank" .btn .btn-blue .mr-1 }
52+
<!-- [Lecture Zoom Link (Tuesdays and Thursdays 2pm-3:30pm)](https://berkeley.zoom.us/j/6324076985){:target="_blank" .btn .btn-blue .mr-1 } -->
4753

4854

4955
{: .highlight }

syllabus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Below is a high-level “typical week in the course” for {{page.course.semeste
7171

7272
### Lecture
7373
<!-- TBD location -->
74-
There are two live lectures per week, held on **Tuesdays and Thursdays from 2:00–3:30 PM**. Attendance is in person and live-streamed on Zoom, and we strongly recommend coming to class, as lectures include worked examples, interactive questions, and discussions that are difficult to replicate from the slides alone. Lecture attendance counts toward your grade.
74+
There are two live lectures per week, held on **Tuesdays and Thursdays from 2:00–3:30 PM** in Wheeler 150. Attendance is in person and live-streamed on Zoom, and we strongly recommend coming to class, as lectures include worked examples, interactive questions, and discussions that are difficult to replicate from the slides alone.
7575

7676
Recordings, slides, and any in-class materials will be posted on the course website within 24 hours whenever possible.
7777

0 commit comments

Comments
 (0)