diff options
author | Case Duckworth | 2015-03-24 22:53:18 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-24 22:53:18 -0700 |
commit | df0d5f3cb03f8bf7d72e067c0fd7ee54ce4b86eb (patch) | |
tree | 9cb3585e91c71e0d56bff5fb1f0d6c8dc5f8c093 /angeltoabraham.html | |
parent | Disable Jekyll page rendering (diff) | |
download | autocento-df0d5f3cb03f8bf7d72e067c0fd7ee54ce4b86eb.tar.gz autocento-df0d5f3cb03f8bf7d72e067c0fd7ee54ce4b86eb.zip |
Change template and CSS for flatter structure
- Change CSS to one file - Change template to reflect CSS flattening
Diffstat (limited to 'angeltoabraham.html')
-rw-r--r-- | angeltoabraham.html | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/angeltoabraham.html b/angeltoabraham.html index 8f239fa..6f74c97 100644 --- a/angeltoabraham.html +++ b/angeltoabraham.html | |||
@@ -12,23 +12,19 @@ | |||
12 | <title>The angel to Abraham | Autocento of the breakfast table</title> | 12 | <title>The angel to Abraham | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="img/favico.png" /> | 13 | <link rel="icon" type="image/png" href="img/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="./css/common.css"> | 15 | <link rel="stylesheet" type="text/css" href="style.css"> |
16 | <script src="./js/lozenge.js" type="text/javascript"> </script> | 16 | <script src="./js/lozenge.js" type="text/javascript"> </script> |
17 | <script src="./js/hylo.js" type="text/javascript"> </script> | 17 | <script src="./js/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
19 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> | 19 | <!--[if lt IE 9]> |
20 | <script src="./js/verse.js" type="text/javascript"> </script> | ||
21 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
22 | <script src="./js/elegies.js" type="text/javascript"> </script> | ||
23 | <!--[if lt IE 9]> | ||
24 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 20 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
25 | <![endif]--> | 21 | <![endif]--> |
26 | <!-- <script src="js/external.js"> </script> --> | 22 | <!-- <script src="js/external.js"> </script> --> |
27 | </head> | 23 | </head> |
28 | <body> | 24 | <body id="angeltoabraham" class="elegies"> |
29 | 25 | ||
30 | 26 | ||
31 | <article id="container"> | 27 | <article class="container"> |
32 | <header> | 28 | <header> |
33 | <!-- title --> | 29 | <!-- title --> |
34 | <h1 class="title">The angel to Abraham</h1> | 30 | <h1 class="title">The angel to Abraham</h1> |
@@ -40,10 +36,12 @@ | |||
40 | </header> | 36 | </header> |
41 | 37 | ||
42 | 38 | ||
43 | <section class="content verse"><p>Abraham, Abraham, you are old and cannot hear:<br />what if you miss my small voice amongst the creaking<br />of your own grief, kill your son unknowing<br />of what he will be, and commit Israel to nothing?</p> | 39 | <section class="content verse"> |
44 | <p>Abraham, you must know or hope that <a href="boar.html">God</a><br />will not allow your son to die; you must know<br />that this is a test, but then why<br />are you so bent on Isaac’s destruction?<br />Look at your eyes; there is more than fear<br />there. I see in your eyes desperation,<br />a manic passion to do right by your God<br />whom you are not able to see or know.</p> | 40 | <p>Abraham, Abraham, you are old and cannot hear:<br />what if you miss my small voice amongst the creaking<br />of your own grief, kill your son unknowing<br />of what he will be, and commit Israel to nothing?</p> |
45 | <p>Am I too late? I <a href="i-am.html">will try</a> to stay<br />your old hands, the knife clenched<br />within them, intent on ending life.</p> | 41 | <p>Abraham, you must know or hope that <a href="boar.html">God</a><br />will not allow your son to die; you must know<br />that this is a test, but then why<br />are you so bent on Isaac’s destruction?<br />Look at your eyes; there is more than fear<br />there. I see in your eyes desperation,<br />a manic passion to do right by your God<br />whom you are not able to see or know.</p> |
46 | <p>Will you hear my small voice amongst the creaking,<br />or will it be the chance bleating of a passing ram?</p></section> | 42 | <p>Am I too late? I <a href="i-am.html">will try</a> to stay<br />your old hands, the knife clenched<br />within them, intent on ending life.</p> |
43 | <p>Will you hear my small voice amongst the creaking,<br />or will it be the chance bleating of a passing ram?</p> | ||
44 | </section> | ||
47 | </article> | 45 | </article> |
48 | <nav> | 46 | <nav> |
49 | <a class="prevlink" href="deadman.html" | 47 | <a class="prevlink" href="deadman.html" |