File tree Expand file tree Collapse file tree 4 files changed +17
-16
lines changed
Expand file tree Collapse file tree 4 files changed +17
-16
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ heading_links:
7777 url : " https://www.youtube.com/playlist?list=PLp8QV47qJEg4fg0UAZzU2FeuZrs6XMjkK"
7878
7979# - Used on staff.md to show students the staff email.
80- staff_email : " evanbot@ berkeley.edu"
80+ staff_email : " 151tapeout@ieee. berkeley.edu"
8181
8282# - Use this to show/hide the "announcements" feature on the homepage.
8383# - Add your weekly announcements in the _announcements folder.
Original file line number Diff line number Diff line change 7777# - You should not need to change these unless you're rebuilding the website.
7878# - If your lecture slides are Google Slides links, ignore this.
7979# - If your lecture slides are PDFs in this repo, update this.
80- lecture_prefix : " /assets/lectures/cs101-sp25-lec"
80+ # lecture_prefix: "/assets/lectures/cs101-sp25-lec"
8181# - If your readings are PDFs in the repo, update this and readings.html.
8282# - If your readings are external links, then ignore this.
83- readings_prefix : " /assets/notes/cs101-sp25-note"
83+ # readings_prefix: "/assets/notes/cs101-sp25-note"
8484
8585lectures :
8686 - title : " Sign up for the Decal! To avoid dead links, see the forms above. We start a week later than standard classes."
Original file line number Diff line number Diff line change 2929# This is not recommended, because the "Week" column isn't really meant for long text.
3030
3131week_extra :
32- - name : " "
33- link : " "
34- - name : " Survey"
35- link : " https://forms.gle/FFTFQmv2UJqooukH7"
36- - name : " "
37- link : " "
38- - name : " Survey"
39- link : " https://forms.gle/LeAN3ud6sejxEy5z7"
40- hide_extra : true
41- - name : " Survey"
42- link : " https://forms.gle/vMq7Qu8RGPQ2pDwj8"
32+ # - name: ""
33+ # link: ""
34+ # - name: "Survey"
35+ # link: "https://forms.gle/FFTFQmv2UJqooukH7"
36+ # - name: ""
37+ # link: ""
38+ # - name: "Survey"
39+ # link: "https://forms.gle/LeAN3ud6sejxEy5z7"
40+ # hide_extra: true
41+ # - name: "Survey"
42+ # link: "https://forms.gle/vMq7Qu8RGPQ2pDwj8"
Original file line number Diff line number Diff line change @@ -29,8 +29,9 @@ hide_right_toc: true
2929 {%- endif -%}
3030</span >
3131{% endif -%}
32+
3233{%- if site.heading_links.size != 0 -%}
33- <span style =" white-space : nowrap ;" >
34+ <!-- < span style="white-space: nowrap;">
3435 [
3536 {%- for link in site.heading_links -%}
3637 {%- unless forloop.first -%}, {% endunless -%}
@@ -41,7 +42,7 @@ hide_right_toc: true
4142 {%- endif -%}
4243 {%- endfor -%}
4344 ]
44- </span >
45+ </span> -->
4546{% endif -%}
4647
4748{%- if site.enable_announcements -%}
You can’t perform that action at this time.
0 commit comments