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 /elegyforanalternateself.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 'elegyforanalternateself.html')
-rw-r--r-- | elegyforanalternateself.html | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/elegyforanalternateself.html b/elegyforanalternateself.html index 0a2fe37..b8f88b4 100644 --- a/elegyforanalternateself.html +++ b/elegyforanalternateself.html | |||
@@ -12,23 +12,19 @@ | |||
12 | <title>Elegy for an alternate self | Autocento of the breakfast table</title> | 12 | <title>Elegy for an alternate self | 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/autocento.css"> | ||
22 | <script src="./js/autocento.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="elegyforanalternateself" class="autocento"> |
29 | 25 | ||
30 | 26 | ||
31 | <article id="container"> | 27 | <article class="container"> |
32 | <header> | 28 | <header> |
33 | <!-- title --> | 29 | <!-- title --> |
34 | <h1 class="title">Elegy for an alternate self</h1> | 30 | <h1 class="title">Elegy for an alternate self</h1> |
@@ -40,8 +36,10 @@ | |||
40 | </header> | 36 | </header> |
41 | 37 | ||
42 | 38 | ||
43 | <section class="content verse"><p>Say there are no words. Say that we are conjoined<br />from birth, or better still, say we are myself.<br />—But I still talk to myself, I build my world<br />through language, so if we say there are <a href="hymnal.html">no words</a><br />this is not enough. Say we are instead some animal,<br />or better yet, <a href="plant.html">a plant</a>, or a flagellum motoring<br />aimlessly around. (Say that humans are the only things<br />that reason. Say that we’re the <a href="movingsideways.html">only things that worry</a>.)</p> | 39 | <section class="content verse"> |
44 | <p>Say that I am separate. To say there’s everything else<br />and then there’s me is wrong. Each thing is separate:<br /><a href="i-wanted-to-tell-you-something.html">there is no whole in the world</a>. Say this is both good<br />and bad, or rather, say there is no good or bad but only<br />being, more and more of it always added, none taken out<br />though it can be forgotten. Say that forgetting<br />is a function of our remembering. (Say that humans only<br /><a href="swansong-alt.html">worry about separation</a>. Say that only humans feel it.)</p></section> | 40 | <p>Say there are no words. Say that we are conjoined<br />from birth, or better still, say we are myself.<br />—But I still talk to myself, I build my world<br />through language, so if we say there are <a href="hymnal.html">no words</a><br />this is not enough. Say we are instead some animal,<br />or better yet, <a href="plant.html">a plant</a>, or a flagellum motoring<br />aimlessly around. (Say that humans are the only things<br />that reason. Say that we’re the <a href="movingsideways.html">only things that worry</a>.)</p> |
41 | <p>Say that I am separate. To say there’s everything else<br />and then there’s me is wrong. Each thing is separate:<br /><a href="i-wanted-to-tell-you-something.html">there is no whole in the world</a>. Say this is both good<br />and bad, or rather, say there is no good or bad but only<br />being, more and more of it always added, none taken out<br />though it can be forgotten. Say that forgetting<br />is a function of our remembering. (Say that humans only<br /><a href="swansong-alt.html">worry about separation</a>. Say that only humans feel it.)</p> | ||
42 | </section> | ||
45 | </article> | 43 | </article> |
46 | <nav> | 44 | <nav> |
47 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 45 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |