File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 </ nav >
5858
5959 < div class ="container ">
60+ < div class ="container ">
61+ < div class ="archive-banner ">
62+ ⚠️ This content is archived as of March 2026 and is retained exclusively for reference.
63+ < a href ="https://data8.org "> Find current offerings.</ a >
64+ </ div >
6065 < h2 > Calendar</ h2 >
6166
6267
Original file line number Diff line number Diff line change 5757 </ nav >
5858
5959 < div class ="container ">
60+ < div class ="container ">
61+ < div class ="archive-banner ">
62+ ⚠️ This content is archived as of March 2026 and is retained exclusively for reference.
63+ < a href ="https://data8.org "> Find current offerings.</ a >
64+ </ div >
65+
6066 < h2 > FAQ</ h2 >
6167
6268
Original file line number Diff line number Diff line change 5858
5959 < div class ="container ">
6060< section id ="content ">
61-
61+ < div class ="container ">
62+ < div class ="archive-banner ">
63+ ⚠️ This content is archived as of March 2026 and is retained exclusively for reference.
64+ < a href ="https://data8.org "> Find current offerings.</ a >
65+ </ div >
6266
6367< h2 > Announcements</ h2 >
6468
Original file line number Diff line number Diff line change 5757 </ nav >
5858
5959 < div class ="container ">
60+ < div class ="container ">
61+ < div class ="archive-banner ">
62+ ⚠️ This content is archived as of March 2026 and is retained exclusively for reference.
63+ < a href ="https://data8.org "> Find current offerings.</ a >
64+ </ div >
65+
6066 < h2 > Materials</ h2 >
6167
6268
Original file line number Diff line number Diff line change 5757 </ nav >
5858
5959 < div class ="container ">
60+ < div class ="container ">
61+ < div class ="archive-banner ">
62+ ⚠️ This content is archived as of March 2026 and is retained exclusively for reference.
63+ < a href ="https://data8.org "> Find current offerings.</ a >
64+ </ div >
6065 < h2 > Office Hours</ h2 >
6166
6267
Original file line number Diff line number Diff line change 5757 </ nav >
5858
5959 < div class ="container ">
60+ < div class ="container ">
61+ < div class ="archive-banner ">
62+ ⚠️ This content is archived as of March 2026 and is retained exclusively for reference.
63+ < a href ="https://data8.org "> Find current offerings.</ a >
64+ </ div >
65+
6066 < h2 > Policies</ h2 >
6167
6268
Original file line number Diff line number Diff line change 5757 </ nav >
5858
5959 < div class ="container ">
60+
61+ < div class ="container ">
62+ < div class ="archive-banner ">
63+ ⚠️ This content is archived as of March 2026 and is retained exclusively for reference.
64+ < a href ="https://data8.org "> Find current offerings.</ a >
65+ </ div >
66+
6067 < h2 > Python Reference</ h2 >
6168
6269
Original file line number Diff line number Diff line change 5757 </ nav >
5858
5959 < div class ="container ">
60+ < div class ="container ">
61+ < div class ="archive-banner ">
62+ ⚠️ This content is archived as of March 2026 and is retained exclusively for reference.
63+ < a href ="https://data8.org "> Find current offerings.</ a >
64+ </ div >
65+
6066 < h2 > Staff</ h2 >
6167
6268
Original file line number Diff line number Diff line change @@ -95,3 +95,35 @@ a.anchor-link {
9595.staff .name .biohover : active .bio {
9696 visibility : visible;
9797}
98+
99+ .archive-banner {
100+ background-color : # d32f2f ; /* Deep Red */
101+ color : white;
102+ text-align : center;
103+ padding : 12px 10px ;
104+ font-family : sans-serif;
105+ font-weight : bold;
106+ position : relative;
107+ /* position: fixed;
108+ top: 0;
109+ left: 0; */
110+ z-index : 9999 ;
111+ width : 100% ;
112+ box-sizing : border-box;
113+ border-bottom : 2px solid # b71c1c ;
114+ }
115+ .archive-banner a {
116+ color : # ffffff ;
117+ text-decoration : underline;
118+ text-decoration-thickness : 2px ;
119+ text-underline-offset : 3px ;
120+ font-weight : 700 ;
121+ }
122+
123+ .archive-banner a : hover ,
124+ .archive-banner a : focus {
125+ text-decoration : none;
126+ background-color : # ffffff ;
127+ color : # b30000 ;
128+ outline : 3px solid # ffcc00 ;
129+ }
You can’t perform that action at this time.
0 commit comments