about summary refs log tree commit diff stats
path: root/leg.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 /leg.html
parentRe write .thing into #container > .content (diff)
downloadautocento-0bc764f003a763a30f3030b4de233a512a016881.tar.gz
autocento-0bc764f003a763a30f3030b4de233a512a016881.zip
HTML compile 2015-03-09
Diffstat (limited to 'leg.html')
-rw-r--r--leg.html54
1 files changed, 30 insertions, 24 deletions
diff --git a/leg.html b/leg.html index eed0034..a36bd4b 100644 --- a/leg.html +++ b/leg.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">Leg</h1> 30 <h1 class="title">Leg</h1>
@@ -32,39 +33,44 @@
32 33
33 </header> 34 </header>
34 35
35 <section class="thing prose"> 36 <section class="content prose">
36 <p>His first chair was a stool. It was an <a href="stump.html">uneven wobbly stool</a> that would not support even forty pounds. “So my first chair is a broken stool” he said after nearly breaking his tailbone on the dirt floor. “Maybe I should start again but this time only with legs.” He began again but this time only with legs. He built <a href="i-think-its-you.html">one leg</a>, which means he cut a straight piece of wood down to four feet in length, whittled the bark off, and sanded it down smooth in what he was now calling his Woodworking Shack. He typed up a note on how to make chair legs.</p> 37 <p>His first chair was a stool. It was an <a href="stump.html">uneven wobbly stool</a> that would not support even forty pounds. “So my first chair is a broken stool” he said after nearly breaking his tailbone on the dirt floor. “Maybe I should start again but this time only with legs.” He began again but this time only with legs. He built <a href="i-think-its-you.html">one leg</a>, which means he cut a straight piece of wood down to four feet in length, whittled the bark off, and sanded it down smooth in what he was now calling his Woodworking Shack. He typed up a note on how to make chair legs.</p>
37 <blockquote> 38 <blockquote>
38 <p>MAKING CHAIR LEGS</p> 39 <p>MAKING CHAIR LEGS</p>
39 <ol type="1"> 40 <ol type="1">
40 <li>get longish piece of wood</li> 41 <li>get longish piece of wood</li>
41 <li>cut it to length (<a href="boar.html">4 feet</a> I’d recommend)</li> 42 <li>cut it to length (<a href="boar.html">4 feet</a> I’d recommend)</li>
42 <li>whittle off bark</li> 43 <li>whittle off bark</li>
43 <li>sand smooth the leg</li> 44 <li>sand smooth the leg</li>
44 </ol> 45 </ol>
45 </blockquote> 46 </blockquote>
46 <p>After he tried remembered tried standing the leg up, failing, and after much thought realizing that the ends needed to be flat, he typed one more line on his notecard:</p> 47 <p>After he tried remembered tried standing the leg up, failing, and after much thought realizing that the ends needed to be flat, he typed one more line on his notecard:</p>
47 <blockquote> 48 <blockquote>
48 <ol start="5" type="1"> 49 <ol start="5" type="1">
49 <li>make ends flat</li> 50 <li>make ends flat</li>
50 </ol> 51 </ol>
51 </blockquote> 52 </blockquote>
52 <p>He had no tools with which to flatten the ends of his leg.</p> 53 <p>He had no tools with which to flatten the ends of his leg.</p>
53 </section> 54 </section>
55</article>
54 56
55 <nav> 57 <nav>
56 <a class="prevlink" href="toilet.html"> 58 <a class="prevlink" href="toilet.html"
59 title="Next article in Buildings out of air: Paul in the Woods">
57 Toilet 60 Toilet
58 </a> 61 </a>
59 <a class="prevlink" href="leaf.html"> 62 <a class="prevlink" href="leaf.html"
63 title="Next article in Buildings out of air: Paul in the Woods">
60 Leaf 64 Leaf
61 </a> 65 </a>
62 <a href="#" id="lozenge" title="Random page"> &loz; </a> 66 <a href="#" id="lozenge" title="Random page"> &loz; </a>
63 <a class="nextlink" href="planks.html"> 67 <a class="nextlink" href="planks.html"
64 Planks 68 title="Previous article in Buildings out of air: Paul in the Woods">
69 Planks>
65 </a> 70 </a>
66 <a class="nextlink" href="man.html"> 71 <a class="nextlink" href="man.html"
67 Man 72 title="Previous article in Buildings out of air: Paul in the Woods">
73 Man>
68 </a> 74 </a>
69 </nav> 75 </nav>
70</body> 76</body>