118 lines
6.2 KiB
HTML
118 lines
6.2 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"></div>
|
||
|
||
<div class="about">
|
||
<h1 itemprop="name">Ratatouille</h1>
|
||
|
||
<div class="timing">
|
||
prep <span itemprop="prepTime">30 minutes</span>, cook <span itemprop"cookTime">30 minutes</span> </div>
|
||
|
||
<div class="icons">
|
||
<div class="icon gluten-free"></div>
|
||
<div class="icon low-carb"></div>
|
||
<div class="icon serving"></div>× <span itemprop="recipeYield">6</span>
|
||
</div>
|
||
|
||
<div class="description" itemprop="description">This dish was inspired by the Pixar movie of the same name, but has really developed quite a long way. It now includes sausage, italian herbs, and plenty of cheese. Plus, it makes for a glorious presentation on the table.
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="instructions">
|
||
<div class="step">
|
||
<h3>1</h3>
|
||
<div class="ingredients">
|
||
<ul>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
4 links
|
||
</div>
|
||
<div class="item">sausage, mild italian</div>
|
||
</ul>
|
||
</div>
|
||
<div class="detail" itemprop="recipeInstructions">Boil the sausages in a large pot until nearly cooked (120°F in the centers). Pre-heat the oven to 400°F.
|
||
</div>
|
||
</div>
|
||
<div class="step">
|
||
<h3>2</h3>
|
||
<div class="ingredients">
|
||
<ul>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
2
|
||
</div>
|
||
<div class="item">zucchini</div>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
2
|
||
</div>
|
||
<div class="item">summer squash</div>
|
||
</ul>
|
||
</div>
|
||
<div class="detail" itemprop="recipeInstructions">Use a mandoline to slice the sausage, zucchini, and summer squash into ⅛" rounds. Place each of these in separate bowls.
|
||
</div>
|
||
</div>
|
||
<div class="step">
|
||
<h3>3</h3>
|
||
<div class="ingredients">
|
||
<ul>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
16 oz
|
||
</div>
|
||
<div class="item">tomato purée</div>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
8 oz
|
||
</div>
|
||
<div class="item">smoked gouda cheese (shredded)</div>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
8 oz
|
||
</div>
|
||
<div class="item">assiago cheese (shredded)</div>
|
||
</ul>
|
||
</div>
|
||
<div class="detail" itemprop="recipeInstructions">Spread a thin layer of tomatoe purée on the bottom of a large baking dish. Add in alternating slices of sausage, zucchini, and squash slices slightly overlapping with one another in concentric circles until the entire bottom of the dish has been covered. Add a layer of shredded cheese. Then, repeat these layers until all the materials have been used up, or the the dish is completely full.
|
||
</div>
|
||
</div>
|
||
<div class="step">
|
||
<h3>4</h3>
|
||
<div class="ingredients">
|
||
<ul>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
1
|
||
</div>
|
||
<div class="item">bell pepper, red</div>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
2 tsp
|
||
</div>
|
||
<div class="item">fennel seeds</div>
|
||
<li itemprop="recipeIngredient">
|
||
<div class="amount">
|
||
1 tsp
|
||
</div>
|
||
<div class="item">paprika</div>
|
||
</ul>
|
||
</div>
|
||
<div class="detail" itemprop="recipeInstructions">Cut the pepper into ribbons and lay out across the top layer of cheese. Sprinkle the fennel seeds evenly across the entire surface, and dust with paprika. Place the entire dish in the oven and cook until the sauce is bubbling and the cheese has started to brown (about 30 minutes).
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
|
||
<section class="navigation">
|
||
<a href="../..">« Back</a>
|
||
</section>
|
||
</body>
|
||
</html |