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
---
 ex-machina.html | 32 +++++++++++++++-----------------
 1 file changed, 15 insertions(+), 17 deletions(-)

(limited to 'ex-machina.html')

diff --git a/ex-machina.html b/ex-machina.html
index 807f53e..0ef92e3 100644
--- a/ex-machina.html
+++ b/ex-machina.html
@@ -12,23 +12,19 @@
     <title>Ex machina | 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="ex-machina" class="autocento">
     
 
-    <article id="container">
+    <article class="container">
         <header>
             <!-- title -->
             <h1 class="title">Ex machina</h1>
@@ -45,15 +41,17 @@
         </header>
 
         
-        <section class="content verse"><p>Bottom of the drink: they had<br />to go. The Coke machine, the snack<br />machine, the deep fryer. Hoisted</p>
-<p>and dragged through the halls<br />and out to the curb, they sat with<br />other trash beneath gray, forlorn</p>
-<p>skies behind the elementary<br />school, wondering what their next<br />move would be. The Coke machine</p>
-<p>had always wanted to live<br />the life of a <a href="prelude.html">hobo</a>, jumping trains,<br />eating from garbage, making fire</p>
-<p>in old oil drums. It had some<br />strange romantic notions of being homeless,<br />is what the deep fryer thought.</p>
-<p>Its opinion was to head to court,<br />sue the bastards at the school for early<br />termination of contract. It was</p>
-<p>the embodiment of <a href="table_contents.html">justifiable anger</a>.<br />It believed privately that it was an incarnation<br />of Nemesis, the goddess of divine</p>
-<p>retribution. What the snack machine<br />thought, it kept to itself, but it did say<br />that <a href="no-nothing.html">nothing ever ends</a>. The others</p>
-<p>were confused, then angry, but finally<br />understood, or thought they did. The snack<br />machine’s candy melted in the sun.</p></section>
+        <section class="content verse">
+            <p>Bottom of the drink: they had<br />to go. The Coke machine, the snack<br />machine, the deep fryer. Hoisted</p>
+            <p>and dragged through the halls<br />and out to the curb, they sat with<br />other trash beneath gray, forlorn</p>
+            <p>skies behind the elementary<br />school, wondering what their next<br />move would be. The Coke machine</p>
+            <p>had always wanted to live<br />the life of a <a href="prelude.html">hobo</a>, jumping trains,<br />eating from garbage, making fire</p>
+            <p>in old oil drums. It had some<br />strange romantic notions of being homeless,<br />is what the deep fryer thought.</p>
+            <p>Its opinion was to head to court,<br />sue the bastards at the school for early<br />termination of contract. It was</p>
+            <p>the embodiment of <a href="table_contents.html">justifiable anger</a>.<br />It believed privately that it was an incarnation<br />of Nemesis, the goddess of divine</p>
+            <p>retribution. What the snack machine<br />thought, it kept to itself, but it did say<br />that <a href="no-nothing.html">nothing ever ends</a>. The others</p>
+            <p>were confused, then angry, but finally<br />understood, or thought they did. The snack<br />machine’s candy melted in the sun.</p>
+        </section>
     </article>
     <nav>
                 <a href="#" id="lozenge" title="Random page"> &loz; </a>
-- 
cgit 1.4.1-21-gabe81