Skip to content

Commit 8bf33bc

Browse files
committed
archive banners
1 parent 1d32726 commit 8bf33bc

13 files changed

Lines changed: 55 additions & 1 deletion

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ GEM
249249

250250
PLATFORMS
251251
arm64-darwin-23
252+
arm64-darwin-24
252253
x86_64-darwin-23
253254
x86_64-linux
254255

@@ -276,4 +277,4 @@ DEPENDENCIES
276277
webrick
277278

278279
BUNDLED WITH
279-
2.4.18
280+
2.4.18

_config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,3 +331,10 @@ links:
331331
slide41: "[Slides](https://docs.google.com/presentation/d/1qWIOiZ4J1yvnismu2sL0_Ez1Gy2rkwa-WNFrRKLqepU/edit?usp=sharing)"
332332
slide42: "[Slides](https://docs.google.com/presentation/d/12cKUdw0ngA4usOLkI4LOOcsAiP88D-Vj0l2QIdetZG0/edit?usp=sharing)"
333333
slide43: "[Slides](https://docs.google.com/presentation/d/1LyKTgI2bAoj0JKp0uyFWkdB5DXf70o9sOkC_SxiSw5w/edit?usp=sharing)"
334+
335+
336+
callouts_level: quiet # or loud
337+
callouts:
338+
warning:
339+
title: Warning
340+
color: red

_sass/custom/custom.scss

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,19 @@
1010

1111
// Place all of your course-specific CSS here.
1212
@import './course_overrides';
13+
14+
/* Warning Callout Styling */
15+
.warning {
16+
padding: 1em;
17+
margin: 1em 0;
18+
border-left: 5px solid #ff4b4b;
19+
background-color: #fff2f2;
20+
border-radius: 4px;
21+
color: #333;
22+
}
23+
24+
.warning a {
25+
font-weight: bold;
26+
text-decoration: underline;
27+
color: #d00000;
28+
}

announcements.md

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

8+
{: .warning }
9+
⚠️ This content is archived as of March 2026 and is retained exclusively for reference. [Find current offerings.](https://data8.org/)
10+
811
# Announcements
912

1013
Announcements are stored in the `_announcements` directory and rendered according to the layout file, `_layouts/announcement.html`.

calendar.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ nav_order: 1
66
permalink: /
77
---
88

9+
{: .warning }
10+
⚠️ This content is archived as of March 2026 and is retained exclusively for reference. [Find current offerings.](https://data8.org/)
11+
912
# **Data 8: Foundations of Data Science**
1013

1114
{: .mb-2 }

debugging.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ description: >-
66
Debugging
77
---
88

9+
{: .warning }
10+
⚠️ This content is archived as of March 2026 and is retained exclusively for reference. [Find current offerings.](https://data8.org/)
11+
912
# **Debugging**
1013
{:.no_toc}
1114

faq.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ description: >-
66
Frequently Asked Questions
77
---
88

9+
{: .warning }
10+
⚠️ This content is archived as of March 2026 and is retained exclusively for reference. [Find current offerings.](https://data8.org/)
11+
912
# **Frequently Asked Questions**
1013

1114
<br>

home.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ seo:
77
name: Berkeley Class Site
88
---
99

10+
{: .warning }
11+
⚠️ This content is archived as of March 2026 and is retained exclusively for reference. [Find current offerings.](https://data8.org/)
12+
1013
# UC Berkeley Class Site Template
1114

1215
Just the Class is a GitHub Pages template developed for the purpose of quickly deploying course websites. In addition to serving plain web pages and files, it provides a boilerplate for:

policies.md

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

9+
{: .warning }
10+
⚠️ This content is archived as of March 2026 and is retained exclusively for reference. [Find current offerings.](https://data8.org/)
11+
912
# **Policies**
1013
{:.no_toc}
1114

reference.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ description: >-
66
Python Reference Guide
77
---
88

9+
{: .warning }
10+
⚠️ This content is archived as of March 2026 and is retained exclusively for reference. [Find current offerings.](https://data8.org/)
11+
912
# **Detailed Python Reference Sheet**
1013

1114
{:.no_toc}

0 commit comments

Comments
 (0)