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 /leaf.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 'leaf.html')
-rw-r--r-- | leaf.html | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/leaf.html b/leaf.html index f5ef6ab..eccd3aa 100644 --- a/leaf.html +++ b/leaf.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">Leaf</h1> | 30 | <h1 class="title">Leaf</h1> |
@@ -32,25 +33,30 @@ | |||
32 | 33 | ||
33 | </header> | 34 | </header> |
34 | 35 | ||
35 | <section class="thing prose"> | 36 | <section class="content prose"> |
36 | <p>He shrugged the wood off his shoulder, letting it fall with a clog onto the earth floor of his Writing Shack. He exhaled looking out of the window. He hoped to see a bird fly by, maybe a blue jay or raven. <a href="last-passenger.html">No bird did</a>. He inhaled. He exhaled again in a way that could <a href="last-bastion.html">only be classified</a> as a sigh. He sat down at his writing desk. He began shuffling through what he’d written, trying to find some sort of pattern.</p> | 37 | <p>He shrugged the wood off his shoulder, letting it fall with a clog onto the earth floor of his Writing Shack. He exhaled looking out of the window. He hoped to see a bird fly by, maybe a blue jay or raven. <a href="last-passenger.html">No bird did</a>. He inhaled. He exhaled again in a way that could <a href="last-bastion.html">only be classified</a> as a sigh. He sat down at his writing desk. He began shuffling through what he’d written, trying to find some sort of pattern.</p> |
37 | <p>“<em>Each piece of paper—each leaf—</em>” at this he smiled—“<em>is like a tree in the forest.</em>” He was writing as he thought aloud. “<em>I, as the artist, as the <strong>writer</strong>, must select which to use, chop down those trees, bring them back to my shed and</em>—and—” he frowned as he realized the only end to this <a href="the-night-we-met.html">metaphor was fire</a>. He ran his fingers through his hair in a self-soothing gesture.</p> | 38 | <p>“<em>Each piece of paper—each leaf—</em>” at this he smiled—“<em>is like a tree in the forest.</em>” He was writing as he thought aloud. “<em>I, as the artist, as the <strong>writer</strong>, must select which to use, chop down those trees, bring them back to my shed and</em>—and—” he frowned as he realized the only end to this <a href="the-night-we-met.html">metaphor was fire</a>. He ran his fingers through his hair in a self-soothing gesture.</p> |
38 | <p>“I need to build some furniture” he thought.</p> | 39 | <p>“I need to build some furniture” he thought.</p> |
39 | </section> | 40 | </section> |
41 | </article> | ||
40 | 42 | ||
41 | <nav> | 43 | <nav> |
42 | <a class="prevlink" href="axe.html"> | 44 | <a class="prevlink" href="axe.html" |
45 | title="Next article in Buildings out of air: Paul in the Woods"> | ||
43 | Axe | 46 | Axe |
44 | </a> | 47 | </a> |
45 | <a class="prevlink" href="joke.html"> | 48 | <a class="prevlink" href="joke.html" |
49 | title="Next article in Buildings out of air: Paul in the Woods"> | ||
46 | Joke | 50 | Joke |
47 | </a> | 51 | </a> |
48 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 52 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
49 | <a class="nextlink" href="writing.html"> | 53 | <a class="nextlink" href="writing.html" |
50 | Writing | 54 | title="Previous article in Buildings out of air: Paul in the Woods"> |
55 | Writing> | ||
51 | </a> | 56 | </a> |
52 | <a class="nextlink" href="leg.html"> | 57 | <a class="nextlink" href="leg.html" |
53 | Leg | 58 | title="Previous article in Buildings out of air: Paul in the Woods"> |
59 | Leg> | ||
54 | </a> | 60 | </a> |
55 | </nav> | 61 | </nav> |
56 | </body> | 62 | </body> |