-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
275 lines (231 loc) · 9.1 KB
/
index.html
File metadata and controls
275 lines (231 loc) · 9.1 KB
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
<!DOCTYPE html>
<html>
<head>
<title>Spin-off of "Project: Recipe book"</title>
<meta charset="utf-8">
<style>
</style>
</head>
<body>
<style>
h1 {
text-align: center;
color: blue;
}
* {
font-family: Arial, Helvetica, sans-serif;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
}
p {
font-family: Arial, Helvetica, sans-serif;
}
body {
background-color: rgb(240, 228, 141);
}
</style>
<h1>Kristy's Greek Holiday Recipe Book</h1>
<h2>Contents:</h2>
<ol>
<li><a href="#Greek Salad">Greek Salad Recipe</a></li>
<li><a href="#Classic Moussaka">Classic Moussaka</a></li>
<li><a href="#Portokalopita"> Greek Orange Cake</a></li>
</ol>
<h2 id="Greek Salad Recipe">Greek Salad Recipe</h2>
<ul>
<li>Time: 15 mins</li>
<li>Serves: 4</li>
<img src ="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/Greece_Food_Horiatiki.JPG/2560px-Greece_Food_Horiatiki.JPG" alt="A photo of a Greek salad" width= "300px">
</ul>
<table>
<thead>
<tr>
<th>Ingredients</th>
<th>Quantity</th>
</tr>
</thead>
<tbody>
<tr>
<td>cucumber</td>
<td>1</td>
</tr>
<tr>
<td>small red onion
thinly sliced</td>
<td>1/2</td>
<tr>
<td>vine tomatoes
cut into chunks</td>
<td>4</td>
</tr><tr>
<td>kalamata olives
pitted</td>
<td>20</td>
</tr><tr>
<td>olive oil</td>
<td>3 tbsps</td>
</tr><tr>
<td>red wine vinegar</td>
<td>1 tsp</td>
</tr><tr>
<td>feta crumbled</td>
<td>100g</td>
</tr><tr>
<td>dried oregano</td>
<td>1/2 tsp</td>
</tr><tr>
<td><i>Pitta bread to serve</i></td>
</tr>
</tr>
</tbody>
</table>
<p><strong>Step 1:</strong>
Cut the cucumber in half lengthways, scrape out the seeds then cut into thick slices.
</p>
<p><strong>Step 2:</strong>
Put the cucumber slices in a large shallow bowl with the onion, tomatoes and olives. </p>
<p><strong>Step 3:</strong>
Whisk together the oil and vinegar, and season. Pour most over the salad and gently toss.
<p><strong>Step 4:</strong>
Add the feta, drizzle over the rest of the dressing, then sprinkle over the oregano. Serve with crusty bread, if you like.</p>
</p>
<h2 id="Classic Moussaka">Classic Moussaka</h2>
<ul>
<li>Time: 2 hours 20 mins</li>
<li>Serves: 6</li>
</ul>
<img src ="https://upload.wikimedia.org/wikipedia/commons/9/9b/MussakasMeKolokithakiaKePatates.jpg" alt ="A photo of a baked Greek moussaka dish" width= "400">
<table>
<thead>
<tr>
<th>Ingredients</th>
<th>Quantity</th>
</tr>
</thead>
<tbody>
<tr>
<td>smaller aubergines
sliced</td>
<td>2-3</td>
</tr>
<tr>
<td>olive oil</td>
<td>1 tbsp</td>
<tr>
<td>potatoes
peeled and sliced</td>
<td>4</td>
</tr><tr>
<td>large onion
finely chopped</td>
<td>1</td>
</tr><tr>
<td>cloves garlic
crushed</td>
<td>2</td>
</tr><tr>
<td>minced lamb</td>
<td>750g</td>
</tr><tr>
<td>cinnamon</td>
<td>2 tsp</td>
</tr><tr>
<td>red wine</td>
<td>one glass</td>
</tr><tr>
<td>bottle of passata</td>
<td>1 × 600ml</td>
</tr><tr>
<td>butter</td>
<td>75g</td>
</tr><tr>
<td>flour</td>
<td>75g</td>
</tr><tr>
<td>milk</td>
<td>600ml</td>
</tr><tr>
<td>eggs</td>
<td>2</td>
</tr><tr>
<td><i>Greek salad to serve</i></td>
</tr>
</tr>
</tbody>
</table>
<p><strong>Step 1:</strong>
Heat the oven to 190C/fan 170C/gas 5. Brush the aubergine slices with olive oil and season, put them in a single layer on non-stick baking sheets (you’ll probably need 2 large ones). Cook for 30-40 minutes, turning once, until the aubergines are tender and golden.
</p>
<p><strong>Step 2:</strong>
Cook the potatoes in boiling salted water until just tender, then drain well. </p>
<p><strong>Step 3:</strong>
Fry the onion in a little oil until soft, then add the garlic. After a minute, add the mince and brown it, breaking up any lumps. Add the cinnamon, wine and passata, season and simmer for about 30 minutes, then bubble off any excess liquid.</p>
<p><strong>Step 4:</strong>
Heat the butter in a pan, stir in the flour and cook for a few minutes. Gradually add the milk, stirring until you have a smooth sauce. Season.</p>
<p><strong>Step 5:</strong>
Turn the oven down to 180C/fan 160C/gas 4. Layer the lamb, aubergine and potato in an ovenproof dish. Whisk the eggs into the white sauce and spoon it over the top. Bake for 30-40 minutes until the top is puffed and dark golden brown. Leave to sit for 10-15 minutes before cutting into large squares to serve.
</p>
<h2 id="Portokalopita">Portokalopita (Greek Orange Cake)</h2>
<ul>
<li>Time: 1 hour 10 mins</li>
<li>Serves: 8</li>
</ul>
<img src ="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Portokalopita1.jpg/1280px-Portokalopita1.jpg" alt ="A photo of a baked Greek orange cake" width= "300">
<table>
<thead>
<tr>
<th>Ingredients</th>
<th>Quantity</th>
</tr>
</thead>
<tbody>
<tr>
<td>caster sugar</td>
<td>150g</td>
</tr>
<tr>
<td>cinnamon</td>
<td>1 stick</td>
<tr>
<td>oranges</td>
<td>4 halved, juiced and zested</td>
</tr><tr>
<td> filo pastry</td>
<td>200g (about 6 sheets)</td>
</tr><tr>
<td>Greek yoghurt</td>
<td>300g </td>
</tr><tr>
<td>olive oil</td>
<td>100ml </td>
</tr><tr>
<td>caster sugar</td>
<td>80g </td>
</tr><tr>
<td>baking powder</td>
<td>1 tbsp</td>
</tr><tr>
<td>eggs</td>
<td>6 </td>
</tr><tr>
<td><i>Greek yogurt or vanilla ice cream to serve</i></td>
</tr>
</tr>
</tbody>
</table>
<p><strong>Step 1:</strong>
Heat the oven to 140C/fan 120C/gas 1. To make the syrup, slowly heat all the ingredients in a pan to dissolve the sugar, then boil briefly to make a thin syrup. Strain and cool. It is important that the syrup is made ahead and poured cold onto the hot cake.
</p>
<p><strong>Step 2:</strong>
Butter a 23cm springform cake tin and dust with flour. Dry the filo sheets in the oven for 20 minutes, cool on a wire rack, then crumble. </p>
<p><strong>Step 3:</strong>
Turn up the oven to 210C/fan 190C/gas 7. Mix the rest of the cake ingredients plus a pinch of salt in a bowl and whisk well, then add the broken filo sheets. Pour into the tin, put into the bottom of the oven and bake for 35-40 minutes or until a skewer poked into the middle comes out clean.</p>
<p><strong>Step 4:</strong>
Prick holes all over the top of the cake with a skewer and immediately pour over the cold syrup. Cover the cake to ensure it keeps warm and absorbs the syrup quickly. Cool, then chill overnight. Serve chilled with greek yogurt or vanilla ice cream.</p>
<p><em>Source: <a href="https://www.olivemagazine.com/recipes/healthy/greek-salad/">Olive Magazine</a></em></p>
</body>
</html>