Refactor Italian Meat Sauce out of Lasagna
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 194 KiB |
@@ -0,0 +1,155 @@
|
||||
<!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">Italian Meat Sauce</h1>
|
||||
|
||||
<div class="timing">
|
||||
prep <span itemprop="prepTime">15 minutes</span>, cook <span itemprop"cookTime">90 minutes</span> </div>
|
||||
|
||||
<div class="icons">
|
||||
<div class="icon gluten-free"></div>
|
||||
<div class="icon serving"></div>× <span itemprop="recipeYield">16</span>
|
||||
</div>
|
||||
|
||||
<div class="description" itemprop="description">While sticking very close to the traditional formula, this recipe adds interest by adding some sausage and extra spices to make it really stand out.
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="instructions">
|
||||
<div class="step">
|
||||
<h3>1</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
2
|
||||
lb
|
||||
</div>
|
||||
<div class="item">ground beef, 20%</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
2
|
||||
lb
|
||||
</div>
|
||||
<div class="item">sausage, pork</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1
|
||||
cup
|
||||
</div>
|
||||
<div class="item">onion (chopped)</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
4
|
||||
tbsp
|
||||
</div>
|
||||
<div class="item">garlic (minced)</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail" itemprop="recipeInstructions">In a dutch oven, cook the meat, onions, and garlic over a medium heat until browned.
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>2</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
56
|
||||
oz
|
||||
</div>
|
||||
<div class="item">tomatoes, crushed</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
24
|
||||
oz
|
||||
</div>
|
||||
<div class="item">tomato paste</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
26
|
||||
oz
|
||||
</div>
|
||||
<div class="item">tomato purée</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1
|
||||
cup
|
||||
</div>
|
||||
<div class="item">water</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
4
|
||||
tbsp
|
||||
</div>
|
||||
<div class="item">sugar, granulated</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1
|
||||
tbsp
|
||||
</div>
|
||||
<div class="item">basil, dried</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1
|
||||
tsp
|
||||
</div>
|
||||
<div class="item">fennel seeds</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
2
|
||||
tsp
|
||||
</div>
|
||||
<div class="item">Italian seasoning</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
2
|
||||
tbsp
|
||||
</div>
|
||||
<div class="item">salt</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
½
|
||||
tsp
|
||||
</div>
|
||||
<div class="item">pepper, black</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
4
|
||||
tbsp
|
||||
</div>
|
||||
<div class="item">parsley, fresh (chopped)</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail" itemprop="recipeInstructions">Stir in the tomatoes, water, sugar, and spices. Cover and simmer for about 90 minutes, stirring occasionally.
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>3</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail" itemprop="recipeInstructions">Using newly-washed canning jars, jar up the sauce and leave out on the counter until it has cooled enough for all the lids to "pop" inward and seal the jar. Store refigerated until needed.
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="credits">
|
||||
<span itemprop="author">John Chandler</span>, <a href="https://www.allrecipes.com/recipe/23600/worlds-best-lasagna">https://www.allrecipes.com/recipe/23600/worlds-best-lasagna</a> </section>
|
||||
|
||||
<section class="navigation">
|
||||
<a href="../..">« Back</a>
|
||||
</section>
|
||||
</body>
|
||||
</html
|
||||
@@ -13,7 +13,7 @@
|
||||
<h1 itemprop="name">Lasagna</h1>
|
||||
|
||||
<div class="timing">
|
||||
prep <span itemprop="prepTime">30 minutes</span>, cook <span itemprop"cookTime">2½ hours</span> </div>
|
||||
prep <span itemprop="prepTime">30 minutes</span>, cook <span itemprop"cookTime">1 hour</span> </div>
|
||||
|
||||
<div class="icons">
|
||||
<div class="icon serving"></div>× <span itemprop="recipeYield">12</span>
|
||||
@@ -27,114 +27,6 @@ prep <span itemprop="prepTime">30 minutes</span>, cook <span itemprop"cookT
|
||||
<section class="instructions">
|
||||
<div class="step">
|
||||
<h3>1</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1
|
||||
lb
|
||||
</div>
|
||||
<div class="item">sausage, Italian</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
¾
|
||||
lb
|
||||
</div>
|
||||
<div class="item">ground beef, lean</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
½
|
||||
cup
|
||||
</div>
|
||||
<div class="item">onion (minced)</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
2
|
||||
tbsp
|
||||
</div>
|
||||
<div class="item">garlic (minced)</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail" itemprop="recipeInstructions">In a dutch oven, cook the meat, onions, and garlic over a medium heat until browned.
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>2</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
28
|
||||
oz
|
||||
</div>
|
||||
<div class="item">tomatoes, crushed</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
12
|
||||
oz
|
||||
</div>
|
||||
<div class="item">tomato paste</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
13
|
||||
oz
|
||||
</div>
|
||||
<div class="item">tomato purée</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
½
|
||||
cup
|
||||
</div>
|
||||
<div class="item">water</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
2
|
||||
tbsp
|
||||
</div>
|
||||
<div class="item">sugar, granulated</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1½
|
||||
tsp
|
||||
</div>
|
||||
<div class="item">basil, dried</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
½
|
||||
tsp
|
||||
</div>
|
||||
<div class="item">fennel seeds</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1
|
||||
tsp
|
||||
</div>
|
||||
<div class="item">Italian seasoning</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1
|
||||
tbsp
|
||||
</div>
|
||||
<div class="item">salt</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
¼
|
||||
tsp
|
||||
</div>
|
||||
<div class="item">pepper, black</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
2
|
||||
tbsp
|
||||
</div>
|
||||
<div class="item">parsley, fresh (chopped)</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail" itemprop="recipeInstructions">Stir in the tomatoes, water, sugar, and spices. Cover and simmer for about 90 minutes, stirring occasionally.
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>3</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li itemprop="recipeIngredient">
|
||||
@@ -148,7 +40,7 @@ prep <span itemprop="prepTime">30 minutes</span>, cook <span itemprop"cookT
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>4</h3>
|
||||
<h3>2</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
</ul>
|
||||
@@ -157,7 +49,7 @@ prep <span itemprop="prepTime">30 minutes</span>, cook <span itemprop"cookT
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>5</h3>
|
||||
<h3>3</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li itemprop="recipeIngredient">
|
||||
@@ -189,9 +81,15 @@ prep <span itemprop="prepTime">30 minutes</span>, cook <span itemprop"cookT
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>6</h3>
|
||||
<h3>4</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
3
|
||||
cups
|
||||
</div>
|
||||
<div class="item"><a href='../italian-meat-sauce'>Italian Meat Sauce</a></div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
¾
|
||||
@@ -206,11 +104,11 @@ prep <span itemprop="prepTime">30 minutes</span>, cook <span itemprop"cookT
|
||||
<div class="item">parmesan cheese (grated)</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail" itemprop="recipeInstructions">Spread 1½ cups of meat sauce in the bottom of a 9”⨉13” baking dish. Arrange half the noodles lengthwise over the sauce. Spread half the ricotta cheese mixure over the noodles. Cover with ⅓ of the mozzerella cheese. Spoon over another 1½ cups of meat sauce, and then layer with ¼ cup of parmesean cheese. Repeat the layers starting with the noodles.
|
||||
<div class="detail" itemprop="recipeInstructions">Spread 1½ cups of meat sauce in the bottom of a 9” x 13” baking dish. Arrange half the noodles lengthwise over the sauce. Spread half the ricotta cheese mixure over the noodles. Cover with ⅓ of the mozzerella cheese. Spoon over another 1½ cups of meat sauce, and then layer with ¼ cup of parmesean cheese. Repeat the layers starting with the noodles.
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>7</h3>
|
||||
<h3>5</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
</ul>
|
||||
|
||||
@@ -203,6 +203,10 @@
|
||||
<img src="entrees-beef/garlic-prime-rib/image.png" />
|
||||
<p>Garlic Prime Rib</p>
|
||||
</a>
|
||||
<a href="entrees-beef/italian-meat-sauce">
|
||||
<img src="entrees-beef/italian-meat-sauce/image.png" />
|
||||
<p>Italian Meat Sauce</p>
|
||||
</a>
|
||||
<a href="entrees-beef/lasagna">
|
||||
<img src="entrees-beef/lasagna/image.png" />
|
||||
<p>Lasagna</p>
|
||||
|
||||
Reference in New Issue
Block a user