Refactor to use Python for building and YAML for data

This commit is contained in:
Andrew Miner
2019-12-08 21:50:58 -07:00
parent 00398847d4
commit bd4e182470
420 changed files with 11865 additions and 4671 deletions
@@ -0,0 +1,121 @@
<!DOCTYPE html>
<html>
<head>
<link href="../../style2.css" rel="stylesheet" type="text/css" />
<meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe">
<section class="header">
<div class="image" style="background-image: url('./image.png')"></div>
<div class="about">
<h1>Lemon Chicken with Mushroom Sauce</h1>
<div class="timing">
</div>
<div class="icons">
<div class="icon gluten-free"></div>
<div class="icon low-carb"></div>
<div class="icon serving"></div>× 4
</div>
<div class="description">This preparation for chicken has a light and zesty taste, and the mushrooms add a lovely earthy contrast.
</div>
</div>
</section>
<section class="instructions">
<div class="step">
<h3>1</h3>
<div class="ingredients">
<ul>
</ul>
</div>
<div class="detail">Pre-heat the oven to 400°F.</div>
</div>
<div class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
1 tbsp
</div>
<div class="item">olive oil</div>
<li>
<div class="amount">
8
</div>
<div class="item">chicken breasts</div>
<li>
<div class="amount">
1
</div>
<div class="item">lemon</div>
</ul>
</div>
<div class="detail">Coat each chicken breast in olive oil and arrange in a single layer in a baking dish. Squeeze the juice from half a lemon over them. Slice the other half and arrange the slices on top of the chicken. Place in the oven and cook until the centers reach 170°F (around 15 minutes).
</div>
</div>
<div class="step">
<h3>3</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
¼ cup
</div>
<div class="item">butter, unsalted</div>
<li>
<div class="amount">
3 cups
</div>
<div class="item">mushrooms, crimini (sliced)</div>
<li>
<div class="amount">
2 tbsp
</div>
<div class="item">flour, gluten-free</div>
</ul>
</div>
<div class="detail">While the chicken is cooking, melt the butter in a large saucepan. Add the mushrooms and cook until they are golden brown and the liquid has evaporated. Sprinkle flour over the mushrooms and cook while stirring constantly for about 1 minute.
</div>
</div>
<div class="step">
<h3>4</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
½ cup
</div>
<div class="item">chicken broth</div>
<li>
<div class="amount">
1 tbsp
</div>
<div class="item">parsley, fresh (minced)</div>
</ul>
</div>
<div class="detail">Add the chicken broth to the saucepan and stir until all the flour is evenly incorporated. Cook over a medium heat until the sauce begins to thicken. Add the parsley just as the sauce is finishing up.
</div>
</div>
<div class="step">
<h3>5</h3>
<div class="ingredients">
<ul>
</ul>
</div>
<div class="detail">Once the chicken is out of the oven, plate each piece and cover with the mushroom sauce.
</div>
</div>
</section>
<section class="navigation">
<a href="../..">« Back</a>
</section>
</body>
</html