From 19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 2 Mar 2015 19:19:32 -0700 Subject: Change width of webpages; streamline template --- shed.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'shed.html') diff --git a/shed.html b/shed.html index 35975a3..7b4345c 100644 --- a/shed.html +++ b/shed.html @@ -22,6 +22,7 @@ <!-- title --> <h1 class="title">Shed</h1> + </header> <section class="thing prose"> @@ -32,18 +33,18 @@ </section> <nav> - <a href="notes.html"> - <span class="prevlink">< Notes</span> + <a class="prevlink" href="notes.html"> + Notes </a> - <a href="sapling.html"> - <span class="prevlink">< Sapling</span> + <a class="prevlink" href="sapling.html"> + Sapling </a> <a href="#" id="lozenge"> ◊ </a> - <a href="hands.html"> - <span class="nextlink">Hands ></span> + <a class="nextlink" href="hands.html"> + Hands </a> - <a href="snow.html"> - <span class="nextlink">Snow ></span> + <a class="nextlink" href="snow.html"> + Snow </a> </nav> -- cgit 1.4.1-21-gabe81