Refactor to use Python for building and YAML for data
This commit is contained in:
@@ -0,0 +1,70 @@
|
||||
<!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>Gluten-Free Flour</h1>
|
||||
|
||||
<div class="timing">
|
||||
prep 5 min </div>
|
||||
|
||||
<div class="icons">
|
||||
<div class="icon gluten-free"></div>
|
||||
<div class="icon vegetarian"></div>
|
||||
</div>
|
||||
|
||||
<div class="description">This gluten-free flour recipe serves well for most general-purpose cooking needs in thickening soups, making roux, and similar uses. It works adequetely for deep-frying, but doesn't replace the real thing for baking, pie crusts, etc.
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="instructions">
|
||||
<div class="step">
|
||||
<h3>1</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li>
|
||||
<div class="amount">
|
||||
24 oz
|
||||
</div>
|
||||
<div class="item">white rice flour</div>
|
||||
<li>
|
||||
<div class="amount">
|
||||
7½ oz
|
||||
</div>
|
||||
<div class="item">brown rice flour</div>
|
||||
<li>
|
||||
<div class="amount">
|
||||
7 oz
|
||||
</div>
|
||||
<div class="item">potato starch</div>
|
||||
<li>
|
||||
<div class="amount">
|
||||
3 oz
|
||||
</div>
|
||||
<div class="item">tapioca starch</div>
|
||||
<li>
|
||||
<div class="amount">
|
||||
¾ oz
|
||||
</div>
|
||||
<div class="item">nonfat dry milk powder</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail">Mix all the ingredients and store, refrigerated, in an airtight container.
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="navigation">
|
||||
<a href="../..">« Back</a>
|
||||
</section>
|
||||
</body>
|
||||
</html
|
||||
Reference in New Issue
Block a user