Add new recipes

This commit is contained in:
Andrew Miner
2020-01-19 22:06:14 -07:00
parent f57bea9b0e
commit c3e94e7370
27 changed files with 866 additions and 19 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

+71
View File
@@ -0,0 +1,71 @@
<!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>Horseradish Cream</h1>
<div class="timing">
prep 5 minutes </div>
<div class="icons">
<div class="icon gluten-free"></div>
<div class="icon low-carb"></div>
<div class="icon vegetarian"></div>
<div class="icon serving"></div>× 8
</div>
<div class="description">Most horseradish sauces are pretty overwhelming, but this one is so subtle that you could almost eat it by itself. It makes a great addition to any rich, meaty dish (roasts, prime rib, etc.). Even better, this can be made up to several days ahead of time and stored in the refrigerator.
</div>
</div>
</section>
<section class="instructions">
<div class="step">
<h3>1</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
1 cup
</div>
<div class="item">yogurt, plain greek</div>
<li>
<div class="amount">
1 cup
</div>
<div class="item">mayonnaise</div>
<li>
<div class="amount">
2½ oz
</div>
<div class="item">horseradish, creamed</div>
<li>
<div class="amount">
½ tsp
</div>
<div class="item">pepper, black</div>
</ul>
</div>
<div class="detail">Combine all ingredients in a mixing bowl, whisking vigorously until smooth, creamy, and completely blended.
</div>
</div>
</section>
<section class="credits">
Emilie Abijanac,&nbsp;
<a href="https://justcook.butcherbox.com/garlic-herb-crusted-ribeye-roast-with-horseradish-cream-and-bacon-shallot-marmalade/">https://justcook.butcherbox.com/garlic-herb-crusted-ribeye-roast-with-horseradish-cream-and-bacon-shallot-marmalade/</a>
</section>
<section class="navigation">
<a href="../..">« Back</a>
</section>
</body>
</html