Split mains into various entrees sections, add Pork Medallions

This commit is contained in:
Andrew Miner
2020-03-01 08:47:51 -07:00
parent 4c2a85bd0f
commit f87f4bc158
137 changed files with 376 additions and 421 deletions
+186
View File
@@ -0,0 +1,186 @@
<!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">Cheese Soufflé</h1>
<div class="timing">
prep <span itemprop="prepTime">20 min</span>,&nbsp;cook <span itemprop"cookTime">35 min</span> </div>
<div class="icons">
<div class="icon gluten-free"></div>
<div class="icon vegetarian"></div>
<div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</div>
<div class="description" itemprop="description">This cheese soufflé turns out a fluffy, slightly salty, cheese delight!
</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">parmesean cheese</div>
<li itemprop="recipeIngredient">
<div class="amount">
</div>
<div class="item">olive oil spray</div>
</ul>
</div>
<div class="detail" itemprop="recipeInstructions">Adjust oven rack to the middle position pre-heat to 350°F. Spray an 8” soufflé dish with a light coating of oil, and then sprinkle with parmesean cheese.
</div>
</div>
<div class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
<li itemprop="recipeIngredient">
<div class="amount">
¼ cup
</div>
<div class="item">flour (white</div>
<li itemprop="recipeIngredient">
<div class="amount">
¼ tsp
</div>
<div class="item">paprika</div>
<li itemprop="recipeIngredient">
<div class="amount">
¼ tsp
</div>
<div class="item">salt</div>
<li itemprop="recipeIngredient">
<div class="amount">
⅛ tsp
</div>
<div class="item">cayenne pepper</div>
<li itemprop="recipeIngredient">
<div class="amount">
⅛ tsp
</div>
<div class="item">white pepper</div>
<li itemprop="recipeIngredient">
<div class="amount">
1 pinch
</div>
<div class="item">nutneg</div>
<li itemprop="recipeIngredient">
<div class="amount">
4 tbsp
</div>
<div class="item">butter (unsalted)</div>
<li itemprop="recipeIngredient">
<div class="amount">
1⅓ cup
</div>
<div class="item">milk (whole)</div>
</ul>
</div>
<div class="detail" itemprop="recipeInstructions">Combine the flour, salt, and spices in a bowl. Melt the butter in a saucepan over medium-high heat. Stir in the flour mixture and cook until golden. Slowly pour in the milk while whisking slowly and bring to a simmer. Cook, whiskly constantly, until the thickened and smooth.
</div>
</div>
<div class="step">
<h3>3</h3>
<div class="ingredients">
<ul>
<li itemprop="recipeIngredient">
<div class="amount">
6 oz
</div>
<div class="item">Gruyère cheese</div>
<li itemprop="recipeIngredient">
<div class="amount">
5 tbsp
</div>
<div class="item">parmesean cheese</div>
</ul>
</div>
<div class="detail" itemprop="recipeInstructions">Remove the saucepan from the heat and mix in the cheese until melted and smooth (about 5min). Let cool for about 10min.
</div>
</div>
<div class="step">
<h3>4</h3>
<div class="ingredients">
<ul>
<li itemprop="recipeIngredient">
<div class="amount">
6
</div>
<div class="item">egg yolks</div>
<li itemprop="recipeIngredient">
<div class="amount">
1½ tsp
</div>
<div class="item">parsley (minced)</div>
</ul>
</div>
<div class="detail" itemprop="recipeInstructions">Whisk in the egg yolks and parsley.
</div>
</div>
<div class="step">
<h3>5</h3>
<div class="ingredients">
<ul>
<li itemprop="recipeIngredient">
<div class="amount">
6
</div>
<div class="item">egg whites</div>
<li itemprop="recipeIngredient">
<div class="amount">
¼ tsp
</div>
<div class="item">cream of tartar</div>
</ul>
</div>
<div class="detail" itemprop="recipeInstructions">Using a standing mixer with a whisk, whip the egg whites and cream of tartar on medium-low foamy (about 1min). Increase to medium-high speed, and whip until stiff peaks form (34min). Add cheese mixture and continue to whip until fully combined (15sec).
</div>
</div>
<div class="step">
<h3>6</h3>
<div class="ingredients">
<ul>
<li itemprop="recipeIngredient">
<div class="amount">
1 tbsp
</div>
<div class="item">parmesean cheese</div>
<li itemprop="recipeIngredient">
<div class="amount">
½ tsp
</div>
<div class="item">parsley (minced)</div>
</ul>
</div>
<div class="detail" itemprop="recipeInstructions">Pour the mixture into the soufflé dish and sprinkle with remaining parmesean cheese. Bake until risen well above the edge of the dish with a golden-brown top and an interior temperature of at least 170°F (3035min). Sprinkle the parsley on top.
</div>
</div>
</section>
<section class="credits">
<span itemprop="author">Cook's Illustrated</span>
,&nbsp;
<a href="https://www.cooksillustrated.com/recipes/7670">https://www.cooksillustrated.com/recipes/7670</a>
</section>
<section class="navigation">
<a href="../..">« Back</a>
</section>
</body>
</html