about summary refs log tree commit diff stats
path: root/writing.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 /writing.html
parentRe write .thing into #container > .content (diff)
downloadautocento-0bc764f003a763a30f3030b4de233a512a016881.tar.gz
autocento-0bc764f003a763a30f3030b4de233a512a016881.zip
HTML compile 2015-03-09
Diffstat (limited to 'writing.html')
-rw-r--r--writing.html26
1 files changed, 16 insertions, 10 deletions
diff --git a/writing.html b/writing.html index 7d9c4eb..d1b49ee 100644 --- a/writing.html +++ b/writing.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">Writing</h1> 30 <h1 class="title">Writing</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 sat down at his writing desk and removed his new pen from its plastic wrapping. He remembered how to fill it from <em><a href="http://www.elkonigsburg.com/">The View from Saturday</a></em>, which he’d read as a kid. It had been one of his favorite books. He remembered the <a href="swansong-alt.html">heart</a> puzzle they completed, the origin of the word “posh,” and most of all his fourth-grade teacher <a href="telemarketer.html">Ms. (Mrs? He could never remember)</a> Samovar. He smiled as he opened the lid on the ink well he’d just bought.</p> 37 <p>He sat down at his writing desk and removed his new pen from its plastic wrapping. He remembered how to fill it from <em><a href="http://www.elkonigsburg.com/">The View from Saturday</a></em>, which he’d read as a kid. It had been one of his favorite books. He remembered the <a href="swansong-alt.html">heart</a> puzzle they completed, the origin of the word “posh,” and most of all his fourth-grade teacher <a href="telemarketer.html">Ms. (Mrs? He could never remember)</a> Samovar. He smiled as he opened the lid on the ink well he’d just bought.</p>
37 <p>He dipped his pen in the inkwell, screwed the converter piston up, and watched as nothing entered the chamber. He screwed it back down and up again, while dipping the nib more deeply into the ink well. He watched as again nothing filled the capsule. He screwed it down a third time. His thumb knocked the inkwell over somehow by accident.</p> 38 <p>He dipped his pen in the inkwell, screwed the converter piston up, and watched as nothing entered the chamber. He screwed it back down and up again, while dipping the nib more deeply into the ink well. He watched as again nothing filled the capsule. He screwed it down a third time. His thumb knocked the inkwell over somehow by accident.</p>
38 <p>As he <a href="swear.html">swore</a>, stood up and away from the table, and went into the house proper for paper towels, he resolved to buy a typewriter.</p> 39 <p>As he <a href="swear.html">swore</a>, stood up and away from the table, and went into the house proper for paper towels, he resolved to buy a typewriter.</p>
39 </section> 40 </section>
41</article>
40 42
41 <nav> 43 <nav>
42 <a class="prevlink" href="leaf.html"> 44 <a class="prevlink" href="leaf.html"
45 title="Next article in Buildings out of air: Paul in the Woods">
43 Leaf 46 Leaf
44 </a> 47 </a>
45 <a class="prevlink" href="window.html"> 48 <a class="prevlink" href="window.html"
49 title="Next article in Buildings out of air: Paul in the Woods">
46 Window 50 Window
47 </a> 51 </a>
48 <a href="#" id="lozenge" title="Random page"> &loz; </a> 52 <a href="#" id="lozenge" title="Random page"> &loz; </a>
49 <a class="nextlink" href="notes.html"> 53 <a class="nextlink" href="notes.html"
50 Notes 54 title="Previous article in Buildings out of air: Paul in the Woods">
55 Notes>
51 </a> 56 </a>
52 <a class="nextlink" href="x-ray.html"> 57 <a class="nextlink" href="x-ray.html"
53 X-ray 58 title="Previous article in Buildings out of air: Paul in the Woods">
59 X-ray>
54 </a> 60 </a>
55 </nav> 61 </nav>
56</body> 62</body>