Add Mustard Cabbage Salad
This commit is contained in:
@@ -113,6 +113,10 @@
|
||||
<img src="salads/cucumber-salad/image.png" />
|
||||
<p>Cucumber Salad</p>
|
||||
</a>
|
||||
<a href="salads/mustard-cabbage-salad">
|
||||
<img src="salads/mustard-cabbage-salad/image.png" />
|
||||
<p>Mustard Cabbage Salad</p>
|
||||
</a>
|
||||
<a href="salads/ruths-chris-chopped-salad">
|
||||
<img src="salads/ruths-chris-chopped-salad/image.png" />
|
||||
<p>Ruth's Chris Chop Salad</p>
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 184 KiB |
@@ -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
|
||||
@@ -0,0 +1,55 @@
|
||||
<!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">Untitled</h1>
|
||||
|
||||
<div class="timing">
|
||||
prep <span itemprop="prepTime">0 minutes</span>, cook <span itemprop"cookTime">0 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 vegetarian"></div>
|
||||
<div class="icon serving"></div>× <span itemprop="recipeYield">1</span>
|
||||
</div>
|
||||
|
||||
<div class="description" itemprop="description">pass
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="instructions">
|
||||
<div class="step">
|
||||
<h3>1</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
|
||||
</div>
|
||||
<div class="item"></div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail" itemprop="recipeInstructions">pass
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="credits">
|
||||
</section>
|
||||
|
||||
<section class="navigation">
|
||||
<a href="../..">« Back</a>
|
||||
</section>
|
||||
</body>
|
||||
</html
|
||||
@@ -0,0 +1,26 @@
|
||||
title: Mustard Cabbage Salad
|
||||
timings:
|
||||
prep: 10 minutes
|
||||
icons: [gluten-free, low-carb, vegetarian]
|
||||
servings: 6
|
||||
description: >
|
||||
This simple salad comes with a tangy, delightful dressing which is a perfect compliment to a savory dinner.
|
||||
pass
|
||||
steps:
|
||||
- ingredients:
|
||||
- { amount: 5, unit: tbsp, item: "olive oil" }
|
||||
- { amount: 2, unit: tbsp, item: "lemon juice" }
|
||||
- { amount: 1, unit: tbsp, item: "mustard, dijon" }
|
||||
- { amount: 1, unit: tsp, item: "salt" }
|
||||
- { amount: 1, unit: tsp, item: "pepper, black" }
|
||||
directions: >
|
||||
Combine all ingredients in a sealed container and shake vigorously. Set aside to chill in the refrigerator.
|
||||
- ingredients:
|
||||
- { amount: 1, unit: head, item: "cabbage, napa" }
|
||||
- { amount: 2, item: "carrots (shredded)" }
|
||||
- { amount: 0.5, item: "onion (in half-rings)" }
|
||||
directions:
|
||||
Reduce the cabbage to bite-sized pieces, discarding the hard core. Add the onion and carrots. Pour out dressing
|
||||
and toss before serving.
|
||||
credit:
|
||||
name: Andrew Miner
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 184 KiB |
Reference in New Issue
Block a user