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
---
 something-simple.html | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

(limited to 'something-simple.html')

diff --git a/something-simple.html b/something-simple.html
index e45391f..e1a088f 100644
--- a/something-simple.html
+++ b/something-simple.html
@@ -12,23 +12,19 @@
     <title>Let’s start with something simple: | 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="something-simple" class="autocento">
     
 
-    <article id="container">
+    <article class="container">
         <header>
             <!-- title -->
             <h1 class="title">Let’s start with something simple:</h1>
@@ -40,7 +36,9 @@
         </header>
 
         
-        <section class="content verse"><p>in mammals the ratio between bladder size<br />and urethra is such that it takes<br />all of them the same time to piss. Take<br />for example the fact that Fibonnacci<br />numbers show up everywhere. How can you<br />look at this at all of this all of<br />these facts and tell me to my face there<br />is no God? And yet there isn’t<br />you murmer quietly into my ear over<br />and over like a low tide sounding<br />its lonely waves on an abandoned beach.<br />The ocean that birthed us holds us<br />still. We are tied, you and I, together<br />in her arms. The <a href="moon-drowning.html">moon, caring father,</a><br />looks down from a dispassionate sky.</p></section>
+        <section class="content verse">
+            <p>in mammals the ratio between bladder size<br />and urethra is such that it takes<br />all of them the same time to piss. Take<br />for example the fact that Fibonnacci<br />numbers show up everywhere. How can you<br />look at this at all of this all of<br />these facts and tell me to my face there<br />is no God? And yet there isn’t<br />you murmer quietly into my ear over<br />and over like a low tide sounding<br />its lonely waves on an abandoned beach.<br />The ocean that birthed us holds us<br />still. We are tied, you and I, together<br />in her arms. The <a href="moon-drowning.html">moon, caring father,</a><br />looks down from a dispassionate sky.</p>
+        </section>
     </article>
     <nav>
                 <a href="#" id="lozenge" title="Random page"> &loz; </a>
-- 
cgit 1.4.1-21-gabe81