Skip to content

Commit 3ce8777

Browse files
Merge pull request #100 from data-188-berkeley/archive-banners
Add Archive Banners
2 parents 740cb70 + 1960d6f commit 3ce8777

8 files changed

Lines changed: 26 additions & 0 deletions

File tree

announcements.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ description: A feed containing all of the class announcements.
77

88
# Announcements
99

10+
{: .warning }
11+
⚠️ This content is archived and is retained exclusively for reference.
12+
1013
Announcements are stored in the `_announcements` directory and rendered according to the layout file, `_layouts/announcement.html`.
1114

1215
{% assign announcements = site.announcements | reverse %}

calendar.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ published: true
88

99
# Calendar
1010

11+
{: .warning }
12+
⚠️ This content is archived and is retained exclusively for reference.
13+
1114
{: .fs-4}
1215
<a class="btn btn-blue" href="https://calendar.google.com/calendar?cid={{ site.google_calendar.google_calendar_id }}" target="_blank">Add to Google Calendar</a>
1316

calendar_static.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ published: false
88

99
# Calendar
1010

11+
{: .warning }
12+
⚠️ This content is archived and is retained exclusively for reference.
13+
14+
1115
This calendar contains standard weekly course activities, like: lecture, discussion, and office hours.
1216

1317
{% for calendar in site.calendars %}

home.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ seo:
99
---
1010
# Main Page
1111

12+
{: .warning }
13+
⚠️ This content is archived and is retained exclusively for reference.
14+
15+
1216
{:.no_toc}
1317

1418
## Table of contents

resources.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ published: false
99

1010
# Resources
1111

12+
{: .warning }
13+
⚠️ This content is archived and is retained exclusively for reference.
14+
1215
Add links to course resources here

schedule.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ published: false
99

1010
# Schedule
1111

12+
{: .warning }
13+
⚠️ This content is archived and is retained exclusively for reference.
14+
1215
{% for module in site.modules %}
1316
{{ module }}
1417
{% endfor %}

staff.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ nav_order: 3
77

88
# Staff
99

10+
{: .warning }
11+
⚠️ This content is archived and is retained exclusively for reference.
12+
1013
## Instructors
1114

1215
{% assign instructors = site.staffers | where: 'role', 'Instructor' %}

syllabus.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ nav_order: 1
99
# Syllabus
1010
{:.no_toc}
1111

12+
{: .warning }
13+
⚠️ This content is archived and is retained exclusively for reference.
14+
1215
## Table of contents
1316
{: .no_toc .text-delta }
1417

0 commit comments

Comments
 (0)