diff options
Diffstat (limited to 'death-zone.html')
-rw-r--r-- | death-zone.html | 25 |
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 | — 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">< 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">< AMBER alert</span> | 51 | AMBER alert |
53 | </a> | 52 | </a> |
54 | <a href="#" id="lozenge"> ◊ </a> | 53 | <a href="#" id="lozenge"> ◊ </a> |
55 | <a href="big-dipper.html"> | 54 | <a class="nextlink" href="big-dipper.html"> |
56 | <span class="nextlink">The Big Dipper ></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 ></span> | 58 | Exasperated |
60 | </a> | 59 | </a> |
61 | </nav> | 60 | </nav> |
62 | 61 | ||