diff options
| author | Szymon Szukalski <szymon@skas.io> | 2023-11-29 12:42:57 +1100 |
|---|---|---|
| committer | Szymon Szukalski <szymon@skas.io> | 2023-11-29 12:42:57 +1100 |
| commit | 430490952c4f1ccdfce10181650ed2b56f490087 (patch) | |
| tree | e529631801220df6e414d91a7988c51e9621fefa /Recipes/Bean Mix.html | |
| parent | 0063dbabb53381dcd8e08df96e6dafe15da7475f (diff) | |
latest export
Diffstat (limited to 'Recipes/Bean Mix.html')
| -rw-r--r-- | Recipes/Bean Mix.html | 77 |
1 files changed, 21 insertions, 56 deletions
diff --git a/Recipes/Bean Mix.html b/Recipes/Bean Mix.html index a9531b8..6664dfd 100644 --- a/Recipes/Bean Mix.html +++ b/Recipes/Bean Mix.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://img.jamieoliver.com/jamieoliver/recipe-database/oldImages/large/1150_1_1436804646.jpg?tr=w-800,h-1066"> <img src="Images/33029938-569E-4BDF-AB7A-6127832AFD94-58438-00000772C3A03C76/52BB2F76-73EE-4302-997A-BC9A55C6F4FB-58438-00000772E28D6740.jpg" itemprop="image" class="photo photoswipe"/> </a> - - - </div> - + </div> <!-- Name --> <h1 itemprop="name" class="name">Bean Mix</h1> <!-- Info --> - <!-- Rating, categories --> <p itemprop="aggregateRating" class="rating" value="5">★★★★★</p> - <p class="metadata"> <!-- Cook time, prep time, servings, difficulty --> - - <b>Total Time: </b><span itemprop="totalTime">1 hr 45 min</span> - - <b>Difficulty: </b><span itemprop="difficulty">Easy</span> - - <b>Servings: </b><span itemprop="recipeYield">10</span> - + <b>Total Time: </b><span itemprop="">1 hr 45 min</span> + <b>Difficulty: </b><span itemprop="">Easy</span> + <b>Servings: </b><span itemprop="">10</span> <!-- Source --> - <b>Source: </b> - <a itemprop="url" href="https://www.jamieoliver.com/recipes/vegetables-recipes/kerryann-s-chilli-con-veggie/"> <span itemprop="author">jamieoliver.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,35 +147,27 @@ </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"><strong>Step 1</strong><br/>Peel and finely chop the onions and garlic, then trim and finely chop the leek and chilli (I leave the seeds in, but deseed if you prefer), and place into your largest, heavy-based pan over a medium heat with the oil. Fry for about 5 minutes, or until softened.</p><p class="line"><strong>Step 2</strong><br/>Add the spices, dried herbs and a good grating of nutmeg, then fry for 2 minutes – if it’s a little dry at this point, simply add a splash of water to help it out. Stir in the tomato purée and cook for a further 2 minutes.</p><p class="line"><strong>Step 3</strong><br/>Stir in the lentils. Drain, rinse and stir in the beans, followed by the chopped tomatoes and the stock (I try to use homemade stock, but if you’ve only got stock cubes, that’s fine too).</p><p class="line"><strong>Step 4</strong><br/>Bring it all to the boil, then reduce to a low heat and let it bubble away for at least 1 hour, or until thickened and reduced, stirring every 15 to 20 minutes, then season to how you like it.</p><p class="line"><strong>Step 5</strong><br/>I like this with rice or on a jacket potato, scattered with coriander leaves and with lime wedges and a dollop of soured cream on the side.</p> </div> </div> - <!-- Notes --> - + <!-- 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"> @@ -205,9 +175,6 @@ </div> </div> - - - </div> @@ -217,7 +184,5 @@ - - </body> </html> |
