-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (46 loc) · 3.79 KB
/
index.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
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="a blog about DIY">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/style.css">
<title>a DIY blog</title>
</head>
<body>
<header>
<img src="images/logo.png">
<nav>
<a href="Index.html">Home</a>
<a href="About.html">About</a>
<a href="Contact.html">Contact</a>
</nav>
</header>
<section>
<div class="flourish">
<img class="flourish" src="images/cutlery.png">
</div>
<h1>Welcome to Spooning With Rosie</h1>
<p>Nine years ago, aged 23, Rosie Lovell opened Rosie's Deli Café in Brixton Market. It has just had its first refurbishment. Lovell's first book, Spooning With Rosie describes the dishes she learnt from her mother and friends. In 2013 her second book Supper With Rosie was published including recipes for meals she cooked for her family and friends in the deli and at home.</p>
<article>
<h1>Hot Spanish Squid</h1>
<img src="images/squid.png">
<h2>Method</h2>
<p>For the squid dish, deseed the pepper and cut into chunks. Whiz them up with the peeled garlic and the chillies to make a purée, using a hand-held blender or Magimix. Warm some olive oil in a pan and fry the paprika, cumin and caraway seeds. This is the best way to release the aromas of spices. After a few minutes frying, add the pepper purée. Cook at a very low heat for about half an hour, or until the juices are a little reduced. If it begins to dry out, add a tablespoon of water at a time to loosen and continue breaking down the flavours.</p>
<p>During this time, rinse the squid under a cold running tap and chop into rings 1cm wide. Add this to the pan at the last minute, along with the sugar, lemon juice and parsley, which should be roughly chopped. It will need a minute of two to combine all the flavours and cook the squid, which will go from milky clear to white, but not rubbery please. You may need to add another teaspoon of sugar to balance the flavours, so taste to check.</p>
</article>
<article>
<h1>Moroccan Honey Chicken</h1>
<img src="images/chicken.png">
<h2>Method</h2>
<p>Immerse the chickens in a really big pot full of water, with the bay leaves, cloves and peppercorns. I use one of those awesomely deep saucepans. Simmer for an hour and a half or until the birds are fully poached. This poaching makes for wonderfully moist succulent meat. Allow the chicken to cool right down, otherwise you will have blistered fingers from the stripping. This cooling will take a few hours. During this time you can get on with the other two dishes. Stripping is really satisfying if you get your sleeves rolled up and get down and dirty. It took me a long time to get the guts to really go for it. Keep the stock aside from the poaching pan, and use for loosening the tomato sauce and hydrating the couscous. You can also freeze any surplus stock for a rainy risotto day.</p>
<p>For the tomato sauce, warm the olive oil on a low heat, in a really big pan. Peel and finely chop the onions into 5mm pieces or smaller. Add to the pan and gently fry, along with all the ground cloves, cinnamon and finely chopped chillies. After a few minutes peel, crush and add the garlic. While this is sweating away, roughly chop the tomatoes and add to the pan. You are aiming for this to be a very clean and smooth sauce, so it will require long slow cooking for around an hour. It may need a little stock to loosen the sauce. When you are satisfied with the texture, add the honey and the stripped chicken pieces, pepper and salt.</p>
</article>
<div class="flourish">
<img src="images/scale.png">
</div>
</section>
<footer>
<p>All Rights Reserved © Rosie Lovell</p>
</footer>
</body>
</html>