Skip to content

Commit b62090c

Browse files
committed
farting around /w theme (CT wanted crimson)
1 parent 396bded commit b62090c

34 files changed

+1843
-54
lines changed

__pycache__/config.cpython-37.pyc

0 Bytes
Binary file not shown.

config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
GITHUB = 'https://github.com/Harvard-IACS/2020-CS109A'
1212

13-
COLOR = '#8996A0'
13+
COLOR = '#DC143C'
1414

1515
# Define Navbar links
1616
# ex. ('Link Name', 'URL')

docs/category/lectures.html

+6-3
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
<style>
5555
.navbar {
56-
background-color: #8996A0
56+
background-color: #DC143C
5757
}
5858
</style>
5959
</head>
@@ -116,20 +116,23 @@ <h3 class="course-title">CS109A</h3>
116116
<!-- .container -->
117117
</nav>
118118
<main id="content" class="container">
119+
<div class="container title">
119120
<h1 class="category-title">Lectures</h1>
120-
<br />
121121
<hr />
122+
</div>
123+
<div class="container category"
122124
<ul class="category-list">
123125
<li class="category-item">
124126
<a href="../lectures/lecture0/">Lecture 0</a>
125127
(Jul. 09, 2018)
126128
</li>
127129
</ul>
130+
</div>
128131
</main>
129132

130133
<footer class="footer">
131134
<div class="container">
132-
<span class="text-muted">Copyright 2018 &copy;
135+
<span class="text-muted">Copyright 2020 &copy;
133136
<a class="text-muted" href="https://iacs.seas.harvard.edu/">Institute for Applied Computational Science</a>
134137
</span>
135138
</div>

docs/category/pages.html

+6-3
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
<style>
5555
.navbar {
56-
background-color: #8996A0
56+
background-color: #DC143C
5757
}
5858
</style>
5959
</head>
@@ -116,20 +116,23 @@ <h3 class="course-title">CS109A</h3>
116116
<!-- .container -->
117117
</nav>
118118
<main id="content" class="container">
119+
<div class="container title">
119120
<h1 class="category-title">pages</h1>
120-
<br />
121121
<hr />
122+
</div>
123+
<div class="container category"
122124
<ul class="category-list">
123125
<li class="category-item">
124126
<a href="../pages/cs109a-introduction-to-data-science/">CS109a: Introduction to Data Science <br></a>
125127
(Aug. 15, 2020)
126128
</li>
127129
</ul>
130+
</div>
128131
</main>
129132

130133
<footer class="footer">
131134
<div class="container">
132-
<span class="text-muted">Copyright 2018 &copy;
135+
<span class="text-muted">Copyright 2020 &copy;
133136
<a class="text-muted" href="https://iacs.seas.harvard.edu/">Institute for Applied Computational Science</a>
134137
</span>
135138
</div>

docs/category/{slug}.html

+6-3
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
<style>
5555
.navbar {
56-
background-color: #8996A0
56+
background-color: #DC143C
5757
}
5858
</style>
5959
</head>
@@ -116,9 +116,11 @@ <h3 class="course-title">CS109A</h3>
116116
<!-- .container -->
117117
</nav>
118118
<main id="content" class="container">
119+
<div class="container title">
119120
<h1 class="category-title"></h1>
120-
<br />
121121
<hr />
122+
</div>
123+
<div class="container category"
122124
<ul class="category-list">
123125
<li class="category-item">
124126
<a href="../lectures/lecture0/">Lecture 0</a>
@@ -129,11 +131,12 @@ <h1 class="category-title"></h1>
129131
(Aug. 15, 2020)
130132
</li>
131133
</ul>
134+
</div>
132135
</main>
133136

134137
<footer class="footer">
135138
<div class="container">
136-
<span class="text-muted">Copyright 2018 &copy;
139+
<span class="text-muted">Copyright 2020 &copy;
137140
<a class="text-muted" href="https://iacs.seas.harvard.edu/">Institute for Applied Computational Science</a>
138141
</span>
139142
</div>

docs/index.html

