summaryrefslogtreecommitdiff
path: root/output/banana-muffins.md.html
diff options
context:
space:
mode:
Diffstat (limited to 'output/banana-muffins.md.html')
-rw-r--r--output/banana-muffins.md.html59
1 files changed, 59 insertions, 0 deletions
diff --git a/output/banana-muffins.md.html b/output/banana-muffins.md.html
new file mode 100644
index 0000000..fb05606
--- /dev/null
+++ b/output/banana-muffins.md.html
@@ -0,0 +1,59 @@
+<html>
+ <head>
+ <title>Pantry of Plants</title>
+ <link rel="stylesheet" href="../style/style.css">
+ <script src="../scripts/image-slide.js" defer></script>
+ </head>
+ <body>
+ <header>
+ <nav>
+ <a href="index.html"><img src="../images/pantry-of-plants-logo.png" class="logo"></a>
+ <div class="nav-text-outer">
+ <a href="recipes.html" class="nav-text">Recipes</a>
+ <a href="about.html" class="nav-text">About</a>
+ </div>
+ </nav>
+</header>
+
+ <div class="content">
+ <h1 id="recipe-title">Vegan Banana Loaf / Muffins</h1>
+
+<div class="image-and-text">
+
+<img src="../images/placeholder/home3.jpg" class="image">
+
+ <div class="text">
+
+ <h2 id="ingredients">Ingredients</h2>
+ <ul>
+ <li>1/4 cup Oil (Coconut or other)</li>
+ <li>1 cup Sugar</li>
+ <li>3 or 4 bananas (depending on size: 3 large or 4 small) Approx: 1 cup</li>
+ <li>1/2 cup white flour</li>
+ <li>1 cup whole wheat flour</li>
+ <li>1/4 tsp salt</li>
+ <li>1 tsp baking soda</li>
+ <li>Vegan ‘Dairy Free’ chocolate chips (optional)</li>
+ </ul>
+
+ <h2 id="instructions">Instructions</h2>
+ <ol>
+ <li>Heat oven to 350 degrees fahrenheit.</li>
+ <li>Cream oil and sugar.</li>
+ <li>Add mashed banana and baking soda.</li>
+ <li>Add flour and salt and mix until combined.</li>
+ <li>Add chocolate chips if desired.</li>
+ </ol>
+
+ </div>
+
+</div>
+
+ </div>
+ <footer>
+ <a href="mailto:scott@pantryofplants.ca" class="mail">Contact: scott@pantryofplants.ca <img src="../images/mail.svg" class="mail-2"></a>
+ <p>© 2021 Pantry of Plants</p>
+</footer>
+
+ </body>
+</html>