93 lines
4.1 KiB
HTML
93 lines
4.1 KiB
HTML
<!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">
|
||
<section class="header">
|
||
<div class="image" style="background-image: url('./image.png')"></div>
|
||
|
||
<div class="about">
|
||
<h1>Bacon Shallot Marmalade</h1>
|
||
|
||
<div class="timing">
|
||
prep 20 minutes </div>
|
||
|
||
<div class="icons">
|
||
<div class="icon gluten-free"></div>
|
||
<div class="icon low-carb"></div>
|
||
<div class="icon serving"></div>× 12
|
||
</div>
|
||
|
||
<div class="description">This marmalade has a lot going on! Salty, tangy, sweet, and positively delicious. I've used it to augment beef, lamb, and other strong-flavored dishes.
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="instructions">
|
||
<div class="step">
|
||
<h3>1</h3>
|
||
<div class="ingredients">
|
||
<ul>
|
||
<li>
|
||
<div class="amount">
|
||
1 lb
|
||
</div>
|
||
<div class="item">bacon (diced)</div>
|
||
</ul>
|
||
</div>
|
||
<div class="detail">Fry the bacon on medium high heat until it has released all its fat and become crispy. Set aside in a small bowl.
|
||
</div>
|
||
</div>
|
||
<div class="step">
|
||
<h3>2</h3>
|
||
<div class="ingredients">
|
||
<ul>
|
||
<li>
|
||
<div class="amount">
|
||
1 lb
|
||
</div>
|
||
<div class="item">shallots (julienned)</div>
|
||
</ul>
|
||
</div>
|
||
<div class="detail">Sautée the shallots in the bacon grease until lightly carmelized. Once finished, add the shallots to the bowl with the bacon.
|
||
</div>
|
||
</div>
|
||
<div class="step">
|
||
<h3>3</h3>
|
||
<div class="ingredients">
|
||
<ul>
|
||
<li>
|
||
<div class="amount">
|
||
1 cup
|
||
</div>
|
||
<div class="item">vinegar, balsamic</div>
|
||
<li>
|
||
<div class="amount">
|
||
½ tsp
|
||
</div>
|
||
<div class="item">salt</div>
|
||
<li>
|
||
<div class="amount">
|
||
½ tsp
|
||
</div>
|
||
<div class="item">pepper, black</div>
|
||
</ul>
|
||
</div>
|
||
<div class="detail">Deglaze the pan with the vinegar, salt, and pepper. Reduce the vinegar to approximately half the volume (so that a spoon passed through the pan leaves a clear streak). Pour the vinegar in with rest and mix well.
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="credits">
|
||
Emilie Abijanac,
|
||
<a href="https://justcook.butcherbox.com/garlic-herb-crusted-ribeye-roast-with-horseradish-cream-and-bacon-shallot-marmalade/">https://justcook.butcherbox.com/garlic-herb-crusted-ribeye-roast-with-horseradish-cream-and-bacon-shallot-marmalade/</a>
|
||
</section>
|
||
|
||
<section class="navigation">
|
||
<a href="../..">« Back</a>
|
||
</section>
|
||
</body>
|
||
</html |