Add Curried Green Beans
This commit is contained in:
@@ -354,6 +354,10 @@
|
||||
<img src="sides/creamed-spinach/image.png" />
|
||||
<p>Creamed Spinach</p>
|
||||
</a>
|
||||
<a href="sides/curried-green-beans">
|
||||
<img src="sides/curried-green-beans/image.png" />
|
||||
<p>Curried Green Beans</p>
|
||||
</a>
|
||||
<a href="sides/garlic-broccoli">
|
||||
<img src="sides/garlic-broccoli/image.png" />
|
||||
<p>Garlic Broccoli</p>
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 182 KiB |
@@ -0,0 +1,90 @@
|
||||
<!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">Curried Green Beans</h1>
|
||||
|
||||
<div class="timing">
|
||||
prep <span itemprop="prepTime">5 minutes</span>, cook <span itemprop"cookTime">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">4</span>
|
||||
</div>
|
||||
|
||||
<div class="description" itemprop="description">I invented this recipe for green beans after spending a while playing around with Indian cooking. It has become one of my most-requested recipes. If you want to kick up the heat a bit, add a tiny touch of cayenne pepper.
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="instructions">
|
||||
<div class="step">
|
||||
<h3>1</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
2 lb
|
||||
</div>
|
||||
<div class="item">green beans</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail" itemprop="recipeInstructions">Steam the green beans until they are just al-dente. Transfer to a serving dish.
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>2</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
6 tbsp
|
||||
</div>
|
||||
<div class="item">butter, unsalte</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1 tbsp
|
||||
</div>
|
||||
<div class="item">coriander powder</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1 tbsp
|
||||
</div>
|
||||
<div class="item">cumin powder</div>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
2 tbsp
|
||||
</div>
|
||||
<div class="item">garam masala</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail" itemprop="recipeInstructions">Melt the butter in a large skillet. Once melted, add the spices and mix together until no clumps remain.
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>3</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail" itemprop="recipeInstructions">Pour the spice mixure over the green beans and toss.
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="navigation">
|
||||
<a href="../..">« Back</a>
|
||||
</section>
|
||||
</body>
|
||||
</html
|
||||
@@ -0,0 +1,24 @@
|
||||
title: Curried Green Beans
|
||||
timings:
|
||||
prep: 5 minutes
|
||||
cook: 10 minutes
|
||||
icons: [gluten-free, low-carb, vegetarian]
|
||||
servings: 4
|
||||
description: >
|
||||
I invented this recipe for green beans after spending a while playing around with Indian cooking. It has become one
|
||||
of my most-requested recipes. If you want to kick up the heat a bit, add a tiny touch of cayenne pepper.
|
||||
steps:
|
||||
- ingredients:
|
||||
- { amount: 2, unit: lb, item: "green beans" }
|
||||
directions: >
|
||||
Steam the green beans until they are just al-dente. Transfer to a serving dish.
|
||||
- ingredients:
|
||||
- { amount: 6, unit: tbsp, item: "butter, unsalte" }
|
||||
- { amount: 1, unit: tbsp, item: "coriander powder" }
|
||||
- { amount: 1, unit: tbsp, item: "cumin powder" }
|
||||
- { amount: 2, unit: tbsp, item: "garam masala" }
|
||||
directions: >
|
||||
Melt the butter in a large skillet. Once melted, add the spices and mix together until no clumps remain.
|
||||
- ingredients: []
|
||||
directions: >
|
||||
Pour the spice mixure over the green beans and toss.
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 182 KiB |
Reference in New Issue
Block a user