summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDustin Walker <dustin.walker@email.wsu.edu>2022-04-22 17:48:27 -0400
committerDustin Walker <dustin.walker@email.wsu.edu>2022-04-22 17:48:27 -0400
commit2b44b0a5fcfac282ecc829aaab67a7b36539494b (patch)
treedc8e86ffcf2759e83d263e8d0e3e347df48efe86
parent64609ae721e4a1e4c2d80c65a986f715c5a14526 (diff)
hard boiled eggs recipe
-rw-r--r--recipes.html2
-rw-r--r--recipes/deviled_eggs.html2
-rw-r--r--recipes/hard_boiled_eggs.html47
3 files changed, 49 insertions, 2 deletions
diff --git a/recipes.html b/recipes.html
index fcb0e21..996aaa8 100644
--- a/recipes.html
+++ b/recipes.html
@@ -33,7 +33,7 @@
<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>
- <li>Hard-boiled Eggs</li>
+ <li><a href="recipes/hard_boiled_eggs.html">Hard-boiled Eggs</a></li>
<li>Red Rice</li>
<li>Egg Salad</li>
</ul>
diff --git a/recipes/deviled_eggs.html b/recipes/deviled_eggs.html
index c716ca8..9fe2302 100644
--- a/recipes/deviled_eggs.html
+++ b/recipes/deviled_eggs.html
@@ -31,7 +31,7 @@
<div class="column">
<h2>Instructions</h2>
<ol>
- <li>Hard boil the eggs, place them in a pot of water and bring to a boil for 3 min.</li>
+ <li><a href="hard_boiled_eggs.html">Hard boil</a> the eggs, place them in a pot of water and bring to a boil for 3 min.</li>
<li>Remove from heat, cover, and let sit for 10 min.</li>
<li>Quickly add eggs to an ice bath, and let cool.</li>
<li>Cut eggs in half lengthwise, and place yolks into a bowl. Set egg whites aside.</li>
diff --git a/recipes/hard_boiled_eggs.html b/recipes/hard_boiled_eggs.html
new file mode 100644
index 0000000..b3d78bb
--- /dev/null
+++ b/recipes/hard_boiled_eggs.html
@@ -0,0 +1,47 @@
+<!DOCTYPE HTML>
+<html lang="en">
+
+ <head>
+ <title>Hard-boiled Eggs</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>Hard-boiled Eggs</h1>
+
+ <p>Hard-boiled meaning a solidified yolk. Use within 2 hours, or refrigerate. Over cooking can result in a green coating on the yolk (ferrous sulfide).</p>
+
+ <div class="row">
+ <div class="column">
+ <h2>Ingredients</h2>
+ <ul>
+ <li>raw eggs</li>
+ <li>1/2 tbs salt (optional)</li>
+ <li>1/2 tbs baking soda (optional)</li>
+ </ul>
+ </div>
+ <div class="column">
+ <h2>Instructions</h2>
+ <ol>
+ <li>Fill a pot with plenty of water. Do not heat yet.</li>
+ <li>(optional) stir in salt and baking soad for easier peel later on.</li>
+ <li>Place eggs in pot of water.</li>
+ <li>Turn on heat to boil. Boil for 3 minutes.</li>
+ <li>Take pot off heat, cover, and let sit for 10 minutes.</li>
+ <li>Place eggs carefully in cool water (the colder the better) to stop cooking process.</li>
+ <li>Use or serve with salt/pepper etc.</li>
+ </ol>
+ </div>
+ </div>
+
+ <footer>
+ <a href="../index.html">Home</a> | <a href="../recipes.html">Recipes</a>
+ </footer>
+ </main>
+ </body>
+
+</html>