summaryrefslogtreecommitdiff
path: root/books.html
diff options
context:
space:
mode:
Diffstat (limited to 'books.html')
-rw-r--r--books.html44
1 files changed, 44 insertions, 0 deletions
diff --git a/books.html b/books.html
new file mode 100644
index 0000000..43babb7
--- /dev/null
+++ b/books.html
@@ -0,0 +1,44 @@
+<!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>
+ <img class="icon" src="img/HPR.png" alt="Heilich Pennsylfaanisch Reich" title="Heilich Pennsylfaanisch Reich"/>
+ <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 class="row">
+ <div class="column">
+ <ul>
+ <li>Albion's Seed - David Hackett Fischer</li>
+ <li>The Origin of Conciousness in the Breakdown of the Bicameral Mind - Julian Jaynes</li>
+ <li>The Complete Book of Self-Sufficiency - John Seymour</li>
+ <li>Arabian Nights - Richard F. Burton</li>
+ <li>Ancient Roman Cooking: Ingredients, Recipes, Sources - Marco Gavio de Rubeis</li>
+ </ul>
+ </div>
+ <div class="column">
+ <ul>
+ <li>Lingua Latina per se Illustrata, Pars I: Familia Romana - Hans H. Ørberg</li>
+ <li>Lingua Latina per se Illustrata, Pars II: Roma Aeterna - Hans H. Ørberg</li>
+ <li>GENKI: An Integrated Course in Elementary Japanese: Vol I - Eri Banno, Yoko Ikeda, Yutaka Ouno</li>
+ <li>GENKI: An Integrated Course in Elementary Japanese: Vol II - Eri Banno, Yoko Ikeda, Yutaka Ouno</li>
+ </ul>
+ </div>
+ </div>
+
+ <footer>
+ <a href="index.html">Home</a>
+ </footer>
+ </main>
+ </body>
+
+</html>