Add Mustard Cabbage Salad
This commit is contained in:
@@ -0,0 +1,104 @@
|
||||
<!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">Mustard Cabbage Salad</h1>
|
||||
|
||||
<div class="timing">
|
||||
prep <span itemprop="prepTime">10 minutes</span> </div>
|
||||
|
||||
<div class="icons">
|
||||
<div class="icon gluten-free"></div>
|
||||
<div class="icon low-carb"></div>
|
||||
<div class="icon vegetarian"></div>
|
||||
<div class="icon serving"></div>× <span itemprop="recipeYield">6</span>
|
||||
</div>
|
||||
|
||||
<div class="description" itemprop="description">This simple salad comes with a tangy, delightful dressing which is a perfect compliment to a savory dinner. pass
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="instructions">
|
||||
<div class="step">
|
||||
<h3>1</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
5
|
||||
tbsp
|
||||
</div>
|
||||
<div class="item">olive oil</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
2
|
||||
tbsp
|
||||
</div>
|
||||
<div class="item">lemon juice</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1
|
||||
tbsp
|
||||
</div>
|
||||
<div class="item">mustard, dijon</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">pepper, black</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail" itemprop="recipeInstructions">Combine all ingredients in a sealed container and shake vigorously. Set aside to chill in the refrigerator.
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>2</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1
|
||||
head
|
||||
</div>
|
||||
<div class="item">cabbage, napa</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
2
|
||||
</div>
|
||||
<div class="item">carrots (shredded)</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
½
|
||||
</div>
|
||||
<div class="item">onion (in half-rings)</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail" itemprop="recipeInstructions">Reduce the cabbage to bite-sized pieces, discarding the hard core. Add the onion and carrots. Pour out dressing and toss before serving.</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="credits">
|
||||
<span itemprop="author">Andrew Miner</span>
|
||||
</section>
|
||||
|
||||
<section class="navigation">
|
||||
<a href="../..">« Back</a>
|
||||
</section>
|
||||
</body>
|
||||
</html
|
||||
Reference in New Issue
Block a user