about summary refs log tree commit diff stats
path: root/death-zone.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-02 19:19:32 -0700
committerCase Duckworth2015-03-02 19:19:32 -0700
commit19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29 (patch)
tree17c45f66a90ef6cf7de7889dd42c4eac5fcc9fcc /death-zone.html
parentAdd test suite (diff)
downloadautocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.tar.gz
autocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.zip
Change width of webpages; streamline template
Diffstat (limited to 'death-zone.html')
-rw-r--r--death-zone.html25
1 files changed, 12 insertions, 13 deletions
diff --git a/death-zone.html b/death-zone.html index 5ec54a2..0eb42f8 100644 --- a/death-zone.html +++ b/death-zone.html
@@ -22,13 +22,12 @@
22 <!-- title --> 22 <!-- title -->
23 <h1 class="title">The Death Zone</h1> 23 <h1 class="title">The Death Zone</h1>
24 24
25
25 <!-- epigraph --> 26 <!-- epigraph -->
26 <p class="epigraph"> 27 <div class="epigraph">
27 <a href="http://www.npr.org/blogs/13.7/2013/11/19/245996903/embracing-life-and-death">And my life became death.</a> 28 <a href="http://www.npr.org/blogs/13.7/2013/11/19/245996903/embracing-life-and-death">And my life became death.</a>
28 </p> 29 </div>
29 <p class="epigraph-attrib"> 30 <div class="epigraph-attrib">Philip Gould</div>
30 &mdash; Philip Gould
31 </p>
32 </header> 31 </header>
33 32
34 <section class="thing verse"> 33 <section class="thing verse">
@@ -45,18 +44,18 @@
45 </section> 44 </section>
46 45
47 <nav> 46 <nav>
48 <a href="exasperated.html"> 47 <a class="prevlink" href="exasperated.html">
49 <span class="prevlink">&lt; Exasperated</span> 48 Exasperated
50 </a> 49 </a>
51 <a href="amber-alert.html"> 50 <a class="prevlink" href="amber-alert.html">
52 <span class="prevlink">&lt; AMBER alert</span> 51 AMBER alert
53 </a> 52 </a>
54 <a href="#" id="lozenge"> &loz; </a> 53 <a href="#" id="lozenge"> &loz; </a>
55 <a href="big-dipper.html"> 54 <a class="nextlink" href="big-dipper.html">
56 <span class="nextlink">The Big Dipper &gt;</span> 55 The Big Dipper
57 </a> 56 </a>
58 <a href="exasperated.html"> 57 <a class="nextlink" href="exasperated.html">
59 <span class="nextlink">Exasperated &gt;</span> 58 Exasperated
60 </a> 59 </a>
61 </nav> 60 </nav>
62 61