Skip to content

Commit be7666d

Browse files
Merge pull request #39 from data-8/archive-fa15
Add Archive Banner to fa15 website
2 parents 3c2b2ff + b25b1cd commit be7666d

5 files changed

Lines changed: 63 additions & 0 deletions

File tree

fa15/about.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,15 @@ <h2>
5353
</div>
5454

5555
<div id="content">
56+
57+
58+
<div class="archive-banner">
59+
⚠️ This content is archived as of March 2026 and is retained exclusively for reference.
60+
61+
62+
<a href="https://data8.org">Find current offerings.</a>
63+
</div>
64+
5665
<h2 id="course-information-and-policies">Course Information and Policies</h2>
5766

5867

fa15/assets/css/style.css

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,3 +344,35 @@ table.lined td {
344344
}
345345
}
346346

347+
348+
.archive-banner {
349+
background-color: #d32f2f; /* Deep Red */
350+
color: white;
351+
text-align: center;
352+
padding: 12px 10px;
353+
font-family: sans-serif;
354+
font-weight: bold;
355+
position: relative;
356+
/* position: fixed;
357+
top: 0;
358+
left: 0; */
359+
z-index: 9999;
360+
width: 100%;
361+
box-sizing: border-box;
362+
border-bottom: 2px solid #b71c1c;
363+
}
364+
.archive-banner a {
365+
color: #ffffff;
366+
text-decoration: underline;
367+
text-decoration-thickness: 2px;
368+
text-underline-offset: 3px;
369+
font-weight: 700;
370+
}
371+
372+
.archive-banner a:hover,
373+
.archive-banner a:focus {
374+
text-decoration: none;
375+
background-color: #ffffff;
376+
color: #b30000;
377+
outline: 3px solid #ffcc00; /* High visibility focus ring */
378+
}

fa15/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ <h2>
5353
</div>
5454

5555
<div id="content">
56+
57+
<div class="archive-banner">
58+
⚠️ This content is archived as of March 2026 and is retained exclusively for reference.
59+
60+
61+
<a href="https://data8.org">Find current offerings.</a>
62+
</div>
5663
<h2>Calendar</h2>
5764
<table id="calendar">
5865
<tr>

fa15/resources.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ <h2>
5353
</div>
5454

5555
<div id="content">
56+
57+
<div class="archive-banner">
58+
⚠️ This content is archived as of March 2026 and is retained exclusively for reference.
59+
60+
61+
<a href="https://data8.org">Find current offerings.</a>
62+
</div>
5663
<h2 id="piazza">Piazza</h2>
5764

5865
<p><a href="http://piazza.com/">Piazza</a> is a platform where we (instructors and students) can post announcements, have discussions, and ask questions. To add the course on Piazza, go to "Students Get Started" on piazza.com, find UC Berkeley, and find Statistics 94. Create a student account with your Berkeley email.</p>

fa15/staff.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ <h2>
5353
</div>
5454

5555
<div id="content">
56+
57+
58+
<div class="archive-banner">
59+
⚠️ This content is archived as of March 2026 and is retained exclusively for reference.
60+
61+
62+
<a href="https://data8.org">Find current offerings.</a>
63+
</div>
5664
<a name="Staff"></a>
5765
<h2>Meet the Staff</h2>
5866

0 commit comments

Comments
 (0)