summaryrefslogtreecommitdiff
path: root/books.html
diff options
context:
space:
mode:
Diffstat (limited to 'books.html')
-rw-r--r--books.html54
1 files changed, 0 insertions, 54 deletions
diff --git a/books.html b/books.html
deleted file mode 100644
index dc1f967..0000000
--- a/books.html
+++ /dev/null
@@ -1,54 +0,0 @@
-<!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="index.html">Home</a>
- </footer>
- </main>
- </body>
-
-</html>