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 /i-am.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 'i-am.html')
-rw-r--r-- | i-am.html | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/i-am.html b/i-am.html index 48112d1..277c2f5 100644 --- a/i-am.html +++ b/i-am.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,21 +24,19 @@ | |||
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">I am</h1> | ||
32 | |||
26 | 33 | ||
27 | <article id="container"> | 34 | </header> |
28 | <header> | ||
29 | <!-- title --> | ||
30 | <h1 class="title">I am</h1> | ||
31 | |||
32 | |||
33 | |||
34 | </header> | ||
35 | |||
36 | <section class="content verse"> | ||
37 | <p>I am a great pillar of <a href="deathstrumpet.html">white smoke</a>.<br />I am Lot’s nameless wife encased in salt.<br />I am the wound on Christ’s back as he moans<br />with the pounding of a hammer on his wrist.<br />I am the nail that holds my house together.<br />It is a strong house, built on a good foundation.<br />In the winter, it is warm and crawling things<br />cannot get in. This house will never burn down.<br />It is the house that I built, with my body<br />and with my strength. I am the only one who lives<br />here. I am both father and mother to a race<br />of <a href="plant.html">dust motes that worship me as a god</a>. I have<br />monuments built daily in my honor in dark<br />corners around the house. I destroy all of them<br />before I go to bed, but in the morning<br />there are still more. I don’t think I know<br />where all of them are. I <a href="howithappened.html">don’t think</a> I can get<br />to all of them anymore. There are too many.</p> | ||
38 | </section> | ||
39 | </article> | ||
40 | 35 | ||
36 | <section class="content verse"> | ||
37 | <p>I am a great pillar of <a href="deathstrumpet.html">white smoke</a>.<br />I am Lot’s nameless wife encased in salt.<br />I am the wound on Christ’s back as he moans<br />with the pounding of a hammer on his wrist.<br />I am the nail that holds my house together.<br />It is a strong house, built on a good foundation.<br />In the winter, it is warm and crawling things<br />cannot get in. This house will never burn down.<br />It is the house that I built, with my body<br />and with my strength. I am the only one who lives<br />here. I am both father and mother to a race<br />of <a href="plant.html">dust motes that worship me as a god</a>. I have<br />monuments built daily in my honor in dark<br />corners around the house. I destroy all of them<br />before I go to bed, but in the morning<br />there are still more. I don’t think I know<br />where all of them are. I <a href="howithappened.html">don’t think</a> I can get<br />to all of them anymore. There are too many.</p> | ||
38 | </section> | ||
39 | </article> | ||
41 | <nav> | 40 | <nav> |
42 | <a class="prevlink" href="onformalpoetry.html" | 41 | <a class="prevlink" href="onformalpoetry.html" |
43 | title="Next article in Elegies for alternate selves"> | 42 | title="Next article in Elegies for alternate selves"> |
@@ -49,5 +48,5 @@ | |||
49 | How it happened | 48 | How it happened |
50 | </a> | 49 | </a> |
51 | </nav> | 50 | </nav> |
52 | </body> | 51 | </body> |
53 | </html> | 52 | </html> |