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

+95
View File
@@ -0,0 +1,95 @@
<!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>Tzatziki</h1>
<div class="timing">
prep 10 min,&nbsp;cook 20 min </div>
<div class="icons">
<div class="icon gluten-free"></div>
<div class="icon low-carb"></div>
<div class="icon serving"></div>× 3
</div>
<div class="description">Tzatziki has a creamy tartness with just a tiny bit of crunch from the cucumber. It makes a great accompaniment to spicy strong dishes to help cool things off. We always serve this with Kofta.
</div>
</div>
</section>
<section class="instructions">
<div class="step">
<h3>1</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
1
</div>
<div class="item">cucumber</div>
</ul>
</div>
<div class="detail">Peel the cucumber and remove all the seeds. Dice into ¼” cubes.
</div>
</div>
<div class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
1 cup
</div>
<div class="item">greek yogurt</div>
<li>
<div class="amount">
2 cloves
</div>
<div class="item">garlic (minced)</div>
<li>
<div class="amount">
2 tbsp
</div>
<div class="item">dill (chopped)</div>
<li>
<div class="amount">
1 tbsp
</div>
<div class="item">lemon juice</div>
<li>
<div class="amount">
1 tsp
</div>
<div class="item">lemon zest</div>
<li>
<div class="amount">
1 tsp
</div>
<div class="item">salt</div>
<li>
<div class="amount">
1/2 tsp
</div>
<div class="item">black pepper</div>
</ul>
</div>
<div class="detail">Combine all the ingredients with the cucumber and mix. Place in the refrigerator for at least 20 min to chill.
</div>
</div>
</section>
<section class="navigation">
<a href="../..">« Back</a>
</section>
</body>
</html