Refactor to use Python for building and YAML for data
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 146 KiB |
@@ -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>Deviled Eggs</h1>
|
||||
|
||||
<div class="timing">
|
||||
prep 30 minutes </div>
|
||||
|
||||
<div class="icons">
|
||||
<div class="icon gluten-free"></div>
|
||||
<div class="icon low-carb"></div>
|
||||
<div class="icon serving"></div>× 6
|
||||
</div>
|
||||
|
||||
<div class="description">Deviled eggs are one of my favorite appetizers, and very easy to make. If you like to hurry the process along, buy hard-boiled eggs from the grocery store so you can skip straight to the last step.
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="instructions">
|
||||
<div class="step">
|
||||
<h3>1</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li>
|
||||
<div class="amount">
|
||||
12
|
||||
</div>
|
||||
<div class="item">eggs</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail">Place the eggs in a medium-sized pot, cover with 1" of water, and bring to a boil over high heat. As soon as it gets to a rolling boil, turn off the heat and allow the pot to rest. While it is resting, fill a large bowl with ice and water (1 ice cube per egg). After the eggs have rested for 10 minutes, transfer them to the ice water.
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>2</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li>
|
||||
<div class="amount">
|
||||
¾ tsp
|
||||
</div>
|
||||
<div class="item">mustard, yellow</div>
|
||||
<li>
|
||||
<div class="amount">
|
||||
3 tbsp
|
||||
</div>
|
||||
<div class="item">mayonnaise</div>
|
||||
<li>
|
||||
<div class="amount">
|
||||
1½ tsp
|
||||
</div>
|
||||
<div class="item">vinegar, white</div>
|
||||
<li>
|
||||
<div class="amount">
|
||||
¼ tsp
|
||||
</div>
|
||||
<div class="item">Worcestershire sauce</div>
|
||||
<li>
|
||||
<div class="amount">
|
||||
¼ tsp
|
||||
</div>
|
||||
<div class="item">salt</div>
|
||||
<li>
|
||||
<div class="amount">
|
||||
¼ tsp
|
||||
</div>
|
||||
<div class="item">white pepper</div>
|
||||
<li>
|
||||
<div class="amount">
|
||||
1 tsp
|
||||
</div>
|
||||
<div class="item">paprika</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail">Peel the eggs, and very carefully slice in half with a sharp knife. Gently pop out the yolks into mixing bowl, and set the whites aside on a platter. Add the the remaining ingredients and whisk until creamy and smooth. Transfer the mixture into a pastry bag (or a ziploc bag with a corner cut off). Gently squeeze the bag and pipe the mixture into the remaining egg halves. Dust the finished eggs with paprika.
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="navigation">
|
||||
<a href="../..">« Back</a>
|
||||
</section>
|
||||
</body>
|
||||
</html
|
||||
Reference in New Issue
Block a user