Skip to content

Commit

Permalink
Add new recipe "Musabaha"
Browse files Browse the repository at this point in the history
  • Loading branch information
Astral92 committed Feb 20, 2025
1 parent 6d1caf4 commit a13d20a
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
Binary file added img/musabaha.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
<h1>Odin Recipes</h1>
<a href="recipes/hummus.html" target="_blank" rel="noopener noreferrer">Hummus</a>
<a href="recipes/labneh.html" target="_blank" rel="noopener noreferrer">Labneh</a>
<a href="recipes/musabaha.html" target="_blank" rel="noopener noreferrer">Musabaha</a>
</body>
</html>
32 changes: 32 additions & 0 deletions recipes/musabaha.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Musabaha</title>
</head>
<body>
<h1>Musabaha</h1>
<img src="../img/musabaha.jpg" alt="A plate of musabaha" height="310" width="310">
<h3>Description</h3>
<p>Musabaha is the lesser known cousin of <a href="hummus.html">hummus</a> (the dip) but is just as delicious and easier to make too.</p>
<h3>Ingredients</h3>
<ul>
<li>Chickpeas</li>
<li>Hot water</li>
<li>Tahini</li>
<li>Olive oil</li>
<li>Lemon juice</li>
<li>Spice (addition)</li>
<li>Parsely (addition)</li>
</ul>
<h3>Steps</h3>
<ol>
<li>Mince the clove of garlic in a bowl.</li>
<li>Add the salt to the garlic. Then add some of the olive oil,the tahini and lemon juice.</li>
<li>Gently mash around half of the chickpeas with the back of the fork (don't pulverise them) just enough to break them up</li>
<li>plate up and drizzle parsely and your prefered spice</li>
</ol>
<a href="../index.html">Home</a>
</body>
</html>

0 comments on commit a13d20a

Please sign in to comment.