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 /hard-game.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 'hard-game.html')
-rw-r--r-- | hard-game.html | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/hard-game.html b/hard-game.html index 6c689bc..66fe1ad 100644 --- a/hard-game.html +++ b/hard-game.html | |||
@@ -12,23 +12,19 @@ | |||
12 | <title>A hard game | Autocento of the breakfast table</title> | 12 | <title>A hard game | 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="hard-game" 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">A hard game</h1> | 30 | <h1 class="title">A hard game</h1> |
@@ -42,12 +38,14 @@ | |||
42 | </header> | 38 | </header> |
43 | 39 | ||
44 | 40 | ||
45 | <section class="content verse"><p>You think building Hoggle’s a hard game?<br />You know bunk. Writing a ghazal’s a hard game.</p> | 41 | <section class="content verse"> |
46 | <p>Let’s meet in a place where words & fabric play—<br />but not <a href="sense-of-it.html">plastic</a> words. (Boggle’s a hard game.)</p> | 42 | <p>You think building Hoggle’s a hard game?<br />You know bunk. Writing a ghazal’s a hard game.</p> |
47 | <p>A cookout where we can hash our differences<br />over steak, though making it sizzle’s a hard game.</p> | 43 | <p>Let’s meet in a place where words & fabric play—<br />but not <a href="sense-of-it.html">plastic</a> words. (Boggle’s a hard game.)</p> |
48 | <p>Let’s go to a brothel, <a href="finding-the-lion.html">rub shoulders</a> with bare<br />shoulders, or a bar. Being wastrel’s a hard game.</p> | 44 | <p>A cookout where we can hash our differences<br />over steak, though making it sizzle’s a hard game.</p> |
49 | <p>Maybe we could switch professions, you and I,<br />you write the poems, I’ll puppet Fozzie—a hard game.</p> | 45 | <p>Let’s go to a brothel, <a href="finding-the-lion.html">rub shoulders</a> with bare<br />shoulders, or a bar. Being wastrel’s a hard game.</p> |
50 | <p>When you call me, you never say my name.<br />Creativity’s <a href="fire.html">a hose</a>—shutting the nozzle’s the hard game.</p></section> | 46 | <p>Maybe we could switch professions, you and I,<br />you write the poems, I’ll puppet Fozzie—a hard game.</p> |
47 | <p>When you call me, you never say my name.<br />Creativity’s <a href="fire.html">a hose</a>—shutting the nozzle’s the hard game.</p> | ||
48 | </section> | ||
51 | </article> | 49 | </article> |
52 | <nav> | 50 | <nav> |
53 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 51 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |