diff options
author | Dustin Walker <dustin.walker@email.wsu.edu> | 2022-02-07 14:28:43 -0500 |
---|---|---|
committer | Dustin Walker <dustin.walker@email.wsu.edu> | 2022-02-07 14:28:43 -0500 |
commit | acb24a5490dd194f131049002903fc9ec21cfbad (patch) | |
tree | 18a0df0a54fe97dbca99154b30a5498172efb970 | |
parent | 470240aafd535468884f51f868ad0f6cebebcc55 (diff) |
reading list
-rw-r--r-- | books.html | 44 | ||||
-rw-r--r-- | index.html | 5 |
2 files changed, 47 insertions, 2 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> @@ -21,10 +21,11 @@ <div class="column"> <h2>Links</h2> <ul> - <li><a href="https://git.dwalker.xyz">self hosted git</a></li> + <li><a href="https://git.dwalker.xyz">Code</a></li> + <li><a href="recipes.html">Recipes</a></li> + <li><a href="books.html">Reading List</a></li> <li><a href="https://lukesmith.xyz">Luke Smith</a></li> <li><a href="https://wttr.in">Weather</a></li> - <li><a href="recipes.html">Recipes</a></li> </ul> </div> <div class="column"> |