-
Notifications
You must be signed in to change notification settings - Fork 0
/
doro.html
87 lines (77 loc) · 5.13 KB
/
doro.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ethiopian Doro Wet</title>
<link href = "doro.css" rel = "stylesheet">
</head>
<body>
<div class = "container">
<img class = "image" src = "resources/doro.jfif"></a>
<div class = "content">
<div class = "underline"></div>
<h1 class = "recipe">Ethiopian Doro</h1>
<div class = "description">Known as the Ethiopian national dish, doro wat is the most popular traditional food in that country. It is often eaten from a communal bowl with each diner using injera bread to scoop out a portion. Find earthy, spicy berbere paste at Middle Eastern grocery stores or online.
<div class = "info">
<div class = "thymeContainer">
<span class = "clockContainer">
<svg viewBox = "0 0 24 24">
<path d = "M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm0 2a9 9 0 100 18 9 9 0 000-18zm0 3a1 1 0 01.993.883L13 7v4h3a1 1 0 01.117 1.993L16 13h-4a1 1 0 01-.993-.883L11 12V7a1 1 0 011-1z" fill = "gold" fill-rule = "evenodd">
</path>
</svg>
</span>
<div class = "thyme">
4 hr
</div>
</div>
<div class = "serparator"></div>
<div class = "servingsContainer">
<div class = "servings">
Servings
</div>
<div class = "servingsAmount">
1
</div>
</div>
</div>
</div>
<div class = "ingredientsContainer">
<div class = "ingredientsDeco"></div>
<div class = "ingredientsText">Ingredients</div>
<div class = "ingredientsList">
<ul>
<li>1/4 cup lemon juice</li>
<li> 2 tablespoons salt, plus more as needed</li>
<li>4 bone-in chicken thighs</li>
<li>3 cups chopped onions</li>
<li>3 garlic cloves, minced</li>
<li> 1 tablespoon peeled, minced fresh ginger (1/2-inch piece)</li>
<li>water (optional)</li>
<li>1/4 cup butter</li>
<li> 2 tablespoons paprika</li>
<li>1 cup berbere paste</li>
<li> 3/4 cup chicken stock</li>
<li> 1/4 cup red wine</li>
<li>1 teaspoon cayenne pepper, or to taste</li>
<li>freshly ground black pepper</li>
<li>4 hard-boiled eggs, peeled</li>
<li>injera bread or hot cooked rice, to serve </li>
</ul>
</div>
<div class = "instructionsContainer">
<div class = "instructionsDeco"></div>
<div class = "instructionsText">Instructions</div>
<div class = "instructionsSteps">
<ol>
<li>Combine the lemon juice and salt in a large, nonreactive mixing bowl and stir until slightly dissolved. Add the chicken thighs, one at a time, dipping both sides of each piece in the marinade to coat. Cover and allow to marinate in the refrigerator for about 30 minutes.</li>
<li>While the chicken is marinating, purée the onions, garlic and ginger in a food processor or blender. Add a little water, if necessary, to get the blades moving.</li>
<li>Heat the butter in a Dutch oven over medium heat and stir in the paprika to color the oil. Stir in the berbere paste and cook for 3 minutes, until heated through. Add the onion mixture and sauté until most of the moisture evaporates and the mixture reduces, about 15 minutes.</li>
<li>Pour in the stock and wine, add cayenne to taste and season with salt and pepper. Remove the chicken from the lemon juice and discard the marinade. Add the chicken to the pot and cover with sauce. Bring the sauce to a boil, reduce the heat to low, cover and simmer for 45 minutes, flipping the chicken halfway through. Add water, if necessary, to maintain the liquid level.</li>
<li>Add the whole hard-boiled eggs and continue to cook until the chicken is very tender, 10 to 15 minutes. Adjust seasoning and serve hot with injera bread or rice.</li>
</ol>
</div>
</div>
</div>
</div>
</body>
</html>