about summary refs log tree commit diff stats
path: root/death-zone.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-09 12:39:38 -0700
committerCase Duckworth2015-03-09 12:39:38 -0700
commit0bc764f003a763a30f3030b4de233a512a016881 (patch)
treef9734e3708fa3eb6449ac1dab05ea62d3da318ce /death-zone.html
parentRe write .thing into #container > .content (diff)
downloadautocento-0bc764f003a763a30f3030b4de233a512a016881.tar.gz
autocento-0bc764f003a763a30f3030b4de233a512a016881.zip
HTML compile 2015-03-09
Diffstat (limited to 'death-zone.html')
-rw-r--r--death-zone.html40
1 files changed, 23 insertions, 17 deletions
diff --git a/death-zone.html b/death-zone.html index f1da77a..cc8c331 100644 --- a/death-zone.html +++ b/death-zone.html
@@ -24,6 +24,7 @@
24 </head> 24 </head>
25<body> 25<body>
26 26
27<article id="header">
27 <header> 28 <header>
28 <!-- title --> 29 <!-- title -->
29 <h1 class="title">The Death Zone</h1> 30 <h1 class="title">The Death Zone</h1>
@@ -37,32 +38,37 @@
37 <div class="epigraph-attrib">Philip Gould</div> 38 <div class="epigraph-attrib">Philip Gould</div>
38 </header> 39 </header>
39 40
40 <section class="thing verse"> 41 <section class="content verse">
41 <figure> 42 <figure>
42 <img src="img/gould.png" alt="Philip Gould" /><figcaption>Philip Gould</figcaption> 43 <img src="img/gould.png" alt="Philip Gould" /><figcaption>Philip Gould</figcaption>
43 </figure> 44 </figure>
44 <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> 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>
45 <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> 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>
46 <p>For Falk maybe it leads backstage<br />a black-walled catered affair with stage<br />lights slowly baking stale muffins</p> 47 <p>For Falk maybe it leads backstage<br />a black-walled catered affair with stage<br />lights slowly baking stale muffins</p>
47 <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> 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>
48 <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> 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>
49 <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> 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>
50 <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> 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>
51 </section> 52 </section>
53</article>
52 54
53 <nav> 55 <nav>
54 <a class="prevlink" href="exasperated.html"> 56 <a class="prevlink" href="exasperated.html"
57 title="Next article in Stark Raving">
55 Exasperated 58 Exasperated
56 </a> 59 </a>
57 <a class="prevlink" href="amber-alert.html"> 60 <a class="prevlink" href="amber-alert.html"
61 title="Next article in Stark Raving">
58 AMBER alert 62 AMBER alert
59 </a> 63 </a>
60 <a href="#" id="lozenge" title="Random page"> &loz; </a> 64 <a href="#" id="lozenge" title="Random page"> &loz; </a>
61 <a class="nextlink" href="big-dipper.html"> 65 <a class="nextlink" href="big-dipper.html"
62 The Big Dipper 66 title="Previous article in Stark Raving">
67 The Big Dipper>
63 </a> 68 </a>
64 <a class="nextlink" href="exasperated.html"> 69 <a class="nextlink" href="exasperated.html"
65 Exasperated 70 title="Previous article in Stark Raving">
71 Exasperated>
66 </a> 72 </a>
67 </nav> 73 </nav>
68</body> 74</body>