+11-7
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/>
1010
<meta
1111
name="description"
12-
content="FALL 2020 - Harvard University, Institute for Applied Computational Science. CS109a: Introduction to Data Science <br>"
12+
content="FALL 2020 - Harvard University, Institute for Applied Computational Science. CS109a: Introduction to Data Science <br>"
1313
/>
1414
<meta name="author" content="Pavlos Protopapas" />
1515
<meta
@@ -57,7 +57,7 @@
5757

5858
<style>
5959
.navbar {
60-
background-color: #8996A0
60+
background-color: #DC143C
6161
}
6262
</style>
6363
</head>
@@ -120,10 +120,12 @@ <h3 class="course-title">CS109A</h3>
120120
<!-- .container -->
121121
</nav>
122122
<main id="content" class="container">
123-
<h1>CS109a: Introduction to Data Science <br></h1>
124-
<br />
123+
<div class="container title">
124+
<h1>CS109a: Introduction to Data Science <br></h1>
125125
<hr />
126-
<h5>
126+
</div>
127+
<div class="container article">
128+
<h5>
127129
Fall 2020 <br><br>
128130
<a href="https://iacs.seas.harvard.edu/people/pavlos-protopapas">Pavlos Protopapas</a>, <a href='https://statistics.fas.harvard.edu/people/kevin-rader'>Kevin A. Rader</a>, and <a href="https://iacs.seas.harvard.edu/people/chris-tanner">Chris Tanner</a></h5>
129131

@@ -213,11 +215,13 @@ <h4>Previous Material</h4>
213215
<li><a href="http://cs109.github.io/2015">2015</a></li>
214216
<li><a href="http://cs109.github.io/2014/index.html">2014</a>.</li>
215217
<li><a href="https://github.com/cs109/content">2013</a></li>
216-
</ul> </main>
218+
</ul>
219+
</div>
220+
</main>
217221

218222
<footer class="footer">
219223
<div class="container">
220-
<span class="text-muted">Copyright 2018 &copy;
224+
<span class="text-muted">Copyright 2020 &copy;
221225
<a class="text-muted" href="https://iacs.seas.harvard.edu/">Institute for Applied Computational Science</a>
222226
</span>
223227
</div>

docs/lectures/lecture0/index.html

+10-6
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/>
1010
<meta
1111
name="description"
12-
content="FALL 2020 - Harvard University, Institute for Applied Computational Science. Lecture 0"
12+
content="FALL 2020 - Harvard University, Institute for Applied Computational Science. Lecture 0"
1313
/>
1414
<meta name="author" content="Pavlos Protopapas" />
1515
<meta
@@ -57,7 +57,7 @@
5757

5858
<style>
5959
.navbar {
60-
background-color: #8996A0
60+
background-color: #DC143C
6161
}
6262
</style>
6363
</head>
@@ -120,14 +120,18 @@ <h3 class="course-title">CS109A</h3>
120120
<!-- .container -->
121121
</nav>
122122
<main id="content" class="container">
123-
<h1>Lecture 0</h1>
124-
<br />
123+
<div class="container title">
124+
<h1>Lecture 0</h1>
125125
<hr />
126-
<h1>Lecture 0</h1> </main>
126+
</div>
127+
<div class="container article">
128+
<h1>Lecture 0</h1>
129+
</div>
130+
</main>
127131

128132
<footer class="footer">
129133
<div class="container">
130-
<span class="text-muted">Copyright 2018 &copy;
134+
<span class="text-muted">Copyright 2020 &copy;
131135
<a class="text-muted" href="https://iacs.seas.harvard.edu/">Institute for Applied Computational Science</a>
132136
</span>
133137
</div>

docs/pages/materials.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
<style>
5555
.navbar {
56-
background-color: #8996A0
56+
background-color: #DC143C
5757
}
5858
</style>
5959
</head>
@@ -116,6 +116,7 @@ <h3 class="course-title">CS109A</h3>
116116
<!-- .container -->
117117
</nav>
118118
<main id="content" class="container">
119+
<div class="container materials">
119120
<section class="material-section">
120121
<h2>Resources</h2>
121122
<ul class="category-list">
@@ -130,11 +131,12 @@ <h2>Resources</h2>
130131
<section class="material-section">
131132
<h2>Topics</h2>
132133
</section>
134+
</div>
133135
</main>
134136

