about summary refs log tree commit diff stats
path: root/paul.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 /paul.html
parentRe write .thing into #container > .content (diff)
downloadautocento-0bc764f003a763a30f3030b4de233a512a016881.tar.gz
autocento-0bc764f003a763a30f3030b4de233a512a016881.zip
HTML compile 2015-03-09
Diffstat (limited to 'paul.html')
-rw-r--r--paul.html82
1 files changed, 44 insertions, 38 deletions
diff --git a/paul.html b/paul.html index 9e16da2..3d82bc6 100644 --- a/paul.html +++ b/paul.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">Paul</h1> 30 <h1 class="title">Paul</h1>
@@ -32,53 +33,58 @@
32 33
33 </header> 34 </header>
34 35
35 <section class="thing prose"> 36 <section class="content prose">
36 <blockquote> 37 <blockquote>
37 <p>CONTENTS OF THE SHED</p> 38 <p>CONTENTS OF THE SHED</p>
38 <ul> 39 <ul>
39 <li>typewriter</li> 40 <li>typewriter</li>
40 <li>writing desk</li> 41 <li>writing desk</li>
41 <li>notecards (top drawer of desk)</li> 42 <li>notecards (top drawer of desk)</li>
42 <li><a href="howithappened.html">pen</a> (fountain)</li> 43 <li><a href="howithappened.html">pen</a> (fountain)</li>
43 <li>inkpot (empty)</li> 44 <li>inkpot (empty)</li>
44 <li>wood (a lot, more out back)</li> 45 <li>wood (a lot, more out back)</li>
45 <li>bare lightbulb</li> 46 <li>bare lightbulb</li>
46 <li>candle</li> 47 <li>candle</li>
47 <li>wooden shelf with tools: 48 <li>wooden shelf with tools:
48 <ul> 49 <ul>
49 <li>claw hammer</li> 50 <li>claw hammer</li>
50 <li>screwdriver</li> 51 <li>screwdriver</li>
51 <li>prybar</li> 52 <li>prybar</li>
52 <li>2x wrench (different kinds)</li> 53 <li>2x wrench (different kinds)</li>
53 </ul></li> 54 </ul></li>
54 <li>tiller machine</li> 55 <li>tiller machine</li>
55 <li>push lawnmower</li> 56 <li>push lawnmower</li>
56 <li>hatchet</li> 57 <li>hatchet</li>
57 <li>axe</li> 58 <li>axe</li>
58 </ul> 59 </ul>
59 </blockquote> 60 </blockquote>
60 <p>He typed the list in the typewriter and looked around some more. He wanted to make sure he didn’t miss anything. Finally it hit him and he smiled. He typed one more line, stood up, and went out of the shed.</p> 61 <p>He typed the list in the typewriter and looked around some more. He wanted to make sure he didn’t miss anything. Finally it hit him and he smiled. He typed one more line, stood up, and went out of the shed.</p>
61 <blockquote> 62 <blockquote>
62 <ul> 63 <ul>
63 <li>Paul Bunyon</li> 64 <li>Paul Bunyon</li>
64 </ul> 65 </ul>
65 </blockquote> 66 </blockquote>
66 <p>He got some kerosene from under the house, poured it around the base of the shed, lit a cigarette. He smoked half of it and threw it down to start the fire.</p> 67 <p>He got some kerosene from under the house, poured it around the base of the shed, lit a cigarette. He smoked half of it and threw it down to start the fire.</p>
67 </section> 68 </section>
69</article>
68 70
69 <nav> 71 <nav>
70 <a class="prevlink" href="father.html"> 72 <a class="prevlink" href="father.html"
73 title="Next article in Buildings out of air: Paul in the Woods">
71 Father 74 Father
72 </a> 75 </a>
73 <a class="prevlink" href="options.html"> 76 <a class="prevlink" href="options.html"
77 title="Next article in Buildings out of air: Paul in the Woods">
74 Options 78 Options
75 </a> 79 </a>
76 <a href="#" id="lozenge" title="Random page"> &loz; </a> 80 <a href="#" id="lozenge" title="Random page"> &loz; </a>
77 <a class="nextlink" href="fire.html"> 81 <a class="nextlink" href="fire.html"
78 Fire 82 title="Previous article in Buildings out of air: Paul in the Woods">
83 Fire>
79 </a> 84 </a>
80 <a class="nextlink" href="phone.html"> 85 <a class="nextlink" href="phone.html"
81 Phone 86 title="Previous article in Buildings out of air: Paul in the Woods">
87 Phone>
82 </a> 88 </a>
83 </nav> 89 </nav>
84</body> 90</body>