diff --git a/_layouts/main.html b/_layouts/main.html new file mode 100644 index 000000000..13d958800 --- /dev/null +++ b/_layouts/main.html @@ -0,0 +1,17 @@ + + + + + {% include head.html %} + + + + {% include navigation.html %} + +
+ {% include header.html %} + {{content}} + {% include footer.html %} +
+ + diff --git a/_layouts/page.html b/_layouts/page.html index 13d958800..8a67f6162 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -10,7 +10,10 @@
{% include header.html %} - {{content}} +
+

{{ page.title }}

+ {{content}} +
{% include footer.html %}
diff --git a/books.html b/books.html index 05cf74f0f..5b0c9e229 100644 --- a/books.html +++ b/books.html @@ -2,45 +2,41 @@ title: Recommended Reading --- -
-

Book List

-
- -
+ diff --git a/index.html b/index.html index 0e5581e9d..fb0d13a99 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,10 @@ --- +layout: main title: Introduction ---

Prework overview

-

Prework helps provide important context and vocabulary to help you hit the ground running on the first day of class. We've found that students who come into the program having invested time in familiarizing themselves with key concepts are able to maximize their early weeks with us.

diff --git a/resources.html b/resources.html index 7148b2756..6d85561b1 100644 --- a/resources.html +++ b/resources.html @@ -2,10 +2,6 @@ title: Resources --- -
-

Resources

-
-

- Today's Schedule -

-
+

+ Today's Schedule +

diff --git a/stylesheets/styles.scss b/stylesheets/styles.scss index 14b61027b..63a639e45 100644 --- a/stylesheets/styles.scss +++ b/stylesheets/styles.scss @@ -62,6 +62,10 @@ ul, ol { padding: 0; } +#before { + margin-bottom: 1em; +} + /* navigation */ nav { diff --git a/tools.html b/tools.html index de45bdb46..529bbc220 100644 --- a/tools.html +++ b/tools.html @@ -2,18 +2,14 @@ title: Tools of the Trade --- -
-

Tools of the Trade

-
- -
+