-
Notifications
You must be signed in to change notification settings - Fork 0
/
pistachio-and-marzipan.html
72 lines (64 loc) · 3.25 KB
/
pistachio-and-marzipan.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
<!DOCTYPE html>
<html>
<head>
<title>Restaurant Menu | Starters | Pistachio and Marzipan logs</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="fontAwesome/css/all.css">
</head>
<body class="body-recipes">
<div class="header">
<a href="dessert.html">
<i class="fas fa-long-arrow-alt-left"></i>
</a>
<img src="images/logo-text.png"/>
</div>
<div class="recipe">
<div class="recipe-details">
<img src="images/Pistachio%20and%20marzipan%20festive%20yule%20log.jpg"/>
<h1>Pistachio and Marzipan logs</h1>
<div class="recipe-details-info">
<p><b>Prep time: </b> 15mins</p>
<p style="float: right;"><b>Serves: </b>16</p>
<br/>
<p><strong>PRICE:</strong>R200</p>
<br/>
</div>
<div class="recipe-top-up">
<h2>Top up here :</h2>
<input id="check-01" type="checkbox">
<label for="check-01">vanilla milkshake</label>
<br/>
<input id="check-03" type="checkbox">
<label for="check-03">choclate milkshake</label>
<br/>
<input id="check-04" type="checkbox">
<label for="check-04">strawberry milkshake</label>
<br/>
<h2>If any allegic's add a note:</h2>
<form action="submit">
<input type="text" placeholder="Your name" id="name"/>
<input type="text" placeholder="Your email" id="email"/>
<textarea placeholder="Type your message here"></textarea>
<a class="button" href="message-received.html">SUBMIT</a>
</form>
</div>
<div class="recipe-details-steps">
<h2>Preparation</h2>
<ol>
<li>Finely chop 50g of the milk or plain chocolate with the cranberries and pistachio nuts, reserving a few pieces of the nuts and the berries to decorate.</li>
<li>Dust a work surface with icing sugar. Roll marzipan into a rectangle 23x33cm (9x13in). Cut into 4 equal pieces. Sprinkle each with chopped chocolate and nut mixture then roll up tightly to make log shapes.</li>
<li>Melt remaining milk or plain chocolate in a bowl over a pan of gently simmering water (or heat in the microwave until melted). Spread over the logs and leave in a cool place to set.</li>
<li>Melt the white chocolate in the same way. Drizzle over the logs and decorate with pistachio and cranberry pieces. Leave to cool, cut in slices and giftwrap in transparent bags tied with ribbon. Keep for 2 weeks in an airtight container.</li>
</ol>
<br/>
<a href="thank-you.html">
<div>
<button type="submit">Order Now</button>
</div>
</a>
<br/>
</div>
</div>
</div>
</body>
</html>