about summary refs log tree commit diff stats
path: root/big-dipper.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-09 12:39:38 -0700
committerCase Duckworth2015-03-09 12:39:38 -0700
commit0bc764f003a763a30f3030b4de233a512a016881 (patch)
treef9734e3708fa3eb6449ac1dab05ea62d3da318ce /big-dipper.html
parentRe write .thing into #container > .content (diff)
downloadautocento-0bc764f003a763a30f3030b4de233a512a016881.tar.gz
autocento-0bc764f003a763a30f3030b4de233a512a016881.zip
HTML compile 2015-03-09
Diffstat (limited to 'big-dipper.html')
-rw-r--r--big-dipper.html26
1 files changed, 16 insertions, 10 deletions
diff --git a/big-dipper.html b/big-dipper.html index c4f4d54..6bd3ad6 100644 --- a/big-dipper.html +++ b/big-dipper.html
@@ -24,6 +24,7 @@
24 </head> 24 </head>
25<body> 25<body>
26 26
27<article id="header">
27 <header> 28 <header>
28 <!-- title --> 29 <!-- title -->
29 <h1 class="title">The Big Dipper</h1> 30 <h1 class="title">The Big Dipper</h1>
@@ -32,25 +33,30 @@
32 33
33 </header> 34 </header>
34 35
35 <section class="thing verse"> 36 <section class="content verse">
36 <p>After searching for days or even months<br />I finally find it reclining lazily<br /><a href="finding-the-lion.html">above the peaks</a> above the city as if to ask<br />Did you miss me? Yes very much I reply<br />and rush to embrace it but it smiles<br />and recoils and tells me No no you<br />have to try harder than that it says<br />I do not give myself up so easily</p> 37 <p>After searching for days or even months<br />I finally find it reclining lazily<br /><a href="finding-the-lion.html">above the peaks</a> above the city as if to ask<br />Did you miss me? Yes very much I reply<br />and rush to embrace it but it smiles<br />and recoils and tells me No no you<br />have to try harder than that it says<br />I do not give myself up so easily</p>
37 <p>I try a different tack<br />I sing to it bring it flowers nightly<br />I compare its eyes to the morning dew<br />it has not seen the morning dew<br />I say its mouth is the sunset over mountains<br />it knows mountains but the sunset<br />is only a rumor from the Evening Star<br />I tell the Big Dipper that it moves<br /><a href="no-nothing.html">like a quiet river across the earth</a></p> 38 <p>I try a different tack<br />I sing to it bring it flowers nightly<br />I compare its eyes to the morning dew<br />it has not seen the morning dew<br />I say its mouth is the sunset over mountains<br />it knows mountains but the sunset<br />is only a rumor from the Evening Star<br />I tell the Big Dipper that it moves<br /><a href="no-nothing.html">like a quiet river across the earth</a></p>
38 <p>Rivers I have seen says the Big Dipper<br />they sparkle in the light from my stars<br />Your stars like eyes I say and it smiles<br /><a href="http://www.poets.org/poetsorg/poem/writer">No it says that is too easy</a><br />It turns its back<br />it walks home along the back of the mountain</p> 39 <p>Rivers I have seen says the Big Dipper<br />they sparkle in the light from my stars<br />Your stars like eyes I say and it smiles<br /><a href="http://www.poets.org/poetsorg/poem/writer">No it says that is too easy</a><br />It turns its back<br />it walks home along the back of the mountain</p>
39 </section> 40 </section>
41</article>
40 42
41 <nav> 43 <nav>
42 <a class="prevlink" href="death-zone.html"> 44 <a class="prevlink" href="death-zone.html"
45 title="Next article in Stark Raving">
43 The Death Zone 46 The Death Zone
44 </a> 47 </a>
45 <a class="prevlink" href="table_contents.html"> 48 <a class="prevlink" href="table_contents.html"
49 title="Next article in Stark Raving">
46 Table of Contents 50 Table of Contents
47 </a> 51 </a>
48 <a href="#" id="lozenge" title="Random page"> &loz; </a> 52 <a href="#" id="lozenge" title="Random page"> &loz; </a>
49 <a class="nextlink" href="moon-drowning.html"> 53 <a class="nextlink" href="moon-drowning.html"
50 The Moon is drowning 54 title="Previous article in Stark Raving">
55 The Moon is drowning>
51 </a> 56 </a>
52 <a class="nextlink" href="poetry-time.html"> 57 <a class="nextlink" href="poetry-time.html"
53 Something about the nature of poetry and time 58 title="Previous article in Stark Raving">
59 Something about the nature of poetry and time>
54 </a> 60 </a>
55 </nav> 61 </nav>
56</body> 62</body>