diff options
Diffstat (limited to 'Recipes/Spinach, Courgette & Leek Tart.html')
| -rw-r--r-- | Recipes/Spinach, Courgette & Leek Tart.html | 77 |
1 files changed, 20 insertions, 57 deletions
diff --git a/Recipes/Spinach, Courgette & Leek Tart.html b/Recipes/Spinach, Courgette & Leek Tart.html index 1695f1b..a0f32bf 100644 --- a/Recipes/Spinach, Courgette & Leek Tart.html +++ b/Recipes/Spinach, Courgette & Leek Tart.html @@ -1,4 +1,4 @@ -<!DOCTYPE html> +<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> @@ -6,28 +6,32 @@ /* Shared styles */ body { font-family: Helvetica, sans-serif; - font-size: 16.0px; + font-size: 16px; color: #34302e; margin: 0.25in; } + @page { + size: letter portrait; + margin: 0.25in; + } .name { - font-size: 18.0px; + font-size: 18px; font-family: Helvetica, sans-serif; font-weight: normal; margin: 0 0 10px 0; } .categories { color: #605D5D; - font-size: 14.0px; + font-size: 14px; font-family: Helvetica, sans-serif; font-style: italic; } .rating { color: #d10505; - font-size: 14.0px; + font-size: 14px; } .metadata { - font-size: 14.0px; + font-size: 14px; } .infobox p { margin: 0; @@ -36,7 +40,7 @@ .subhead { color: #d10505; font-weight: bold; - font-size: 14.0px; + font-size: 14px; text-transform: uppercase; margin: 10px 0; } @@ -61,19 +65,15 @@ line-height: 130%; } .photobox { - float: left; margin-right: 14px; - - - } + } .photo { - max-width: 140.0px; - max-height: 140.0px; + max-width: 140px; + max-height: 140px; width: auto; height: auto; } - .inline-image { max-width: 25%; max-height: 25%; @@ -88,11 +88,8 @@ text-align: center !important; } .recipe { - page-break-after: always; - - - } + } .recipe:first-child { border-top: 0 none; margin-top: 0; @@ -107,61 +104,42 @@ <div class="infobox"> <!-- Image --> - <div class="photobox"> - <a href="https://d1v30bmd12dhid.cloudfront.net/static/version5/content/dam/waitrose/recipes/images/s/Spinach-tart.jpg/_jcr_content/renditions/cq5dam.thumbnail.200.200.png"> <img src="Images/E3623C5F-85F1-450E-817E-F90FE90C5C57-21470-0000034C55D6DAD1/60BBF4DB-6C03-45F9-9E63-58C975B2E031-21470-0000034C582558CD.jpg" itemprop="image" class="photo photoswipe"/> </a> - - - </div> - + </div> <!-- Name --> <h1 itemprop="name" class="name">Spinach, Courgette & Leek Tart</h1> <!-- Info --> - <!-- Rating, categories --> <p itemprop="aggregateRating" class="rating" value="0"></p> - <p class="metadata"> <!-- Cook time, prep time, servings, difficulty --> - - <b>Prep Time: </b><span itemprop="prepTime">25 minutes</span> - - <b>Cook Time: </b><span itemprop="cookTime">40 minutes</span> - - <b>Servings: </b><span itemprop="recipeYield">Serves: 4</span> - + <b>Prep Time: </b><span itemprop="">25 minutes</span> + <b>Cook Time: </b><span itemprop="">40 minutes</span> + <b>Servings: </b><span itemprop="">Serves: 4</span> <!-- Source --> - <b>Source: </b> - <a itemprop="url" href="https://www.waitrose.com/home/recipes/recipe_directory/s/spinach-courgetteleektart.html"> <span itemprop="author">waitrose.com</span> </a> - - - + </p> - - <div class="clear"></div> - </div> <div class="left-column"> <!-- Ingredients --> - <div class="ingredientsbox"> <h3 class="subhead">Ingredients</h3> <div class="ingredients text"> @@ -169,30 +147,24 @@ </div> </div> - <!-- Nutrition (in two-column mode it goes below the ingredients) --> - </div> <div class="right-column"> <!-- Description --> - <!-- Directions --> - <div class="directionsbox"> <h3 class="subhead">Directions</h3> <div itemprop="recipeInstructions" class="directions text"> <p class="line">1. Preheat the oven to 200˚C, gas mark 6. Heat 1 tsp oil in a large non-stick frying pan over a medium heat. Fry the leeks gently for 5 minutes until wilted but still bright green; tip into a bowl. Fry the spinach in another 1 tsp oil for 2-3 minutes until wilted; tip into a sieve and leave to drain over the sink.</p><p class="line">2. Turn up the heat below the pan; fry the courgettes in 1 tsp oil for 2-3 minutes. Add the garlic; fry for 2-3 minutes more until golden all over. Meanwhile, use the back of a spoon to press as much water as possible out of the spinach in the sieve, then tip onto kitchen paper and squeeze dry. Beat the ricotta, egg, lemon zest and nutmeg in a large mixing bowl. Tip in all of the vegetables, mix together and season.</p><p class="line">3. Line a large, flat baking sheet with parchment. Lay a sheet of filo on top and brush all over with a little oil. Layer up the other 3 sheets, brushing with oil in between. Spread the spinach ricotta mix on top, leaving a 5cm border all around. Fold up the edges, crinkling them slightly, and give them a final brush of oil. Bake for 20-25 minutes; cool slightly and serve.</p> </div> </div> - <!-- Notes --> - <div class="notesbox"> <h3 class="subhead">Notes</h3> <div itemprop="comment" class="notes text"> @@ -200,13 +172,9 @@ </div> </div> - <!-- Nutrition (in regular mode it goes below the notes) --> - <!-- Used in two different places depending on the recipe layout --> - - <div class="nutritionbox textbox"> <h3 class="subhead">Nutrition</h3> <div itemprop="nutrition" class="nutrition text"> @@ -214,9 +182,6 @@ </div> </div> - - - </div> @@ -226,7 +191,5 @@ - - </body> </html> |
