Add recipe for Steamed Mussels

This commit is contained in:
Andrew Miner
2021-12-31 23:12:18 -07:00
parent 1097148fb7
commit 1e98525cdd
5 changed files with 134 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

@@ -0,0 +1,102 @@
<!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" itemscope itemtype="http://schema.org/Recipe">
<section class="header">
<div class="image" style="background-image: url('./image.png')" itemprop="image" src="./image.png"></div>
<div class="about">
<h1 itemprop="name">Steamed Mussels</h1>
<div class="timing">
prep <span itemprop="prepTime">15 minutes</span>,&nbsp;cook <span itemprop"cookTime">10 minutes</span> </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>× <span itemprop="recipeYield">1</span>
</div>
<div class="description" itemprop="description">pass
</div>
</div>
</section>
<section class="instructions">
<div class="step">
<h3>1</h3>
<div class="ingredients">
<ul>
<li itemprop="recipeIngredient">
<div class="amount">
2
tbsp
</div>
<div class="item">butter, unsalted</div>
<li itemprop="recipeIngredient">
<div class="amount">
¼
cup
</div>
<div class="item">shallots (minced)</div>
</ul>
</div>
<div class="detail" itemprop="recipeInstructions">Using a medium stock pot, sauté the shallots in butter until soft and translucent.
</div>
</div>
<div class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
<li itemprop="recipeIngredient">
<div class="amount">
¾
cup
</div>
<div class="item">wine, dry white</div>
<li itemprop="recipeIngredient">
<div class="amount">
3
lbs
</div>
<div class="item">mussels (cleaned)</div>
</ul>
</div>
<div class="detail" itemprop="recipeInstructions">Pour in the wine and mussels. Raise the heat to medium high, cover, and steam until the mussels have all opened up (about 5 min).
</div>
</div>
<div class="step">
<h3>3</h3>
<div class="ingredients">
<ul>
<li itemprop="recipeIngredient">
<div class="amount">
½
cup
</div>
<div class="item">parsley, fresh (chopped)</div>
<li itemprop="recipeIngredient">
<div class="amount">
</div>
<div class="item">pepper, black</div>
</ul>
</div>
<div class="detail" itemprop="recipeInstructions">Pour the mussels and cooking liquid into a serving dish, sprinkle with parsley, and grind fresh pepper over all.
</div>
</div>
</section>
<section class="credits">
<span itemprop="author">Stephano</span>,&nbsp;<a href="https://www.allrecipes.com/recipe/21742/steamed-mussels-ii/">https://www.allrecipes.com/recipe/21742/steamed-mussels-ii/</a> </section>
<section class="navigation">
<a href="../..">« Back</a>
</section>
</body>
</html