Skip to content

Commit 3b2c1fa

Browse files
committed
archive banners
1 parent 9702bbd commit 3b2c1fa

7 files changed

Lines changed: 66 additions & 0 deletions

File tree

su17/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@
115115
<!-- End navbar -->
116116
<div class="container">
117117
<section id="content">
118+
119+
<div class="archive-banner">
120+
⚠️ This content is archived as of March 2026 and is retained exclusively for reference.
121+
<a href="https://data8.org">Find current offerings.</a>
122+
</div>
118123
<h2>
119124
Announcements
120125
</h2>

su17/office-hours.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@
4949
</nav>
5050

5151
<div class="container">
52+
53+
<div class="archive-banner">
54+
⚠️ This content is archived as of March 2026 and is retained exclusively for reference.
55+
<a href="https://data8.org">Find current offerings.</a>
56+
</div>
57+
5258
<h2>Office Hours</h2>
5359
<div class="cell border-box-sizing text_cell rendered">
5460
<div class="prompt input_prompt">

su17/policies.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@
4949
</nav>
5050

5151
<div class="container">
52+
53+
<div class="archive-banner">
54+
⚠️ This content is archived as of March 2026 and is retained exclusively for reference.
55+
<a href="https://data8.org">Find current offerings.</a>
56+
</div>
57+
5258
<h2>Policies</h2>
5359

5460

su17/resources.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@
4949
</nav>
5050

5151
<div class="container">
52+
53+
<div class="archive-banner">
54+
⚠️ This content is archived as of March 2026 and is retained exclusively for reference.
55+
<a href="https://data8.org">Find current offerings.</a>
56+
</div>
57+
5258
<h2>Resources</h2>
5359

5460

su17/schedule.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@
5050
</nav>
5151

5252
<div class="container">
53+
54+
<div class="archive-banner">
55+
⚠️ This content is archived as of March 2026 and is retained exclusively for reference.
56+
<a href="https://data8.org">Find current offerings.</a>
57+
</div>
58+
5359
<h2>Schedule</h2>
5460
<div class="cell border-box-sizing text_cell rendered">
5561
<div class="prompt input_prompt">

su17/staff.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
</nav>
5050

5151
<div class="container">
52+
53+
<div class="archive-banner">
54+
⚠️ This content is archived as of March 2026 and is retained exclusively for reference.
55+
<a href="https://data8.org">Find current offerings.</a>
56+
</div>
5257
<h2>Staff</h2>
5358

5459

su17/theme/css/main.css

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,35 @@ a.anchor-link {
5353
.staff th, .staff tr, .staff td {
5454
padding: 0 40px 40px 0;
5555
}
56+
57+
.archive-banner {
58+
background-color: #d32f2f; /* Deep Red */
59+
color: white;
60+
text-align: center;
61+
padding: 12px 10px;
62+
font-family: sans-serif;
63+
font-weight: bold;
64+
position: relative;
65+
/* position: fixed;
66+
top: 0;
67+
left: 0; */
68+
z-index: 9999;
69+
width: 100%;
70+
box-sizing: border-box;
71+
border-bottom: 2px solid #b71c1c;
72+
}
73+
.archive-banner a {
74+
color: #ffffff;
75+
text-decoration: underline;
76+
text-decoration-thickness: 2px;
77+
text-underline-offset: 3px;
78+
font-weight: 700;
79+
}
80+
81+
.archive-banner a:hover,
82+
.archive-banner a:focus {
83+
text-decoration: none;
84+
background-color: #ffffff;
85+
color: #b30000;
86+
outline: 3px solid #ffcc00;
87+
}

0 commit comments

Comments
 (0)