Skip to content

Commit e833e80

Browse files
committed
added warning for the summer
1 parent dd7016a commit e833e80

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

_layouts/default.html

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ <h1>CS 1331</h1>
5353
</div><!--/.nav-collapse -->
5454
</div>
5555
</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>
5660

5761
<div class="container">
5862
{{ content }}

css/main.css

+20
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,23 @@ a:hover { color: #000; }
186186
.post pre.terminal code {
187187
background-color: #333;
188188
}
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+
}

0 commit comments

Comments
 (0)