-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcornedbeefmashpie.html
More file actions
402 lines (359 loc) · 13.7 KB
/
cornedbeefmashpie.html
File metadata and controls
402 lines (359 loc) · 13.7 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
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="I know this as corned beef hash! However, there are many versions of that dish, so just for clarity; this is topped with steamy creamy mashed potatoes"
/>
<!-- *********************FACEBOOK START******************** -->
<!-- facebook meta tags to ensure correct image / page is shared START-->
<!-- set the URL that you want Facebook to point to in this tag -->
<meta
property="og:url"
content="https://www.nuttyskitchen.co.uk/cornedbeefmashpie.html"
/>
<meta property="og:type" content="article" />
<meta property="og:title" content="Corned Beef Mash Pie" />
<!-- set a very short description of the page in this tag -->
<meta
property="og:description"
content="I know this as corned beef hash! However, there are many versions of that dish"
/>
<!-- set the image that you want Facebook to display in this tag-->
<meta
property="og:image"
content="https://www.nuttyskitchen.co.uk/images/cornedbeefmash/650x366/cornedbeef-mash-pie.jpg"
/>
<!-- facebook meta tags to ensure correct image / page is shared END-->
<!-- *********************FACEBOOK END********************* -->
<title>Corned Beef Mash Pie | Nutty's Kitchen</title>
<!--set the image that shows in the browser tabs -->
<link rel="icon" href="favicon.svg" />
<!-- tell google to use this page as the canonical page -->
<link
rel="canonical"
href="https://www.nuttyskitchen.co.uk/cornedbeefmashpie.html"
/>
<link
rel="preload"
href="/fonts/poppins-regular-webfont.woff2"
as="font"
type="font/woff2"
crossorigin
/>
<!-- styles -->
<link rel="stylesheet" href="./styles/tabs-nav.css" />
<!-- <link rel="stylesheet" href="./styles/tabs-nav-minified.css" /> -->
</head>
<body>
<a href="#content" class="skip-link">Skip to Main Content</a>
<nav class="nav-main" aria-label="main navigation">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/recipe-links.html">Index</a></li>
<li>
<a
href="https://recipes.nuttyskitchen.co.uk/recipes"
class="recipe-page-link"
data-fallback="https://www.nuttyskitchen.co.uk/recipepage.html"
data-test-image="https://recipes.nuttyskitchen.co.uk/images/icons/blank.svg"
>
Recipes
</a>
</li>
<li><a href="/contact-form.html">Contact</a></li>
</ul>
</nav>
<!-- RECIPE PAGE NAVIGATION -->
<div id="nav-container" class="nav-container"></div>
<!-- RECIPE PAGE NAVIGATION -->
<section>
<header class="title">
<div class="title-wrap">
<img
width="60"
height="32"
src="./images/logo-left.svg"
alt="logo left"
title="nuttys kitchen logo left"
/>
<h1>Corned Beef Mash Pie</h1>
<img
width="60"
height="32"
src="./images/logo-right.svg"
alt="logo right"
title="nuttys kitchen logo right"
/>
</div>
<img
src="./images/nuttys-kitchen-logo.svg"
alt="nuttys kitchen logo"
width="160"
height="40"
title="nuttys kitchen logo"
class="logo-main"
/>
<p>
Now! I know this as corned beef hash! However, there are many versions
of that dish, so just for clarity; this is topped with steamy creamy
mashed potatoes. It is so quick and easy to make you can knock it up
in a flash, pop it in the oven to brown or re-heat from fridge cold.
This is another winner!
</p>
<p>
Click the <b>Method</b> tab below to see a step by step guide with
pictures.
</p>
</header>
<!-- class about-center = set columns -->
<!-- class section-center = set width -->
<div class="about-center section-center">
<article class="about-img">
<img
src="./images/cornedbeefmash/650x366/cornedbeef-mash-pie.jpg"
alt="cornedbeef mash pie"
/>
</article>
<article class="about">
<!-- buttons container -->
<div class="btn-container">
<!-- class active = show content -->
<button class="tab-btn active" data-id="ingredients">
ingredients
</button>
<button
title="Click this tab to read the recipe method and see pictures of how to make this dish"
class="tab-btn"
data-id="method"
>
method
</button>
</div>
<!-- about content -->
<article class="about-content">
<!-- single item -->
<div class="content active" id="ingredients">
<h2>ingredients</h2>
<p>Here's what you need :¬)</p>
<h2>serves 6</h2>
<!-- Ingredients List Goes Below Here!!! -->
<ul>
<li>1 tin corned beef - 340g cut into 2cm cubes</li>
<li>2 onions diced - same quantity as beef</li>
<li>1 Tblsp oil</li>
<li>Salt - just a pinch!</li>
<li>1 vegetable OXO cube</li>
<li>1 beef OXO cube</li>
<li>1 Tblsp tomato puree</li>
<li>1/2 cup boiling water</li>
<li>2 cloves garlic roughly chopped</li>
<li>1 400g tin tomatoes mashed</li>
<li>1 tin baked beans</li>
<li>Worcestershire sauce</li>
<li>1 tsp black pepper ground</li>
</ul>
<div class="spacer"></div>
<h2>ingredients for mash</h2>
<ul>
<li>1.2kg (peeled weight) potatoes, mashed</li>
<li>1 Tblsp salt</li>
<li>50g butter</li>
<li>50ml milk</li>
</ul>
<!-- Ingredients List Goes Above Here!!! -->
</div>
<!-- end of single item -->
<!-- single item -->
<div class="content" id="method">
<h2>method</h2>
<p>
Super quick and easy! Pop your potatoes on to boil for the mash
and prepare the rest of the dish. By the time the spuds are
ready to mash, the rest of the dish will be ready and waiting!
</p>
<!-- Method List Goes Below Here!!! -->
<ol>
<li>Put your potatoes on to boil in salted water</li>
<li>Let potatoes simmer gently for 20mins</li>
<li>Put onions in casserole dish with oil</li>
<li>Add a pinch of salt</li>
<li>Stir</li>
<li>Microwave onions on full power for 2 mins</li>
<li>Stir</li>
<li>Microwave for another 2 mins</li>
<li>Add garlic</li>
<li>Stir</li>
<li>Microwave for 1 min more</li>
</ol>
<div class="spacer"></div>
<div class="card_image">
<figcaption>onions & garlic cooked</figcaption>
<img
src="./images/cornedbeefmash/650x366/onion-garlic.jpg"
alt="onion garlic"
/>
</div>
<div class="spacer"></div>
<ol start="12">
<li>Dissolve OXO cubes in 1/2 cup boiling water</li>
<li>Add tomato puree to the cup</li>
<li>Tip your tomatoes into a casserole dish</li>
<li>Add your stock mix (Dissolved OXO cubes)</li>
</ol>
<div class="spacer"></div>
<div class="card_image">
<figcaption>add tomatoes</figcaption>
<img
src="./images/cornedbeefmash/650x366/add-toms.jpg"
alt="add toms"
/>
</div>
<div class="spacer"></div>
<ol start="16">
<li>Add baked beans</li>
</ol>
<div class="spacer"></div>
<div class="card_image">
<figcaption>add baked beans</figcaption>
<img
src="./images/cornedbeefmash/650x366/add-beans.jpg"
alt="add beans"
/>
</div>
<div class="spacer"></div>
<ol start="17">
<li>Add a good splash of Worcestershire sauce</li>
</ol>
<div class="spacer"></div>
<div class="card_image">
<figcaption>add Worcestershire sauce</figcaption>
<img
src="./images/cornedbeefmash/650x366/add-worcestershire.jpg"
alt="add worcestershire"
/>
</div>
<div class="spacer"></div>
<ol start="18">
<li>Stir gently to combine ingredients</li>
<li>Add cubed beef</li>
</ol>
<div class="spacer"></div>
<div class="card_image">
<figcaption>add corned beef</figcaption>
<img
src="./images/cornedbeefmash/650x366/add-beef.jpg"
alt="add beef"
/>
</div>
<div class="spacer"></div>
<ol start="20">
<li>Get A Bigger Dish!!!!</li>
</ol>
<div class="spacer"></div>
<div class="card_image">
<figcaption>a bigger dish :¬P</figcaption>
<img
src="./images/cornedbeefmash/650x366/cornedbeef-casserole-square.jpg"
alt="corned beef casserole"
/>
</div>
<div class="spacer"></div>
<ol start="21">
<li>Drain your cooked potatoes into a colander</li>
<li>Melt the butter into the milk in the potato pan</li>
</ol>
<div class="spacer"></div>
<div class="card_image">
<figcaption>butter & milk for mash</figcaption>
<img
src="./images/cornedbeefmash/650x366/butter-and-milk-melted.jpg"
alt="butter and milk melted"
/>
</div>
<div class="spacer"></div>
<ol start="23">
<li>Carefully tip the potatoes into the milk & butter</li>
<li>Mash the potatoes with a masher</li>
<li>Whisk the mash vigorously with a fork to make creamy</li>
<li>Top the casserole with mash starting at the edges</li>
</ol>
<div class="spacer"></div>
<div class="card_image">
<figcaption>top with mash, start at the edges</figcaption>
<img
src="./images/cornedbeefmash/650x366/part-topped-mash.jpg"
alt="part topped mash"
/>
</div>
<div class="spacer"></div>
<ol start="27">
<li>Fill the middle and smooth the mash with a fork</li>
</ol>
<div class="spacer"></div>
<div class="card_image">
<figcaption>topped with mash</figcaption>
<img
src="./images/cornedbeefmash/650x366/mash-topped.jpg"
alt="mash toppped"
/>
</div>
<p>ready for the oven!</p>
<p>Pop in a pre-heated oven 180c for 45mins (1 hour from cold)</p>
<div class="spacer"></div>
<div class="card_image">
<figcaption>corned beef mash pie</figcaption>
<img
src="./images/cornedbeefmash/650x366/cornedbeef-mash-pie.jpg"
alt="cornedbeef mash pie"
/>
</div>
<p>fresh out of the oven</p>
<p>Loosen the edges with a sharp knife before it cools</p>
<div class="card_image_round">
<figcaption>corned beef mash pie</figcaption>
<img
src="./images/cornedbeefmash/650x366/cornedbeef-mash-served.jpg"
alt="cornedbeef mash served"
/>
</div>
<p>serve with a spoon & fork :¬)</p>
<!-- Method List Goes Above Here!!! -->
</div>
<!-- end of single item -->
<section class="related">
<h1>Related recipes</h1>
<ul>
<li>
<a
class="underline"
href="https://www.nuttyskitchen.co.uk/cottage-pie.html"
>cottage pie
</a>
</li>
<li>
<a
href="https://www.nuttyskitchen.co.uk/lambmashpie.html"
class="underline"
>sheperds pie
</a>
</li>
</ul>
</section>
</article>
</article>
</div>
</section>
<!-- javascript -->
<!-- <script type="module" src="./src/tabs.js"></script> -->
<script src="./src/app.js"></script>
<!-- 100% privacy-first analytics = 100% GDPR compliance & NO Cookies! -->
<script
data-collect-dnt="true"
async
src="https://scripts.simpleanalyticscdn.com/latest.js"
></script>
</body>
</html>