-
Notifications
You must be signed in to change notification settings - Fork 1
/
recipe4.html
109 lines (99 loc) · 4.75 KB
/
recipe4.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html>
<head>
<title>'Chuck It In' Leftover Burger</title>
<link rel="stylesheet" type="text/css" href="recipes-style.css">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Berkshire+Swash" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
<div class="container-fluid">
<div class="inner">
<div class="row">
<div class="col-xs-12">
<div class="contact-info">
<!-- Add font awesome icons -->
<a href="#" class="fa fa-envelope"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-instagram"></a>
<a href="#" class="fa fa-facebook"></a>
</div>
</div>
</div>
<div class="intro-container text-center">
<!--<img class="logo" src=/iCloud Drive/Documents/GitHub/Leftover-recipes/logo.svg> -->
<div class="row">
<div class="col-xs-12">
<img class="logo" src="/assets/logo2.png">
<!-- Navigation menu -->
<div class="nav-menu">
<ul>
<li><a href="../index.html#About-Us">About us</a></li>
<li><a href="../index.html#Recipes">The Recipes</a></li>
<li><a href="../submit-recipe.html">Share Your Recipe</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<h1>'Chuck It In' Leftover Burger</h1>
<img src="images/interface/Burger.jpeg" alt="Chuck It In Leftover Burger" class="align-center medium"/>
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<h2 class="intro">INGREDIENTS</h2>
<ul class="ingredients">
<li>1 small onion, peeled and diced</li>
<li>500g good-quality beef mince</li>
<li>1 egg</li>
<li>1 tbsp of rapeseed oil</li>
<li>2 teaspoons of cornflour</li>
<li>Sauce of your choice</li>
<li>Veg of your choice</li>
</ul>
<h2>INSTRUCTIONS</h2>
<ol>
<li>Tip the beef into a bowl with the onion and egg, then mix.</li>
<li>Divide the mixture into four. Lightly wet your hands. Carefully roll the mixture into balls, each about the size of a tennis ball.</li>
<li>Set in the palm of your hand and gently squeeze down to flatten into patties about 3cm thick.</br>
Make sure all the burgers are the same thickness so that they will cook evenly.</br>
Put on a plate, cover with cling film and leave in the fridge to firm up for at least 30 mins.</li>
<li>Heat the barbecue to medium hot (there will be white ash over the red hot coals – about 40 mins after lighting).</br>
Lightly brush 1 side of each burger with oil.</li>
<li>Place the burgers, oil-side down, on the barbecue. Cook for 5 mins until the meat is lightly charred.</br>
Don’t move them around or they may stick. Oil the other side, then turn over using tongs. Don’t press down on the meat, as that will squeeze out the juices.</li>
<li>Cook for 5 mins more for medium. If you like your burgers pink in the middle, cook 1 min less each side. For well done, cook 1 min more.</li>
<li>Take the burgers off the barbecue. Leave to rest on a plate so that all the juices can settle inside; Slice each bun in half. Place, cut-side down, on the barbecue rack and toast for 1 min until they are lightly charred.</li>
<li>Place a burger inside each bun, then top with your choice of accompaniment such as</br>
sliced tomato, beetroot, horseradish sauce, mayonnaise, ketchup, a handful of iceberg lettuce, rocket and watercress.</li>
</ol>
</div class="col-sm-12 text-center"></div>
</div class="row"></div>
<div class="container"></div>
<br>
<br>
<br>
<footer>
<p class="block-title">"Search here for a "LeftLover Recipe"</p>
<input type="text" name="search" placeholder="...">
<div class="views-exposed-form">
<div class="views-exposed-widgets clearfix">
<div id="edit-search-api-views-fulltext-wrapper" class="views-exposed-widget views-widget-filter-search_api_views_fulltext">
<div class="views-exposed-widget views-submit-button">
<button type="submit" id="edit-submit-recipes-landing-block" name="" value="Search" class="btn btn-primary form-submit">Search</button>
</div>
</div>
</div>
</div>
<div class="container-fluid"></div>
<div class="row"></div>
<div class="col-sx-6 text-center"></div>
</footer>
</body>
</html>