about summary refs log tree commit diff stats
path: root/man.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-12 13:01:16 -0700
committerCase Duckworth2015-03-12 13:01:16 -0700
commit2764ce38ff89667fc4073fb66cdd634caaffd613 (patch)
tree2b574940d00219cddba222222ee2ae13d49ea644 /man.html
parentRemove lua cruft (diff)
downloadautocento-2764ce38ff89667fc4073fb66cdd634caaffd613.tar.gz
autocento-2764ce38ff89667fc4073fb66cdd634caaffd613.zip
Fix #9 - ekphrastisize some poems
For ekphrastic articles, add `ekphrastic` node to YAML metadata.
This node includes subnodes `image`, `title`, `alt`, `link`, and `class`.
`image` provides a link to the local image--just include the file name
with the extension, not the folder (all images should be in /img/.)
`title` provides the title of the image, and the alt-text, if there
is no `alt` node.
`alt`, if it exists, provides the alt text for the image.
`link`, if present, wraps the image in an `<a>` tag--it should point
to the source web page of the ekphrastic image.
`class`, if present, sets the class(es) for the image, for styling.

In this commit, I've set `ekphrastic` on the four articles that have
them so far: 'The Death Zone,' 'AMBER alert,' 'The moon is gone,' and
'Man.' I've also updated .template.html with the changes, and updated
README.md to reflect the changes in YAML structure.
Diffstat (limited to 'man.html')
-rw-r--r--man.html24
1 files changed, 14 insertions, 10 deletions
diff --git a/man.html b/man.html index 2687728..f2fcaeb 100644 --- a/man.html +++ b/man.html
@@ -37,16 +37,20 @@
37 37
38 </header> 38 </header>
39 39
40 <section class="content prose"> 40 <div class="ekphrastic">
41 <p><em><a href="http://collection.hht.net.au/firsthhtpictures/fullRecordPicture.jsp?recnoListAttr=recnoList&amp;recno=31230">THIS MAN REFUSED TO OPEN HIS EYES</a></em></p> 41 <a href="http://collection.hht.net.au/firsthhtpictures/fullRecordPicture.jsp?recnoListAttr=recnoList&amp;recno=31230">
42 <figure> 42 <img src="img/tbedemugshot.jpg"
43 <img src="img/tbedemugshot.jpg" alt="THIS MAN REFUSED TO OPEN HIS EYES" /><figcaption>THIS MAN REFUSED TO OPEN HIS EYES</figcaption> 43 title="This man refused to open his eyes"
44 </figure> 44 alt="This man refused to open his eyes"
45 <p>Paul read this on an old mugshot in the library. He had taken the <a href="boy_bus.html">bus</a> into town to check out a few books on woodworking and got distracted by the True Crime section. He found this mugshot in a book titled <em>Crooks like Us</em> that was published in Sydney. He liked how cities were named after women, or how women were named after cities, whichever was true.</p> 45 />
46 <p>The man in the picture’s eyes were tightly shut, as though he’d just come into the brightness of day after being dark inside for a long time. His head was tilted up and slightly to the right. He was wearing a short light tie with hash marks, and a pinstripe suit. Paul wished the <a href="about-the-author.html">photograph</a> was in color. He was standing in front of a plain brown wall covered in fabric.</p> 46 </a>
47 <p>The man’s eyes were not so tightly shut as Paul first thought. His eyebrows lifted away from the eyes, giving the man a bemused look. His mouth was slightly opened in what seemed to Paul like a grin. This was accentuated by the man’s ears, which were large. Paul wasn’t sure why the ears made the man look happier. He wondered what crime he had committed.</p> 47 </div>
48 <p>Above the man’s head was written <a href="http://emiliaphillips.com/books/signaletics/"><em>T. BEDE.22.11.28 / 203 A</em>.</a> <em>THIS MAN REFUSED TO OPEN HIS EYES</em> was written over his suit, directly below his ribcage.</p> 48
49 </section> 49 <section class="content prose"><p><em>THIS MAN REFUSED TO OPEN HIS EYES</em></p>
50<p>Paul read this on an old mugshot in the library. He had taken the <a href="boy_bus.html">bus</a> into town to check out a few books on woodworking and got distracted by the True Crime section. He found this mugshot in a book titled <em>Crooks like Us</em> that was published in Sydney. He liked how cities were named after women, or how women were named after cities, whichever was true.</p>
51<p>The man in the picture’s eyes were tightly shut, as though he’d just come into the brightness of day after being dark inside for a long time. His head was tilted up and slightly to the right. He was wearing a short light tie with hash marks, and a pinstripe suit. Paul wished the <a href="about-the-author.html">photograph</a> was in color. He was standing in front of a plain brown wall covered in fabric.</p>
52<p>The man’s eyes were not so tightly shut as Paul first thought. His eyebrows lifted away from the eyes, giving the man a bemused look. His mouth was slightly opened in what seemed to Paul like a grin. This was accentuated by the man’s ears, which were large. Paul wasn’t sure why the ears made the man look happier. He wondered what crime he had committed.</p>
53<p>Above the man’s head was written <a href="http://emiliaphillips.com/books/signaletics/"><em>T. BEDE.22.11.28 / 203 A</em>.</a> <em>THIS MAN REFUSED TO OPEN HIS EYES</em> was written over his suit, directly below his ribcage.</p></section>
50 </article> 54 </article>
51 <nav> 55 <nav>
52 <a class="prevlink" href="cereal.html" 56 <a class="prevlink" href="cereal.html"