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 /sixteenth-chapel.html | |
parent | Add test suite (diff) | |
download | autocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.tar.gz autocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.zip |
Change width of webpages; streamline template
Diffstat (limited to 'sixteenth-chapel.html')
-rw-r--r-- | sixteenth-chapel.html | 29 |
1 files changed, 13 insertions, 16 deletions
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 | ||