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,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">Chicken Parmesan</h1>
<div class="timing">
prep <span itemprop="prepTime">15 min</span>,&nbsp;cook <span itemprop"cookTime">30 min</span> </div>
<div class="icons">
<div class="icon serving"></div>× <span itemprop="recipeYield">6</span>
</div>
<div class="description" itemprop="description">A delicious Italian breaded chicken smothered with cheese and tomato-based pasta sauce!
</div>
</div>
</section>
<section class="instructions">
<div class="step">
<h3>1</h3>
<div class="ingredients">
<ul>
<li itemprop="recipeIngredient">
<div class="amount">
6
</div>
<div class="item">chicken breasts (skinless</div>
<li itemprop="recipeIngredient">
<div class="amount">
2
</div>
<div class="item">eggs</div>
<li itemprop="recipeIngredient">
<div class="amount">
1 cup
</div>
<div class="item">Parmesean cheese (finely grated)</div>
<li itemprop="recipeIngredient">
<div class="amount">
7 oz
</div>
<div class="item">bread crumbs (very finely crumbled)</div>
</ul>
</div>
<div class="detail" itemprop="recipeInstructions">Pour beaten eggs into a shallow dish. Mix the bread crumbs and cheese in another shallow dish. After washing and drying the chicken breasts, dredge them first in the egg, and then in the bread crumb mixture. Place aside on parchment paper.
</div>
</div>
<div class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
<li itemprop="recipeIngredient">
<div class="amount">
2 tbsp
</div>
<div class="item">vegetable oil</div>
</ul>
</div>
<div class="detail" itemprop="recipeInstructions">In a large skillet, heat oil over medium-high heat. When hot, add the chicken and saute until golden brown on both sides and the chicken is cooked through (about 810 minutes per side).
</div>
</div>
<div class="step">
<h3>3</h3>
<div class="ingredients">
<ul>
<li itemprop="recipeIngredient">
<div class="amount">
12 oz
</div>
<div class="item">pasta sauce</div>
<li itemprop="recipeIngredient">
<div class="amount">
6 slices
</div>
<div class="item">Monterey Jack cheese</div>
</ul>
</div>
<div class="detail" itemprop="recipeInstructions">Pour tomato sauce into an oven-safe dish just big enough to hold the chicken. Place the chicken on top of the sauce, and place a slice of cheese over each breast. Cook at 375°F until the cheese has melted and just started to brown (about 20 minutes).
</div>
</div>
</section>
<section class="credits">
<span itemprop="author">vero_cn81</span>
,&nbsp;
<a href="https://www.allrecipes.com/recipe/9044/tomato-chicken-parmesan">https://www.allrecipes.com/recipe/9044/tomato-chicken-parmesan</a>
</section>
<section class="navigation">
<a href="../..">« Back</a>
</section>
</body>
</html