generated from CodeYourFuture/CYF-Coursework-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHTML-Coursework-Week2.html
More file actions
54 lines (54 loc) · 3 KB
/
HTML-Coursework-Week2.html
File metadata and controls
54 lines (54 loc) · 3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="CSS-Coursework-Week2.css" />
<title>London 10-Eagles | Pouya Nasraei | HTML-CSS-Coursework-Week2</title>
</head>
<body>
<nav aria-label="header-navbar">
<div class="navbar">
<a href="Ingredients">Ingredients</a>
<a href="Recipe">Recipe</a>
<a href="About me">About me</a>
<a href="Subscribe">Subscribe</a>
</div>
</nav>
<header>
<div id="my-recipe-header">Do you like a healthy Lasagne?</div>
</header>
<h1>Enjoy the recipe</h1>
<div class="photo-details">
<img src="https://images.immediate.co.uk/production/volatile/sites/30/2021/11/Healthy-lasagne-df147fa.jpg?quality=90&webp=true&resize=440,400" alt="Lasagne photo" class="lasagne-image">
<div>Prep: 15 mins</div>
<div>Easy</div>
<div>Cook: 1 hr and 15min</div>
</div>
<div class="ingredients">Ingredients
<div>1 tbsp olive oil</div>
<div>1 large onion (250g), finely chopped</div>
<div>320g carrots, finely chopped</div>
<div>2 celery sticks (140g), finely chopped</div>
<div>2 bay leaves</div>
<div>500g 5% beef mince</div>
<div>3 large garlic cloves, finely grated</div>
<div>400g can chopped tomatoes</div>
<div>2 tbsp tomato purée</div>
<div>1½ tsp vegetable bouillon powder</div>
<div>400ml semi-skimmed milk</div>
<div>30g wholemeal flour</div>
<div>generous pinch of nutmeg</div>
<div>6 sheets wholemeal lasagne (125g)</div>
<div>25g finely grated parmesan</div>
</div>
<p>Method</p>
<p>STEP 1</p>
<p>Heat the oven to 180C/160C fan/gas 4. Heat the oil in a large frying pan over a medium heat and fry the onion, carrots, celery and one of the bay leaves for 8-10 mins until the veg softens and is starting to turn golden. Add the mince and garlic, and stir-fry until the beef browns, about 5 mins. Tip in the tomatoes and a canful of water, the tomato purée and bouillon, bring to the boil, then cover and simmer for 20 mins, removing the lid after 10 mins to reduce the mixture slightly.</p>
<p>STEP 2</p>
<p>Meanwhile, pour the milk into a medium pan with the flour and whisk over a low heat until the mixture is lump-free. Add the second bay leaf and a good pinch of nutmeg, and continue to cook, whisking, for 8-10 mins until thick.</p>
<p>STEP 3</p>
<p>Remove the bay from the mince and white sauce, and discard. Spoon a third of the mince into the base of a 19 x 24cm baking dish and top with two lasagne sheets. Spoon over half of the remaining mince, then top with two more lasagne sheets, the rest of the mince and the remaining lasagne sheets. Spoon over the white sauce and sprinkle with the cheese. Bake for 40 mins until bubbling and golden.</p>
</body>
</html>