about summary refs log tree commit diff stats
path: root/notes.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 /notes.html
parentRe write .thing into #container > .content (diff)
downloadautocento-0bc764f003a763a30f3030b4de233a512a016881.tar.gz
autocento-0bc764f003a763a30f3030b4de233a512a016881.zip
HTML compile 2015-03-09
Diffstat (limited to 'notes.html')
-rw-r--r--notes.html30
1 files changed, 18 insertions, 12 deletions
diff --git a/notes.html b/notes.html index 0ee7b39..355c6ba 100644 --- a/notes.html +++ b/notes.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">Notes</h1> 30 <h1 class="title">Notes</h1>
@@ -32,27 +33,32 @@
32 33
33 </header> 34 </header>
34 35
35 <section class="thing prose"> 36 <section class="content prose">
36 <p>Paul began typing on notecards. Somehow this felt right to his sensibilities. It was difficult to get the little cards into the typewriter. It was a pain to readjust the typewriter for regular paper when he wasn’t writing. He started typing everything on those little notecards: grocery lists, letters to his grandmother, <a href="telemarketer.html">even reports for work</a> (which is what got him in trouble).</p> 37 <p>Paul began typing on notecards. Somehow this felt right to his sensibilities. It was difficult to get the little cards into the typewriter. It was a pain to readjust the typewriter for regular paper when he wasn’t writing. He started typing everything on those little notecards: grocery lists, letters to his grandmother, <a href="telemarketer.html">even reports for work</a> (which is what got him in trouble).</p>
37 <p>But this was all later. For now he was writing his ideas, “notes” he now called them, something for him to combine later into something. He didn’t like to think about it. On this particular <a href="seasonal-affective-disorder.html">cold winter morning</a>, he wrote</p> 38 <p>But this was all later. For now he was writing his ideas, “notes” he now called them, something for him to combine later into something. He didn’t like to think about it. On this particular <a href="seasonal-affective-disorder.html">cold winter morning</a>, he wrote</p>
38 <blockquote> 39 <blockquote>
39 <p>Woke up from a <a href="in-bed.html">dream</a> I was famous. One of the more famous people in fact. I had written something everyone could relate to and at the same time proved my parents wrong. Because I made a lot of money. Or not a lot, but enough and more than they thought I would. It was a good day. Woke up this morning and I was still cold. <a href="something-simple.html">Still Paul.</a> Still not good at furniture.</p> 40 <p>Woke up from a <a href="in-bed.html">dream</a> I was famous. One of the more famous people in fact. I had written something everyone could relate to and at the same time proved my parents wrong. Because I made a lot of money. Or not a lot, but enough and more than they thought I would. It was a good day. Woke up this morning and I was still cold. <a href="something-simple.html">Still Paul.</a> Still not good at furniture.</p>
40 </blockquote> 41 </blockquote>
41 </section> 42 </section>
43</article>
42 44
43 <nav> 45 <nav>
44 <a class="prevlink" href="writing.html"> 46 <a class="prevlink" href="writing.html"
47 title="Next article in Buildings out of air: Paul in the Woods">
45 Writing 48 Writing
46 </a> 49 </a>
47 <a class="prevlink" href="man.html"> 50 <a class="prevlink" href="man.html"
51 title="Next article in Buildings out of air: Paul in the Woods">
48 Man 52 Man
49 </a> 53 </a>
50 <a href="#" id="lozenge" title="Random page"> &loz; </a> 54 <a href="#" id="lozenge" title="Random page"> &loz; </a>
51 <a class="nextlink" href="shed.html"> 55 <a class="nextlink" href="shed.html"
52 Shed 56 title="Previous article in Buildings out of air: Paul in the Woods">
57 Shed>
53 </a> 58 </a>
54 <a class="nextlink" href="options.html"> 59 <a class="nextlink" href="options.html"
55 Options 60 title="Previous article in Buildings out of air: Paul in the Woods">
61 Options>
56 </a> 62 </a>
57 </nav> 63 </nav>
58</body> 64</body>