From df0d5f3cb03f8bf7d72e067c0fd7ee54ce4b86eb Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Tue, 24 Mar 2015 22:53:18 -0700
Subject: Change template and CSS for flatter structure

- Change CSS to one file
- Change template to reflect CSS flattening
---
 elegyforanalternateself.html | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

(limited to 'elegyforanalternateself.html')

diff --git a/elegyforanalternateself.html b/elegyforanalternateself.html
index 0a2fe37..b8f88b4 100644
--- a/elegyforanalternateself.html
+++ b/elegyforanalternateself.html
@@ -12,23 +12,19 @@
     <title>Elegy for an alternate self | Autocento of the breakfast table</title>
     <link rel="icon" type="image/png" href="img/favico.png" />
 
-    <link rel="stylesheet" type="text/css" href="./css/common.css">
+    <link rel="stylesheet" type="text/css" href="style.css">
     <script src="./js/lozenge.js" type="text/javascript"> </script>
     <script src="./js/hylo.js" type="text/javascript"> </script>
 
-        <link rel="stylesheet" type="text/css" href="./css/verse.css">
-    <script src="./js/verse.js" type="text/javascript"> </script>
-            <link rel="stylesheet" type="text/css" href="./css/autocento.css">
-    <script src="./js/autocento.js" type="text/javascript"> </script>
-        <!--[if lt IE 9]>
+    <!--[if lt IE 9]>
     <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script>
     <![endif]-->
     <!-- <script src="js/external.js"> </script> -->
     </head>
-<body>
+<body id="elegyforanalternateself" class="autocento">
     
 
-    <article id="container">
+    <article class="container">
         <header>
             <!-- title -->
             <h1 class="title">Elegy for an alternate self</h1>
@@ -40,8 +36,10 @@
         </header>
 
         
-        <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>
-<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>
+        <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>
+            <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>
     </article>
     <nav>
                 <a href="#" id="lozenge" title="Random page"> &loz; </a>
-- 
cgit 1.4.1-21-gabe81