Add recipe for Steamed Mussels
This commit is contained in:
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>, 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>, <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
|
||||
@@ -302,6 +302,10 @@
|
||||
<img src="entrees-fish/shrimp-with-sweet-potatoes-and-bacon/image.png" />
|
||||
<p>Shrimp with Sweet Potato</p>
|
||||
</a>
|
||||
<a href="entrees-fish/steamed-mussels">
|
||||
<img src="entrees-fish/steamed-mussels/image.png" />
|
||||
<p>Steamed Mussels</p>
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
title: Steamed Mussels
|
||||
timings:
|
||||
prep: 15 minutes
|
||||
cook: 10 minutes
|
||||
icons: [gluten-free, low-carb, vegetarian]
|
||||
servings: 1
|
||||
description: >
|
||||
pass
|
||||
steps:
|
||||
- ingredients:
|
||||
- { amount: 2, unit: tbsp, item: "butter, unsalted" }
|
||||
- { amount: 0.25, unit: cup, item: "shallots (minced)" }
|
||||
directions: >
|
||||
Using a medium stock pot, sauté the shallots in butter until soft and translucent.
|
||||
- ingredients:
|
||||
- { amount: 0.75, unit: cup, item: "wine, dry white" }
|
||||
- { amount: 3, unit: lbs, item: "mussels (cleaned)" }
|
||||
directions: >
|
||||
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).
|
||||
- ingredients:
|
||||
- { amount: 0.5, unit: cup, item: "parsley, fresh (chopped)" }
|
||||
- { item: "pepper, black" }
|
||||
directions: >
|
||||
Pour the mussels and cooking liquid into a serving dish, sprinkle with parsley, and grind fresh pepper over all.
|
||||
credit:
|
||||
name: Stephano
|
||||
url: https://www.allrecipes.com/recipe/21742/steamed-mussels-ii/
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 153 KiB |
Reference in New Issue
Block a user