135 lines
6.8 KiB
HTML
135 lines
6.8 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">Zucchini with Mushrooms in a Yogurt Sauce</h1>
|
||
|
||
<div class="timing">
|
||
prep <span itemprop="prepTime">10 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">This is my wife's favorite veggie dish. The robust flavors of the veggies, combined with the spices and creamy tang of yogurt are an amazing blend of flavors and textures.
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="instructions">
|
||
<div class="step">
|
||
<h3>1</h3>
|
||
<div class="ingredients">
|
||
<ul>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
2
|
||
tbsp
|
||
</div>
|
||
<div class="item">oil, frying</div>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
1
|
||
cup
|
||
</div>
|
||
<div class="item">onion, yellow (diced)</div>
|
||
</ul>
|
||
</div>
|
||
<div class="detail" itemprop="recipeInstructions">Heat the oil in a skillet until shimmering hot. Add the onion, and cook until golden brown (about 5 minutes).
|
||
</div>
|
||
</div>
|
||
<div class="step">
|
||
<h3>2</h3>
|
||
<div class="ingredients">
|
||
<ul>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
1
|
||
tsp
|
||
</div>
|
||
<div class="item">coriander</div>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
1
|
||
tsp
|
||
</div>
|
||
<div class="item">cumin</div>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
1
|
||
tsp
|
||
</div>
|
||
<div class="item">salt</div>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
½
|
||
tsp
|
||
</div>
|
||
<div class="item">chili powder</div>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
3
|
||
cups
|
||
</div>
|
||
<div class="item">mushrooms, crimini (sliced)</div>
|
||
</ul>
|
||
</div>
|
||
<div class="detail" itemprop="recipeInstructions">Add the spices, and stir until well blended. Add in the mushrooms and cook until they have released all their water and started to shrink and brown around the edges. Keep cooking until the sauce reduces to a thick syrup.
|
||
</div>
|
||
</div>
|
||
<div class="step">
|
||
<h3>3</h3>
|
||
<div class="ingredients">
|
||
<ul>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
2
|
||
</div>
|
||
<div class="item">zucchini (sliced)</div>
|
||
</ul>
|
||
</div>
|
||
<div class="detail" itemprop="recipeInstructions">Add the zucchini slices and cook until they are soft and translucent.
|
||
</div>
|
||
</div>
|
||
<div class="step">
|
||
<h3>4</h3>
|
||
<div class="ingredients">
|
||
<ul>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
3
|
||
tbsp
|
||
</div>
|
||
<div class="item">yogurt, greek</div>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
1
|
||
tbsp
|
||
</div>
|
||
<div class="item">cilantro, fresh (chopped)</div>
|
||
</ul>
|
||
</div>
|
||
<div class="detail" itemprop="recipeInstructions">Add the yogurt and mix gently (the veggies will be soft and fragile by now) until full combined. Transfer to a serving dish and sprinkle the chopped cilantro over the top.
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="credits">
|
||
<span itemprop="author">Best Ever Indian Cookbook (pg 385)</span><br /><a href="https://amzn.to/3nT6LpP">https://amzn.to/3nT6LpP</a> </section>
|
||
|
||
<section class="navigation">
|
||
<a href="../..">« Back</a>
|
||
</section>
|
||
</body>
|
||
</html |