summaryrefslogtreecommitdiff
path: root/books
diff options
context:
space:
mode:
Diffstat (limited to 'books')
-rw-r--r--books/index.html54
1 files changed, 54 insertions, 0 deletions
diff --git a/books/index.html b/books/index.html
new file mode 100644
index 0000000..d363b50
--- /dev/null
+++ b/books/index.html
@@ -0,0 +1,54 @@
+<!DOCTYPE HTML>
+<html lang="en">
+
+ <head>
+ <title>Dustin Walker's Reading List</title>
+ <meta charset="utf-8"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1"/>
+ <link rel="stylesheet" type="text/css" href="/style.css"/>
+ <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"/>
+ </head>
+ <body>
+ <main>
+ <div class="row">
+ <div class="column">
+ <img class="icon" src="/img/HPR.png" alt="Heilich Pennsylfaanisch Reich" title="Heilich Pennsylfaanisch Reich"/>
+ </div>
+ <div class="column">
+ <h1>Reading List</h1>
+ <p>This index hosts a list of books I have read, currently reading, or that are in queue to be read.</p>
+ </div>
+ </div>
+
+ <hr/>
+
+ <div class="row">
+ <div class="column">
+ <ul>
+ <li><i>Albion's Seed</i> - David Hackett Fischer</li>
+ <li><i>The Origin of Conciousness in the Breakdown of the Bicameral Mind</i> - Julian Jaynes</li>
+ <li><i>The Complete Book of Self-Sufficiency</i> - John Seymour</li>
+ <li><i>Arabian Nights</i> - Richard F. Burton</li>
+ <li><i>Ancient Roman Cooking: Ingredients, Recipes, Sources</i> - Marco Gavio de Rubeis</li>
+ <li><i>Raising Rabbits for Meat</i> - Eric Rapp, Callene Rapp</li>
+ <li><i>Storey's Guide to Raising Rabbits: Breeds, Care, Facilities</i> - Bob Bennett</li>
+ </ul>
+ </div>
+ <div class="column">
+ <ul>
+ <li><i>Lingua Latina per se Illustrata, Pars I: Familia Romana</i> - Hans H. Ørberg</li>
+ <li><i>Lingua Latina per se Illustrata, Pars II: Roma Aeterna</i> - Hans H. Ørberg</li>
+ <li><i>GENKI: An Integrated Course in Elementary Japanese: Vol I</i> - Eri Banno, Yoko Ikeda, Yutaka Ouno</li>
+ <li><i>GENKI: An Integrated Course in Elementary Japanese: Vol II</i> - Eri Banno, Yoko Ikeda, Yutaka Ouno</li>
+ <li><i>Beyond the Pellet: Feeding Rabbits Naturally</i> - Rick Worden, Boyd Craven Jr.</li>
+ </ul>
+ </div>
+ </div>
+
+ <footer>
+ <a href="/">Home</a>
+ </footer>
+ </main>
+ </body>
+
+</html>