File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,10 @@ <h1>CS 1331</h1>
53
53
</ div > <!--/.nav-collapse -->
54
54
</ div >
55
55
</ div >
56
+ < div class ="semester-warning ">
57
+ < h1 > WARNING:</ h1 > This site is for sections of the course taught by Chris Simpkins during Spring/Fall. While resources may be useful,
58
+ syllabi / policies do NOT apply.
59
+ </ div >
56
60
57
61
< div class ="container ">
58
62
{{ content }}
Original file line number Diff line number Diff line change @@ -186,3 +186,23 @@ a:hover { color: #000; }
186
186
.post pre .terminal code {
187
187
background-color : # 333 ;
188
188
}
189
+
190
+ .semester-warning {
191
+ width : 100% ;
192
+ text-align : center;
193
+ color : # fff ;
194
+ background-color : # f00 ;
195
+ padding : 5px 0 ;
196
+ font-size : 1.2em ;
197
+
198
+ /* Summer: */
199
+ display : block;
200
+
201
+ /* Fall/Spring */
202
+ /*display: none;*/
203
+ }
204
+
205
+ .semester-warning h1 {
206
+ font-size : 1.25em ;
207
+ margin : 0 ;
208
+ }
You can’t perform that action at this time.
0 commit comments