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: 128 KiB

+137
View File
@@ -0,0 +1,137 @@
<!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>Sloppy Joe Sandwiches</h1>
<div class="timing">
prep 15 minutes,&nbsp;cook 45 minutes </div>
<div class="icons">
<div class="icon gluten-free"></div>
<div class="icon serving"></div>× 1
</div>
<div class="description">Rich and tangy, this sloppy joe recipe is a major favorite in my house. It's also very flexible: serve on a bun, by itself, or in many other possible presentations.
</div>
</div>
</section>
<section class="instructions">
<div class="step">
<h3>1</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
2 tbsp
</div>
<div class="item">olive oil</div>
<li>
<div class="amount">
2
</div>
<div class="item">onions, yellow (diced)</div>
</ul>
</div>
<div class="detail">In a dutch oven, sautée the onions until soft and translucent (about 5 minutes).
</div>
</div>
<div class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
3 lbs
</div>
<div class="item">ground beef</div>
</ul>
</div>
<div class="detail">Add the ground beef, and cook, stirring constantly and breaking up the pieces of beef, until it is evenly browned and crumbled into small pieces.
</div>
</div>
<div class="step">
<h3>3</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
3 cups
</div>
<div class="item">ketchup</div>
<li>
<div class="amount">
3 tbsp
</div>
<div class="item">sugar, brown</div>
<li>
<div class="amount">
3 tsp
</div>
<div class="item">Worcestershire sauce</div>
<li>
<div class="amount">
3 tsp
</div>
<div class="item">mustard, yellow</div>
<li>
<div class="amount">
3 tsp
</div>
<div class="item">vinegar, white</div>
<li>
<div class="amount">
3 tsp
</div>
<div class="item">chili powder</div>
<li>
<div class="amount">
¾ tsp
</div>
<div class="item">garlic powder</div>
<li>
<div class="amount">
¾ tsp
</div>
<div class="item">onion powder</div>
<li>
<div class="amount">
¾ tsp
</div>
<div class="item">salt</div>
</ul>
</div>
<div class="detail">Stir in the remaining ingredients, mix well, and bring to a boil. Reduce to a very low simmer and cover. Cook for about 45 minutes to allow the flavors to mix completely.
</div>
</div>
<div class="step">
<h3>4</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
8
</div>
<div class="item">hamburger buns</div>
</ul>
</div>
<div class="detail">If so desired, serve on soft hamburger buns. Otherwise, simply serve in bowls with a spoon.
</div>
</div>
</section>
<section class="navigation">
<a href="../..">« Back</a>
</section>
</body>
</html