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
@@ -0,0 +1,132 @@
<!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">Shrimp with Sweet Potato</h1>
<div class="timing">
prep <span itemprop="prepTime">10 minutes</span>,&nbsp;cook <span itemprop"cookTime">10 minutes</span> </div>
<div class="icons">
<div class="icon gluten-free"></div>
<div class="icon serving"></div>× <span itemprop="recipeYield">5</span>
</div>
<div class="description" itemprop="description">This is a delightful dish in all the various flavors it brings. Sweet from the potatoes, salty from the bacon, a little bit of the sea from shrimp... all mixed together in a single, delightful package.
</div>
</div>
</section>
<section class="instructions">
<div class="step">
<h3>1</h3>
<div class="ingredients">
<ul>
<li itemprop="recipeIngredient">
<div class="amount">
2
</div>
<div class="item">sweet potatos / yams (chopped)</div>
<li itemprop="recipeIngredient">
<div class="amount">
1 cup
</div>
<div class="item">yogurt, greek</div>
<li itemprop="recipeIngredient">
<div class="amount">
2 tbsp
</div>
<div class="item">maple syrup</div>
<li itemprop="recipeIngredient">
<div class="amount">
¼ tsp
</div>
<div class="item">cinnamon</div>
</ul>
</div>
<div class="detail" itemprop="recipeInstructions">Boil the sweet potatoes until soft (about 10 minutes). The purée in a food processor with the yogurt, honey, and cinnamon. Set aside until needed.
</div>
</div>
<div class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
<li itemprop="recipeIngredient">
<div class="amount">
4 slices
</div>
<div class="item">bacon</div>
<li itemprop="recipeIngredient">
<div class="amount">
2 tbsp
</div>
<div class="item">butter</div>
<li itemprop="recipeIngredient">
<div class="amount">
1 tsp
</div>
<div class="item">salt</div>
<li itemprop="recipeIngredient">
<div class="amount">
1 tsp
</div>
<div class="item">black pepper</div>
</ul>
</div>
<div class="detail" itemprop="recipeInstructions">Roughly chop the bacon into 1" pieces and cook until crispy in a large skillet. Once cooked, dice and set aside in a serving bowl.
</div>
</div>
<div class="step">
<h3>3</h3>
<div class="ingredients">
<ul>
<li itemprop="recipeIngredient">
<div class="amount">
2 tbsp
</div>
<div class="item">butter</div>
<li itemprop="recipeIngredient">
<div class="amount">
1 tsp
</div>
<div class="item">salt</div>
<li itemprop="recipeIngredient">
<div class="amount">
1 tsp
</div>
<div class="item">black pepper</div>
<li itemprop="recipeIngredient">
<div class="amount">
20
</div>
<div class="item">shrimp, large</div>
</ul>
</div>
<div class="detail" itemprop="recipeInstructions">Melt the butter in the same skillet over high heat, and season with the salt and pepper. Drop the de-shelled, raw shrimp into the pan and cook, stirring constantly. Cook until the tails have only just curled into a "C" shape, and the flesh has only just turned pink. Be careful <i>not</i> to overcook!
</div>
</div>
<div class="step">
<h3>4</h3>
<div class="ingredients">
<ul>
</ul>
</div>
<div class="detail" itemprop="recipeInstructions">Optionally serve by placing several small dollops of sweet potato on the plate with a single shrimp on each. Sprinkle generously with bacon bits.
</div>
</div>
</section>
<section class="navigation">
<a href="../..">« Back</a>
</section>
</body>
</html