From 6d923ed535912513cfb18469cab6dbcac5900526 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 18 Mar 2015 11:35:41 -0700 Subject: Add README.txt in src/ Added a README as an explanation: as to the motivations behind the site, technological considerations, and usage notes. --- css/common.css | 26 ++++++++++++++------------ index.html | 8 +++++++- src/index.txt | 7 ++++++- 3 files changed, 27 insertions(+), 14 deletions(-) diff --git a/css/common.css b/css/common.css index cef8a39..1156808 100644 --- a/css/common.css +++ b/css/common.css @@ -24,8 +24,8 @@ body { left: 0; right: 0; min-height: 100%; - padding-left: 12px; - padding-right: 12px; + padding-left: 1em; + padding-right: 1em; } header { max-width: 39em; @@ -158,6 +158,17 @@ img { margin: auto; } /* images }}} */ +/* HEADER-EXTRA {{{ */ +.header-extra { + text-align: right; +} +.dedication,.epigraph { + vertical-align: bottom; + display: inline-block; + margin-left: 2%; + margin-right: 2%; + width: 45%; +} /* DEDICATION {{{ */ .dedication { font-style: italic; @@ -172,16 +183,6 @@ img { text-align: right; } /* dedication }}} */ -.header-extra { - text-align: right; -} -.dedication,.epigraph { - vertical-align: bottom; - display: inline-block; - margin-left: 2%; - margin-right: 2%; - width: 45%; -} /* EPIGRAPH {{{ */ .epigraph { text-align: right; @@ -202,6 +203,7 @@ img { content: '– '; } /* epigraph }}} */ +/* header-extra }}} */ /* NAV {{{ */ nav a:link { border-bottom: none; } nav a:active { border: none; } diff --git a/index.html b/index.html index 00f6672..8eb81ba 100644 --- a/index.html +++ b/index.html @@ -32,10 +32,16 @@

Autocento of the breakfast table

-

Index of first lines and common titles

+

index of first lines and common titles

+ +
+ Read me. + +
Case Duckworth
+
diff --git a/src/index.txt b/src/index.txt index 79cd5e1..49ce18b 100644 --- a/src/index.txt +++ b/src/index.txt @@ -1,8 +1,13 @@ --- title: Autocento of the breakfast table -subtitle: Index of first lines and common titles +subtitle: index of first lines and common titles genre: verse +epigraph: + content: 'Read me.' + link: README.html + attrib: Case Duckworth + project: title: Autocento of the breakfast table css: autocento -- cgit 1.4.1-21-gabe81