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,132 @@
<!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>Shrimp with Sweet Potato</h1>
<div class="timing">
prep 10 minutes,&nbsp;cook 10 minutes </div>
<div class="icons">
<div class="icon gluten-free"></div>
<div class="icon serving"></div>× 5
</div>
<div class="description">This is a delightful dish in all the various flavors it brings. Sweet from the potatoes, salty from the bacon, a little bit of the sea from shrimp... all mixed together in a single, delightful package.
</div>
</div>
</section>
<section class="instructions">
<div class="step">
<h3>1</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
2
</div>
<div class="item">sweet potatos / yams (chopped)</div>
<li>
<div class="amount">
1 cup
</div>
<div class="item">yogurt, greek</div>
<li>
<div class="amount">
2 tbsp
</div>
<div class="item">maple syrup</div>
<li>
<div class="amount">
¼ tsp
</div>
<div class="item">cinnamon</div>
</ul>
</div>
<div class="detail">Boil the sweet potatoes until soft (about 10 minutes). The purée in a food processor with the yogurt, honey, and cinnamon. Set aside until needed.
</div>
</div>
<div class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
4 slices
</div>
<div class="item">bacon</div>
<li>
<div class="amount">
2 tbsp
</div>
<div class="item">butter</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">Roughly chop the bacon into 1" pieces and cook until crispy in a large skillet. Once cooked, dice and set aside in a serving bowl.
</div>
</div>
<div class="step">
<h3>3</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
2 tbsp
</div>
<div class="item">butter</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>
<li>
<div class="amount">
20
</div>
<div class="item">shrimp, large</div>
</ul>
</div>
<div class="detail">Melt the butter in the same skillet over high heat, and season with the salt and pepper. Drop the de-shelled, raw shrimp into the pan and cook, stirring constantly. Cook until the tails have only just curled into a "C" shape, and the flesh has only just turned pink. Be careful <i>not</i> to overcook!
</div>
</div>
<div class="step">
<h3>4</h3>
<div class="ingredients">
<ul>
</ul>
</div>
<div class="detail">Optionally serve by placing several small dollops of sweet potato on the plate with a single shrimp on each. Sprinkle generously with bacon bits.
</div>
</div>
</section>
<section class="navigation">
<a href="../..">« Back</a>
</section>
</body>
</html