diff options
-rw-r--r-- | front-matter/thesis-defense-list.txt | 18 | ||||
-rw-r--r-- | index.html | 3 | ||||
-rw-r--r-- | thesis-defense-list.html | 63 |
3 files changed, 84 insertions, 0 deletions
diff --git a/front-matter/thesis-defense-list.txt b/front-matter/thesis-defense-list.txt new file mode 100644 index 0000000..910958c --- /dev/null +++ b/front-matter/thesis-defense-list.txt | |||
@@ -0,0 +1,18 @@ | |||
1 | --- | ||
2 | title: Thesis defense list | ||
3 | id: thesis-defense-list | ||
4 | genre: list | ||
5 | |||
6 | project: | ||
7 | title: Front matter | ||
8 | class: front-matter | ||
9 | ... | ||
10 | |||
11 | - "[And](and.html)" is an old poem that I've recently rewritten. | ||
12 | - [Riptide of memory](riptide_memory.html) has roots in | ||
13 | "[Instrumented](collage-instrument.html)." | ||
14 | - "[The night we met, I was out of my mind](the-night-we-met.html)" is | ||
15 | a pantoum. | ||
16 | - "[Last passenger](last-passenger.html)" is a poem written on September 1 | ||
17 | of last year. | ||
18 | - "[In bed](in-bed.html)" is a longish poem written in nine sections. | ||
diff --git a/index.html b/index.html index 9c9b2ac..b3ef767 100644 --- a/index.html +++ b/index.html | |||
@@ -44,6 +44,9 @@ | |||
44 | <ul> | 44 | <ul> |
45 | <li><a href="about.html">About this project</a>.</li> | 45 | <li><a href="about.html">About this project</a>.</li> |
46 | <li><a href="abstract.html">Abstract</a>.</li> | 46 | <li><a href="abstract.html">Abstract</a>.</li> |
47 | <li><a href="thesis-defense-list.html"> | ||
48 | Reading list for thesis defense</a>. | ||
49 | </li> | ||
47 | <li>Appendices of | 50 | <li>Appendices of |
48 | <ul class="commaed"> | 51 | <ul class="commaed"> |
49 | <li> | 52 | <li> |
diff --git a/thesis-defense-list.html b/thesis-defense-list.html new file mode 100644 index 0000000..0688903 --- /dev/null +++ b/thesis-defense-list.html | |||
@@ -0,0 +1,63 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <!-- AUTOCENTO OF THE BREAKFAST TABLE --> | ||
3 | <!-- vim: fdm=indent | ||
4 | --> | ||
5 | <html lang="en"> | ||
6 | <head> | ||
7 | <meta charset="utf-8"> | ||
8 | <meta name="generator" content="pandoc"> | ||
9 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> | ||
10 | <meta name="author" content="Case Duckworth"> | ||
11 | |||
12 | <title>Thesis defense list | Autocento of the breakfast table</title> | ||
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | ||
14 | |||
15 | <link rel="stylesheet" type="text/css" href="trunk/style.css"> | ||
16 | <script src="scripts/randomize.js" type="text/javascript"> </script> | ||
17 | <script src="scripts/hylo.js" type="text/javascript"> </script> | ||
18 | |||
19 | <!--[if lt IE 9]> | ||
20 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | ||
21 | <![endif]--> | ||
22 | </head> | ||
23 | <body id="thesis-defense-list" class="front-matter"> | ||
24 | |||
25 | <article class="container"> | ||
26 | <header> | ||
27 | <!-- title --> | ||
28 | <h1 class="title">Thesis defense list</h1> | ||
29 | |||
30 | |||
31 | <div class="header-extra"> | ||
32 | |||
33 | </div> | ||
34 | </header> | ||
35 | |||
36 | |||
37 | <section class="content list"> | ||
38 | <ul> | ||
39 | <li>“<a href="and.html">And</a>” is an old poem that I’ve recently rewritten.</li> | ||
40 | <li><a href="riptide_memory.html">Riptide of memory</a> has roots in “<a href="collage-instrument.html">Instrumented</a>.”</li> | ||
41 | <li>“<a href="the-night-we-met.html">The night we met, I was out of my mind</a>” is a pantoum.</li> | ||
42 | <li>“<a href="last-passenger.html">Last passenger</a>” is a poem written on September 1 of last year.</li> | ||
43 | <li>“<a href="in-bed.html">In bed</a>” is a longish poem written in nine sections.</li> | ||
44 | </ul> | ||
45 | </section> | ||
46 | </article> | ||
47 | |||
48 | <a id="textlink" title="Source file" href="text/thesis-defense-list.txt">¶</a> | ||
49 | |||
50 | <nav> | ||
51 | <div class="anchors"> | ||
52 | <a href="backlinks/thesis-defense-list.html" id="backlinks" title="Links to this page"> | ||
53 | φ | ||
54 | </a> | ||
55 | <a href="index.html" id="coverlink" title="To cover">◊</a> | ||
56 | <a href="#" id="randomizelink" title="ERROR">ξ</a> | ||
57 | </div> | ||
58 | |||
59 | |||
60 | </nav> | ||
61 | |||
62 | </body> | ||
63 | </html> | ||