diff options
author | Case Duckworth | 2015-03-09 12:39:38 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-09 12:39:38 -0700 |
commit | 0bc764f003a763a30f3030b4de233a512a016881 (patch) | |
tree | f9734e3708fa3eb6449ac1dab05ea62d3da318ce /i-think-its-you.html | |
parent | Re write .thing into #container > .content (diff) | |
download | autocento-0bc764f003a763a30f3030b4de233a512a016881.tar.gz autocento-0bc764f003a763a30f3030b4de233a512a016881.zip |
HTML compile 2015-03-09
Diffstat (limited to 'i-think-its-you.html')
-rw-r--r-- | i-think-its-you.html | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/i-think-its-you.html b/i-think-its-you.html index 7066516..c85d95b 100644 --- a/i-think-its-you.html +++ b/i-think-its-you.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">I think it’s you (but it’s not)</h1> | 30 | <h1 class="title">I think it’s you (but it’s not)</h1> |
@@ -36,24 +37,29 @@ | |||
36 | </div> | 37 | </div> |
37 | </header> | 38 | </header> |
38 | 39 | ||
39 | <section class="thing verse"> | 40 | <section class="content verse"> |
40 | <p>I thought I saw you walking<br />to the bus stop but it was only<br />a <a href="feedingtheraven.html">raven</a>. His croaks sounded nothing<br />like your footsteps (as they pound<br />down the hallway toward my bedroom)<br />his <a href="nothing-is-ever-over.html">wings</a> looked nothing like your<br />legs (running on the wrong side<br />of the road away from my house)<br />I think the one resemblance was the eyes</p> | 41 | <p>I thought I saw you walking<br />to the bus stop but it was only<br />a <a href="feedingtheraven.html">raven</a>. His croaks sounded nothing<br />like your footsteps (as they pound<br />down the hallway toward my bedroom)<br />his <a href="nothing-is-ever-over.html">wings</a> looked nothing like your<br />legs (running on the wrong side<br />of the road away from my house)<br />I think the one resemblance was the eyes</p> |
41 | <p>But that’s too easy<br />It’s just that I was thinking<br />of you and a raven flew by<br />(maybe it was a <a href="stump.html">crow</a>)</p> | 42 | <p>But that’s too easy<br />It’s just that I was thinking<br />of you and a raven flew by<br />(maybe it was a <a href="stump.html">crow</a>)</p> |
42 | </section> | 43 | </section> |
44 | </article> | ||
43 | 45 | ||
44 | <nav> | 46 | <nav> |
45 | <a class="prevlink" href="boy_bus.html"> | 47 | <a class="prevlink" href="boy_bus.html" |
48 | title="Next article in Stark Raving"> | ||
46 | Boy on the bus | 49 | Boy on the bus |
47 | </a> | 50 | </a> |
48 | <a class="prevlink" href="lappel-du-vide.html"> | 51 | <a class="prevlink" href="lappel-du-vide.html" |
52 | title="Next article in Stark Raving"> | ||
49 | L’appel du vide | 53 | L’appel du vide |
50 | </a> | 54 | </a> |
51 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 55 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
52 | <a class="nextlink" href="initial-conditions.html"> | 56 | <a class="nextlink" href="initial-conditions.html" |
53 | Initial conditions | 57 | title="Previous article in Stark Raving"> |
58 | Initial conditions> | ||
54 | </a> | 59 | </a> |
55 | <a class="nextlink" href="riptide_memory.html"> | 60 | <a class="nextlink" href="riptide_memory.html" |
56 | Riptide of memory | 61 | title="Previous article in Stark Raving"> |
62 | Riptide of memory> | ||
57 | </a> | 63 | </a> |
58 | </nav> | 64 | </nav> |
59 | </body> | 65 | </body> |