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 /finding-the-lion.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 'finding-the-lion.html')
-rw-r--r-- | finding-the-lion.html | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/finding-the-lion.html b/finding-the-lion.html index 1c33c26..3a38213 100644 --- a/finding-the-lion.html +++ b/finding-the-lion.html | |||
@@ -12,23 +12,19 @@ | |||
12 | <title>Finding the Lion | Autocento of the breakfast table</title> | 12 | <title>Finding the Lion | 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="finding-the-lion" 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">Finding the Lion</h1> | 30 | <h1 class="title">Finding the Lion</h1> |
@@ -40,12 +36,14 @@ | |||
40 | </header> | 36 | </header> |
41 | 37 | ||
42 | 38 | ||
43 | <section class="content verse"><p>Tonight, as I look up, the stars<br />hide themselves in shame. <a href="moongone.html">There is no moon</a>.<br />The sky is black, like my desk,</p> | 39 | <section class="content verse"> |
44 | <p><a href="feedingtheraven.html">nothing like a raven</a>. The streetlights<br />look on the scene disinterested.<br />They have their own <a href="the-night-we-met.html">small gossips of the dark</a>.</p> | 40 | <p>Tonight, as I look up, the stars<br />hide themselves in shame. <a href="moongone.html">There is no moon</a>.<br />The sky is black, like my desk,</p> |
45 | <p>I came here to find the Lion, old<br />friend, but he will not show his flanks, his<br />paws, his shoulders, <a href="axe.html">his mane</a>. I</p> | 41 | <p><a href="feedingtheraven.html">nothing like a raven</a>. The streetlights<br />look on the scene disinterested.<br />They have their own <a href="the-night-we-met.html">small gossips of the dark</a>.</p> |
46 | <p>can hear him laughing from his hiding-place<br />behind the moon, nonexistent, under<br />the cold dead earth. The mountain is in front</p> | 42 | <p>I came here to find the Lion, old<br />friend, but he will not show his flanks, his<br />paws, his shoulders, <a href="axe.html">his mane</a>. I</p> |
47 | <p>of me now, a hole of stars daring me<br />to pierce it with my sight. The lion’s still<br />laughing; the streetlamps talk about</p> | 43 | <p>can hear him laughing from his hiding-place<br />behind the moon, nonexistent, under<br />the cold dead earth. The mountain is in front</p> |
48 | <p>me amongst themselves, and go out. There<br />never was any lion, they tell me.<br /><a href="cold-wind.html">You only hear the wind</a> <a href="mountain.html">on the mountain</a>.</p></section> | 44 | <p>of me now, a hole of stars daring me<br />to pierce it with my sight. The lion’s still<br />laughing; the streetlamps talk about</p> |
45 | <p>me amongst themselves, and go out. There<br />never was any lion, they tell me.<br /><a href="cold-wind.html">You only hear the wind</a> <a href="mountain.html">on the mountain</a>.</p> | ||
46 | </section> | ||
49 | </article> | 47 | </article> |
50 | <nav> | 48 | <nav> |
51 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 49 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |