File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 ">
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ">
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments