Split mains into various entrees sections, add Pork Medallions
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 114 KiB |
@@ -0,0 +1,124 @@
|
||||
<!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">Kofta Kebabs</h1>
|
||||
|
||||
<div class="timing">
|
||||
prep <span itemprop="prepTime">20 min</span>, cook <span itemprop"cookTime">30 min</span> </div>
|
||||
|
||||
<div class="icons">
|
||||
<div class="icon gluten-free"></div>
|
||||
<div class="icon low-carb"></div>
|
||||
<div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
|
||||
</div>
|
||||
|
||||
<div class="description" itemprop="description">Kofta is really a form of sausage, but what a sausage! The recipe started as long, skinny kebabs but we've found it more convenient to make it as meatballs. Whichever way, they go fast! We always pair them with Tzatziki, which you can make while the meat chills.
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="instructions">
|
||||
<div class="step">
|
||||
<h3>1</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1
|
||||
</div>
|
||||
<div class="item">onion, yellow</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail" itemprop="recipeInstructions">Roughly chop the onion and purée in a blender.
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>2</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
2 lbs
|
||||
</div>
|
||||
<div class="item">lamb (ground)</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
4 stems
|
||||
</div>
|
||||
<div class="item">parsley (minced)</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
3 cloves
|
||||
</div>
|
||||
<div class="item">garlic (minced)</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
5 leaves
|
||||
</div>
|
||||
<div class="item">mint (minced)</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1 tsp
|
||||
</div>
|
||||
<div class="item">white pepper (ground)</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1 tsp
|
||||
</div>
|
||||
<div class="item">cumin (ground)</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">red pepper flakes</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
½ tsp
|
||||
</div>
|
||||
<div class="item">coriander (ground)</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
½ tsp
|
||||
</div>
|
||||
<div class="item">cloves (ground)</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail" itemprop="recipeInstructions">In a large mixing bowl, knead the meat until reduced to a somewhat sticky mass of completely homogeneous paste. Mix in the onion purée, herbs, and spices and knead until completely mixed. Cover and refrigerate for 20 min.
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>3</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1 tbsp
|
||||
</div>
|
||||
<div class="item">olive oil</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail" itemprop="recipeInstructions">Cover a cooking sheet with tin foil and coat your hands with olive oil. Roll out the meat into meatballs about 2-3” in diameter. Place in on the cooking sheet in a single layer leaving a little room between each one. Cook at 400°F until they reach 140°F in the center.
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="navigation">
|
||||
<a href="../..">« Back</a>
|
||||
</section>
|
||||
</body>
|
||||
</html
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 204 KiB |
@@ -0,0 +1,110 @@
|
||||
<!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">Roast Leg of Lamb</h1>
|
||||
|
||||
<div class="timing">
|
||||
prep <span itemprop="prepTime">10 minutes</span>, cook <span itemprop"cookTime">60 minutes</span> </div>
|
||||
|
||||
<div class="icons">
|
||||
<div class="icon gluten-free"></div>
|
||||
<div class="icon low-carb"></div>
|
||||
<div class="icon overnight"></div>
|
||||
<div class="icon serving"></div>× <span itemprop="recipeYield">10</span>
|
||||
</div>
|
||||
|
||||
<div class="description" itemprop="description">The trick to a really good leg of lamb is to get it as fresh as possible, and to avoid overcooking it. Both will help avoid the overly gamey flavor that some people object to in lamb. Done correctly, though, it makes for a rich and delightful change from beef or pork.
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="instructions">
|
||||
<div class="step">
|
||||
<h3>1</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
5 lb
|
||||
</div>
|
||||
<div class="item">leg of lamb</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
¼ cup
|
||||
</div>
|
||||
<div class="item">honey</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
2 tbsp
|
||||
</div>
|
||||
<div class="item">mustard, dijon</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1 tsp
|
||||
</div>
|
||||
<div class="item">black pepper</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
3 tbsp
|
||||
</div>
|
||||
<div class="item">garlic (minced)</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1 tsp
|
||||
</div>
|
||||
<div class="item">lemon zest</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
2 tbsp
|
||||
</div>
|
||||
<div class="item">rosemary, fresh (minced)</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1 tsp
|
||||
</div>
|
||||
<div class="item">salt, coarse</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail" itemprop="recipeInstructions">Combine the honey, mustard, pepper, garlic, lemon zest and rosemary in a small bowl. Cover the leg of lamb with the marinade and place in the refrigerator overnight.
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>2</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1 tsp
|
||||
</div>
|
||||
<div class="item">salt, coarse</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail" itemprop="recipeInstructions">Pre-heat the oven to 450°F. Place the leg of lamb on the rack of a roasting pan, and add enough water to come just below the rack. Sprinkle the roast with salt, and then tent it with foil. Place the roasting pan in the oven to cook until the internal temperature reaches 130°F (about 45 minutes).
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>3</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail" itemprop="recipeInstructions">Remove the foil, and continue to cook until the roast has reached 140°F in the center. Remove the roast from the oven, and allow to rest on a cutting board for 5 minutes before carving.
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="navigation">
|
||||
<a href="../..">« Back</a>
|
||||
</section>
|
||||
</body>
|
||||
</html
|
||||
Reference in New Issue
Block a user