diff options
author | Case Duckworth | 2015-04-14 16:36:17 -0700 |
---|---|---|
committer | Case Duckworth | 2015-04-14 16:36:17 -0700 |
commit | 9fce418b46c9f0894f429384ef9e3dabaeffbeb4 (patch) | |
tree | b2339220ee50cf48b8887f0cc1fed4813a95901b /something-simple.html | |
parent | Add toc metadata (diff) | |
download | autocento-9fce418b46c9f0894f429384ef9e3dabaeffbeb4.tar.gz autocento-9fce418b46c9f0894f429384ef9e3dabaeffbeb4.zip |
Change file hierarchy and rewrite makefile
- File hierarchy is now as follows: - / - appendix/ < appendix source files - backlinks/ < backlink sources & builds - hapax/ < *.hapax source files - scripts/ < scripts, like *.js, *.hs, etc. - templates/ < templates for outputs - text/ < source files - trunk/ < assets, like css, images, heads, etc. - index.html - *.html - Makefile
Diffstat (limited to 'something-simple.html')
-rw-r--r-- | something-simple.html | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/something-simple.html b/something-simple.html deleted file mode 100644 index 73e472a..0000000 --- a/something-simple.html +++ /dev/null | |||
@@ -1,56 +0,0 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <!-- AUTOCENTO OF THE BREAKFAST TABLE --> | ||
3 | <!-- vim: fdm=indent | ||
4 | --> | ||
5 | <html lang="en"> | ||
6 | <head> | ||
7 | <meta charset="utf-8"> | ||
8 | <meta name="generator" content="pandoc"> | ||
9 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> | ||
10 | <meta name="author" content="Case Duckworth"> | ||
11 | |||
12 | <title>Let’s start with something simple: | Autocento of the breakfast table</title> | ||
13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> | ||
14 | |||
15 | <link rel="stylesheet" type="text/css" href="_style.css"> | ||
16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | ||
17 | <script src="trunk/hylo.js" type="text/javascript"> </script> | ||
18 | |||
19 | <!--[if lt IE 9]> | ||
20 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | ||
21 | <![endif]--> | ||
22 | </head> | ||
23 | <body id="something-simple" class="autocento"> | ||
24 | |||
25 | |||
26 | <article class="container"> | ||
27 | <header> | ||
28 | <!-- title --> | ||
29 | <h1 class="title">Let’s start with something simple:</h1> | ||
30 | |||
31 | |||
32 | <div class="header-extra"> | ||
33 | |||
34 | </div> | ||
35 | </header> | ||
36 | |||
37 | |||
38 | <section class="content verse"> | ||
39 | <p><span class="line">in mammals the ratio between bladder size</span><span class="line">and urethra is such that it takes</span><span class="line">all of them the same time to piss. Take</span><span class="line">for example the fact that Fibonnacci</span><span class="line">numbers show up everywhere. How can you</span><span class="line">look at this at all of this all of</span><span class="line">these facts and tell me to my face there</span><span class="line">is no God? And yet there isn’t</span><span class="line">you murmer quietly into my ear over</span><span class="line">and over like a low tide sounding</span><span class="line">its lonely waves on an abandoned beach.</span><span class="line">The ocean that birthed us holds us</span><span class="line">still. We are tied, you and I, together</span><span class="line">in her arms. The <a href="moon-drowning.html">moon, caring father,</a></span><span class="line">looks down from a dispassionate sky.</span></p> | ||
40 | </section> | ||
41 | </article> | ||
42 | <nav> | ||
43 | <div class="anchors"> | ||
44 | <a href="something-simple_backlinks.htm" id="back-link" title="Links to this page"> | ||
45 | φ | ||
46 | </a> | ||
47 | <a href="index.html" id="cover-link" title="To cover">◊</a> | ||
48 | <a href="#" id="lozenge" title="ERROR">ξ</a> | ||
49 | </div> | ||
50 | |||
51 | |||
52 | </nav> | ||
53 | |||
54 | |||
55 | </body> | ||
56 | </html> | ||