diff options
author | Case Duckworth | 2015-03-02 19:19:32 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-02 19:19:32 -0700 |
commit | 19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29 (patch) | |
tree | 17c45f66a90ef6cf7de7889dd42c4eac5fcc9fcc | |
parent | Add test suite (diff) | |
download | autocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.tar.gz autocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.zip |
Change width of webpages; streamline template
128 files changed, 788 insertions, 650 deletions
diff --git a/100-lines.html b/100-lines.html index 5218749..87860a2 100644 --- a/100-lines.html +++ b/100-lines.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">100 lines</h1> | 23 | <h1 class="title">100 lines</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
diff --git a/_template.html b/_template.html index b662855..ec2fe36 100644 --- a/_template.html +++ b/_template.html | |||
@@ -29,26 +29,23 @@ $for(include-before)$ $include-before$ $endfor$ | |||
29 | <!-- title --> | 29 | <!-- title --> |
30 | $if(title)$<h1 class="title">$title$</h1>$endif$ | 30 | $if(title)$<h1 class="title">$title$</h1>$endif$ |
31 | $if(subtitle)$<h1 class="subtitle">$subtitle$</h1>$endif$ | 31 | $if(subtitle)$<h1 class="subtitle">$subtitle$</h1>$endif$ |
32 | |||
32 | $if(epigraph.content)$ | 33 | $if(epigraph.content)$ |
33 | <!-- epigraph --> | 34 | <!-- epigraph --> |
34 | <p class="epigraph"> | 35 | <div class="epigraph"> |
35 | $if(epigraph.link)$ | 36 | $if(epigraph.link)$ |
36 | <a href="$epigraph.link$">$epigraph.content$</a> | 37 | <a href="$epigraph.link$">$epigraph.content$</a> |
37 | $else$ | 38 | $else$ |
38 | $epigraph.content$ | 39 | $epigraph.content$ |
39 | $endif$ | 40 | $endif$ |
40 | </p> | 41 | </div> |
41 | $if(epigraph.attrib)$ | 42 | $if(epigraph.attrib)$ |
42 | <p class="epigraph-attrib"> | 43 | <div class="epigraph-attrib">$epigraph.attrib$</div> |
43 | — $epigraph.attrib$ | ||
44 | </p> | ||
45 | $endif$ | 44 | $endif$ |
46 | $endif$ | 45 | $endif$ |
47 | $if(dedication)$ | 46 | $if(dedication)$ |
48 | <!-- dedication --> | 47 | <!-- dedication --> |
49 | <p class="dedication"> | 48 | <div class="dedication">$dedication$</div> |
50 | <em>for $dedication$</em> | ||
51 | </p> | ||
52 | $endif$ | 49 | $endif$ |
53 | </header> | 50 | </header> |
54 | 51 | ||
@@ -58,14 +55,14 @@ $for(include-before)$ $include-before$ $endfor$ | |||
58 | 55 | ||
59 | <nav> | 56 | <nav> |
60 | $for(project.prev)$ | 57 | $for(project.prev)$ |
61 | <a href="$project.prev.link$.html"> | 58 | <a class="prevlink" href="$project.prev.link$.html"> |
62 | <span class="prevlink">< $project.prev.title$</span> | 59 | $project.prev.title$ |
63 | </a> | 60 | </a> |
64 | $endfor$ | 61 | $endfor$ |
65 | <a href="#" id="lozenge"> ◊ </a> | 62 | <a href="#" id="lozenge"> ◊ </a> |
66 | $for(project.next)$ | 63 | $for(project.next)$ |
67 | <a href="$project.next.link$.html"> | 64 | <a class="nextlink" href="$project.next.link$.html"> |
68 | <span class="nextlink">$project.next.title$ ></span> | 65 | $project.next.title$ |
69 | </a> | 66 | </a> |
70 | $endfor$ | 67 | $endfor$ |
71 | </nav> | 68 | </nav> |
diff --git a/about-the-author.html b/about-the-author.html index b02e4f7..89e353f 100644 --- a/about-the-author.html +++ b/about-the-author.html | |||
@@ -22,10 +22,11 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">About the author</h1> | 23 | <h1 class="title">About the author</h1> |
24 | <h1 class="subtitle">(not pictured)</h1> | 24 | <h1 class="subtitle">(not pictured)</h1> |
25 | |||
25 | <!-- epigraph --> | 26 | <!-- epigraph --> |
26 | <p class="epigraph"> | 27 | <div class="epigraph"> |
27 | The body that surrounds him is his, but his insides are not. | 28 | The body that surrounds him is his, but his insides are not. |
28 | </p> | 29 | </div> |
29 | </header> | 30 | </header> |
30 | 31 | ||
31 | <section class="thing prose"> | 32 | <section class="thing prose"> |
@@ -72,11 +73,11 @@ | |||
72 | </section> | 73 | </section> |
73 | 74 | ||
74 | <nav> | 75 | <nav> |
75 | <a href="music-433.html"> | 76 | <a class="prevlink" href="music-433.html"> |
76 | <span class="prevlink">< <p>Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing</p></span> | 77 | <p>Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing</p> |
77 | </a> | 78 | </a> |
78 | <a href="riptide_memory.html"> | 79 | <a class="prevlink" href="riptide_memory.html"> |
79 | <span class="prevlink">< Riptide of memory</span> | 80 | Riptide of memory |
80 | </a> | 81 | </a> |
81 | <a href="#" id="lozenge"> ◊ </a> | 82 | <a href="#" id="lozenge"> ◊ </a> |
82 | </nav> | 83 | </nav> |
diff --git a/amber-alert.html b/amber-alert.html index 6cd474f..4dcdf52 100644 --- a/amber-alert.html +++ b/amber-alert.html | |||
@@ -22,10 +22,11 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">AMBER alert</h1> | 23 | <h1 class="title">AMBER alert</h1> |
24 | 24 | ||
25 | |||
25 | <!-- epigraph --> | 26 | <!-- epigraph --> |
26 | <p class="epigraph"> | 27 | <div class="epigraph"> |
27 | <a href="http://www.boston.com/bostonglobe/ideas/articles/2008/07/20/abducted/?page=full">Apparently it does nothing.</a> | 28 | <a href="http://www.boston.com/bostonglobe/ideas/articles/2008/07/20/abducted/?page=full">Apparently it does nothing.</a> |
28 | </p> | 29 | </div> |
29 | </header> | 30 | </header> |
30 | 31 | ||
31 | <section class="thing prose"> | 32 | <section class="thing prose"> |
@@ -36,18 +37,18 @@ | |||
36 | </section> | 37 | </section> |
37 | 38 | ||
38 | <nav> | 39 | <nav> |
39 | <a href="last-bastion.html"> | 40 | <a class="prevlink" href="last-bastion.html"> |
40 | <span class="prevlink">< Last bastion</span> | 41 | Last bastion |
41 | </a> | 42 | </a> |
42 | <a href="poetry-time.html"> | 43 | <a class="prevlink" href="poetry-time.html"> |
43 | <span class="prevlink">< Something about the nature of poetry and time</span> | 44 | Something about the nature of poetry and time |
44 | </a> | 45 | </a> |
45 | <a href="#" id="lozenge"> ◊ </a> | 46 | <a href="#" id="lozenge"> ◊ </a> |
46 | <a href="exasperated.html"> | 47 | <a class="nextlink" href="exasperated.html"> |
47 | <span class="nextlink">Exasperated ></span> | 48 | Exasperated |
48 | </a> | 49 | </a> |
49 | <a href="death-zone.html"> | 50 | <a class="nextlink" href="death-zone.html"> |
50 | <span class="nextlink">The Death Zone ></span> | 51 | The Death Zone |
51 | </a> | 52 | </a> |
52 | </nav> | 53 | </nav> |
53 | 54 | ||
diff --git a/and.html b/and.html index 6c44cdf..fecf879 100644 --- a/and.html +++ b/and.html | |||
@@ -22,14 +22,13 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">And</h1> | 23 | <h1 class="title">And</h1> |
24 | 24 | ||
25 | |||
25 | <!-- epigraph --> | 26 | <!-- epigraph --> |
26 | <p class="epigraph"> | 27 | <div class="epigraph"> |
27 | <a href="http://www.theguardian.com/lifeandstyle/2011/oct/28/margaret-atwood-q-a"><p>“What is your favorite word?”</p> | 28 | <a href="http://www.theguardian.com/lifeandstyle/2011/oct/28/margaret-atwood-q-a"><p>“What is your favorite word?”</p> |
28 | <p>“And. It is so hopeful.”</p></a> | 29 | <p>“And. It is so hopeful.”</p></a> |
29 | </p> | 30 | </div> |
30 | <p class="epigraph-attrib"> | 31 | <div class="epigraph-attrib">Margaret Atwood</div> |
31 | — Margaret Atwood | ||
32 | </p> | ||
33 | </header> | 32 | </header> |
34 | 33 | ||
35 | <section class="thing verse"> | 34 | <section class="thing verse"> |
@@ -38,12 +37,12 @@ | |||
38 | </section> | 37 | </section> |
39 | 38 | ||
40 | <nav> | 39 | <nav> |
41 | <a href="howtoread.html"> | 40 | <a class="prevlink" href="howtoread.html"> |
42 | <span class="prevlink">< How to read this</span> | 41 | How to read this |
43 | </a> | 42 | </a> |
44 | <a href="#" id="lozenge"> ◊ </a> | 43 | <a href="#" id="lozenge"> ◊ </a> |
45 | <a href="words-meaning.html"> | 44 | <a class="nextlink" href="words-meaning.html"> |
46 | <span class="nextlink">Words and meaning ></span> | 45 | Words and meaning |
47 | </a> | 46 | </a> |
48 | </nav> | 47 | </nav> |
49 | 48 | ||
diff --git a/angeltoabraham.html b/angeltoabraham.html index e57f469..6f5c806 100644 --- a/angeltoabraham.html +++ b/angeltoabraham.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">The angel to Abraham</h1> | 23 | <h1 class="title">The angel to Abraham</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -32,12 +33,12 @@ | |||
32 | </section> | 33 | </section> |
33 | 34 | ||
34 | <nav> | 35 | <nav> |
35 | <a href="deadman.html"> | 36 | <a class="prevlink" href="deadman.html"> |
36 | <span class="prevlink">< Dead man</span> | 37 | Dead man |
37 | </a> | 38 | </a> |
38 | <a href="#" id="lozenge"> ◊ </a> | 39 | <a href="#" id="lozenge"> ◊ </a> |
39 | <a href="feedingtheraven.html"> | 40 | <a class="nextlink" href="feedingtheraven.html"> |
40 | <span class="nextlink">Feeding the raven ></span> | 41 | Feeding the raven |
41 | </a> | 42 | </a> |
42 | </nav> | 43 | </nav> |
43 | 44 | ||
diff --git a/apollo11.html b/apollo11.html index d4f76b9..fc33350 100644 --- a/apollo11.html +++ b/apollo11.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">On seeing the panorama of the Apollo 11 landing site</h1> | 23 | <h1 class="title">On seeing the panorama of the Apollo 11 landing site</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
diff --git a/arspoetica.html b/arspoetica.html index 346ec74..9e21036 100644 --- a/arspoetica.html +++ b/arspoetica.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Ars poetica</h1> | 23 | <h1 class="title">Ars poetica</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -32,12 +33,12 @@ | |||
32 | </section> | 33 | </section> |
33 | 34 | ||
34 | <nav> | 35 | <nav> |
35 | <a href="apollo11.html"> | 36 | <a class="prevlink" href="apollo11.html"> |
36 | <span class="prevlink">< On seeing the panorama of the Apollo 11 landing site</span> | 37 | On seeing the panorama of the Apollo 11 landing site |
37 | </a> | 38 | </a> |
38 | <a href="#" id="lozenge"> ◊ </a> | 39 | <a href="#" id="lozenge"> ◊ </a> |
39 | <a href="theoceanoverflowswithcamels.html"> | 40 | <a class="nextlink" href="theoceanoverflowswithcamels.html"> |
40 | <span class="nextlink">The ocean overflows with camels ></span> | 41 | The ocean overflows with camels |
41 | </a> | 42 | </a> |
42 | </nav> | 43 | </nav> |
43 | 44 | ||
diff --git a/art.html b/art.html index 12d9c19..e2f2d7b 100644 --- a/art.html +++ b/art.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Art</h1> | 23 | <h1 class="title">Art</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -32,11 +33,11 @@ | |||
32 | 33 | ||
33 | <nav> | 34 | <nav> |
34 | <a href="#" id="lozenge"> ◊ </a> | 35 | <a href="#" id="lozenge"> ◊ </a> |
35 | <a href="hymnal.html"> | 36 | <a class="nextlink" href="hymnal.html"> |
36 | <span class="nextlink">Hymnal ></span> | 37 | Hymnal |
37 | </a> | 38 | </a> |
38 | <a href="axe.html"> | 39 | <a class="nextlink" href="axe.html"> |
39 | <span class="nextlink">Axe ></span> | 40 | Axe |
40 | </a> | 41 | </a> |
41 | </nav> | 42 | </nav> |
42 | 43 | ||
diff --git a/axe.html b/axe.html index 7f48450..055bd00 100644 --- a/axe.html +++ b/axe.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Axe</h1> | 23 | <h1 class="title">Axe</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -33,11 +34,11 @@ | |||
33 | 34 | ||
34 | <nav> | 35 | <nav> |
35 | <a href="#" id="lozenge"> ◊ </a> | 36 | <a href="#" id="lozenge"> ◊ </a> |
36 | <a href="leaf.html"> | 37 | <a class="nextlink" href="leaf.html"> |
37 | <span class="nextlink">Leaf ></span> | 38 | Leaf |
38 | </a> | 39 | </a> |
39 | <a href="building.html"> | 40 | <a class="nextlink" href="building.html"> |
40 | <span class="nextlink">Building ></span> | 41 | Building |
41 | </a> | 42 | </a> |
42 | </nav> | 43 | </nav> |
43 | 44 | ||
diff --git a/big-dipper.html b/big-dipper.html index b516daf..09ec7a9 100644 --- a/big-dipper.html +++ b/big-dipper.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">The Big Dipper</h1> | 23 | <h1 class="title">The Big Dipper</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -31,18 +32,18 @@ | |||
31 | </section> | 32 | </section> |
32 | 33 | ||
33 | <nav> | 34 | <nav> |
34 | <a href="death-zone.html"> | 35 | <a class="prevlink" href="death-zone.html"> |
35 | <span class="prevlink">< The Death Zone</span> | 36 | The Death Zone |
36 | </a> | 37 | </a> |
37 | <a href="table_contents.html"> | 38 | <a class="prevlink" href="table_contents.html"> |
38 | <span class="prevlink">< Table of Contents</span> | 39 | Table of Contents |
39 | </a> | 40 | </a> |
40 | <a href="#" id="lozenge"> ◊ </a> | 41 | <a href="#" id="lozenge"> ◊ </a> |
41 | <a href="moon-drowning.html"> | 42 | <a class="nextlink" href="moon-drowning.html"> |
42 | <span class="nextlink">The Moon is drowning ></span> | 43 | The Moon is drowning |
43 | </a> | 44 | </a> |
44 | <a href="poetry-time.html"> | 45 | <a class="nextlink" href="poetry-time.html"> |
45 | <span class="nextlink">Something about the nature of poetry and time ></span> | 46 | Something about the nature of poetry and time |
46 | </a> | 47 | </a> |
47 | </nav> | 48 | </nav> |
48 | 49 | ||
diff --git a/boar.html b/boar.html index c75cbce..838dc8f 100644 --- a/boar.html +++ b/boar.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">The boar</h1> | 23 | <h1 class="title">The boar</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -33,12 +34,12 @@ | |||
33 | </section> | 34 | </section> |
34 | 35 | ||
35 | <nav> | 36 | <nav> |
36 | <a href="theoceanoverflowswithcamels.html"> | 37 | <a class="prevlink" href="theoceanoverflowswithcamels.html"> |
37 | <span class="prevlink">< The ocean overflows with camels</span> | 38 | The ocean overflows with camels |
38 | </a> | 39 | </a> |
39 | <a href="#" id="lozenge"> ◊ </a> | 40 | <a href="#" id="lozenge"> ◊ </a> |
40 | <a href="deadman.html"> | 41 | <a class="nextlink" href="deadman.html"> |
41 | <span class="nextlink">Dead man ></span> | 42 | Dead man |
42 | </a> | 43 | </a> |
43 | </nav> | 44 | </nav> |
44 | 45 | ||
diff --git a/boy_bus.html b/boy_bus.html index 822ad4b..8323d10 100644 --- a/boy_bus.html +++ b/boy_bus.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Boy on the bus</h1> | 23 | <h1 class="title">Boy on the bus</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -32,18 +33,18 @@ | |||
32 | </section> | 33 | </section> |
33 | 34 | ||
34 | <nav> | 35 | <nav> |
35 | <a href="lappel-du-vide.html"> | 36 | <a class="prevlink" href="lappel-du-vide.html"> |
36 | <span class="prevlink">< L’appel du vide</span> | 37 | L’appel du vide |
37 | </a> | 38 | </a> |
38 | <a href="exasperated.html"> | 39 | <a class="prevlink" href="exasperated.html"> |
39 | <span class="prevlink">< Exasperated</span> | 40 | Exasperated |
40 | </a> | 41 | </a> |
41 | <a href="#" id="lozenge"> ◊ </a> | 42 | <a href="#" id="lozenge"> ◊ </a> |
42 | <a href="i-think-its-you.html"> | 43 | <a class="nextlink" href="i-think-its-you.html"> |
43 | <span class="nextlink">I think it’s you (but it’s not) ></span> | 44 | I think it’s you (but it’s not) |
44 | </a> | 45 | </a> |
45 | <a href="last-bastion.html"> | 46 | <a class="nextlink" href="last-bastion.html"> |
46 | <span class="nextlink">Last Bastion ></span> | 47 | Last Bastion |
47 | </a> | 48 | </a> |
48 | </nav> | 49 | </nav> |
49 | 50 | ||
diff --git a/building.html b/building.html index d356abc..50dac74 100644 --- a/building.html +++ b/building.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Building</h1> | 23 | <h1 class="title">Building</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -33,11 +34,11 @@ | |||
33 | 34 | ||
34 | <nav> | 35 | <nav> |
35 | <a href="#" id="lozenge"> ◊ </a> | 36 | <a href="#" id="lozenge"> ◊ </a> |
36 | <a href="yellow.html"> | 37 | <a class="nextlink" href="yellow.html"> |
37 | <span class="nextlink">Yellow ></span> | 38 | Yellow |
38 | </a> | 39 | </a> |
39 | <a href="cereal.html"> | 40 | <a class="nextlink" href="cereal.html"> |
40 | <span class="nextlink">Cereal ></span> | 41 | Cereal |
41 | </a> | 42 | </a> |
42 | </nav> | 43 | </nav> |
43 | 44 | ||
diff --git a/call-me-aural-pleasure.html b/call-me-aural-pleasure.html index db31cf4..7d4a7f2 100644 --- a/call-me-aural-pleasure.html +++ b/call-me-aural-pleasure.html | |||
@@ -22,10 +22,11 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Call me</h1> | 23 | <h1 class="title">Call me</h1> |
24 | <h1 class="subtitle">aural pleasure</h1> | 24 | <h1 class="subtitle">aural pleasure</h1> |
25 | |||
25 | <!-- epigraph --> | 26 | <!-- epigraph --> |
26 | <p class="epigraph"> | 27 | <div class="epigraph"> |
27 | <a href="https://www.facebook.com/kittensruleforever38"><p>compiled thru Facebook statuses of the author</p></a> | 28 | <a href="https://www.facebook.com/kittensruleforever38"><p>compiled thru Facebook statuses of the author</p></a> |
28 | </p> | 29 | </div> |
29 | </header> | 30 | </header> |
30 | 31 | ||
31 | <section class="thing verse"> | 32 | <section class="thing verse"> |
diff --git a/cereal.html b/cereal.html index 184ed3c..cb08a1c 100644 --- a/cereal.html +++ b/cereal.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Cereal</h1> | 23 | <h1 class="title">Cereal</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -33,11 +34,11 @@ | |||
33 | 34 | ||
34 | <nav> | 35 | <nav> |
35 | <a href="#" id="lozenge"> ◊ </a> | 36 | <a href="#" id="lozenge"> ◊ </a> |
36 | <a href="man.html"> | 37 | <a class="nextlink" href="man.html"> |
37 | <span class="nextlink">Man ></span> | 38 | Man |
38 | </a> | 39 | </a> |
39 | <a href="dream.html"> | 40 | <a class="nextlink" href="dream.html"> |
40 | <span class="nextlink">Dream ></span> | 41 | Dream |
41 | </a> | 42 | </a> |
42 | </nav> | 43 | </nav> |
43 | 44 | ||
diff --git a/cold-wind.html b/cold-wind.html index feabdca..618dc0c 100644 --- a/cold-wind.html +++ b/cold-wind.html | |||
@@ -22,10 +22,9 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Cold wind</h1> | 23 | <h1 class="title">Cold wind</h1> |
24 | 24 | ||
25 | |||
25 | <!-- dedication --> | 26 | <!-- dedication --> |
26 | <p class="dedication"> | 27 | <div class="dedication">Justin</div> |
27 | <em>for Justin</em> | ||
28 | </p> | ||
29 | </header> | 28 | </header> |
30 | 29 | ||
31 | <section class="thing verse"> | 30 | <section class="thing verse"> |
diff --git a/creation-myth.html b/creation-myth.html index cfc146f..5bd31ef 100644 --- a/creation-myth.html +++ b/creation-myth.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Creation myth</h1> | 23 | <h1 class="title">Creation myth</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
diff --git a/css/_common.css b/css/_common.css index 751b5de..0e06824 100644 --- a/css/_common.css +++ b/css/_common.css | |||
@@ -3,16 +3,22 @@ | |||
3 | * margins & widths | 3 | * margins & widths |
4 | * text sizes & font assignments | 4 | * text sizes & font assignments |
5 | * link rendering | 5 | * link rendering |
6 | * vim: fdm=marker | ||
6 | */ | 7 | */ |
7 | 8 | /* Import rules {{{ */ | |
8 | @import url("./fonts/playfair.css"); | 9 | @import url("./fonts/playfair.css"); |
9 | @import url("./fonts/fira.css"); | 10 | @import url("./fonts/fira.css"); |
10 | /* @import url("fonts/courier-prime.css"); | 11 | /* @import url("fonts/courier-prime.css"); |
11 | * ^^^^^^ for typewriter pages in Paul */ | 12 | * ^^^^^^ for typewriter pages in Paul */ |
12 | 13 | /* }}} */ | |
14 | /* Body & Links {{{ */ | ||
13 | body { | 15 | body { |
14 | font-family: Fira, serif; | 16 | font-family: Fira, sans-serif; |
15 | font-size: 14pt; | 17 | font-size: 12pt; |
18 | } | ||
19 | .thing { | ||
20 | max-width: 39em; | ||
21 | margin: auto; | ||
16 | } | 22 | } |
17 | 23 | ||
18 | /* Links */ | 24 | /* Links */ |
@@ -31,12 +37,19 @@ a:hover { | |||
31 | a:active { | 37 | a:active { |
32 | color: green; | 38 | color: green; |
33 | } | 39 | } |
34 | 40 | /* }}} */ | |
35 | /* Headings */ | 41 | /* Header section {{{ */ |
42 | header { | ||
43 | max-width: 39em; | ||
44 | margin: auto; | ||
45 | } | ||
46 | /* headings */ | ||
36 | h1.title { | 47 | h1.title { |
37 | font-family: Playfair, serif; | 48 | font-family: Playfair, serif; |
38 | font-size: 16pt; | 49 | font-size: 16pt; |
39 | font-weight: bold; | 50 | font-weight: bold; |
51 | letter-spacing: 0.1em; | ||
52 | text-transform: uppercase; | ||
40 | } | 53 | } |
41 | h1.subtitle { | 54 | h1.subtitle { |
42 | font-family: Playfair, serif; | 55 | font-family: Playfair, serif; |
@@ -48,3 +61,34 @@ h2 { | |||
48 | font-size: 14pt; | 61 | font-size: 14pt; |
49 | font-weight: 600; | 62 | font-weight: 600; |
50 | } | 63 | } |
64 | /* Epigraph & Dedication */ | ||
65 | .epigraph { | ||
66 | text-align: right; | ||
67 | } | ||
68 | .epigraph p { | ||
69 | margin: 0; | ||
70 | } | ||
71 | .epigraph-attrib { | ||
72 | text-align: right; | ||
73 | margin-top: 0; | ||
74 | } | ||
75 | .epigraph-attrib:before { | ||
76 | content: '– '; | ||
77 | } | ||
78 | |||
79 | .dedication { | ||
80 | font-style: italic; | ||
81 | text-align: right; | ||
82 | } | ||
83 | .dedication:before { | ||
84 | content: 'for '; | ||
85 | font-style: italic; | ||
86 | } | ||
87 | /* }}} */ | ||
88 | /* Navigation {{{ */ | ||
89 | nav { | ||
90 | max-width: 39em; | ||
91 | margin: auto; | ||
92 | text-align: center; | ||
93 | } | ||
94 | /* }}} */ | ||
diff --git a/css/fonts/playfair.css b/css/fonts/playfair.css index 4200869..da8431e 100644 --- a/css/fonts/playfair.css +++ b/css/fonts/playfair.css | |||
@@ -52,14 +52,14 @@ | |||
52 | /* SMALL CAPS VARIANT {{{ */ | 52 | /* SMALL CAPS VARIANT {{{ */ |
53 | /* Regular = 400 */ | 53 | /* Regular = 400 */ |
54 | @font-face { | 54 | @font-face { |
55 | font-family: Playfair; | 55 | font-family: PlayfairSC; |
56 | font-variant: small-caps; | 56 | font-variant: small-caps; |
57 | font-weight: 400; | 57 | font-weight: 400; |
58 | font-style: normal; | 58 | font-style: normal; |
59 | src: url("PlayfairDisplaySC-Regular.ttf"); | 59 | src: url("PlayfairDisplaySC-Regular.ttf"); |
60 | } | 60 | } |
61 | @font-face { | 61 | @font-face { |
62 | font-family: Playfair; | 62 | font-family: PlayfairSC; |
63 | font-variant: small-caps; | 63 | font-variant: small-caps; |
64 | font-weight: 400; | 64 | font-weight: 400; |
65 | font-style: italic; | 65 | font-style: italic; |
@@ -67,14 +67,14 @@ | |||
67 | } | 67 | } |
68 | /* Bold = 700 */ | 68 | /* Bold = 700 */ |
69 | @font-face { | 69 | @font-face { |
70 | font-family: Playfair; | 70 | font-family: PlayfairSC; |
71 | font-variant: small-caps; | 71 | font-variant: small-caps; |
72 | font-weight: 700; | 72 | font-weight: 700; |
73 | font-style: normal; | 73 | font-style: normal; |
74 | src: url("PlayfairDisplaySC-Bold.ttf"); | 74 | src: url("PlayfairDisplaySC-Bold.ttf"); |
75 | } | 75 | } |
76 | @font-face { | 76 | @font-face { |
77 | font-family: Playfair; | 77 | font-family: PlayfairSC; |
78 | font-variant: small-caps; | 78 | font-variant: small-caps; |
79 | font-weight: 700; | 79 | font-weight: 700; |
80 | font-style: italic; | 80 | font-style: italic; |
@@ -82,14 +82,14 @@ | |||
82 | } | 82 | } |
83 | /* Black = 900 */ | 83 | /* Black = 900 */ |
84 | @font-face { | 84 | @font-face { |
85 | font-family: Playfair; | 85 | font-family: PlayfairSC; |
86 | font-variant: small-caps; | 86 | font-variant: small-caps; |
87 | font-weight: 900; | 87 | font-weight: 900; |
88 | font-style: normal; | 88 | font-style: normal; |
89 | src: url("PlayfairDisplaySC-Black.ttf"); | 89 | src: url("PlayfairDisplaySC-Black.ttf"); |
90 | } | 90 | } |
91 | @font-face { | 91 | @font-face { |
92 | font-family: Playfair; | 92 | font-family: PlayfairSC; |
93 | font-variant: small-caps; | 93 | font-variant: small-caps; |
94 | font-weight: 900; | 94 | font-weight: 900; |
95 | font-style: italic; | 95 | font-style: italic; |
diff --git a/deadman.html b/deadman.html index 7b1571c..52c45a9 100644 --- a/deadman.html +++ b/deadman.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Dead man</h1> | 23 | <h1 class="title">Dead man</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -29,12 +30,12 @@ | |||
29 | </section> | 30 | </section> |
30 | 31 | ||
31 | <nav> | 32 | <nav> |
32 | <a href="boar.html"> | 33 | <a class="prevlink" href="boar.html"> |
33 | <span class="prevlink">< The boar</span> | 34 | The boar |
34 | </a> | 35 | </a> |
35 | <a href="#" id="lozenge"> ◊ </a> | 36 | <a href="#" id="lozenge"> ◊ </a> |
36 | <a href="angeltoabraham.html"> | 37 | <a class="nextlink" href="angeltoabraham.html"> |
37 | <span class="nextlink">The angel to Abraham ></span> | 38 | The angel to Abraham |
38 | </a> | 39 | </a> |
39 | </nav> | 40 | </nav> |
40 | 41 | ||
diff --git a/death-zone.html b/death-zone.html index 5ec54a2..0eb42f8 100644 --- a/death-zone.html +++ b/death-zone.html | |||
@@ -22,13 +22,12 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">The Death Zone</h1> | 23 | <h1 class="title">The Death Zone</h1> |
24 | 24 | ||
25 | |||
25 | <!-- epigraph --> | 26 | <!-- epigraph --> |
26 | <p class="epigraph"> | 27 | <div class="epigraph"> |
27 | <a href="http://www.npr.org/blogs/13.7/2013/11/19/245996903/embracing-life-and-death">And my life became death.</a> | 28 | <a href="http://www.npr.org/blogs/13.7/2013/11/19/245996903/embracing-life-and-death">And my life became death.</a> |
28 | </p> | 29 | </div> |
29 | <p class="epigraph-attrib"> | 30 | <div class="epigraph-attrib">Philip Gould</div> |
30 | — Philip Gould | ||
31 | </p> | ||
32 | </header> | 31 | </header> |
33 | 32 | ||
34 | <section class="thing verse"> | 33 | <section class="thing verse"> |
@@ -45,18 +44,18 @@ | |||
45 | </section> | 44 | </section> |
46 | 45 | ||
47 | <nav> | 46 | <nav> |
48 | <a href="exasperated.html"> | 47 | <a class="prevlink" href="exasperated.html"> |
49 | <span class="prevlink">< Exasperated</span> | 48 | Exasperated |
50 | </a> | 49 | </a> |
51 | <a href="amber-alert.html"> | 50 | <a class="prevlink" href="amber-alert.html"> |
52 | <span class="prevlink">< AMBER alert</span> | 51 | AMBER alert |
53 | </a> | 52 | </a> |
54 | <a href="#" id="lozenge"> ◊ </a> | 53 | <a href="#" id="lozenge"> ◊ </a> |
55 | <a href="big-dipper.html"> | 54 | <a class="nextlink" href="big-dipper.html"> |
56 | <span class="nextlink">The Big Dipper ></span> | 55 | The Big Dipper |
57 | </a> | 56 | </a> |
58 | <a href="exasperated.html"> | 57 | <a class="nextlink" href="exasperated.html"> |
59 | <span class="nextlink">Exasperated ></span> | 58 | Exasperated |
60 | </a> | 59 | </a> |
61 | </nav> | 60 | </nav> |
62 | 61 | ||
diff --git a/deathstrumpet.html b/deathstrumpet.html index e8103e5..b45255e 100644 --- a/deathstrumpet.html +++ b/deathstrumpet.html | |||
@@ -22,13 +22,12 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Death’s trumpet</h1> | 23 | <h1 class="title">Death’s trumpet</h1> |
24 | 24 | ||
25 | |||
25 | <!-- epigraph --> | 26 | <!-- epigraph --> |
26 | <p class="epigraph"> | 27 | <div class="epigraph"> |
27 | <p>So Death plays his little <a href="apollo11.html">fucking</a> trumpet. So what, says the boy.</p> | 28 | <p>So Death plays his little <a href="apollo11.html">fucking</a> trumpet. So what, says the boy.</p> |
28 | </p> | 29 | </div> |
29 | <p class="epigraph-attrib"> | 30 | <div class="epigraph-attrib">Larry Levis</div> |
30 | — Larry Levis | ||
31 | </p> | ||
32 | </header> | 31 | </header> |
33 | 32 | ||
34 | <section class="thing verse"> | 33 | <section class="thing verse"> |
diff --git a/dream.html b/dream.html index 2f714d8..ac08fb4 100644 --- a/dream.html +++ b/dream.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Dream</h1> | 23 | <h1 class="title">Dream</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -34,11 +35,11 @@ | |||
34 | 35 | ||
35 | <nav> | 36 | <nav> |
36 | <a href="#" id="lozenge"> ◊ </a> | 37 | <a href="#" id="lozenge"> ◊ </a> |
37 | <a href="axe.html"> | 38 | <a class="nextlink" href="axe.html"> |
38 | <span class="nextlink">Axe ></span> | 39 | Axe |
39 | </a> | 40 | </a> |
40 | <a href="early.html"> | 41 | <a class="nextlink" href="early.html"> |
41 | <span class="nextlink">Early ></span> | 42 | Early |
42 | </a> | 43 | </a> |
43 | </nav> | 44 | </nav> |
44 | 45 | ||
diff --git a/early.html b/early.html index 42c87d6..f0af4e0 100644 --- a/early.html +++ b/early.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Early</h1> | 23 | <h1 class="title">Early</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -34,11 +35,11 @@ | |||
34 | 35 | ||
35 | <nav> | 36 | <nav> |
36 | <a href="#" id="lozenge"> ◊ </a> | 37 | <a href="#" id="lozenge"> ◊ </a> |
37 | <a href="toothpaste.html"> | 38 | <a class="nextlink" href="toothpaste.html"> |
38 | <span class="nextlink">Toothpaste ></span> | 39 | Toothpaste |
39 | </a> | 40 | </a> |
40 | <a href="father.html"> | 41 | <a class="nextlink" href="father.html"> |
41 | <span class="nextlink">Father ></span> | 42 | Father |
42 | </a> | 43 | </a> |
43 | </nav> | 44 | </nav> |
44 | 45 | ||
diff --git a/elegyforanalternateself.html b/elegyforanalternateself.html index d1f126a..01e8023 100644 --- a/elegyforanalternateself.html +++ b/elegyforanalternateself.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Elegy for an alternate self</h1> | 23 | <h1 class="title">Elegy for an alternate self</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
diff --git a/epigraph.html b/epigraph.html index bf314e2..6e026bf 100644 --- a/epigraph.html +++ b/epigraph.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">epigraph</h1> | 23 | <h1 class="title">epigraph</h1> |
24 | <h1 class="subtitle">An epigraph</h1> | 24 | <h1 class="subtitle">An epigraph</h1> |
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
diff --git a/ex-machina.html b/ex-machina.html index 27f19d5..d9640e7 100644 --- a/ex-machina.html +++ b/ex-machina.html | |||
@@ -22,10 +22,11 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Ex machina</h1> | 23 | <h1 class="title">Ex machina</h1> |
24 | 24 | ||
25 | |||
25 | <!-- epigraph --> | 26 | <!-- epigraph --> |
26 | <p class="epigraph"> | 27 | <div class="epigraph"> |
27 | <a href="http://ngm.nationalgeographic.com/2013/08/sugar/cohen-text">with lines from National Geographic</a> | 28 | <a href="http://ngm.nationalgeographic.com/2013/08/sugar/cohen-text">with lines from National Geographic</a> |
28 | </p> | 29 | </div> |
29 | </header> | 30 | </header> |
30 | 31 | ||
31 | <section class="thing verse"> | 32 | <section class="thing verse"> |
diff --git a/exasperated.html b/exasperated.html index b1ca43d..c88b0c5 100644 --- a/exasperated.html +++ b/exasperated.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Exasperated</h1> | 23 | <h1 class="title">Exasperated</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -35,18 +36,18 @@ | |||
35 | </section> | 36 | </section> |
36 | 37 | ||
37 | <nav> | 38 | <nav> |
38 | <a href="amber-alert.html"> | 39 | <a class="prevlink" href="amber-alert.html"> |
39 | <span class="prevlink">< AMBER alert</span> | 40 | AMBER alert |
40 | </a> | 41 | </a> |
41 | <a href="death-zone.html"> | 42 | <a class="prevlink" href="death-zone.html"> |
42 | <span class="prevlink">< The Death Zone</span> | 43 | The Death Zone |
43 | </a> | 44 | </a> |
44 | <a href="#" id="lozenge"> ◊ </a> | 45 | <a href="#" id="lozenge"> ◊ </a> |
45 | <a href="death-zone.html"> | 46 | <a class="nextlink" href="death-zone.html"> |
46 | <span class="nextlink">The Death Zone ></span> | 47 | The Death Zone |
47 | </a> | 48 | </a> |
48 | <a href="boy_bus.html"> | 49 | <a class="nextlink" href="boy_bus.html"> |
49 | <span class="nextlink">Boy on the bus ></span> | 50 | Boy on the bus |
50 | </a> | 51 | </a> |
51 | </nav> | 52 | </nav> |
52 | 53 | ||
diff --git a/father.html b/father.html index 8494f7a..2f4f439 100644 --- a/father.html +++ b/father.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Father</h1> | 23 | <h1 class="title">Father</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -33,11 +34,11 @@ | |||
33 | 34 | ||
34 | <nav> | 35 | <nav> |
35 | <a href="#" id="lozenge"> ◊ </a> | 36 | <a href="#" id="lozenge"> ◊ </a> |
36 | <a href="paul.html"> | 37 | <a class="nextlink" href="paul.html"> |
37 | <span class="nextlink">Paul ></span> | 38 | Paul |
38 | </a> | 39 | </a> |
39 | <a href="fire.html"> | 40 | <a class="nextlink" href="fire.html"> |
40 | <span class="nextlink">Fire ></span> | 41 | Fire |
41 | </a> | 42 | </a> |
42 | </nav> | 43 | </nav> |
43 | 44 | ||
diff --git a/feedingtheraven.html b/feedingtheraven.html index c5db221..18548cf 100644 --- a/feedingtheraven.html +++ b/feedingtheraven.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Feeding the raven</h1> | 23 | <h1 class="title">Feeding the raven</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -32,12 +33,12 @@ | |||
32 | </section> | 33 | </section> |
33 | 34 | ||
34 | <nav> | 35 | <nav> |
35 | <a href="angeltoabraham.html"> | 36 | <a class="prevlink" href="angeltoabraham.html"> |
36 | <span class="prevlink">< The angel to Abraham</span> | 37 | The angel to Abraham |
37 | </a> | 38 | </a> |
38 | <a href="#" id="lozenge"> ◊ </a> | 39 | <a href="#" id="lozenge"> ◊ </a> |
39 | <a href="onformalpoetry.html"> | 40 | <a class="nextlink" href="onformalpoetry.html"> |
40 | <span class="nextlink">On formal poetry ></span> | 41 | On formal poetry |
41 | </a> | 42 | </a> |
42 | </nav> | 43 | </nav> |
43 | 44 | ||
diff --git a/finding-the-lion.html b/finding-the-lion.html index 9341fb0..751a742 100644 --- a/finding-the-lion.html +++ b/finding-the-lion.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Finding the Lion</h1> | 23 | <h1 class="title">Finding the Lion</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
diff --git a/fire.html b/fire.html index eb50e7d..50108c2 100644 --- a/fire.html +++ b/fire.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Fire</h1> | 23 | <h1 class="title">Fire</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -30,15 +31,15 @@ | |||
30 | </section> | 31 | </section> |
31 | 32 | ||
32 | <nav> | 33 | <nav> |
33 | <a href="paul.html"> | 34 | <a class="prevlink" href="paul.html"> |
34 | <span class="prevlink">< Paul</span> | 35 | Paul |
35 | </a> | 36 | </a> |
36 | <a href="father.html"> | 37 | <a class="prevlink" href="father.html"> |
37 | <span class="prevlink">< Father</span> | 38 | Father |
38 | </a> | 39 | </a> |
39 | <a href="#" id="lozenge"> ◊ </a> | 40 | <a href="#" id="lozenge"> ◊ </a> |
40 | <a href="hands.html"> | 41 | <a class="nextlink" href="hands.html"> |
41 | <span class="nextlink">Hands ></span> | 42 | Hands |
42 | </a> | 43 | </a> |
43 | </nav> | 44 | </nav> |
44 | 45 | ||
diff --git a/found-typewriter-poem.html b/found-typewriter-poem.html index f32942c..bd84022 100644 --- a/found-typewriter-poem.html +++ b/found-typewriter-poem.html | |||
@@ -22,10 +22,11 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Look</h1> | 23 | <h1 class="title">Look</h1> |
24 | <h1 class="subtitle">a found typewriter poem</h1> | 24 | <h1 class="subtitle">a found typewriter poem</h1> |
25 | |||
25 | <!-- epigraph --> | 26 | <!-- epigraph --> |
26 | <p class="epigraph"> | 27 | <div class="epigraph"> |
27 | <p><a href="http://books.google.com/books?id=ALdlAAAAMAAJ&focus=searchwithinvolume&q=older+than">Is he older</a>? I asked her. And I never got an answer, because at the moment she disappeared in a puff of smoke. I like to think nothing ever happened to her save that she went over to the spirit realm. I usually know better though.</p> | 28 | <p><a href="http://books.google.com/books?id=ALdlAAAAMAAJ&focus=searchwithinvolume&q=older+than">Is he older</a>? I asked her. And I never got an answer, because at the moment she disappeared in a puff of smoke. I like to think nothing ever happened to her save that she went over to the spirit realm. I usually know better though.</p> |
28 | </p> | 29 | </div> |
29 | </header> | 30 | </header> |
30 | 31 | ||
31 | <section class="thing verse"> | 32 | <section class="thing verse"> |
diff --git a/hands.html b/hands.html index 77dc2ea..0f8756d 100644 --- a/hands.html +++ b/hands.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Hands</h1> | 23 | <h1 class="title">Hands</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -34,18 +35,18 @@ | |||
34 | </section> | 35 | </section> |
35 | 36 | ||
36 | <nav> | 37 | <nav> |
37 | <a href="shed.html"> | 38 | <a class="prevlink" href="shed.html"> |
38 | <span class="prevlink">< Shed</span> | 39 | Shed |
39 | </a> | 40 | </a> |
40 | <a href="fire.html"> | 41 | <a class="prevlink" href="fire.html"> |
41 | <span class="prevlink">< Fire</span> | 42 | Fire |
42 | </a> | 43 | </a> |
43 | <a href="#" id="lozenge"> ◊ </a> | 44 | <a href="#" id="lozenge"> ◊ </a> |
44 | <a href="toilet.html"> | 45 | <a class="nextlink" href="toilet.html"> |
45 | <span class="nextlink">Toilet ></span> | 46 | Toilet |
46 | </a> | 47 | </a> |
47 | <a href="hardware.html"> | 48 | <a class="nextlink" href="hardware.html"> |
48 | <span class="nextlink">Hardware ></span> | 49 | Hardware |
49 | </a> | 50 | </a> |
50 | </nav> | 51 | </nav> |
51 | 52 | ||
diff --git a/hard-game.html b/hard-game.html index 4c36a02..5aaacad 100644 --- a/hard-game.html +++ b/hard-game.html | |||
@@ -22,10 +22,9 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">A hard game</h1> | 23 | <h1 class="title">A hard game</h1> |
24 | 24 | ||
25 | |||
25 | <!-- dedication --> | 26 | <!-- dedication --> |
26 | <p class="dedication"> | 27 | <div class="dedication">Jim Henson</div> |
27 | <em>for Jim Henson</em> | ||
28 | </p> | ||
29 | </header> | 28 | </header> |
30 | 29 | ||
31 | <section class="thing verse"> | 30 | <section class="thing verse"> |
diff --git a/hardware.html b/hardware.html index a9da2c2..f77bc27 100644 --- a/hardware.html +++ b/hardware.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Hardware</h1> | 23 | <h1 class="title">Hardware</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -32,18 +33,18 @@ | |||
32 | </section> | 33 | </section> |
33 | 34 | ||
34 | <nav> | 35 | <nav> |
35 | <a href="planks.html"> | 36 | <a class="prevlink" href="planks.html"> |
36 | <span class="prevlink">< Planks</span> | 37 | Planks |
37 | </a> | 38 | </a> |
38 | <a href="hands.html"> | 39 | <a class="prevlink" href="hands.html"> |
39 | <span class="prevlink">< Hands</span> | 40 | Hands |
40 | </a> | 41 | </a> |
41 | <a href="#" id="lozenge"> ◊ </a> | 42 | <a href="#" id="lozenge"> ◊ </a> |
42 | <a href="treatise.html"> | 43 | <a class="nextlink" href="treatise.html"> |
43 | <span class="nextlink">Treatise ></span> | 44 | Treatise |
44 | </a> | 45 | </a> |
45 | <a href="hymnal.html"> | 46 | <a class="nextlink" href="hymnal.html"> |
46 | <span class="nextlink">Hymnal ></span> | 47 | Hymnal |
47 | </a> | 48 | </a> |
48 | </nav> | 49 | </nav> |
49 | 50 | ||
diff --git a/howithappened.html b/howithappened.html index a6c9fd0..f4703b7 100644 --- a/howithappened.html +++ b/howithappened.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">How it happened</h1> | 23 | <h1 class="title">How it happened</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -29,12 +30,12 @@ | |||
29 | </section> | 30 | </section> |
30 | 31 | ||
31 | <nav> | 32 | <nav> |
32 | <a href="i-am.html"> | 33 | <a class="prevlink" href="i-am.html"> |
33 | <span class="prevlink">< I am</span> | 34 | I am |
34 | </a> | 35 | </a> |
35 | <a href="#" id="lozenge"> ◊ </a> | 36 | <a href="#" id="lozenge"> ◊ </a> |
36 | <a href="lovesong.html"> | 37 | <a class="nextlink" href="lovesong.html"> |
37 | <span class="nextlink">Love Song ></span> | 38 | Love Song |
38 | </a> | 39 | </a> |
39 | </nav> | 40 | </nav> |
40 | 41 | ||
diff --git a/howtoread.html b/howtoread.html index 7fee2ad..7f7a9e7 100644 --- a/howtoread.html +++ b/howtoread.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">How to read this</h1> | 23 | <h1 class="title">How to read this</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -41,12 +42,12 @@ | |||
41 | </section> | 42 | </section> |
42 | 43 | ||
43 | <nav> | 44 | <nav> |
44 | <a href="epigraph.html"> | 45 | <a class="prevlink" href="epigraph.html"> |
45 | <span class="prevlink">< epigraph</span> | 46 | epigraph |
46 | </a> | 47 | </a> |
47 | <a href="#" id="lozenge"> ◊ </a> | 48 | <a href="#" id="lozenge"> ◊ </a> |
48 | <a href="and.html"> | 49 | <a class="nextlink" href="and.html"> |
49 | <span class="nextlink">And ></span> | 50 | And |
50 | </a> | 51 | </a> |
51 | </nav> | 52 | </nav> |
52 | 53 | ||
diff --git a/hymnal.html b/hymnal.html index fe92b72..d33dadb 100644 --- a/hymnal.html +++ b/hymnal.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Hymnal</h1> | 23 | <h1 class="title">Hymnal</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -35,18 +36,18 @@ | |||
35 | </section> | 36 | </section> |
36 | 37 | ||
37 | <nav> | 38 | <nav> |
38 | <a href="art.html"> | 39 | <a class="prevlink" href="art.html"> |
39 | <span class="prevlink">< Art</span> | 40 | Art |
40 | </a> | 41 | </a> |
41 | <a href="hardware.html"> | 42 | <a class="prevlink" href="hardware.html"> |
42 | <span class="prevlink">< Hardware</span> | 43 | Hardware |
43 | </a> | 44 | </a> |
44 | <a href="#" id="lozenge"> ◊ </a> | 45 | <a href="#" id="lozenge"> ◊ </a> |
45 | <a href="underwear.html"> | 46 | <a class="nextlink" href="underwear.html"> |
46 | <span class="nextlink">Underwear ></span> | 47 | Underwear |
47 | </a> | 48 | </a> |
48 | <a href="joke.html"> | 49 | <a class="nextlink" href="joke.html"> |
49 | <span class="nextlink">Joke ></span> | 50 | Joke |
50 | </a> | 51 | </a> |
51 | </nav> | 52 | </nav> |
52 | 53 | ||
diff --git a/i-am.html b/i-am.html index 365d89e..c2d56ad 100644 --- a/i-am.html +++ b/i-am.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">I am</h1> | 23 | <h1 class="title">I am</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -29,12 +30,12 @@ | |||
29 | </section> | 30 | </section> |
30 | 31 | ||
31 | <nav> | 32 | <nav> |
32 | <a href="onformalpoetry.html"> | 33 | <a class="prevlink" href="onformalpoetry.html"> |
33 | <span class="prevlink">< On formal poetry</span> | 34 | On formal poetry |
34 | </a> | 35 | </a> |
35 | <a href="#" id="lozenge"> ◊ </a> | 36 | <a href="#" id="lozenge"> ◊ </a> |
36 | <a href="howithappened.html"> | 37 | <a class="nextlink" href="howithappened.html"> |
37 | <span class="nextlink">How it happened ></span> | 38 | How it happened |
38 | </a> | 39 | </a> |
39 | </nav> | 40 | </nav> |
40 | 41 | ||
diff --git a/i-think-its-you.html b/i-think-its-you.html index fe01709..c5ed4d5 100644 --- a/i-think-its-you.html +++ b/i-think-its-you.html | |||
@@ -22,10 +22,11 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">I think it’s you (but it’s not)</h1> | 23 | <h1 class="title">I think it’s you (but it’s not)</h1> |
24 | 24 | ||
25 | |||
25 | <!-- epigraph --> | 26 | <!-- epigraph --> |
26 | <p class="epigraph"> | 27 | <div class="epigraph"> |
27 | <a href="i-think-its-you">When you fall in love everyone looks the same.</a> | 28 | <a href="i-think-its-you">When you fall in love everyone looks the same.</a> |
28 | </p> | 29 | </div> |
29 | </header> | 30 | </header> |
30 | 31 | ||
31 | <section class="thing verse"> | 32 | <section class="thing verse"> |
@@ -34,18 +35,18 @@ | |||
34 | </section> | 35 | </section> |
35 | 36 | ||
36 | <nav> | 37 | <nav> |
37 | <a href="boy_bus.html"> | 38 | <a class="prevlink" href="boy_bus.html"> |
38 | <span class="prevlink">< Boy on the bus</span> | 39 | Boy on the bus |
39 | </a> | 40 | </a> |
40 | <a href="lappel-du-vide.html"> | 41 | <a class="prevlink" href="lappel-du-vide.html"> |
41 | <span class="prevlink">< L’appel du vide</span> | 42 | L’appel du vide |
42 | </a> | 43 | </a> |
43 | <a href="#" id="lozenge"> ◊ </a> | 44 | <a href="#" id="lozenge"> ◊ </a> |
44 | <a href="initial-conditions.html"> | 45 | <a class="nextlink" href="initial-conditions.html"> |
45 | <span class="nextlink">Initial conditions ></span> | 46 | Initial conditions |
46 | </a> | 47 | </a> |
47 | <a href="riptide_memory.html"> | 48 | <a class="nextlink" href="riptide_memory.html"> |
48 | <span class="nextlink">Riptide of memory ></span> | 49 | Riptide of memory |
49 | </a> | 50 | </a> |
50 | </nav> | 51 | </nav> |
51 | 52 | ||
diff --git a/i-wanted-to-tell-you-something.html b/i-wanted-to-tell-you-something.html index 85962d5..d902918 100644 --- a/i-wanted-to-tell-you-something.html +++ b/i-wanted-to-tell-you-something.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">I wanted to tell you something</h1> | 23 | <h1 class="title">I wanted to tell you something</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
diff --git a/in-bed.html b/in-bed.html index d66c23d..28ea00f 100644 --- a/in-bed.html +++ b/in-bed.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">In bed</h1> | 23 | <h1 class="title">In bed</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
diff --git a/index.html b/index.html index a60d2bc..dbddb42 100644 --- a/index.html +++ b/index.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Autocento of the breakfast table</h1> | 23 | <h1 class="title">Autocento of the breakfast table</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
diff --git a/initial-conditions.html b/initial-conditions.html index 9d8ad45..dafc7f7 100644 --- a/initial-conditions.html +++ b/initial-conditions.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Initial conditions</h1> | 23 | <h1 class="title">Initial conditions</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -35,18 +36,18 @@ | |||
35 | </section> | 36 | </section> |
36 | 37 | ||
37 | <nav> | 38 | <nav> |
38 | <a href="i-think-its-you.html"> | 39 | <a class="prevlink" href="i-think-its-you.html"> |
39 | <span class="prevlink">< I think it’s you (but it’s not)</span> | 40 | I think it’s you (but it’s not) |
40 | </a> | 41 | </a> |
41 | <a href="last-bastion.html"> | 42 | <a class="prevlink" href="last-bastion.html"> |
42 | <span class="prevlink">< Last Bastion</span> | 43 | Last Bastion |
43 | </a> | 44 | </a> |
44 | <a href="#" id="lozenge"> ◊ </a> | 45 | <a href="#" id="lozenge"> ◊ </a> |
45 | <a href="love-as-god.html"> | 46 | <a class="nextlink" href="love-as-god.html"> |
46 | <span class="nextlink">Love as God ></span> | 47 | Love as God |
47 | </a> | 48 | </a> |
48 | <a href="ouroboros_memory.html"> | 49 | <a class="nextlink" href="ouroboros_memory.html"> |
49 | <span class="nextlink">Ouroboros of memory ></span> | 50 | Ouroboros of memory |
50 | </a> | 51 | </a> |
51 | </nav> | 52 | </nav> |
52 | 53 | ||
diff --git a/ipsumlorem.html b/ipsumlorem.html index e33f7b2..4440a8d 100644 --- a/ipsumlorem.html +++ b/ipsumlorem.html | |||
@@ -22,17 +22,14 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Ipsum lorem</h1> | 23 | <h1 class="title">Ipsum lorem</h1> |
24 | <h1 class="subtitle">a test suite for the gods</h1> | 24 | <h1 class="subtitle">a test suite for the gods</h1> |
25 | |||
25 | <!-- epigraph --> | 26 | <!-- epigraph --> |
26 | <p class="epigraph"> | 27 | <div class="epigraph"> |
27 | <a href="http://lipsum.com/"><p>Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit.</p></a> | 28 | <a href="http://lipsum.com/"><p>Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit.</p></a> |
28 | </p> | 29 | </div> |
29 | <p class="epigraph-attrib"> | 30 | <div class="epigraph-attrib">Cicero</div> |
30 | — Cicero | ||
31 | </p> | ||
32 | <!-- dedication --> | 31 | <!-- dedication --> |
33 | <p class="dedication"> | 32 | <div class="dedication">you, dear Reader</div> |
34 | <em>for you, dear Reader</em> | ||
35 | </p> | ||
36 | </header> | 33 | </header> |
37 | 34 | ||
38 | <section class="thing verse"> | 35 | <section class="thing verse"> |
@@ -44,12 +41,12 @@ | |||
44 | </section> | 41 | </section> |
45 | 42 | ||
46 | <nav> | 43 | <nav> |
47 | <a href="loremipsum.html"> | 44 | <a class="prevlink" href="loremipsum.html"> |
48 | <span class="prevlink">< Lorem ipsum</span> | 45 | Lorem ipsum |
49 | </a> | 46 | </a> |
50 | <a href="#" id="lozenge"> ◊ </a> | 47 | <a href="#" id="lozenge"> ◊ </a> |
51 | <a href="loremipsum.html"> | 48 | <a class="nextlink" href="loremipsum.html"> |
52 | <span class="nextlink">Lorem ipsum ></span> | 49 | Lorem ipsum |
53 | </a> | 50 | </a> |
54 | </nav> | 51 | </nav> |
55 | 52 | ||
diff --git a/january.html b/january.html index 3d2a327..0ca1895 100644 --- a/january.html +++ b/january.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">January</h1> | 23 | <h1 class="title">January</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
diff --git a/joke.html b/joke.html index 3c4a850..d00eb3b 100644 --- a/joke.html +++ b/joke.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Joke</h1> | 23 | <h1 class="title">Joke</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -33,18 +34,18 @@ | |||
33 | </section> | 34 | </section> |
34 | 35 | ||
35 | <nav> | 36 | <nav> |
36 | <a href="punch.html"> | 37 | <a class="prevlink" href="punch.html"> |
37 | <span class="prevlink">< Punch</span> | 38 | Punch |
38 | </a> | 39 | </a> |
39 | <a href="hymnal.html"> | 40 | <a class="prevlink" href="hymnal.html"> |
40 | <span class="prevlink">< Hymnal</span> | 41 | Hymnal |
41 | </a> | 42 | </a> |
42 | <a href="#" id="lozenge"> ◊ </a> | 43 | <a href="#" id="lozenge"> ◊ </a> |
43 | <a href="stump.html"> | 44 | <a class="nextlink" href="stump.html"> |
44 | <span class="nextlink">Stump ></span> | 45 | Stump |
45 | </a> | 46 | </a> |
46 | <a href="leaf.html"> | 47 | <a class="nextlink" href="leaf.html"> |
47 | <span class="nextlink">Leaf ></span> | 48 | Leaf |
48 | </a> | 49 | </a> |
49 | </nav> | 50 | </nav> |
50 | 51 | ||
diff --git a/lappel-du-vide.html b/lappel-du-vide.html index 64de2d8..0d8fe0c 100644 --- a/lappel-du-vide.html +++ b/lappel-du-vide.html | |||
@@ -22,13 +22,12 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">L’appel du vide</h1> | 23 | <h1 class="title">L’appel du vide</h1> |
24 | 24 | ||
25 | |||
25 | <!-- epigraph --> | 26 | <!-- epigraph --> |
26 | <p class="epigraph"> | 27 | <div class="epigraph"> |
27 | <a href="http://books.google.com/books?id=yybDMC0TRIwC&pg=PR12&lpg=PR12#v=onepage&q&f=false">You can never go home again.</a> | 28 | <a href="http://books.google.com/books?id=yybDMC0TRIwC&pg=PR12&lpg=PR12#v=onepage&q&f=false">You can never go home again.</a> |
28 | </p> | 29 | </div> |
29 | <p class="epigraph-attrib"> | 30 | <div class="epigraph-attrib">Thomas Wolfe</div> |
30 | — Thomas Wolfe | ||
31 | </p> | ||
32 | </header> | 31 | </header> |
33 | 32 | ||
34 | <section class="thing verse"> | 33 | <section class="thing verse"> |
@@ -44,18 +43,18 @@ | |||
44 | </section> | 43 | </section> |
45 | 44 | ||
46 | <nav> | 45 | <nav> |
47 | <a href="ouroboros_memory.html"> | 46 | <a class="prevlink" href="ouroboros_memory.html"> |
48 | <span class="prevlink">< Ouroboros of memory</span> | 47 | Ouroboros of memory |
49 | </a> | 48 | </a> |
50 | <a href="love-as-god.html"> | 49 | <a class="prevlink" href="love-as-god.html"> |
51 | <span class="prevlink">< Love as God</span> | 50 | Love as God |
52 | </a> | 51 | </a> |
53 | <a href="#" id="lozenge"> ◊ </a> | 52 | <a href="#" id="lozenge"> ◊ </a> |
54 | <a href="boy_bus.html"> | 53 | <a class="nextlink" href="boy_bus.html"> |
55 | <span class="nextlink">Boy on the bus ></span> | 54 | Boy on the bus |
56 | </a> | 55 | </a> |
57 | <a href="i-think-its-you.html"> | 56 | <a class="nextlink" href="i-think-its-you.html"> |
58 | <span class="nextlink">I think it’s you (but it’s not) ></span> | 57 | I think it’s you (but it’s not) |
59 | </a> | 58 | </a> |
60 | </nav> | 59 | </nav> |
61 | 60 | ||
diff --git a/largest-asteroid.html b/largest-asteroid.html index 2536f3d..d5e6f85 100644 --- a/largest-asteroid.html +++ b/largest-asteroid.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">The largest asteroid in the asteroid belt</h1> | 23 | <h1 class="title">The largest asteroid in the asteroid belt</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
diff --git a/last-bastion.html b/last-bastion.html index dd67c96..1fe511c 100644 --- a/last-bastion.html +++ b/last-bastion.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Last bastion</h1> | 23 | <h1 class="title">Last bastion</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -31,18 +32,18 @@ | |||
31 | </section> | 32 | </section> |
32 | 33 | ||
33 | <nav> | 34 | <nav> |
34 | <a href="sixteenth-chapel.txt.html"> | 35 | <a class="prevlink" href="sixteenth-chapel.txt.html"> |
35 | <span class="prevlink">< The Sixteenth Chapel</span> | 36 | The Sixteenth Chapel |
36 | </a> | 37 | </a> |
37 | <a href="boy_bus.html"> | 38 | <a class="prevlink" href="boy_bus.html"> |
38 | <span class="prevlink">< Boy on the bus</span> | 39 | Boy on the bus |
39 | </a> | 40 | </a> |
40 | <a href="#" id="lozenge"> ◊ </a> | 41 | <a href="#" id="lozenge"> ◊ </a> |
41 | <a href="amber-alert.html"> | 42 | <a class="nextlink" href="amber-alert.html"> |
42 | <span class="nextlink">AMBER alert ></span> | 43 | AMBER alert |
43 | </a> | 44 | </a> |
44 | <a href="initial-conditions.html"> | 45 | <a class="nextlink" href="initial-conditions.html"> |
45 | <span class="nextlink">Initial conditions ></span> | 46 | Initial conditions |
46 | </a> | 47 | </a> |
47 | </nav> | 48 | </nav> |
48 | 49 | ||
diff --git a/last-passenger.html b/last-passenger.html index 9e78663..04518cf 100644 --- a/last-passenger.html +++ b/last-passenger.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Last passenger</h1> | 23 | <h1 class="title">Last passenger</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
diff --git a/leaf.html b/leaf.html index bfbab40..6cf2e13 100644 --- a/leaf.html +++ b/leaf.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Leaf</h1> | 23 | <h1 class="title">Leaf</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -31,18 +32,18 @@ | |||
31 | </section> | 32 | </section> |
32 | 33 | ||
33 | <nav> | 34 | <nav> |
34 | <a href="axe.html"> | 35 | <a class="prevlink" href="axe.html"> |
35 | <span class="prevlink">< Axe</span> | 36 | Axe |
36 | </a> | 37 | </a> |
37 | <a href="joke.html"> | 38 | <a class="prevlink" href="joke.html"> |
38 | <span class="prevlink">< Joke</span> | 39 | Joke |
39 | </a> | 40 | </a> |
40 | <a href="#" id="lozenge"> ◊ </a> | 41 | <a href="#" id="lozenge"> ◊ </a> |
41 | <a href="writing.html"> | 42 | <a class="nextlink" href="writing.html"> |
42 | <span class="nextlink">Writing ></span> | 43 | Writing |
43 | </a> | 44 | </a> |
44 | <a href="leg.html"> | 45 | <a class="nextlink" href="leg.html"> |
45 | <span class="nextlink">Leg ></span> | 46 | Leg |
46 | </a> | 47 | </a> |
47 | </nav> | 48 | </nav> |
48 | 49 | ||
diff --git a/leg.html b/leg.html index 3c119a0..657fa51 100644 --- a/leg.html +++ b/leg.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Leg</h1> | 23 | <h1 class="title">Leg</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -47,18 +48,18 @@ | |||
47 | </section> | 48 | </section> |
48 | 49 | ||
49 | <nav> | 50 | <nav> |
50 | <a href="toilet.html"> | 51 | <a class="prevlink" href="toilet.html"> |
51 | <span class="prevlink">< Toilet</span> | 52 | Toilet |
52 | </a> | 53 | </a> |
53 | <a href="leaf.html"> | 54 | <a class="prevlink" href="leaf.html"> |
54 | <span class="prevlink">< Leaf</span> | 55 | Leaf |
55 | </a> | 56 | </a> |
56 | <a href="#" id="lozenge"> ◊ </a> | 57 | <a href="#" id="lozenge"> ◊ </a> |
57 | <a href="planks.html"> | 58 | <a class="nextlink" href="planks.html"> |
58 | <span class="nextlink">Planks ></span> | 59 | Planks |
59 | </a> | 60 | </a> |
60 | <a href="man.html"> | 61 | <a class="nextlink" href="man.html"> |
61 | <span class="nextlink">Man ></span> | 62 | Man |
62 | </a> | 63 | </a> |
63 | </nav> | 64 | </nav> |
64 | 65 | ||
diff --git a/likingthings.html b/likingthings.html index 4e37972..e744a61 100644 --- a/likingthings.html +++ b/likingthings.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Liking Things</h1> | 23 | <h1 class="title">Liking Things</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -31,8 +32,8 @@ | |||
31 | </section> | 32 | </section> |
32 | 33 | ||
33 | <nav> | 34 | <nav> |
34 | <a href="problems.html"> | 35 | <a class="prevlink" href="problems.html"> |
35 | <span class="prevlink">< Problems</span> | 36 | Problems |
36 | </a> | 37 | </a> |
37 | <a href="#" id="lozenge"> ◊ </a> | 38 | <a href="#" id="lozenge"> ◊ </a> |
38 | </nav> | 39 | </nav> |
diff --git a/listen.html b/listen.html index 7c1d16e..c816b57 100644 --- a/listen.html +++ b/listen.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Listen</h1> | 23 | <h1 class="title">Listen</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
diff --git a/loremipsum.html b/loremipsum.html index 7d6f057..2b70742 100644 --- a/loremipsum.html +++ b/loremipsum.html | |||
@@ -22,17 +22,14 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Lorem ipsum</h1> | 23 | <h1 class="title">Lorem ipsum</h1> |
24 | <h1 class="subtitle">a test suite for the gods</h1> | 24 | <h1 class="subtitle">a test suite for the gods</h1> |
25 | |||
25 | <!-- epigraph --> | 26 | <!-- epigraph --> |
26 | <p class="epigraph"> | 27 | <div class="epigraph"> |
27 | <a href="http://lipsum.com/"><p>Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit.</p></a> | 28 | <a href="http://lipsum.com/"><p>Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit.</p></a> |
28 | </p> | 29 | </div> |
29 | <p class="epigraph-attrib"> | 30 | <div class="epigraph-attrib">Cicero</div> |
30 | — Cicero | ||
31 | </p> | ||
32 | <!-- dedication --> | 31 | <!-- dedication --> |
33 | <p class="dedication"> | 32 | <div class="dedication">you, dear Reader</div> |
34 | <em>for you, dear Reader</em> | ||
35 | </p> | ||
36 | </header> | 33 | </header> |
37 | 34 | ||
38 | <section class="thing prose"> | 35 | <section class="thing prose"> |
@@ -44,12 +41,12 @@ | |||
44 | </section> | 41 | </section> |
45 | 42 | ||
46 | <nav> | 43 | <nav> |
47 | <a href="ipsumlorem.html"> | 44 | <a class="prevlink" href="ipsumlorem.html"> |
48 | <span class="prevlink">< Ipsum lorem</span> | 45 | Ipsum lorem |
49 | </a> | 46 | </a> |
50 | <a href="#" id="lozenge"> ◊ </a> | 47 | <a href="#" id="lozenge"> ◊ </a> |
51 | <a href="ipsumlorem.html"> | 48 | <a class="nextlink" href="ipsumlorem.html"> |
52 | <span class="nextlink">Ipsum lorem ></span> | 49 | Ipsum lorem |
53 | </a> | 50 | </a> |
54 | </nav> | 51 | </nav> |
55 | 52 | ||
diff --git a/love-as-god.html b/love-as-god.html index 0947bc6..da797a7 100644 --- a/love-as-god.html +++ b/love-as-god.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Love as God</h1> | 23 | <h1 class="title">Love as God</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -35,18 +36,18 @@ | |||
35 | </section> | 36 | </section> |
36 | 37 | ||
37 | <nav> | 38 | <nav> |
38 | <a href="initial-conditions.html"> | 39 | <a class="prevlink" href="initial-conditions.html"> |
39 | <span class="prevlink">< Initial conditions</span> | 40 | Initial conditions |
40 | </a> | 41 | </a> |
41 | <a href="ouroboros_memory.html"> | 42 | <a class="prevlink" href="ouroboros_memory.html"> |
42 | <span class="prevlink">< Ouroboros of memory</span> | 43 | Ouroboros of memory |
43 | </a> | 44 | </a> |
44 | <a href="#" id="lozenge"> ◊ </a> | 45 | <a href="#" id="lozenge"> ◊ </a> |
45 | <a href="worse-looking-over.html"> | 46 | <a class="nextlink" href="worse-looking-over.html"> |
46 | <span class="nextlink">Worse looking over ></span> | 47 | Worse looking over |
47 | </a> | 48 | </a> |
48 | <a href="lappel-du-vide.html"> | 49 | <a class="nextlink" href="lappel-du-vide.html"> |
49 | <span class="nextlink">L’appel du vide ></span> | 50 | L’appel du vide |
50 | </a> | 51 | </a> |
51 | </nav> | 52 | </nav> |
52 | 53 | ||
diff --git a/lovesong.html b/lovesong.html index 08c8206..ea978d3 100644 --- a/lovesong.html +++ b/lovesong.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Love Song</h1> | 23 | <h1 class="title">Love Song</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -33,12 +34,12 @@ | |||
33 | </section> | 34 | </section> |
34 | 35 | ||
35 | <nav> | 36 | <nav> |
36 | <a href="howithappened.html"> | 37 | <a class="prevlink" href="howithappened.html"> |
37 | <span class="prevlink">< How it happened</span> | 38 | How it happened |
38 | </a> | 39 | </a> |
39 | <a href="#" id="lozenge"> ◊ </a> | 40 | <a href="#" id="lozenge"> ◊ </a> |
40 | <a href="roughgloves.html"> | 41 | <a class="nextlink" href="roughgloves.html"> |
41 | <span class="nextlink">Rough gloves ></span> | 42 | Rough gloves |
42 | </a> | 43 | </a> |
43 | </nav> | 44 | </nav> |
44 | 45 | ||
diff --git a/man.html b/man.html index bda0e57..aec2fc9 100644 --- a/man.html +++ b/man.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Man</h1> | 23 | <h1 class="title">Man</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -36,18 +37,18 @@ | |||
36 | </section> | 37 | </section> |
37 | 38 | ||
38 | <nav> | 39 | <nav> |
39 | <a href="cereal.html"> | 40 | <a class="prevlink" href="cereal.html"> |
40 | <span class="prevlink">< Cereal</span> | 41 | Cereal |
41 | </a> | 42 | </a> |
42 | <a href="leg.html"> | 43 | <a class="prevlink" href="leg.html"> |
43 | <span class="prevlink">< Leg</span> | 44 | Leg |
44 | </a> | 45 | </a> |
45 | <a href="#" id="lozenge"> ◊ </a> | 46 | <a href="#" id="lozenge"> ◊ </a> |
46 | <a href="snow.html"> | 47 | <a class="nextlink" href="snow.html"> |
47 | <span class="nextlink">Snow ></span> | 48 | Snow |
48 | </a> | 49 | </a> |
49 | <a href="notes.html"> | 50 | <a class="nextlink" href="notes.html"> |
50 | <span class="nextlink">Notes ></span> | 51 | Notes |
51 | </a> | 52 | </a> |
52 | </nav> | 53 | </nav> |
53 | 54 | ||
diff --git a/moon-drowning.html b/moon-drowning.html index 33d75ef..0f75a52 100644 --- a/moon-drowning.html +++ b/moon-drowning.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">The Moon is drowning</h1> | 23 | <h1 class="title">The Moon is drowning</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -32,18 +33,18 @@ | |||
32 | </section> | 33 | </section> |
33 | 34 | ||
34 | <nav> | 35 | <nav> |
35 | <a href="poetry-time.html"> | 36 | <a class="prevlink" href="poetry-time.html"> |
36 | <span class="prevlink">< Something about the nature of poetry and time</span> | 37 | Something about the nature of poetry and time |
37 | </a> | 38 | </a> |
38 | <a href="big-dipper.html"> | 39 | <a class="prevlink" href="big-dipper.html"> |
39 | <span class="prevlink">< The Big Dipper</span> | 40 | The Big Dipper |
40 | </a> | 41 | </a> |
41 | <a href="#" id="lozenge"> ◊ </a> | 42 | <a href="#" id="lozenge"> ◊ </a> |
42 | <a href="music-443.html"> | 43 | <a class="nextlink" href="music-443.html"> |
43 | <span class="nextlink"><p>Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing</p> ></span> | 44 | <p>Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing</p> |
44 | </a> | 45 | </a> |
45 | <a href="worse-looking-over.html"> | 46 | <a class="nextlink" href="worse-looking-over.html"> |
46 | <span class="nextlink">Worse looking over ></span> | 47 | Worse looking over |
47 | </a> | 48 | </a> |
48 | </nav> | 49 | </nav> |
49 | 50 | ||
diff --git a/moongone.html b/moongone.html index 36dc22e..ab0738d 100644 --- a/moongone.html +++ b/moongone.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">The moon is gone and in its place a mirror</h1> | 23 | <h1 class="title">The moon is gone and in its place a mirror</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -29,12 +30,12 @@ | |||
29 | </section> | 30 | </section> |
30 | 31 | ||
31 | <nav> | 32 | <nav> |
32 | <a href="ronaldmcdonald.html"> | 33 | <a class="prevlink" href="ronaldmcdonald.html"> |
33 | <span class="prevlink">< Ronald McDonald</span> | 34 | Ronald McDonald |
34 | </a> | 35 | </a> |
35 | <a href="#" id="lozenge"> ◊ </a> | 36 | <a href="#" id="lozenge"> ◊ </a> |
36 | <a href="mountain.html"> | 37 | <a class="nextlink" href="mountain.html"> |
37 | <span class="nextlink">The mountain ></span> | 38 | The mountain |
38 | </a> | 39 | </a> |
39 | </nav> | 40 | </nav> |
40 | 41 | ||
diff --git a/mountain.html b/mountain.html index 98b90a4..d3e9aa5 100644 --- a/mountain.html +++ b/mountain.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">The mountain</h1> | 23 | <h1 class="title">The mountain</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -32,12 +33,12 @@ | |||
32 | </section> | 33 | </section> |
33 | 34 | ||
34 | <nav> | 35 | <nav> |
35 | <a href="moonegone.html"> | 36 | <a class="prevlink" href="moonegone.html"> |
36 | <span class="prevlink">< The moon is gone and in its place a mirror</span> | 37 | The moon is gone and in its place a mirror |
37 | </a> | 38 | </a> |
38 | <a href="#" id="lozenge"> ◊ </a> | 39 | <a href="#" id="lozenge"> ◊ </a> |
39 | <a href="serengeti.html"> | 40 | <a class="nextlink" href="serengeti.html"> |
40 | <span class="nextlink">Serengeti ></span> | 41 | Serengeti |
41 | </a> | 42 | </a> |
42 | </nav> | 43 | </nav> |
43 | 44 | ||
diff --git a/movingsideways.html b/movingsideways.html index 2067129..7abf8d7 100644 --- a/movingsideways.html +++ b/movingsideways.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Moving Sideways</h1> | 23 | <h1 class="title">Moving Sideways</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -39,12 +40,12 @@ | |||
39 | </section> | 40 | </section> |
40 | 41 | ||
41 | <nav> | 42 | <nav> |
42 | <a href="proverbs.html"> | 43 | <a class="prevlink" href="proverbs.html"> |
43 | <span class="prevlink">< Proverbs</span> | 44 | Proverbs |
44 | </a> | 45 | </a> |
45 | <a href="#" id="lozenge"> ◊ </a> | 46 | <a href="#" id="lozenge"> ◊ </a> |
46 | <a href="problems.html"> | 47 | <a class="nextlink" href="problems.html"> |
47 | <span class="nextlink">Problems ></span> | 48 | Problems |
48 | </a> | 49 | </a> |
49 | </nav> | 50 | </nav> |
50 | 51 | ||
diff --git a/music-433.html b/music-433.html index 285bfef..6844e0f 100644 --- a/music-433.html +++ b/music-433.html | |||
@@ -22,10 +22,9 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title"><p>Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing</p></h1> | 23 | <h1 class="title"><p>Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing</p></h1> |
24 | 24 | ||
25 | |||
25 | <!-- dedication --> | 26 | <!-- dedication --> |
26 | <p class="dedication"> | 27 | <div class="dedication"><a href="https://xkcd.com/1199/">Randall</a></div> |
27 | <em>for <a href="https://xkcd.com/1199/">Randall</a></em> | ||
28 | </p> | ||
29 | </header> | 28 | </header> |
30 | 29 | ||
31 | <section class="thing verse"> | 30 | <section class="thing verse"> |
@@ -38,18 +37,18 @@ | |||
38 | </section> | 37 | </section> |
39 | 38 | ||
40 | <nav> | 39 | <nav> |
41 | <a href="moon-drowning.html"> | 40 | <a class="prevlink" href="moon-drowning.html"> |
42 | <span class="prevlink">< The Moon is drowning</span> | 41 | The Moon is drowning |
43 | </a> | 42 | </a> |
44 | <a href="sixteenth-chapel.html"> | 43 | <a class="prevlink" href="sixteenth-chapel.html"> |
45 | <span class="prevlink">< The Sixteenth Chapel</span> | 44 | The Sixteenth Chapel |
46 | </a> | 45 | </a> |
47 | <a href="#" id="lozenge"> ◊ </a> | 46 | <a href="#" id="lozenge"> ◊ </a> |
48 | <a href="riptide_memory.html"> | 47 | <a class="nextlink" href="riptide_memory.html"> |
49 | <span class="nextlink">Riptide of memory ></span> | 48 | Riptide of memory |
50 | </a> | 49 | </a> |
51 | <a href="about-the-author.html"> | 50 | <a class="nextlink" href="about-the-author.html"> |
52 | <span class="nextlink">About the author ></span> | 51 | About the author |
53 | </a> | 52 | </a> |
54 | </nav> | 53 | </nav> |
55 | 54 | ||
diff --git a/no-nothing.html b/no-nothing.html index 532eb50..b227aac 100644 --- a/no-nothing.html +++ b/no-nothing.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">No nothing</h1> | 23 | <h1 class="title">No nothing</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
diff --git a/notes.html b/notes.html index 750e082..9b76f47 100644 --- a/notes.html +++ b/notes.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Notes</h1> | 23 | <h1 class="title">Notes</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -33,18 +34,18 @@ | |||
33 | </section> | 34 | </section> |
34 | 35 | ||
35 | <nav> | 36 | <nav> |
36 | <a href="writing.html"> | 37 | <a class="prevlink" href="writing.html"> |
37 | <span class="prevlink">< Writing</span> | 38 | Writing |
38 | </a> | 39 | </a> |
39 | <a href="man.html"> | 40 | <a class="prevlink" href="man.html"> |
40 | <span class="prevlink">< Man</span> | 41 | Man |
41 | </a> | 42 | </a> |
42 | <a href="#" id="lozenge"> ◊ </a> | 43 | <a href="#" id="lozenge"> ◊ </a> |
43 | <a href="shed.html"> | 44 | <a class="nextlink" href="shed.html"> |
44 | <span class="nextlink">Shed ></span> | 45 | Shed |
45 | </a> | 46 | </a> |
46 | <a href="options.html"> | 47 | <a class="nextlink" href="options.html"> |
47 | <span class="nextlink">Options ></span> | 48 | Options |
48 | </a> | 49 | </a> |
49 | </nav> | 50 | </nav> |
50 | 51 | ||
diff --git a/nothing-is-ever-over.html b/nothing-is-ever-over.html index 3383003..656ed03 100644 --- a/nothing-is-ever-over.html +++ b/nothing-is-ever-over.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Nothing is ever over</h1> | 23 | <h1 class="title">Nothing is ever over</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
diff --git a/onformalpoetry.html b/onformalpoetry.html index db108bc..9abc4e8 100644 --- a/onformalpoetry.html +++ b/onformalpoetry.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">On formal poetry</h1> | 23 | <h1 class="title">On formal poetry</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -29,12 +30,12 @@ | |||
29 | </section> | 30 | </section> |
30 | 31 | ||
31 | <nav> | 32 | <nav> |
32 | <a href="feedingtheraven.html"> | 33 | <a class="prevlink" href="feedingtheraven.html"> |
33 | <span class="prevlink">< Feeding the raven</span> | 34 | Feeding the raven |
34 | </a> | 35 | </a> |
35 | <a href="#" id="lozenge"> ◊ </a> | 36 | <a href="#" id="lozenge"> ◊ </a> |
36 | <a href="i-am.html"> | 37 | <a class="nextlink" href="i-am.html"> |
37 | <span class="nextlink">I am ></span> | 38 | I am |
38 | </a> | 39 | </a> |
39 | </nav> | 40 | </nav> |
40 | 41 | ||
diff --git a/options.html b/options.html index 8291a68..c0b09e0 100644 --- a/options.html +++ b/options.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Options</h1> | 23 | <h1 class="title">Options</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -31,18 +32,18 @@ | |||
31 | </section> | 32 | </section> |
32 | 33 | ||
33 | <nav> | 34 | <nav> |
34 | <a href="swear.html"> | 35 | <a class="prevlink" href="swear.html"> |
35 | <span class="prevlink">< Swear</span> | 36 | Swear |
36 | </a> | 37 | </a> |
37 | <a href="notes.html"> | 38 | <a class="prevlink" href="notes.html"> |
38 | <span class="prevlink">< Notes</span> | 39 | Notes |
39 | </a> | 40 | </a> |
40 | <a href="#" id="lozenge"> ◊ </a> | 41 | <a href="#" id="lozenge"> ◊ </a> |
41 | <a href="stagnant.html"> | 42 | <a class="nextlink" href="stagnant.html"> |
42 | <span class="nextlink">Stagnant ></span> | 43 | Stagnant |
43 | </a> | 44 | </a> |
44 | <a href="paul.html"> | 45 | <a class="nextlink" href="paul.html"> |
45 | <span class="nextlink">Paul ></span> | 46 | Paul |
46 | </a> | 47 | </a> |
47 | </nav> | 48 | </nav> |
48 | 49 | ||
diff --git a/ouroboros_memory.html b/ouroboros_memory.html index b05567b..22e19f3 100644 --- a/ouroboros_memory.html +++ b/ouroboros_memory.html | |||
@@ -22,13 +22,12 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Ouroboros of Memory</h1> | 23 | <h1 class="title">Ouroboros of Memory</h1> |
24 | 24 | ||
25 | |||
25 | <!-- epigraph --> | 26 | <!-- epigraph --> |
26 | <p class="epigraph"> | 27 | <div class="epigraph"> |
27 | <a href="http://www.bet-tal.com/index.aspx?id=2315"><p>He used his body to remember his body, but in the end could only remember the string.</p></a> | 28 | <a href="http://www.bet-tal.com/index.aspx?id=2315"><p>He used his body to remember his body, but in the end could only remember the string.</p></a> |
28 | </p> | 29 | </div> |
29 | <p class="epigraph-attrib"> | 30 | <div class="epigraph-attrib">Jonathan Safran Foer</div> |
30 | — Jonathan Safran Foer | ||
31 | </p> | ||
32 | </header> | 31 | </header> |
33 | 32 | ||
34 | <section class="thing prose"> | 33 | <section class="thing prose"> |
@@ -42,18 +41,18 @@ | |||
42 | </section> | 41 | </section> |
43 | 42 | ||
44 | <nav> | 43 | <nav> |
45 | <a href="table_contents.html"> | 44 | <a class="prevlink" href="table_contents.html"> |
46 | <span class="prevlink">< Table of contents</span> | 45 | Table of contents |
47 | </a> | 46 | </a> |
48 | <a href="initial-conditions.html"> | 47 | <a class="prevlink" href="initial-conditions.html"> |
49 | <span class="prevlink">< Initial Conditions</span> | 48 | Initial Conditions |
50 | </a> | 49 | </a> |
51 | <a href="#" id="lozenge"> ◊ </a> | 50 | <a href="#" id="lozenge"> ◊ </a> |
52 | <a href="lappel-du-vide.html"> | 51 | <a class="nextlink" href="lappel-du-vide.html"> |
53 | <span class="nextlink">L’appel du vide ></span> | 52 | L’appel du vide |
54 | </a> | 53 | </a> |
55 | <a href="love-as-god.html"> | 54 | <a class="nextlink" href="love-as-god.html"> |
56 | <span class="nextlink">Love as God ></span> | 55 | Love as God |
57 | </a> | 56 | </a> |
58 | </nav> | 57 | </nav> |
59 | 58 | ||
diff --git a/paul.html b/paul.html index b230f03..fa93fb2 100644 --- a/paul.html +++ b/paul.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Paul</h1> | 23 | <h1 class="title">Paul</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -61,18 +62,18 @@ | |||
61 | </section> | 62 | </section> |
62 | 63 | ||
63 | <nav> | 64 | <nav> |
64 | <a href="father.html"> | 65 | <a class="prevlink" href="father.html"> |
65 | <span class="prevlink">< Father</span> | 66 | Father |
66 | </a> | 67 | </a> |
67 | <a href="options.html"> | 68 | <a class="prevlink" href="options.html"> |
68 | <span class="prevlink">< Options</span> | 69 | Options |
69 | </a> | 70 | </a> |
70 | <a href="#" id="lozenge"> ◊ </a> | 71 | <a href="#" id="lozenge"> ◊ </a> |
71 | <a href="fire.html"> | 72 | <a class="nextlink" href="fire.html"> |
72 | <span class="nextlink">Fire ></span> | 73 | Fire |
73 | </a> | 74 | </a> |
74 | <a href="phone.html"> | 75 | <a class="nextlink" href="phone.html"> |
75 | <span class="nextlink">Phone ></span> | 76 | Phone |
76 | </a> | 77 | </a> |
77 | </nav> | 78 | </nav> |
78 | 79 | ||
diff --git a/philosophy.html b/philosophy.html index 6704235..22b972b 100644 --- a/philosophy.html +++ b/philosophy.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Philosophy</h1> | 23 | <h1 class="title">Philosophy</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -30,12 +31,12 @@ | |||
30 | </section> | 31 | </section> |
31 | 32 | ||
32 | <nav> | 33 | <nav> |
33 | <a href="purpose-dogs.html"> | 34 | <a class="prevlink" href="purpose-dogs.html"> |
34 | <span class="prevlink">< The purpose of dogs</span> | 35 | The purpose of dogs |
35 | </a> | 36 | </a> |
36 | <a href="#" id="lozenge"> ◊ </a> | 37 | <a href="#" id="lozenge"> ◊ </a> |
37 | <a href="proverbs.html"> | 38 | <a class="nextlink" href="proverbs.html"> |
38 | <span class="nextlink">Proverbs ></span> | 39 | Proverbs |
39 | </a> | 40 | </a> |
40 | </nav> | 41 | </nav> |
41 | 42 | ||
diff --git a/phone.html b/phone.html index 00607f2..8f14f2c 100644 --- a/phone.html +++ b/phone.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Phone</h1> | 23 | <h1 class="title">Phone</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -32,18 +33,18 @@ | |||
32 | </section> | 33 | </section> |
33 | 34 | ||
34 | <nav> | 35 | <nav> |
35 | <a href="treatise.html"> | 36 | <a class="prevlink" href="treatise.html"> |
36 | <span class="prevlink">< Treatise</span> | 37 | Treatise |
37 | </a> | 38 | </a> |
38 | <a href="paul.html"> | 39 | <a class="prevlink" href="paul.html"> |
39 | <span class="prevlink">< Paul</span> | 40 | Paul |
40 | </a> | 41 | </a> |
41 | <a href="#" id="lozenge"> ◊ </a> | 42 | <a href="#" id="lozenge"> ◊ </a> |
42 | <a href="tapestry.html"> | 43 | <a class="nextlink" href="tapestry.html"> |
43 | <span class="nextlink">Tapestry ></span> | 44 | Tapestry |
44 | </a> | 45 | </a> |
45 | <a href="planks.html"> | 46 | <a class="nextlink" href="planks.html"> |
46 | <span class="nextlink">Planks ></span> | 47 | Planks |
47 | </a> | 48 | </a> |
48 | </nav> | 49 | </nav> |
49 | 50 | ||
diff --git a/planks.html b/planks.html index 45de069..7c074b7 100644 --- a/planks.html +++ b/planks.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Planks</h1> | 23 | <h1 class="title">Planks</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -34,18 +35,18 @@ | |||
34 | </section> | 35 | </section> |
35 | 36 | ||
36 | <nav> | 37 | <nav> |
37 | <a href="leg.html"> | 38 | <a class="prevlink" href="leg.html"> |
38 | <span class="prevlink">< Leg</span> | 39 | Leg |
39 | </a> | 40 | </a> |
40 | <a href="phone.html"> | 41 | <a class="prevlink" href="phone.html"> |
41 | <span class="prevlink">< Phone</span> | 42 | Phone |
42 | </a> | 43 | </a> |
43 | <a href="#" id="lozenge"> ◊ </a> | 44 | <a href="#" id="lozenge"> ◊ </a> |
44 | <a href="hardware.html"> | 45 | <a class="nextlink" href="hardware.html"> |
45 | <span class="nextlink">Hardware ></span> | 46 | Hardware |
46 | </a> | 47 | </a> |
47 | <a href="punch.html"> | 48 | <a class="nextlink" href="punch.html"> |
48 | <span class="nextlink">Punch ></span> | 49 | Punch |
49 | </a> | 50 | </a> |
50 | </nav> | 51 | </nav> |
51 | 52 | ||
diff --git a/plant.html b/plant.html index 9b0954a..4902d22 100644 --- a/plant.html +++ b/plant.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Litany for a plant</h1> | 23 | <h1 class="title">Litany for a plant</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
diff --git a/poetry-time.html b/poetry-time.html index 9c6ef78..78287f7 100644 --- a/poetry-time.html +++ b/poetry-time.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Something about the nature of poetry and time</h1> | 23 | <h1 class="title">Something about the nature of poetry and time</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -35,18 +36,18 @@ | |||
35 | </section> | 36 | </section> |
36 | 37 | ||
37 | <nav> | 38 | <nav> |
38 | <a href="big-dipper.html"> | 39 | <a class="prevlink" href="big-dipper.html"> |
39 | <span class="prevlink">< The Big Dipper</span> | 40 | The Big Dipper |
40 | </a> | 41 | </a> |
41 | <a href="worse-looking-over.html"> | 42 | <a class="prevlink" href="worse-looking-over.html"> |
42 | <span class="prevlink">< Worse looking over</span> | 43 | Worse looking over |
43 | </a> | 44 | </a> |
44 | <a href="#" id="lozenge"> ◊ </a> | 45 | <a href="#" id="lozenge"> ◊ </a> |
45 | <a href="moon-drowning.html"> | 46 | <a class="nextlink" href="moon-drowning.html"> |
46 | <span class="nextlink">The Moon is drowning ></span> | 47 | The Moon is drowning |
47 | </a> | 48 | </a> |
48 | <a href="amber-alert.html"> | 49 | <a class="nextlink" href="amber-alert.html"> |
49 | <span class="nextlink">AMBER alert ></span> | 50 | AMBER alert |
50 | </a> | 51 | </a> |
51 | </nav> | 52 | </nav> |
52 | 53 | ||
diff --git a/prelude.html b/prelude.html index 57ffef9..ea4ba90 100644 --- a/prelude.html +++ b/prelude.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Prelude</h1> | 23 | <h1 class="title">Prelude</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -30,8 +31,8 @@ | |||
30 | 31 | ||
31 | <nav> | 32 | <nav> |
32 | <a href="#" id="lozenge"> ◊ </a> | 33 | <a href="#" id="lozenge"> ◊ </a> |
33 | <a href="purpose-dogs.html"> | 34 | <a class="nextlink" href="purpose-dogs.html"> |
34 | <span class="nextlink">The purpose of dogs ></span> | 35 | The purpose of dogs |
35 | </a> | 36 | </a> |
36 | </nav> | 37 | </nav> |
37 | 38 | ||
diff --git a/problems.html b/problems.html index 7fda889..dbe7d50 100644 --- a/problems.html +++ b/problems.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Problems</h1> | 23 | <h1 class="title">Problems</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -41,12 +42,12 @@ | |||
41 | </section> | 42 | </section> |
42 | 43 | ||
43 | <nav> | 44 | <nav> |
44 | <a href="movingsideways.html"> | 45 | <a class="prevlink" href="movingsideways.html"> |
45 | <span class="prevlink">< Moving sideways</span> | 46 | Moving sideways |
46 | </a> | 47 | </a> |
47 | <a href="#" id="lozenge"> ◊ </a> | 48 | <a href="#" id="lozenge"> ◊ </a> |
48 | <a href="likingthings.html"> | 49 | <a class="nextlink" href="likingthings.html"> |
49 | <span class="nextlink">Liking things ></span> | 50 | Liking things |
50 | </a> | 51 | </a> |
51 | </nav> | 52 | </nav> |
52 | 53 | ||
diff --git a/proverbs.html b/proverbs.html index b44ad27..4fdd1de 100644 --- a/proverbs.html +++ b/proverbs.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Proverbs</h1> | 23 | <h1 class="title">Proverbs</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -36,12 +37,12 @@ | |||
36 | </section> | 37 | </section> |
37 | 38 | ||
38 | <nav> | 39 | <nav> |
39 | <a href="philosophy.html"> | 40 | <a class="prevlink" href="philosophy.html"> |
40 | <span class="prevlink">< Philosophy</span> | 41 | Philosophy |
41 | </a> | 42 | </a> |
42 | <a href="#" id="lozenge"> ◊ </a> | 43 | <a href="#" id="lozenge"> ◊ </a> |
43 | <a href="movingsideways.html"> | 44 | <a class="nextlink" href="movingsideways.html"> |
44 | <span class="nextlink">Moving sideways ></span> | 45 | Moving sideways |
45 | </a> | 46 | </a> |
46 | </nav> | 47 | </nav> |
47 | 48 | ||
diff --git a/punch.html b/punch.html index f7ac6c2..35ca00e 100644 --- a/punch.html +++ b/punch.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Punch</h1> | 23 | <h1 class="title">Punch</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -31,18 +32,18 @@ | |||
31 | </section> | 32 | </section> |
32 | 33 | ||
33 | <nav> | 34 | <nav> |
34 | <a href="wallpaper.html"> | 35 | <a class="prevlink" href="wallpaper.html"> |
35 | <span class="prevlink">< Wallpaper</span> | 36 | Wallpaper |
36 | </a> | 37 | </a> |
37 | <a href="planks.html"> | 38 | <a class="prevlink" href="planks.html"> |
38 | <span class="prevlink">< Planks</span> | 39 | Planks |
39 | </a> | 40 | </a> |
40 | <a href="#" id="lozenge"> ◊ </a> | 41 | <a href="#" id="lozenge"> ◊ </a> |
41 | <a href="joke.html"> | 42 | <a class="nextlink" href="joke.html"> |
42 | <span class="nextlink">Joke ></span> | 43 | Joke |
43 | </a> | 44 | </a> |
44 | <a href="question.html"> | 45 | <a class="nextlink" href="question.html"> |
45 | <span class="nextlink">Question ></span> | 46 | Question |
46 | </a> | 47 | </a> |
47 | </nav> | 48 | </nav> |
48 | 49 | ||
diff --git a/purpose-dogs.html b/purpose-dogs.html index 6c7bfe2..393f286 100644 --- a/purpose-dogs.html +++ b/purpose-dogs.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">The purpose of dogs</h1> | 23 | <h1 class="title">The purpose of dogs</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -31,12 +32,12 @@ | |||
31 | </section> | 32 | </section> |
32 | 33 | ||
33 | <nav> | 34 | <nav> |
34 | <a href="prelude.html"> | 35 | <a class="prevlink" href="prelude.html"> |
35 | <span class="prevlink">< Prelude</span> | 36 | Prelude |
36 | </a> | 37 | </a> |
37 | <a href="#" id="lozenge"> ◊ </a> | 38 | <a href="#" id="lozenge"> ◊ </a> |
38 | <a href="philosophy.html"> | 39 | <a class="nextlink" href="philosophy.html"> |
39 | <span class="nextlink">Philosophy ></span> | 40 | Philosophy |
40 | </a> | 41 | </a> |
41 | </nav> | 42 | </nav> |
42 | 43 | ||
diff --git a/question.html b/question.html index 2d2f821..b43829f 100644 --- a/question.html +++ b/question.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Question</h1> | 23 | <h1 class="title">Question</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -32,18 +33,18 @@ | |||
32 | </section> | 33 | </section> |
33 | 34 | ||
34 | <nav> | 35 | <nav> |
35 | <a href="window.html"> | 36 | <a class="prevlink" href="window.html"> |
36 | <span class="prevlink">< Window</span> | 37 | Window |
37 | </a> | 38 | </a> |
38 | <a href="punch.html"> | 39 | <a class="prevlink" href="punch.html"> |
39 | <span class="prevlink">< Punch</span> | 40 | Punch |
40 | </a> | 41 | </a> |
41 | <a href="#" id="lozenge"> ◊ </a> | 42 | <a href="#" id="lozenge"> ◊ </a> |
42 | <a href="sapling.html"> | 43 | <a class="nextlink" href="sapling.html"> |
43 | <span class="nextlink">Sapling ></span> | 44 | Sapling |
44 | </a> | 45 | </a> |
45 | <a href="reports.html"> | 46 | <a class="nextlink" href="reports.html"> |
46 | <span class="nextlink">Reports ></span> | 47 | Reports |
47 | </a> | 48 | </a> |
48 | </nav> | 49 | </nav> |
49 | 50 | ||
diff --git a/real-writer.html b/real-writer.html index d72313d..80e31f6 100644 --- a/real-writer.html +++ b/real-writer.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">A real writer</h1> | 23 | <h1 class="title">A real writer</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
diff --git a/reports.html b/reports.html index 663ec82..9d31f46 100644 --- a/reports.html +++ b/reports.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Reports</h1> | 23 | <h1 class="title">Reports</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -36,18 +37,18 @@ | |||
36 | </section> | 37 | </section> |
37 | 38 | ||
38 | <nav> | 39 | <nav> |
39 | <a href="snow.html"> | 40 | <a class="prevlink" href="snow.html"> |
40 | <span class="prevlink">< Snow</span> | 41 | Snow |
41 | </a> | 42 | </a> |
42 | <a href="question.html"> | 43 | <a class="prevlink" href="question.html"> |
43 | <span class="prevlink">< Question</span> | 44 | Question |
44 | </a> | 45 | </a> |
45 | <a href="#" id="lozenge"> ◊ </a> | 46 | <a href="#" id="lozenge"> ◊ </a> |
46 | <a href="swear.html"> | 47 | <a class="nextlink" href="swear.html"> |
47 | <span class="nextlink">Swear ></span> | 48 | Swear |
48 | </a> | 49 | </a> |
49 | <a href="sapling.html"> | 50 | <a class="nextlink" href="sapling.html"> |
50 | <span class="nextlink">Sapling ></span> | 51 | Sapling |
51 | </a> | 52 | </a> |
52 | </nav> | 53 | </nav> |
53 | 54 | ||
diff --git a/riptide_memory.html b/riptide_memory.html index d1e3636..06fd2a8 100644 --- a/riptide_memory.html +++ b/riptide_memory.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Riptide of memory</h1> | 23 | <h1 class="title">Riptide of memory</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -34,18 +35,18 @@ | |||
34 | </section> | 35 | </section> |
35 | 36 | ||
36 | <nav> | 37 | <nav> |
37 | <a href="music-433.html"> | 38 | <a class="prevlink" href="music-433.html"> |
38 | <span class="prevlink">< <p>Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing</p></span> | 39 | <p>Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing</p> |
39 | </a> | 40 | </a> |
40 | <a href="i-think-its-you.html"> | 41 | <a class="prevlink" href="i-think-its-you.html"> |
41 | <span class="prevlink">< I think it’s you (but it’s not)</span> | 42 | I think it’s you (but it’s not) |
42 | </a> | 43 | </a> |
43 | <a href="#" id="lozenge"> ◊ </a> | 44 | <a href="#" id="lozenge"> ◊ </a> |
44 | <a href="about-the-author.html"> | 45 | <a class="nextlink" href="about-the-author.html"> |
45 | <span class="nextlink">About the author ></span> | 46 | About the author |
46 | </a> | 47 | </a> |
47 | <a href="sixteenth-chapel.html"> | 48 | <a class="nextlink" href="sixteenth-chapel.html"> |
48 | <span class="nextlink">The Sixteenth Chapel ></span> | 49 | The Sixteenth Chapel |
49 | </a> | 50 | </a> |
50 | </nav> | 51 | </nav> |
51 | 52 | ||
diff --git a/ronaldmcdonald.html b/ronaldmcdonald.html index d1b6529..5e6b878 100644 --- a/ronaldmcdonald.html +++ b/ronaldmcdonald.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Ronald McDonald</h1> | 23 | <h1 class="title">Ronald McDonald</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -36,12 +37,12 @@ | |||
36 | </section> | 37 | </section> |
37 | 38 | ||
38 | <nav> | 39 | <nav> |
39 | <a href="roughgloves.html"> | 40 | <a class="prevlink" href="roughgloves.html"> |
40 | <span class="prevlink">< Rough gloves</span> | 41 | Rough gloves |
41 | </a> | 42 | </a> |
42 | <a href="#" id="lozenge"> ◊ </a> | 43 | <a href="#" id="lozenge"> ◊ </a> |
43 | <a href="moongone.html"> | 44 | <a class="nextlink" href="moongone.html"> |
44 | <span class="nextlink">The moon is gone and in its place a mirror ></span> | 45 | The moon is gone and in its place a mirror |
45 | </a> | 46 | </a> |
46 | </nav> | 47 | </nav> |
47 | 48 | ||
diff --git a/roughgloves.html b/roughgloves.html index 16903a9..9537dad 100644 --- a/roughgloves.html +++ b/roughgloves.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Rough gloves</h1> | 23 | <h1 class="title">Rough gloves</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -29,12 +30,12 @@ | |||
29 | </section> | 30 | </section> |
30 | 31 | ||
31 | <nav> | 32 | <nav> |
32 | <a href="lovesong.html"> | 33 | <a class="prevlink" href="lovesong.html"> |
33 | <span class="prevlink">< Love Song</span> | 34 | Love Song |
34 | </a> | 35 | </a> |
35 | <a href="#" id="lozenge"> ◊ </a> | 36 | <a href="#" id="lozenge"> ◊ </a> |
36 | <a href="ronaldmcdonald.html"> | 37 | <a class="nextlink" href="ronaldmcdonald.html"> |
37 | <span class="nextlink">Ronald McDonald ></span> | 38 | Ronald McDonald |
38 | </a> | 39 | </a> |
39 | </nav> | 40 | </nav> |
40 | 41 | ||
diff --git a/sapling.html b/sapling.html index ae7966e..2eb234b 100644 --- a/sapling.html +++ b/sapling.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Sapling</h1> | 23 | <h1 class="title">Sapling</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -31,18 +32,18 @@ | |||
31 | </section> | 32 | </section> |
32 | 33 | ||
33 | <nav> | 34 | <nav> |
34 | <a href="question.html"> | 35 | <a class="prevlink" href="question.html"> |
35 | <span class="prevlink">< Question</span> | 36 | Question |
36 | </a> | 37 | </a> |
37 | <a href="reports.html"> | 38 | <a class="prevlink" href="reports.html"> |
38 | <span class="prevlink">< Reports</span> | 39 | Reports |
39 | </a> | 40 | </a> |
40 | <a href="#" id="lozenge"> ◊ </a> | 41 | <a href="#" id="lozenge"> ◊ </a> |
41 | <a href="cereal.html"> | 42 | <a class="nextlink" href="cereal.html"> |
42 | <span class="nextlink">Cereal ></span> | 43 | Cereal |
43 | </a> | 44 | </a> |
44 | <a href="shed.html"> | 45 | <a class="nextlink" href="shed.html"> |
45 | <span class="nextlink">Shed ></span> | 46 | Shed |
46 | </a> | 47 | </a> |
47 | </nav> | 48 | </nav> |
48 | 49 | ||
diff --git a/seasonal-affective-disorder.html b/seasonal-affective-disorder.html index 50b7113..4b04512 100644 --- a/seasonal-affective-disorder.html +++ b/seasonal-affective-disorder.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Seasonal affective disorder</h1> | 23 | <h1 class="title">Seasonal affective disorder</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
diff --git a/sense-of-it.html b/sense-of-it.html index 50a562a..2ecf777 100644 --- a/sense-of-it.html +++ b/sense-of-it.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Sense of it</h1> | 23 | <h1 class="title">Sense of it</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
diff --git a/serengeti.html b/serengeti.html index 7613a99..658f531 100644 --- a/serengeti.html +++ b/serengeti.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Serengeti</h1> | 23 | <h1 class="title">Serengeti</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -29,12 +30,12 @@ | |||
29 | </section> | 30 | </section> |
30 | 31 | ||
31 | <nav> | 32 | <nav> |
32 | <a href="mountain.html"> | 33 | <a class="prevlink" href="mountain.html"> |
33 | <span class="prevlink">< The mountain</span> | 34 | The mountain |
34 | </a> | 35 | </a> |
35 | <a href="#" id="lozenge"> ◊ </a> | 36 | <a href="#" id="lozenge"> ◊ </a> |
36 | <a href="shipwright.html"> | 37 | <a class="nextlink" href="shipwright.html"> |
37 | <span class="nextlink">The shipwright ></span> | 38 | The shipwright |
38 | </a> | 39 | </a> |
39 | </nav> | 40 | </nav> |
40 | 41 | ||
diff --git a/shed.html b/shed.html index 35975a3..7b4345c 100644 --- a/shed.html +++ b/shed.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Shed</h1> | 23 | <h1 class="title">Shed</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -32,18 +33,18 @@ | |||
32 | </section> | 33 | </section> |
33 | 34 | ||
34 | <nav> | 35 | <nav> |
35 | <a href="notes.html"> | 36 | <a class="prevlink" href="notes.html"> |
36 | <span class="prevlink">< Notes</span> | 37 | Notes |
37 | </a> | 38 | </a> |
38 | <a href="sapling.html"> | 39 | <a class="prevlink" href="sapling.html"> |
39 | <span class="prevlink">< Sapling</span> | 40 | Sapling |
40 | </a> | 41 | </a> |
41 | <a href="#" id="lozenge"> ◊ </a> | 42 | <a href="#" id="lozenge"> ◊ </a> |
42 | <a href="hands.html"> | 43 | <a class="nextlink" href="hands.html"> |
43 | <span class="nextlink">Hands ></span> | 44 | Hands |
44 | </a> | 45 | </a> |
45 | <a href="snow.html"> | 46 | <a class="nextlink" href="snow.html"> |
46 | <span class="nextlink">Snow ></span> | 47 | Snow |
47 | </a> | 48 | </a> |
48 | </nav> | 49 | </nav> |
49 | 50 | ||
diff --git a/shipwright.html b/shipwright.html index 73382fe..8dd51cf 100644 --- a/shipwright.html +++ b/shipwright.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">The shipwright</h1> | 23 | <h1 class="title">The shipwright</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -29,12 +30,12 @@ | |||
29 | </section> | 30 | </section> |
30 | 31 | ||
31 | <nav> | 32 | <nav> |
32 | <a href="serengeti.html"> | 33 | <a class="prevlink" href="serengeti.html"> |
33 | <span class="prevlink">< Serengeti</span> | 34 | Serengeti |
34 | </a> | 35 | </a> |
35 | <a href="#" id="lozenge"> ◊ </a> | 36 | <a href="#" id="lozenge"> ◊ </a> |
36 | <a href="spittle.html"> | 37 | <a class="nextlink" href="spittle.html"> |
37 | <span class="nextlink">Spittle ></span> | 38 | Spittle |
38 | </a> | 39 | </a> |
39 | </nav> | 40 | </nav> |
40 | 41 | ||
diff --git a/sixteenth-chapel.html b/sixteenth-chapel.html index 83fb770..3618d77 100644 --- a/sixteenth-chapel.html +++ b/sixteenth-chapel.html | |||
@@ -22,17 +22,14 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">The Sixteenth Chapel</h1> | 23 | <h1 class="title">The Sixteenth Chapel</h1> |
24 | 24 | ||
25 | |||
25 | <!-- epigraph --> | 26 | <!-- epigraph --> |
26 | <p class="epigraph"> | 27 | <div class="epigraph"> |
27 | <a href="https://www.youtube.com/watch?v=PI_pwLyeoqk">Canadian High School!</a> | 28 | <a href="https://www.youtube.com/watch?v=PI_pwLyeoqk">Canadian High School!</a> |
28 | </p> | 29 | </div> |
29 | <p class="epigraph-attrib"> | 30 | <div class="epigraph-attrib">David Letterman</div> |
30 | — David Letterman | ||
31 | </p> | ||
32 | <!-- dedication --> | 31 | <!-- dedication --> |
33 | <p class="dedication"> | 32 | <div class="dedication">Max</div> |
34 | <em>for Max</em> | ||
35 | </p> | ||
36 | </header> | 33 | </header> |
37 | 34 | ||
38 | <section class="thing verse"> | 35 | <section class="thing verse"> |
@@ -46,18 +43,18 @@ | |||
46 | </section> | 43 | </section> |
47 | 44 | ||
48 | <nav> | 45 | <nav> |
49 | <a href="worse-looking-over.html"> | 46 | <a class="prevlink" href="worse-looking-over.html"> |
50 | <span class="prevlink">< Worse looking over</span> | 47 | Worse looking over |
51 | </a> | 48 | </a> |
52 | <a href="riptide_memory.html"> | 49 | <a class="prevlink" href="riptide_memory.html"> |
53 | <span class="prevlink">< Riptide of memory</span> | 50 | Riptide of memory |
54 | </a> | 51 | </a> |
55 | <a href="#" id="lozenge"> ◊ </a> | 52 | <a href="#" id="lozenge"> ◊ </a> |
56 | <a href="last-bastion.html"> | 53 | <a class="nextlink" href="last-bastion.html"> |
57 | <span class="nextlink">Last bastion ></span> | 54 | Last bastion |
58 | </a> | 55 | </a> |
59 | <a href="music-433.html"> | 56 | <a class="nextlink" href="music-433.html"> |
60 | <span class="nextlink"><p>Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing</p> ></span> | 57 | <p>Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing</p> |
61 | </a> | 58 | </a> |
62 | </nav> | 59 | </nav> |
63 | 60 | ||
diff --git a/snow.html b/snow.html index 09c5c29..04abe77 100644 --- a/snow.html +++ b/snow.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Snow</h1> | 23 | <h1 class="title">Snow</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -33,18 +34,18 @@ | |||
33 | </section> | 34 | </section> |
34 | 35 | ||
35 | <nav> | 36 | <nav> |
36 | <a href="man.html"> | 37 | <a class="prevlink" href="man.html"> |
37 | <span class="prevlink">< Man</span> | 38 | Man |
38 | </a> | 39 | </a> |
39 | <a href="shed.html"> | 40 | <a class="prevlink" href="shed.html"> |
40 | <span class="prevlink">< Shed</span> | 41 | Shed |
41 | </a> | 42 | </a> |
42 | <a href="#" id="lozenge"> ◊ </a> | 43 | <a href="#" id="lozenge"> ◊ </a> |
43 | <a href="reports.html"> | 44 | <a class="nextlink" href="reports.html"> |
44 | <span class="nextlink">Reports ></span> | 45 | Reports |
45 | </a> | 46 | </a> |
46 | <a href="stagnant.html"> | 47 | <a class="nextlink" href="stagnant.html"> |
47 | <span class="nextlink">Stagnant ></span> | 48 | Stagnant |
48 | </a> | 49 | </a> |
49 | </nav> | 50 | </nav> |
50 | 51 | ||
diff --git a/something-simple.html b/something-simple.html index 3838b16..d45f811 100644 --- a/something-simple.html +++ b/something-simple.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Let’s start with something simple</h1> | 23 | <h1 class="title">Let’s start with something simple</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
diff --git a/spittle.html b/spittle.html index 2eff3e3..3029140 100644 --- a/spittle.html +++ b/spittle.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Spittle</h1> | 23 | <h1 class="title">Spittle</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -29,12 +30,12 @@ | |||
29 | </section> | 30 | </section> |
30 | 31 | ||
31 | <nav> | 32 | <nav> |
32 | <a href="shipwright.html"> | 33 | <a class="prevlink" href="shipwright.html"> |
33 | <span class="prevlink">< The shipwright</span> | 34 | The shipwright |
34 | </a> | 35 | </a> |
35 | <a href="#" id="lozenge"> ◊ </a> | 36 | <a href="#" id="lozenge"> ◊ </a> |
36 | <a href="squirrel.html"> | 37 | <a class="nextlink" href="squirrel.html"> |
37 | <span class="nextlink">The squirrel ></span> | 38 | The squirrel |
38 | </a> | 39 | </a> |
39 | </nav> | 40 | </nav> |
40 | 41 | ||
diff --git a/squirrel.html b/squirrel.html index 4302773..f96343b 100644 --- a/squirrel.html +++ b/squirrel.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">The squirrel</h1> | 23 | <h1 class="title">The squirrel</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -29,12 +30,12 @@ | |||
29 | </section> | 30 | </section> |
30 | 31 | ||
31 | <nav> | 32 | <nav> |
32 | <a href="spittle.html"> | 33 | <a class="prevlink" href="spittle.html"> |
33 | <span class="prevlink">< Spittle</span> | 34 | Spittle |
34 | </a> | 35 | </a> |
35 | <a href="#" id="lozenge"> ◊ </a> | 36 | <a href="#" id="lozenge"> ◊ </a> |
36 | <a href="swansong.html"> | 37 | <a class="nextlink" href="swansong.html"> |
37 | <span class="nextlink">Swan song ></span> | 38 | Swan song |
38 | </a> | 39 | </a> |
39 | </nav> | 40 | </nav> |
40 | 41 | ||
diff --git a/stagnant.html b/stagnant.html index acc05a6..05d8c33 100644 --- a/stagnant.html +++ b/stagnant.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Stagnant</h1> | 23 | <h1 class="title">Stagnant</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -31,18 +32,18 @@ | |||
31 | </section> | 32 | </section> |
32 | 33 | ||
33 | <nav> | 34 | <nav> |
34 | <a href="options.html"> | 35 | <a class="prevlink" href="options.html"> |
35 | <span class="prevlink">< Options</span> | 36 | Options |
36 | </a> | 37 | </a> |
37 | <a href="snow.html"> | 38 | <a class="prevlink" href="snow.html"> |
38 | <span class="prevlink">< Snow</span> | 39 | Snow |
39 | </a> | 40 | </a> |
40 | <a href="#" id="lozenge"> ◊ </a> | 41 | <a href="#" id="lozenge"> ◊ </a> |
41 | <a href="building.html"> | 42 | <a class="nextlink" href="building.html"> |
42 | <span class="nextlink">Building ></span> | 43 | Building |
43 | </a> | 44 | </a> |
44 | <a href="stump.html"> | 45 | <a class="nextlink" href="stump.html"> |
45 | <span class="nextlink">Stump ></span> | 46 | Stump |
46 | </a> | 47 | </a> |
47 | </nav> | 48 | </nav> |
48 | 49 | ||
diff --git a/statements-frag.html b/statements-frag.html index 6b7c178..5045cfb 100644 --- a/statements-frag.html +++ b/statements-frag.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Statements</h1> | 23 | <h1 class="title">Statements</h1> |
24 | <h1 class="subtitle">a fragment</h1> | 24 | <h1 class="subtitle">a fragment</h1> |
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
diff --git a/stayed-on-the-bus.html b/stayed-on-the-bus.html index 6861386..940c0dc 100644 --- a/stayed-on-the-bus.html +++ b/stayed-on-the-bus.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Stayed on the bus too long</h1> | 23 | <h1 class="title">Stayed on the bus too long</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
diff --git a/stump.html b/stump.html index 38cbc98..efbdec7 100644 --- a/stump.html +++ b/stump.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Stump</h1> | 23 | <h1 class="title">Stump</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -33,18 +34,18 @@ | |||
33 | </section> | 34 | </section> |
34 | 35 | ||
35 | <nav> | 36 | <nav> |
36 | <a href="joke.html"> | 37 | <a class="prevlink" href="joke.html"> |
37 | <span class="prevlink">< Joke</span> | 38 | Joke |
38 | </a> | 39 | </a> |
39 | <a href="stagnant.html"> | 40 | <a class="prevlink" href="stagnant.html"> |
40 | <span class="prevlink">< Stagnant</span> | 41 | Stagnant |
41 | </a> | 42 | </a> |
42 | <a href="#" id="lozenge"> ◊ </a> | 43 | <a href="#" id="lozenge"> ◊ </a> |
43 | <a href="early.html"> | 44 | <a class="nextlink" href="early.html"> |
44 | <span class="nextlink">Early ></span> | 45 | Early |
45 | </a> | 46 | </a> |
46 | <a href="swear.html"> | 47 | <a class="nextlink" href="swear.html"> |
47 | <span class="nextlink">Swear ></span> | 48 | Swear |
48 | </a> | 49 | </a> |
49 | </nav> | 50 | </nav> |
50 | 51 | ||
diff --git a/swansong-alt.html b/swansong-alt.html index 80c752f..d74560f 100644 --- a/swansong-alt.html +++ b/swansong-alt.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Swansong</h1> | 23 | <h1 class="title">Swansong</h1> |
24 | <h1 class="subtitle">alternate version</h1> | 24 | <h1 class="subtitle">alternate version</h1> |
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
diff --git a/swansong.html b/swansong.html index 5c65507..236da19 100644 --- a/swansong.html +++ b/swansong.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Swan song</h1> | 23 | <h1 class="title">Swan song</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -29,12 +30,12 @@ | |||
29 | </section> | 30 | </section> |
30 | 31 | ||
31 | <nav> | 32 | <nav> |
32 | <a href="squirrel.html"> | 33 | <a class="prevlink" href="squirrel.html"> |
33 | <span class="prevlink">< The squirrel</span> | 34 | The squirrel |
34 | </a> | 35 | </a> |
35 | <a href="#" id="lozenge"> ◊ </a> | 36 | <a href="#" id="lozenge"> ◊ </a> |
36 | <a href="telemarketer.html"> | 37 | <a class="nextlink" href="telemarketer.html"> |
37 | <span class="nextlink">Telemarketer ></span> | 38 | Telemarketer |
38 | </a> | 39 | </a> |
39 | </nav> | 40 | </nav> |
40 | 41 | ||
diff --git a/swear.html b/swear.html index bb76dc4..fd40dde 100644 --- a/swear.html +++ b/swear.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Swear</h1> | 23 | <h1 class="title">Swear</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -43,18 +44,18 @@ | |||
43 | </section> | 44 | </section> |
44 | 45 | ||
45 | <nav> | 46 | <nav> |
46 | <a href="reports.html"> | 47 | <a class="prevlink" href="reports.html"> |
47 | <span class="prevlink">< Reports</span> | 48 | Reports |
48 | </a> | 49 | </a> |
49 | <a href="stump.html"> | 50 | <a class="prevlink" href="stump.html"> |
50 | <span class="prevlink">< Stump</span> | 51 | Stump |
51 | </a> | 52 | </a> |
52 | <a href="#" id="lozenge"> ◊ </a> | 53 | <a href="#" id="lozenge"> ◊ </a> |
53 | <a href="options.html"> | 54 | <a class="nextlink" href="options.html"> |
54 | <span class="nextlink">Options ></span> | 55 | Options |
55 | </a> | 56 | </a> |
56 | <a href="tapestry.html"> | 57 | <a class="nextlink" href="tapestry.html"> |
57 | <span class="nextlink">Tapestry ></span> | 58 | Tapestry |
58 | </a> | 59 | </a> |
59 | </nav> | 60 | </nav> |
60 | 61 | ||
diff --git a/table_contents.html b/table_contents.html index 490f2db..ca244aa 100644 --- a/table_contents.html +++ b/table_contents.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Table of contents</h1> | 23 | <h1 class="title">Table of contents</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -105,11 +106,11 @@ | |||
105 | 106 | ||
106 | <nav> | 107 | <nav> |
107 | <a href="#" id="lozenge"> ◊ </a> | 108 | <a href="#" id="lozenge"> ◊ </a> |
108 | <a href="ouroboros_memory.html"> | 109 | <a class="nextlink" href="ouroboros_memory.html"> |
109 | <span class="nextlink">Ouroboros of memory ></span> | 110 | Ouroboros of memory |
110 | </a> | 111 | </a> |
111 | <a href="big-dipper.html"> | 112 | <a class="nextlink" href="big-dipper.html"> |
112 | <span class="nextlink">The Big Dipper ></span> | 113 | The Big Dipper |
113 | </a> | 114 | </a> |
114 | </nav> | 115 | </nav> |
115 | 116 | ||
diff --git a/tapestry.html b/tapestry.html index b7a261b..d43a7cc 100644 --- a/tapestry.html +++ b/tapestry.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Tapestry</h1> | 23 | <h1 class="title">Tapestry</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -32,18 +33,18 @@ | |||
32 | </section> | 33 | </section> |
33 | 34 | ||
34 | <nav> | 35 | <nav> |
35 | <a href="phone.html"> | 36 | <a class="prevlink" href="phone.html"> |
36 | <span class="prevlink">< Phone</span> | 37 | Phone |
37 | </a> | 38 | </a> |
38 | <a href="swear.html"> | 39 | <a class="prevlink" href="swear.html"> |
39 | <span class="prevlink">< Swear</span> | 40 | Swear |
40 | </a> | 41 | </a> |
41 | <a href="#" id="lozenge"> ◊ </a> | 42 | <a href="#" id="lozenge"> ◊ </a> |
42 | <a href="window.html"> | 43 | <a class="nextlink" href="window.html"> |
43 | <span class="nextlink">Window ></span> | 44 | Window |
44 | </a> | 45 | </a> |
45 | <a href="toilet.html"> | 46 | <a class="nextlink" href="toilet.html"> |
46 | <span class="nextlink">Toilet ></span> | 47 | Toilet |
47 | </a> | 48 | </a> |
48 | </nav> | 49 | </nav> |
49 | 50 | ||
diff --git a/telemarketer.html b/telemarketer.html index 3603fc9..b07f983 100644 --- a/telemarketer.html +++ b/telemarketer.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Telemarketer</h1> | 23 | <h1 class="title">Telemarketer</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -39,12 +40,12 @@ | |||
39 | </section> | 40 | </section> |
40 | 41 | ||
41 | <nav> | 42 | <nav> |
42 | <a href="swansong.html"> | 43 | <a class="prevlink" href="swansong.html"> |
43 | <span class="prevlink">< Swan song</span> | 44 | Swan song |
44 | </a> | 45 | </a> |
45 | <a href="#" id="lozenge"> ◊ </a> | 46 | <a href="#" id="lozenge"> ◊ </a> |
46 | <a href="weplayedthosegamestoo.html"> | 47 | <a class="nextlink" href="weplayedthosegamestoo.html"> |
47 | <span class="nextlink">We played those games too ></span> | 48 | We played those games too |
48 | </a> | 49 | </a> |
49 | </nav> | 50 | </nav> |
50 | 51 | ||
diff --git a/the-night-we-met.html b/the-night-we-met.html index 08f9113..73e638d 100644 --- a/the-night-we-met.html +++ b/the-night-we-met.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">The night we met, I was out of my mind</h1> | 23 | <h1 class="title">The night we met, I was out of my mind</h1> |
24 | <h1 class="subtitle">or Lying in the dark</h1> | 24 | <h1 class="subtitle">or Lying in the dark</h1> |
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
diff --git a/the-sea_the-beach.html b/the-sea_the-beach.html index da86316..5609ce2 100644 --- a/the-sea_the-beach.html +++ b/the-sea_the-beach.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">The sea and the beach</h1> | 23 | <h1 class="title">The sea and the beach</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
diff --git a/theoceanoverflowswithcamels.html b/theoceanoverflowswithcamels.html index a784da4..41e9a4e 100644 --- a/theoceanoverflowswithcamels.html +++ b/theoceanoverflowswithcamels.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">The ocean overflows with camels</h1> | 23 | <h1 class="title">The ocean overflows with camels</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -29,12 +30,12 @@ | |||
29 | </section> | 30 | </section> |
30 | 31 | ||
31 | <nav> | 32 | <nav> |
32 | <a href="arspoetica.html"> | 33 | <a class="prevlink" href="arspoetica.html"> |
33 | <span class="prevlink">< Ars poetica</span> | 34 | Ars poetica |
34 | </a> | 35 | </a> |
35 | <a href="#" id="lozenge"> ◊ </a> | 36 | <a href="#" id="lozenge"> ◊ </a> |
36 | <a href="boar.html"> | 37 | <a class="nextlink" href="boar.html"> |
37 | <span class="nextlink">The boar ></span> | 38 | The boar |
38 | </a> | 39 | </a> |
39 | </nav> | 40 | </nav> |
40 | 41 | ||
diff --git a/time-looks-up-to-the-sky.html b/time-looks-up-to-the-sky.html index 1b0c296..d40dcdb 100644 --- a/time-looks-up-to-the-sky.html +++ b/time-looks-up-to-the-sky.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Time looks up to the sky</h1> | 23 | <h1 class="title">Time looks up to the sky</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
diff --git a/todaniel.html b/todaniel.html index d628e64..d6343be 100644 --- a/todaniel.html +++ b/todaniel.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">To Daniel</h1> | 23 | <h1 class="title">To Daniel</h1> |
24 | <h1 class="subtitle">an elaboration of a previous comment</h1> | 24 | <h1 class="subtitle">an elaboration of a previous comment</h1> |
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -32,12 +33,12 @@ | |||
32 | </section> | 33 | </section> |
33 | 34 | ||
34 | <nav> | 35 | <nav> |
35 | <a href="weplayedthosegamestoo.html"> | 36 | <a class="prevlink" href="weplayedthosegamestoo.html"> |
36 | <span class="prevlink">< We played those games too</span> | 37 | We played those games too |
37 | </a> | 38 | </a> |
38 | <a href="#" id="lozenge"> ◊ </a> | 39 | <a href="#" id="lozenge"> ◊ </a> |
39 | <a href="deathstrumpet.html"> | 40 | <a class="nextlink" href="deathstrumpet.html"> |
40 | <span class="nextlink">Death’s trumpet ></span> | 41 | Death’s trumpet |
41 | </a> | 42 | </a> |
42 | </nav> | 43 | </nav> |
43 | 44 | ||
diff --git a/toilet.html b/toilet.html index 8f71fe6..f06c909 100644 --- a/toilet.html +++ b/toilet.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Toilet</h1> | 23 | <h1 class="title">Toilet</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -32,18 +33,18 @@ | |||
32 | </section> | 33 | </section> |
33 | 34 | ||
34 | <nav> | 35 | <nav> |
35 | <a href="hands.html"> | 36 | <a class="prevlink" href="hands.html"> |
36 | <span class="prevlink">< Hands</span> | 37 | Hands |
37 | </a> | 38 | </a> |
38 | <a href="tapestry.html"> | 39 | <a class="prevlink" href="tapestry.html"> |
39 | <span class="prevlink">< Tapestry</span> | 40 | Tapestry |
40 | </a> | 41 | </a> |
41 | <a href="#" id="lozenge"> ◊ </a> | 42 | <a href="#" id="lozenge"> ◊ </a> |
42 | <a href="leg.html"> | 43 | <a class="nextlink" href="leg.html"> |
43 | <span class="nextlink">Leg ></span> | 44 | Leg |
44 | </a> | 45 | </a> |
45 | <a href="toothpaste.html"> | 46 | <a class="nextlink" href="toothpaste.html"> |
46 | <span class="nextlink">Toothpaste ></span> | 47 | Toothpaste |
47 | </a> | 48 | </a> |
48 | </nav> | 49 | </nav> |
49 | 50 | ||
diff --git a/toothpaste.html b/toothpaste.html index eb0200b..558a80f 100644 --- a/toothpaste.html +++ b/toothpaste.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Toothpaste</h1> | 23 | <h1 class="title">Toothpaste</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -31,18 +32,18 @@ | |||
31 | </section> | 32 | </section> |
32 | 33 | ||
33 | <nav> | 34 | <nav> |
34 | <a href="early.html"> | 35 | <a class="prevlink" href="early.html"> |
35 | <span class="prevlink">< Early</span> | 36 | Early |
36 | </a> | 37 | </a> |
37 | <a href="toilet.html"> | 38 | <a class="prevlink" href="toilet.html"> |
38 | <span class="prevlink">< Toilet</span> | 39 | Toilet |
39 | </a> | 40 | </a> |
40 | <a href="#" id="lozenge"> ◊ </a> | 41 | <a href="#" id="lozenge"> ◊ </a> |
41 | <a href="father.html"> | 42 | <a class="nextlink" href="father.html"> |
42 | <span class="nextlink">Father ></span> | 43 | Father |
43 | </a> | 44 | </a> |
44 | <a href="treatise.html"> | 45 | <a class="nextlink" href="treatise.html"> |
45 | <span class="nextlink">Treatise ></span> | 46 | Treatise |
46 | </a> | 47 | </a> |
47 | </nav> | 48 | </nav> |
48 | 49 | ||
diff --git a/treatise.html b/treatise.html index 8d1216f..5378924 100644 --- a/treatise.html +++ b/treatise.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Treatise</h1> | 23 | <h1 class="title">Treatise</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -45,18 +46,18 @@ | |||
45 | </section> | 46 | </section> |
46 | 47 | ||
47 | <nav> | 48 | <nav> |
48 | <a href="hardware.html"> | 49 | <a class="prevlink" href="hardware.html"> |
49 | <span class="prevlink">< Hardware</span> | 50 | Hardware |
50 | </a> | 51 | </a> |
51 | <a href="toothpaste.html"> | 52 | <a class="prevlink" href="toothpaste.html"> |
52 | <span class="prevlink">< Toothpaste</span> | 53 | Toothpaste |
53 | </a> | 54 | </a> |
54 | <a href="#" id="lozenge"> ◊ </a> | 55 | <a href="#" id="lozenge"> ◊ </a> |
55 | <a href="phone.html"> | 56 | <a class="nextlink" href="phone.html"> |
56 | <span class="nextlink">Phone ></span> | 57 | Phone |
57 | </a> | 58 | </a> |
58 | <a href="underwear.html"> | 59 | <a class="nextlink" href="underwear.html"> |
59 | <span class="nextlink">Underwear ></span> | 60 | Underwear |
60 | </a> | 61 | </a> |
61 | </nav> | 62 | </nav> |
62 | 63 | ||
diff --git a/underwear.html b/underwear.html index 44879fd..e5ffa22 100644 --- a/underwear.html +++ b/underwear.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Underwear</h1> | 23 | <h1 class="title">Underwear</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -32,18 +33,18 @@ | |||
32 | </section> | 33 | </section> |
33 | 34 | ||
34 | <nav> | 35 | <nav> |
35 | <a href="hymnal.html"> | 36 | <a class="prevlink" href="hymnal.html"> |
36 | <span class="prevlink">< Hymnal</span> | 37 | Hymnal |
37 | </a> | 38 | </a> |
38 | <a href="treatise.html"> | 39 | <a class="prevlink" href="treatise.html"> |
39 | <span class="prevlink">< Treatise</span> | 40 | Treatise |
40 | </a> | 41 | </a> |
41 | <a href="#" id="lozenge"> ◊ </a> | 42 | <a href="#" id="lozenge"> ◊ </a> |
42 | <a href="dream.html"> | 43 | <a class="nextlink" href="dream.html"> |
43 | <span class="nextlink">Dream ></span> | 44 | Dream |
44 | </a> | 45 | </a> |
45 | <a href="wallpaper.html"> | 46 | <a class="nextlink" href="wallpaper.html"> |
46 | <span class="nextlink">Wallpaper ></span> | 47 | Wallpaper |
47 | </a> | 48 | </a> |
48 | </nav> | 49 | </nav> |
49 | 50 | ||
diff --git a/wallpaper.html b/wallpaper.html index bc13cf5..6c9db48 100644 --- a/wallpaper.html +++ b/wallpaper.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Wallpaper</h1> | 23 | <h1 class="title">Wallpaper</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -31,18 +32,18 @@ | |||
31 | </section> | 32 | </section> |
32 | 33 | ||
33 | <nav> | 34 | <nav> |
34 | <a href="x-ray.html"> | 35 | <a class="prevlink" href="x-ray.html"> |
35 | <span class="prevlink">< X-ray</span> | 36 | X-ray |
36 | </a> | 37 | </a> |
37 | <a href="underwear.html"> | 38 | <a class="prevlink" href="underwear.html"> |
38 | <span class="prevlink">< Underwear</span> | 39 | Underwear |
39 | </a> | 40 | </a> |
40 | <a href="#" id="lozenge"> ◊ </a> | 41 | <a href="#" id="lozenge"> ◊ </a> |
41 | <a href="punch.html"> | 42 | <a class="nextlink" href="punch.html"> |
42 | <span class="nextlink">Punch ></span> | 43 | Punch |
43 | </a> | 44 | </a> |
44 | <a href="window.html"> | 45 | <a class="nextlink" href="window.html"> |
45 | <span class="nextlink">Window ></span> | 46 | Window |
46 | </a> | 47 | </a> |
47 | </nav> | 48 | </nav> |
48 | 49 | ||
diff --git a/weplayedthosegamestoo.html b/weplayedthosegamestoo.html index 5f3368a..b5da51a 100644 --- a/weplayedthosegamestoo.html +++ b/weplayedthosegamestoo.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">We played those games too</h1> | 23 | <h1 class="title">We played those games too</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -29,12 +30,12 @@ | |||
29 | </section> | 30 | </section> |
30 | 31 | ||
31 | <nav> | 32 | <nav> |
32 | <a href="telemarketer.html"> | 33 | <a class="prevlink" href="telemarketer.html"> |
33 | <span class="prevlink">< Telemarketer</span> | 34 | Telemarketer |
34 | </a> | 35 | </a> |
35 | <a href="#" id="lozenge"> ◊ </a> | 36 | <a href="#" id="lozenge"> ◊ </a> |
36 | <a href="todaniel.html"> | 37 | <a class="nextlink" href="todaniel.html"> |
37 | <span class="nextlink">To Daniel: an elaboration ></span> | 38 | To Daniel: an elaboration |
38 | </a> | 39 | </a> |
39 | </nav> | 40 | </nav> |
40 | 41 | ||
diff --git a/when-im-sorry-i.html b/when-im-sorry-i.html index 60d4b94..57e7379 100644 --- a/when-im-sorry-i.html +++ b/when-im-sorry-i.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">When I’m sorry I wash dishes</h1> | 23 | <h1 class="title">When I’m sorry I wash dishes</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
diff --git a/window.html b/window.html index 980ca01..7e63be0 100644 --- a/window.html +++ b/window.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Window</h1> | 23 | <h1 class="title">Window</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -32,18 +33,18 @@ | |||
32 | </section> | 33 | </section> |
33 | 34 | ||
34 | <nav> | 35 | <nav> |
35 | <a href="tapestry.html"> | 36 | <a class="prevlink" href="tapestry.html"> |
36 | <span class="prevlink">< Tapestry</span> | 37 | Tapestry |
37 | </a> | 38 | </a> |
38 | <a href="wallpaper.html"> | 39 | <a class="prevlink" href="wallpaper.html"> |
39 | <span class="prevlink">< Wallpaper</span> | 40 | Wallpaper |
40 | </a> | 41 | </a> |
41 | <a href="#" id="lozenge"> ◊ </a> | 42 | <a href="#" id="lozenge"> ◊ </a> |
42 | <a href="question.html"> | 43 | <a class="nextlink" href="question.html"> |
43 | <span class="nextlink">Question ></span> | 44 | Question |
44 | </a> | 45 | </a> |
45 | <a href="writing.html"> | 46 | <a class="nextlink" href="writing.html"> |
46 | <span class="nextlink">Writing ></span> | 47 | Writing |
47 | </a> | 48 | </a> |
48 | </nav> | 49 | </nav> |
49 | 50 | ||
diff --git a/words-meaning.html b/words-meaning.html index d918b4e..8c803eb 100644 --- a/words-meaning.html +++ b/words-meaning.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Words and meaning</h1> | 23 | <h1 class="title">Words and meaning</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -31,12 +32,12 @@ | |||
31 | </section> | 32 | </section> |
32 | 33 | ||
33 | <nav> | 34 | <nav> |
34 | <a href="and.html"> | 35 | <a class="prevlink" href="and.html"> |
35 | <span class="prevlink">< And</span> | 36 | And |
36 | </a> | 37 | </a> |
37 | <a href="#" id="lozenge"> ◊ </a> | 38 | <a href="#" id="lozenge"> ◊ </a> |
38 | <a href="apollo11.html"> | 39 | <a class="nextlink" href="apollo11.html"> |
39 | <span class="nextlink">On seeing the panorama of the Apollo 11 landing site ></span> | 40 | On seeing the panorama of the Apollo 11 landing site |
40 | </a> | 41 | </a> |
41 | </nav> | 42 | </nav> |
42 | 43 | ||
diff --git a/worse-looking-over.html b/worse-looking-over.html index 77e8d54..6859104 100644 --- a/worse-looking-over.html +++ b/worse-looking-over.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Worse looking over</h1> | 23 | <h1 class="title">Worse looking over</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -29,18 +30,18 @@ | |||
29 | </section> | 30 | </section> |
30 | 31 | ||
31 | <nav> | 32 | <nav> |
32 | <a href="love-as-god.html"> | 33 | <a class="prevlink" href="love-as-god.html"> |
33 | <span class="prevlink">< Love as God</span> | 34 | Love as God |
34 | </a> | 35 | </a> |
35 | <a href="moon-drowning.html"> | 36 | <a class="prevlink" href="moon-drowning.html"> |
36 | <span class="prevlink">< The moon is drowning</span> | 37 | The moon is drowning |
37 | </a> | 38 | </a> |
38 | <a href="#" id="lozenge"> ◊ </a> | 39 | <a href="#" id="lozenge"> ◊ </a> |
39 | <a href="sixteenth-chapel.html"> | 40 | <a class="nextlink" href="sixteenth-chapel.html"> |
40 | <span class="nextlink">The Sixteenth Chapel ></span> | 41 | The Sixteenth Chapel |
41 | </a> | 42 | </a> |
42 | <a href="poetry-time.html"> | 43 | <a class="nextlink" href="poetry-time.html"> |
43 | <span class="nextlink">Something about the nature of poetry and time ></span> | 44 | Something about the nature of poetry and time |
44 | </a> | 45 | </a> |
45 | </nav> | 46 | </nav> |
46 | 47 | ||
diff --git a/writing.html b/writing.html index c63983e..487b4bb 100644 --- a/writing.html +++ b/writing.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Writing</h1> | 23 | <h1 class="title">Writing</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -31,18 +32,18 @@ | |||
31 | </section> | 32 | </section> |
32 | 33 | ||
33 | <nav> | 34 | <nav> |
34 | <a href="leaf.html"> | 35 | <a class="prevlink" href="leaf.html"> |
35 | <span class="prevlink">< Leaf</span> | 36 | Leaf |
36 | </a> | 37 | </a> |
37 | <a href="window.html"> | 38 | <a class="prevlink" href="window.html"> |
38 | <span class="prevlink">< Window</span> | 39 | Window |
39 | </a> | 40 | </a> |
40 | <a href="#" id="lozenge"> ◊ </a> | 41 | <a href="#" id="lozenge"> ◊ </a> |
41 | <a href="notes.html"> | 42 | <a class="nextlink" href="notes.html"> |
42 | <span class="nextlink">Notes ></span> | 43 | Notes |
43 | </a> | 44 | </a> |
44 | <a href="x-ray.html"> | 45 | <a class="nextlink" href="x-ray.html"> |
45 | <span class="nextlink">X-ray ></span> | 46 | X-ray |
46 | </a> | 47 | </a> |
47 | </nav> | 48 | </nav> |
48 | 49 | ||
diff --git a/x-ray.html b/x-ray.html index a672c2f..9c30f0d 100644 --- a/x-ray.html +++ b/x-ray.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">X-ray</h1> | 23 | <h1 class="title">X-ray</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -33,18 +34,18 @@ | |||
33 | </section> | 34 | </section> |
34 | 35 | ||
35 | <nav> | 36 | <nav> |
36 | <a href="yellow.html"> | 37 | <a class="prevlink" href="yellow.html"> |
37 | <span class="prevlink">< Yellow</span> | 38 | Yellow |
38 | </a> | 39 | </a> |
39 | <a href="writing.html"> | 40 | <a class="prevlink" href="writing.html"> |
40 | <span class="prevlink">< Writing</span> | 41 | Writing |
41 | </a> | 42 | </a> |
42 | <a href="#" id="lozenge"> ◊ </a> | 43 | <a href="#" id="lozenge"> ◊ </a> |
43 | <a href="wallpaper.html"> | 44 | <a class="nextlink" href="wallpaper.html"> |
44 | <span class="nextlink">Wallpaper ></span> | 45 | Wallpaper |
45 | </a> | 46 | </a> |
46 | <a href="yellow.html"> | 47 | <a class="nextlink" href="yellow.html"> |
47 | <span class="nextlink">Yellow ></span> | 48 | Yellow |
48 | </a> | 49 | </a> |
49 | </nav> | 50 | </nav> |
50 | 51 | ||
diff --git a/yellow.html b/yellow.html index 2d351a1..83c7cee 100644 --- a/yellow.html +++ b/yellow.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Yellow</h1> | 23 | <h1 class="title">Yellow</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -31,15 +32,15 @@ | |||
31 | </section> | 32 | </section> |
32 | 33 | ||
33 | <nav> | 34 | <nav> |
34 | <a href="building.html"> | 35 | <a class="prevlink" href="building.html"> |
35 | <span class="prevlink">< Building</span> | 36 | Building |
36 | </a> | 37 | </a> |
37 | <a href="x-ray.html"> | 38 | <a class="prevlink" href="x-ray.html"> |
38 | <span class="prevlink">< X-ray</span> | 39 | X-ray |
39 | </a> | 40 | </a> |
40 | <a href="#" id="lozenge"> ◊ </a> | 41 | <a href="#" id="lozenge"> ◊ </a> |
41 | <a href="x-ray.html"> | 42 | <a class="nextlink" href="x-ray.html"> |
42 | <span class="nextlink">X-ray ></span> | 43 | X-ray |
43 | </a> | 44 | </a> |
44 | </nav> | 45 | </nav> |
45 | 46 | ||