summaryrefslogtreecommitdiff
path: root/output/banana-muffins.md.html
blob: fb056062198b0fcdda9f185e19498a2734fac064 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
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>