135137
<footer class="footer">
136138
<div class="container">
137-
<span class="text-muted">Copyright 2018 &copy;
139+
<span class="text-muted">Copyright 2020 &copy;
138140
<a class="text-muted" href="https://iacs.seas.harvard.edu/">Institute for Applied Computational Science</a>
139141
</span>
140142
</div>

docs/pages/schedule.html

+9-6
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
<style>
5555
.navbar {
56-
background-color: #8996A0
56+
background-color: #DC143C
5757
}
5858
</style>
5959
</head>
@@ -116,10 +116,12 @@ <h3 class="course-title">CS109A</h3>
116116
<!-- .container -->
117117
</nav>
118118
<main id="content" class="container">
119-
<h1>Schedule</h1>
120-
<br />
121-
<hr />
122-
<table>
119+
<div class="container title">
120+
<h1>Schedule</h1>
121+
<hr />
122+
</div>
123+
<div class="container schedule">
124+
<table>
123125
<thead>
124126
<tr>
125127
<th></th>
@@ -131,11 +133,12 @@ <h1>Schedule</h1>
131133
</tr>
132134
</tbody>
133135
</table>
136+
</div>
134137
</main>
135138

136139
<footer class="footer">
137140
<div class="container">
138-
<span class="text-muted">Copyright 2018 &copy;
141+
<span class="text-muted">Copyright 2020 &copy;
139142
<a class="text-muted" href="https://iacs.seas.harvard.edu/">Institute for Applied Computational Science</a>
140143
</span>
141144
</div>

docs/pages/syllabus.html

+9-6
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
<style>
5555
.navbar {
56-
background-color: #8996A0
56+
background-color: #DC143C
5757
}
5858
</style>
5959
</head>
@@ -116,10 +116,12 @@ <h3 class="course-title">CS109A</h3>
116116
<!-- .container -->
117117
</nav>
118118
<main id="content" class="container">
119-
<h1>Syllabus</h1>
120-
<br />
121-
<hr />
122-
<style>
119+
<div class="container title">
120+
<h1>Syllabus</h1>
121+
<hr />
122+
</div>
123+
<div class="container syllabus">
124+
<style>
123125
pre {
124126
background-color: #F5F5F5;
125127
display: block;
@@ -320,11 +322,12 @@ <h4>Diversity and Inclusion Statement <a name='diversity-and-inclusion-statement
320322
<li>We (like many people) are still learning about diverse perspectives and identities. If something was said in class (by anyone) that made you feel uncomfortable, please talk to us about it. (Again, anonymous feedback is always an option.)</li>
321323
<li>As a participant in course discussions, you should also strive to honor your classmates' diversity.</li>
322324
</ul>
325+
</div>
323326
</main>
324327

325328
<footer class="footer">
326329
<div class="container">
327-
<span class="text-muted">Copyright 2018 &copy;
330+
<span class="text-muted">Copyright 2020 &copy;
328331
<a class="text-muted" href="https://iacs.seas.harvard.edu/">Institute for Applied Computational Science</a>
329332
</span>
330333
</div>

docs/search.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
<style>
5555
.navbar {
56-
background-color: #8996A0
56+
background-color: #DC143C
5757
}
5858
</style>
5959
</head>
@@ -131,7 +131,7 @@ <h3 class="course-title">CS109A</h3>
131131

132132
<footer class="footer">
133133
<div class="container">
134-
<span class="text-muted">Copyright 2018 &copy;
134+
<span class="text-muted">Copyright 2020 &copy;
135135
<a class="text-muted" href="https://iacs.seas.harvard.edu/">Institute for Applied Computational Science</a>
136136
</span>
137137
</div>

0 commit comments

Comments
 (0)