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 /amber-alert.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 'amber-alert.html')
-rw-r--r-- | amber-alert.html | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/amber-alert.html b/amber-alert.html index 4e63326..f96bd57 100644 --- a/amber-alert.html +++ b/amber-alert.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">AMBER alert</h1> | 30 | <h1 class="title">AMBER alert</h1> |
@@ -36,26 +37,31 @@ | |||
36 | </div> | 37 | </div> |
37 | </header> | 38 | </header> |
38 | 39 | ||
39 | <section class="thing prose"> | 40 | <section class="content prose"> |
40 | <p><a href="lappel-du-vide">Lost things have a way of staying lost.</a> They have to want to be found—is that why we tack up signs, hang socks from hooks in the park, have a box for what’s been lost but now is found? Maybe the lost <em>want</em> to be found but we’re looking in the wrong places. Maybe we speak the wrong language, the language of the found, to call to them. Maybe we should <a href="statements-frag.html">try another door</a>.</p> | 41 | <p><a href="lappel-du-vide">Lost things</a> have a way of <a href="http://www.poetryfoundation.org/poem/176996">staying lost</a>. They have to want to be found—is that why we tack up signs, hang socks from hooks in the park, have a box for what’s been lost but now is found? Maybe the lost <em>want</em> to be found but we’re looking in the wrong places. Maybe we speak the wrong language, the language of the found, to call to them. Maybe we should <a href="statements-frag.html">try another door</a>.</p> |
41 | <figure> | 42 | <figure> |
42 | <img src="https://upload.wikimedia.org/wikipedia/en/5/54/Amber_Hagerman.jpg" alt="Amber Hagerman" /><figcaption>Amber Hagerman</figcaption> | 43 | <img src="https://upload.wikimedia.org/wikipedia/en/5/54/Amber_Hagerman.jpg" alt="Amber Hagerman" /><figcaption>Amber Hagerman</figcaption> |
43 | </figure> | 44 | </figure> |
44 | </section> | 45 | </section> |
46 | </article> | ||
45 | 47 | ||
46 | <nav> | 48 | <nav> |
47 | <a class="prevlink" href="last-bastion.html"> | 49 | <a class="prevlink" href="last-bastion.html" |
50 | title="Next article in Stark Raving"> | ||
48 | Last bastion | 51 | Last bastion |
49 | </a> | 52 | </a> |
50 | <a class="prevlink" href="poetry-time.html"> | 53 | <a class="prevlink" href="poetry-time.html" |
54 | title="Next article in Stark Raving"> | ||
51 | Something about the nature of poetry and time | 55 | Something about the nature of poetry and time |
52 | </a> | 56 | </a> |
53 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 57 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
54 | <a class="nextlink" href="exasperated.html"> | 58 | <a class="nextlink" href="exasperated.html" |
55 | Exasperated | 59 | title="Previous article in Stark Raving"> |
60 | Exasperated> | ||
56 | </a> | 61 | </a> |
57 | <a class="nextlink" href="death-zone.html"> | 62 | <a class="nextlink" href="death-zone.html" |
58 | The Death Zone | 63 | title="Previous article in Stark Raving"> |
64 | The Death Zone> | ||
59 | </a> | 65 | </a> |
60 | </nav> | 66 | </nav> |
61 | </body> | 67 | </body> |