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 /amber-alert.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 'amber-alert.html')
-rw-r--r-- | amber-alert.html | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/amber-alert.html b/amber-alert.html index 8df1c60..1f915e8 100644 --- a/amber-alert.html +++ b/amber-alert.html | |||
@@ -12,23 +12,19 @@ | |||
12 | <title>AMBER alert | Autocento of the breakfast table</title> | 12 | <title>AMBER alert | 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/prose.css"> | 19 | <!--[if lt IE 9]> |
20 | <script src="./js/prose.js" type="text/javascript"> </script> | ||
21 | <link rel="stylesheet" type="text/css" href="./css/stark.css"> | ||
22 | <script src="./js/stark.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="amber-alert" class="stark"> |
29 | 25 | ||
30 | 26 | ||
31 | <article id="container"> | 27 | <article class="container"> |
32 | <header> | 28 | <header> |
33 | <!-- title --> | 29 | <!-- title --> |
34 | <h1 class="title">AMBER alert</h1> | 30 | <h1 class="title">AMBER alert</h1> |
@@ -53,7 +49,9 @@ | |||
53 | </a> | 49 | </a> |
54 | </div> | 50 | </div> |
55 | 51 | ||
56 | <section class="content prose"><p><a href="lappel-du-vide">Lost things</a> have a way of <a href="http://www.poetryfoundation.org/poem/176996">staying lost</a>. They have to want to be found—is that why we tack up signs, hang socks from hooks in the park, have a box for what’s been lost but now is found? Maybe the lost <em>want</em> to be found but we’re looking in the wrong places. Maybe we speak the wrong language, the language of the found, to call to them. Maybe we should <a href="statements-frag.html">try another door</a>.</p></section> | 52 | <section class="content prose"> |
53 | <p><a href="lappel-du-vide">Lost things</a> have a way of <a href="http://www.poetryfoundation.org/poem/176996">staying lost</a>. They have to want to be found—is that why we tack up signs, hang socks from hooks in the park, have a box for what’s been lost but now is found? Maybe the lost <em>want</em> to be found but we’re looking in the wrong places. Maybe we speak the wrong language, the language of the found, to call to them. Maybe we should <a href="statements-frag.html">try another door</a>.</p> | ||
54 | </section> | ||
57 | </article> | 55 | </article> |
58 | <nav> | 56 | <nav> |
59 | <a class="prevlink" href="last-bastion.html" | 57 | <a class="prevlink" href="last-bastion.html" |