Skip to content

Commit

Permalink
Added the recipe for Kachumbari
Browse files Browse the repository at this point in the history
  • Loading branch information
COLIEWO committed Aug 8, 2023
1 parent 1ccb174 commit a8ed026
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ <h1>Odin Recipes</h1>
<li><a href="recipes/sukumawiki.html">Making sukumawiki</a></li>
<li><a href="recipes/kachumbari.html">Making kachumbari</a></li>
</ul>
<p>
Please try out the recipes and share your thoughts on this staple meal!
</p>
</body>
</html>
31 changes: 31 additions & 0 deletions recipes/kachumbari.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kachumbari Recipe</title>
</head>
<body>
<h1>Kachumbari Recipe</h1>
<img src="kachumbari.jpg" alt="Preparing Kachumbari">
<h2>Description</h2>
<p>Kachumbari is a common snack that is added to spice up a dish in the Kenyan context.</p>
<h3>Ingredients</h3>
<ul>
<li>Red onion</li>
<li>Tomato</li>
<li>Lemon</li>
<li>Coriander</li>
<li>Salt</li>
<li>Vinegar</li>
</ul>
<h3>Steps</h3>
<ol>
<li>Finely chop the onion, tomato and coriander separatly</li>
<li>Soak the chopped onions in some water for about 5 minutes</li>
<li>Drain the water and mix the onions, tomatoes and coriander in one bowl</li>
<li>Squeeze half a lemon into the bowl and add a teaspoon of vinegar</li>
<li>Add salt to taste</li>
</ol>
</body>
</html>

0 comments on commit a8ed026

Please sign in to comment.