Files

132 lines
6.4 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" 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">Kielbasa and Cabbage</h1>
<div class="timing">
</div>
<div class="icons">
<div class="icon gluten-free"></div>
<div class="icon low-carb"></div>
</div>
<div class="description" itemprop="description">With humble ingredients comes a delightful and zesty meal. The garlic, red pepper, caraway and bacon drippings take save this dish from being dull... just be careful with the red pepper flakes!
</div>
</div>
</section>
<section class="instructions">
<div class="step">
<h3>1</h3>
<div class="ingredients">
<ul>
<li itemprop="recipeIngredient">
<div class="amount">
6
slices
</div>
<div class="item">bacon</div>
</ul>
</div>
<div class="detail" itemprop="recipeInstructions">Fry the bacon in a dutch oven until browned and crispy. Set the bacon aside, leaving the drippings in the skillet.
</div>
</div>
<div class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
<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</div>
<li itemprop="recipeIngredient">
<div class="amount">
2
cups
</div>
<div class="item">onion, yellow (diced)</div>
<li itemprop="recipeIngredient">
<div class="amount">
2
tsp
</div>
<div class="item">garlic (minced)</div>
<li itemprop="recipeIngredient">
<div class="amount">
¼
tsp
</div>
<div class="item">red pepper flakes</div>
<li itemprop="recipeIngredient">
<div class="amount">
¼
tsp
</div>
<div class="item">salt</div>
<li itemprop="recipeIngredient">
<div class="amount">
3
tsp
</div>
<div class="item">caraway seeds</div>
<li itemprop="recipeIngredient">
<div class="amount">
1
head
</div>
<div class="item">cabbage, green (chopped)</div>
</ul>
</div>
<div class="detail" itemprop="recipeInstructions">Add water, sugar, onion, garlic, red pepper flakes, salt and caraway seeds to the bacon drippings. Mix evenly, and then add the cabbage. Toss gently until the cabbage is evenly coated with grease and seasonings. Cover and cook on medium until the cabbage is soft and translucent (about 10 minutes).
</div>
</div>
<div class="step">
<h3>3</h3>
<div class="ingredients">
<ul>
<li itemprop="recipeIngredient">
<div class="amount">
1
lb
</div>
<div class="item">kielbasa</div>
</ul>
</div>
<div class="detail" itemprop="recipeInstructions">Add the kielbasa and continue cooking on medium until it is heated all the way through.
</div>
</div>
<div class="step">
<h3>4</h3>
<div class="ingredients">
<ul>
</ul>
</div>
<div class="detail" itemprop="recipeInstructions">Crumble the bacon on top and serve.
</div>
</div>
</section>
<section class="navigation">
<a href="../..">« Back</a>
</section>
</body>
</html