diff options
Diffstat (limited to 'Recipes/Nadiya’s Pea And Mint Risotto.html')
| -rw-r--r-- | Recipes/Nadiya’s Pea And Mint Risotto.html | 70 |
1 files changed, 19 insertions, 51 deletions
diff --git a/Recipes/Nadiya’s Pea And Mint Risotto.html b/Recipes/Nadiya’s Pea And Mint Risotto.html index 1b4b6de..4e71656 100644 --- a/Recipes/Nadiya’s Pea And Mint Risotto.html +++ b/Recipes/Nadiya’s Pea And Mint Risotto.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,53 +104,38 @@ <div class="infobox"> <!-- Image --> - <div class="photobox"> - <a href="#"> <img src="Images/5131A744-8D9A-47FB-A374-4522978EF987/6688F057-C74E-4BDD-8C34-D6A57EEDCD47.jpg" itemprop="image" class="photo photoswipe"/> </a> - - - </div> - + </div> <!-- Name --> <h1 itemprop="name" class="name">Nadiya’s Pea And Mint Risotto</h1> <!-- Info --> - <!-- Rating, categories --> <p itemprop="aggregateRating" class="rating" value="0"></p> - <p class="metadata"> <!-- Cook time, prep time, servings, difficulty --> - <!-- Source --> - <b>Source: </b> - <span itemprop="author">Nadiya’s Bake me a Story pg.122</span> - </p> - - <div class="clear"></div> - </div> <div class="left-column"> <!-- Ingredients --> - <div class="ingredientsbox"> <h3 class="subhead">Ingredients</h3> <div class="ingredients text"> @@ -161,36 +143,28 @@ </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">Melt the butter in a wide pan over a medium heat, then turn down the heat to<br/>low, add the onion and cook for about 10 minutes. Stir frequently, until the<br/>onions are really soft but not browned.<br/>While the onions are cooking, place half the frozen peas in the bowl of a food<br/>processor with a splash of water and blitz until smooth.<br/>Add the rice and salt to the onion, increase the heat to high and toast the rice in<br/>the butter for 1 minute, then pour in the grape juice<br/>and stir until the liquid is completely absorbed.<br/>Reduce the heat to medium and add the hot<br/>stock a ladleful at a time, stirring between<br/>each addition until the liquid is absorbed.<br/>Repeat the process until the stock is<br/>finished. This can take up to 30 minutes.<br/>Stir in the puréed peas, the remaining<br/>whole peas and the Parmesan, reduce<br/>the heat to low and cook, stirring, for a<br/>further 10 minutes, until the whole peas<br/>are cooked.<br/>Serve sprinkled with fresh mint and<br/>drizzled with lashings of olive oil.</p> </div> </div> - <!-- Notes --> - + <!-- Nutrition (in regular mode it goes below the notes) --> - <!-- Used in two different places depending on the recipe layout --> - - </div> @@ -198,7 +172,6 @@ </div> - <!-- Photo gallery is only included when exporting. --> <!-- PhotoSwipe gallery --> @@ -240,15 +213,13 @@ // build items array var items = [ - { msrc: 'Images/5131A744-8D9A-47FB-A374-4522978EF987/8A447591-0E78-4911-9450-4417283495A2.jpg', src: 'Images/5131A744-8D9A-47FB-A374-4522978EF987/8A447591-0E78-4911-9450-4417283495A2.jpg', - w: 1536.0, - h: 2048.0, + w: 0, + h: 0, title: '1' }, - ]; var index = 0; @@ -284,8 +255,5 @@ </script> - - - </body> </html> |
