summaryrefslogtreecommitdiff
path: root/croutons.md.html
blob: 9b89d7f9af2e72eabfbafdec1a029558ce4b5c9a (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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html>
  <head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width">
	<meta name="description" content="Vegan Recipes">
	<meta name="keywords" content="vegan, recipes, baking, cooking, animal rights">
	<meta name="author" content="Scott Jones">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
    <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">Croutons</h1>

<div class="image-and-text">

<img src="images/recipe-images/croutons-1.JPG" class="image" alt="Croutons">

  <div class="text">

    <h2 id="description">Description</h2>
    <p>Croutons are a great way to repurpose old bread. They are quick, easy to make, and delicious! I like to use mine in Kale salad.</p>

    <h2 id="ingredients">Ingredients</h2>
    <ul>
      <li>Bread (Any bread will do!)</li>
      <li>Olive Oil</li>
      <li>Salt</li>
      <li>Pepper</li>
      <li>Garlic Powder</li>
    </ul>

    <h2 id="instructions">Instructions</h2>
    <ol>
      <li>Heat oven to 425 degrees Fahrenheit.</li>
      <li>Slice up bread into cubes.</li>
      <li>Place bread cubes on non-stick sheet pan.</li>
      <li>Cover bread with olive oil, salt, pepper, and garlic powder.</li>
      <li>Bake croutons in oven until brown. I recommend flipping or mixing around the bread pieces halfway through the bake.<sup id="fnref:1" role="doc-noteref"><a href="#fn:1" class="footnote" rel="footnote">1</a></sup></li>
      <li>Once brown, turn off oven and let croutons harden for 5 minutes.</li>
      <li>Remove croutons from oven and let them cool.</li>
      <li>Once cool, store in an airtight container. I like to store mine in a Mason Jar.</li>
    </ol>

<img src="images/recipe-images/croutons-3.JPG" class="image-in-recipe" alt="Croutons on tray">

    <hr />

<div class="footnotes" role="doc-endnotes">
  <ol>
    <li id="fn:1" role="doc-endnote">
      <p>I find the bake time varies based on how dense the bread you are using is. Airy bread can take closer to 5 minutes while denser bread can take closer to 10 minutes. Rather than setting a timer, I recommend keeping an eye on the bread as it bakes. <a href="#fnref:1" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
  </ol>
</div>

  </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>