Skip to content

Commit

Permalink
Add sausage and lentils recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-aldera committed Aug 8, 2024
1 parent 3d34d4a commit 5234e70
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 0 deletions.
Binary file added images/low-res/sausage-lentils.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sausage-lentils.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 67 additions & 0 deletions pages/recipes/weekday-meals/sausage-lentils.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
<!DOCTYPE html>
<html lang="en">

<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script>
$(function () {
$("#header").load("../../../includes/recipe-header.html");
$("#footer").load("../../../includes/footer.html");
$("#navbar").load("navbar-weekday.html");
});
</script>

<head>
<title>Sausage and lentils</title>
<meta charset="utf-8">
<link rel="apple-touch-icon" sizes="180x180" href="../../../favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="../../../favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../../../favicon_io/favicon-16x16.png">
<link rel="manifest" href="../../../favicon_io/site.webmanifest">
<div id="header"></div>
<link rel="stylesheet" href="../../../main.css">
</head>

<body>
<div id="navbar"></div>
<div class="jumbotron text-center bg-light">
<h1>Sausage and lentils</h1>
<p>Winter warmer.</p>
</div>

<div class="container">
<div class="row">
<div class="col-sm-6">
<img class="img-fluid rounded" style="float:center" src="../../../images/sausage-lentils.jpg"
alt="sample-text">
</div>
<div class="col-sm-6">
<h3>Ingredients</h3>
<ul>
<li>2 diced onions</li>
<li>3 crushed cloves of garlic</li>
<li>500g Italian sausage (beef)</li>
<li>Small bunch of sage</li>
<li>1 glass red wine</li>
<li>1 tin tomatoes</li>
<li>300g dry lentils</li>
<li>Chopped parsley</li>
<li>1 cup dried polenta, or nice bread to serve</li>
</ul>
<ol>
<h3>Instructions</h3>
<li>Fry up the diced onion and chopped garlic in some olive oil, and get your lentils on the boil in a separate pot.</li>
<li>And the herbs to the mix, along with the sausage so it can brown.</li>
<li>Pour in the red wine, and then add the tinned tomatoes to simmer for 20-30min (while the lentils cook).</li>
<li>Add in the lentils and stir them in with the chopped parsley.</li>
<li>Serve with polenta or some other starch of choice.</li>
</ol>
<p>
Serves 4.
</p>
</div>
</div>
</div>
</body>
<div id="footer"></div>

</html>
9 changes: 9 additions & 0 deletions pages/recipes/weekday-meals/weekday-meals.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,15 @@ <h2>Sausage and veg roast</h2>
<a href="sausage-veg.html"></a>
</figure>
</div>
<div class="col-auto">
<figure class="photo">
<img src="../../../images/low-res/sausage-lentils.jpg" alt="sample image" />
<figcaption>
<h2>Sausage and lentils</h2>
</figcaption>
<a href="sausage-lentils.html"></a>
</figure>
</div>
<div class="col-auto">
<figure class="photo">
<img src="../../../images/low-res/peanut-soba-noodles.jpg" alt="sample image" />
Expand Down

0 comments on commit 5234e70

Please sign in to comment.