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 /walking-in-the-rain.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 'walking-in-the-rain.html')
-rw-r--r-- | walking-in-the-rain.html | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/walking-in-the-rain.html b/walking-in-the-rain.html index dd224da..67969a0 100644 --- a/walking-in-the-rain.html +++ b/walking-in-the-rain.html | |||
@@ -12,23 +12,19 @@ | |||
12 | <title>Walking in the rain | Autocento of the breakfast table</title> | 12 | <title>Walking in the rain | 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="walking-in-the-rain" 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">Walking in the rain</h1> | 30 | <h1 class="title">Walking in the rain</h1> |
@@ -40,7 +36,9 @@ | |||
40 | </header> | 36 | </header> |
41 | 37 | ||
42 | 38 | ||
43 | <section class="content verse"><p>I can walk through the rain, <a href="collage-instrument.html">that rare occurrence</a><br />and never be hit by a drop. There is a space around me<br />that refuses to be <a href="lovesong.html">penetrated</a> by weather of any kind<br />be it rain or snow or sunshine. <a href="seasonal-affective-disorder.html">Is it cold I hear you</a><br />asking in your voice soft as a breeze. No it is not<br /><a href="cold-wind.html">particularly cold</a>. If I were to describe it as warm<br /><a href="todaniel.html">I would be lying as well</a>. If I were to pretend I heard<br />you, far-off, mirage, breeze on the horizon, <a href="no-nothing.html">no truth</a><br />would ever be said to have come from <a href="swansong-alt.html">my frozen lips</a>.</p></section> | 39 | <section class="content verse"> |
40 | <p>I can walk through the rain, <a href="collage-instrument.html">that rare occurrence</a><br />and never be hit by a drop. There is a space around me<br />that refuses to be <a href="lovesong.html">penetrated</a> by weather of any kind<br />be it rain or snow or sunshine. <a href="seasonal-affective-disorder.html">Is it cold I hear you</a><br />asking in your voice soft as a breeze. No it is not<br /><a href="cold-wind.html">particularly cold</a>. If I were to describe it as warm<br /><a href="todaniel.html">I would be lying as well</a>. If I were to pretend I heard<br />you, far-off, mirage, breeze on the horizon, <a href="no-nothing.html">no truth</a><br />would ever be said to have come from <a href="swansong-alt.html">my frozen lips</a>.</p> | ||
41 | </section> | ||
44 | </article> | 42 | </article> |
45 | <nav> | 43 | <nav> |
46 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 44 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |