diff options
author | Dustin Walker <dustin.walker@email.wsu.edu> | 2022-10-16 20:52:42 -0400 |
---|---|---|
committer | Dustin Walker <dustin.walker@email.wsu.edu> | 2022-10-16 20:52:42 -0400 |
commit | 56b95bf20baa6cc62ef920e3e606c049100c6063 (patch) | |
tree | d2f48c40d9714cb913681276969b0006d10dcd87 | |
parent | c1bb1be86e0786e728d115ef99050d0911a0ea80 (diff) |
books and recipes indices re-layout
-rw-r--r-- | books.html | 13 | ||||
-rw-r--r-- | recipes.html | 18 |
2 files changed, 22 insertions, 9 deletions
@@ -10,10 +10,17 @@ </head> <body> <main> - <img class="icon" src="img/HPR.png" alt="Heilich Pennsylfaanisch Reich" title="Heilich Pennsylfaanisch Reich" width="300" height="287"/> - <h1>Reading List</h1> + <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> - <p>This index hosts a list of books I have read, currently reading, or that are in queue to be read.</p> + <hr/> <div class="row"> <div class="column"> diff --git a/recipes.html b/recipes.html index c53e56d..3f5a99d 100644 --- a/recipes.html +++ b/recipes.html @@ -10,16 +10,21 @@ </head> <body> <main> - <img class="icon" src="img/HPR.png" alt="Heilich Pennsylfaanisch Reich" title="Heilich Pennsylfaanisch Reich" width="300" height="287"/> - <h1>Recipe Index</h1> - - <p>This index hosts a list of recipes I use and trust. At a minimum each recipe provides a list of ingredients and instructions. They may also include pictures and historical information, if I got around to it.</p> - - <p>The list of ingredients and instructions that make up the core part of any recipe are not copyrightable (under U.S. law). See <a href="https://www.copyright.gov/circs/circ33.pdf">here</a> for more information.</p> + <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>Recipe Index</h1> + <p>This index hosts a list of recipes I use and trust. At a minimum each recipe provides a list of ingredients and instructions. They may also include pictures and historical information, if I got around to it.</p> + <p>The list of ingredients and instructions that make up the core part of any recipe are not copyrightable (under U.S. law). See <a href="https://www.copyright.gov/circs/circ33.pdf">here</a> for more information.</p> + </div> + </div> <div class="row"> <div class="column"> <h2>Meals</h2> + <hr/> <ul> <li><a href="recipes/butternut_squash_soup.html">Butternut Squash Soup</a></li> <li><a href="recipes/polish_pickle_soup.html">Polish Pickle Soup</a></li> @@ -32,6 +37,7 @@ </div> <div class="column"> <h2>Sides</h2> + <hr/> <ul> <li><a href="recipes/quick_pickled_onions.html">Quick Pickled Onions</a></li> <li><a href="recipes/deviled_eggs.html">Deviled Eggs</a></li> |