diff options
author | Case Duckworth | 2015-03-10 23:17:06 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-10 23:17:06 -0700 |
commit | bec7c936d59e331500c8350b92e33f2b5c5eb0e0 (patch) | |
tree | eb35d9c37efccc6eafa8dbca1538387dcf6c3ff4 /death-zone.html | |
parent | Fix broken link in I think it's you (diff) | |
download | autocento-bec7c936d59e331500c8350b92e33f2b5c5eb0e0.tar.gz autocento-bec7c936d59e331500c8350b92e33f2b5c5eb0e0.zip |
Move dedication to before epigraph
Diffstat (limited to 'death-zone.html')
-rw-r--r-- | death-zone.html | 57 |
1 files changed, 29 insertions, 28 deletions
diff --git a/death-zone.html b/death-zone.html index c881528..1a6e905 100644 --- a/death-zone.html +++ b/death-zone.html | |||
@@ -1,5 +1,6 @@ | |||
1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
2 | <!-- Template for compiled 'Autocento' documents --> | 2 | <!-- AUTOCENTO OF THE BREAKFAST TABLE --> |
3 | <!-- vim: fdm=indent --> | ||
3 | <html lang="en"> | 4 | <html lang="en"> |
4 | <head> | 5 | <head> |
5 | <meta charset="utf-8"> | 6 | <meta charset="utf-8"> |
@@ -23,35 +24,35 @@ | |||
23 | <!-- <script src="js/external.js"> </script> --> | 24 | <!-- <script src="js/external.js"> </script> --> |
24 | </head> | 25 | </head> |
25 | <body> | 26 | <body> |
27 | |||
28 | <article id="container"> | ||
29 | <header> | ||
30 | <!-- title --> | ||
31 | <h1 class="title">The Death Zone</h1> | ||
32 | |||
26 | 33 | ||
27 | <article id="container"> | 34 | <!-- epigraph --> |
28 | <header> | 35 | <div class="epigraph"> |
29 | <!-- title --> | 36 | <a href="http://www.npr.org/blogs/13.7/2013/11/19/245996903/embracing-life-and-death">And my life became death.</a> |
30 | <h1 class="title">The Death Zone</h1> | 37 | </div> |
31 | 38 | <div class="epigraph-attrib">Philip Gould</div> | |
32 | 39 | ||
33 | 40 | ||
34 | <!-- epigraph --> | ||
35 | <div class="epigraph"> | ||
36 | <a href="http://www.npr.org/blogs/13.7/2013/11/19/245996903/embracing-life-and-death">And my life became death.</a> | ||
37 | </div> | ||
38 | <div class="epigraph-attrib">Philip Gould</div> | ||
39 | </header> | 41 | </header> |
40 | 42 | ||
41 | <section class="content verse"> | 43 | <section class="content verse"> |
42 | <figure> | 44 | <figure> |
43 | <img src="img/gould.png" alt="Philip Gould" /><figcaption>Philip Gould</figcaption> | 45 | <img src="img/gould.png" alt="Philip Gould" /><figcaption>Philip Gould</figcaption> |
44 | </figure> | 46 | </figure> |
45 | <p>When I think of death I think<br />of Peter Falk in <em>The Princess Bride</em> patting<br /><a href="creation-myth.html">his pockets</a> as he leaves the room</p> | 47 | <p>When I think of death I think<br />of Peter Falk in <em>The Princess Bride</em> patting<br /><a href="creation-myth.html">his pockets</a> as he leaves the room</p> |
46 | <p>Life is a series of doors or so<br />they say but I ask them this<br />where does that last door lead?</p> | 48 | <p>Life is a series of doors or so<br />they say but I ask them this<br />where does that last door lead?</p> |
47 | <p>For Falk maybe it leads backstage<br />a black-walled catered affair with stage<br />lights slowly baking stale muffins</p> | 49 | <p>For Falk maybe it leads backstage<br />a black-walled catered affair with stage<br />lights slowly baking stale muffins</p> |
48 | <p><a href="i-wanted-to-tell-you-something.html">Sweaty cheese</a> leaking onto dried-out<br />grapes a chocolate fountain clogged<br />by some errant strawberry crown</p> | 50 | <p><a href="i-wanted-to-tell-you-something.html">Sweaty cheese</a> leaking onto dried-out<br />grapes a chocolate fountain clogged<br />by some errant strawberry crown</p> |
49 | <p>but this is not where it leads for you or<br />for me that door opens onto darkness marked<br />only by a trellis or the lid of a casket</p> | 51 | <p>but this is not where it leads for you or<br />for me that door opens onto darkness marked<br />only by a trellis or the lid of a casket</p> |
50 | <p>the door of the <a href="about-the-author.html">earth’s womb</a> opening<br />finally to accept us and with us the dirt<br />not to grow more strawberries for Falk</p> | 52 | <p>the door of the <a href="about-the-author.html">earth’s womb</a> opening<br />finally to accept us and with us the dirt<br />not to grow more strawberries for Falk</p> |
51 | <p>but to pad his feet as he walks overhead<br />to visit someone he certainly cares about<br />but whose name is lost to posterity.</p> | 53 | <p>but to pad his feet as he walks overhead<br />to visit someone he certainly cares about<br />but whose name is lost to posterity.</p> |
52 | </section> | 54 | </section> |
53 | </article> | 55 | </article> |
54 | |||
55 | <nav> | 56 | <nav> |
56 | <a class="prevlink" href="exasperated.html" | 57 | <a class="prevlink" href="exasperated.html" |
57 | title="Next article in Stark Raving"> | 58 | title="Next article in Stark Raving"> |
@@ -71,5 +72,5 @@ | |||
71 | Exasperated | 72 | Exasperated |
72 | </a> | 73 | </a> |
73 | </nav> | 74 | </nav> |
74 | </body> | 75 | </body> |
75 | </html> | 76 | </html> |