File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 </ nav >
5959
6060 < div class ="container ">
61+
62+ < div class ="container ">
63+ < div class ="archive-banner ">
64+ ⚠️ This content is archived as of March 2026 and is retained exclusively for reference.
65+ < a href ="https://data8.org "> Find current offerings.</ a >
66+ </ div >
67+
6168 < h2 > Calendar</ h2 >
6269
6370
Original file line number Diff line number Diff line change 5858 </ nav >
5959
6060 < div class ="container ">
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+
6167 < h2 > FAQ</ h2 >
6268
6369
Original file line number Diff line number Diff line change 5858 </ nav >
5959
6060 < div class ="container ">
61+
62+ < div class ="container ">
63+ < div class ="archive-banner ">
64+ ⚠️ This content is archived as of March 2026 and is retained exclusively for reference.
65+ < a href ="https://data8.org "> Find current offerings.</ a >
66+ </ div >
67+
6168< section id ="content ">
6269
6370
Original file line number Diff line number Diff line change 5858 </ nav >
5959
6060 < div class ="container ">
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+
6167 < h2 > Materials</ h2 >
6268
6369
Original file line number Diff line number Diff line change 5858 </ nav >
5959
6060 < div class ="container ">
61+
62+ < div class ="container ">
63+ < div class ="archive-banner ">
64+ ⚠️ This content is archived as of March 2026 and is retained exclusively for reference.
65+ < a href ="https://data8.org "> Find current offerings.</ a >
66+ </ div >
67+
6168 < h2 > Office Hours</ h2 >
6269
6370
Original file line number Diff line number Diff line change 5858 </ nav >
5959
6060 < div class ="container ">
61+
62+ < div class ="container ">
63+ < div class ="archive-banner ">
64+ ⚠️ This content is archived as of March 2026 and is retained exclusively for reference.
65+ < a href ="https://data8.org "> Find current offerings.</ a >
66+ </ div >
67+
6168 < h2 > Policies</ h2 >
6269
6370
Original file line number Diff line number Diff line change 5858 </ nav >
5959
6060 < div class ="container ">
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+
6167 < h2 > Python Reference</ h2 >
6268
6369
Original file line number Diff line number Diff line change 5858 </ nav >
5959
6060 < div class ="container ">
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+
6167 < h2 > Staff</ h2 >
6268
6369
Original file line number Diff line number Diff line change 5858 </ nav >
5959
6060 < div class ="container ">
61+
62+ < div class ="container ">
63+ < div class ="archive-banner ">
64+ ⚠️ This content is archived as of March 2026 and is retained exclusively for reference.
65+ < a href ="https://data8.org "> Find current offerings.</ a >
66+ </ div >
67+
6168 < h2 > Supplemental Videos</ h2 >
6269
6370
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