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 /when-im-sorry-i.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 'when-im-sorry-i.html')
-rw-r--r-- | when-im-sorry-i.html | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/when-im-sorry-i.html b/when-im-sorry-i.html index 873eef5..728855a 100644 --- a/when-im-sorry-i.html +++ b/when-im-sorry-i.html | |||
@@ -12,23 +12,19 @@ | |||
12 | <title>When I’m sorry I wash dishes | Autocento of the breakfast table</title> | 12 | <title>When I’m sorry I wash dishes | 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="when-im-sorry-i" 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">When I’m sorry I wash dishes</h1> | 30 | <h1 class="title">When I’m sorry I wash dishes</h1> |
@@ -40,9 +36,11 @@ | |||
40 | </header> | 36 | </header> |
41 | 37 | ||
42 | 38 | ||
43 | <section class="content verse"><p>Your casserole dish takes the longest:<br />it has some baked-in crust from when you<br />cooked chicken last night. Washing it<br />allows me to think about this poem’s title<br />and the first few lines. Now that I’ve<br />written them down, I’ve <a href="elegyforanalternateself.html">forgotten the rest</a>.</p> | 39 | <section class="content verse"> |
44 | <p>While scraping at something with my finger-<br />nail, I catch myself wondering again whether<br />you’ll thank me for washing your dishes.<br />I realize that this would defeat the point<br />of my gesture, that this has destroyed<br />all good thoughts I’ve had about saying</p> | 40 | <p>Your casserole dish takes the longest:<br />it has some baked-in crust from when you<br />cooked chicken last night. Washing it<br />allows me to think about this poem’s title<br />and the first few lines. Now that I’ve<br />written them down, I’ve <a href="elegyforanalternateself.html">forgotten the rest</a>.</p> |
45 | <p>“I’m sorry.” This, <a href="http://plagiarist.com/poetry/1703/">this is the reason</a> why<br />I am always apologizing: because I never<br />mean it, because there is always, in <a href="real-writer.html">some<br />attic</a>, a thought roaming that says, insists:<br /> “I’ve done nothing wrong, and I deserve<br />all I can take, and more than that.”</p></section> | 41 | <p>While scraping at something with my finger-<br />nail, I catch myself wondering again whether<br />you’ll thank me for washing your dishes.<br />I realize that this would defeat the point<br />of my gesture, that this has destroyed<br />all good thoughts I’ve had about saying</p> |
42 | <p>“I’m sorry.” This, <a href="http://plagiarist.com/poetry/1703/">this is the reason</a> why<br />I am always apologizing: because I never<br />mean it, because there is always, in <a href="real-writer.html">some<br />attic</a>, a thought roaming that says, insists:<br /> “I’ve done nothing wrong, and I deserve<br />all I can take, and more than that.”</p> | ||
43 | </section> | ||
46 | </article> | 44 | </article> |
47 | <nav> | 45 | <nav> |
48 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 46 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |