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
Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

+127
View File
@@ -0,0 +1,127 @@
<!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>Clam Chowder</h1>
<div class="timing">
prep 15 min,&nbsp;cook 25 min </div>
<div class="icons">
<div class="icon gluten-free"></div>
<div class="icon serving"></div>× 8
</div>
<div class="description">Clam chowder the is the quinessential comfort food of New England: rich, creamy, and with enough flavor and texture to add real substence. This recipe makes perfect re-creation of the very best I remember from back home.
</div>
</div>
</section>
<section class="instructions">
<div class="step">
<h3>1</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
20 oz
</div>
<div class="item">minced clams</div>
<li>
<div class="amount">
1 cup
</div>
<div class="item">onion, yellow (chopped)</div>
<li>
<div class="amount">
1 cup
</div>
<div class="item">celery (chopped)</div>
<li>
<div class="amount">
1 cup
</div>
<div class="item">potato (diced)</div>
<li>
<div class="amount">
1 cup
</div>
<div class="item">carrots (diced)</div>
</ul>
</div>
<div class="detail">Drain the liquid from the clams into a dutch oven and add the carrots, onions, celery, and potatoes. Add enough water to cover, and then cook over medium-high heat until tender. Set the clams aside for later.
</div>
</div>
<div class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
6 oz
</div>
<div class="item">butter</div>
<li>
<div class="amount">
6 oz
</div>
<div class="item">gluten-free flour blend</div>
<li>
<div class="amount">
1 qt
</div>
<div class="item">half-n-half</div>
</ul>
</div>
<div class="detail">Melt the butter in a large saucepan, and whisk in the flour until smooth. Whisk in the cream until smooth as well.
</div>
</div>
<div class="step">
<h3>3</h3>
<div class="ingredients">
<ul>
</ul>
</div>
<div class="detail">Add the flour mixture in with the vegetables, and heat to a simmer, but do not allow to boil.
</div>
</div>
<div class="step">
<h3>4</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
2 tbsp
</div>
<div class="item">red wine vinegar</div>
<li>
<div class="amount">
1½ tsp
</div>
<div class="item">salt</div>
<li>
<div class="amount">
1 tsp
</div>
<div class="item">black pepper</div>
</ul>
</div>
<div class="detail">Add the clams and other remaining ingredients to the dutch oven. Bring up to temperature and serve.
</div>
</div>
</section>
<section class="navigation">
<a href="../..">« Back</a>
</section>
</body>
</html