-
Notifications
You must be signed in to change notification settings - Fork 5
/
favourites.html
311 lines (279 loc) · 16.8 KB
/
favourites.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index, follow">
<meta name="keywords"
content="Recipes, Find a recipe, Holidays, Christmas, Hanukkah, Winter Solstice, Yule, Kwanza, Bodhi Day">
<meta name="description"
content="Seasoned Greetings - Find a tried and true recipe, or give something new a taste this holiday season! Find some of the Seasoned Greetings Team's favourite recipes over the Holiday season.">
<meta name="url" content="https://mbutler1991.github.io/seasonedgreetings/favourites.html">
<!-- SOCIAL MEDIA META -->
<!-- Facebook, LinkedIn, Google -->
<meta property="og:type" content="website">
<meta property="og:title" content="Seasoned Greetings - Favourites">
<meta property="og:description"
content="Seasoned Greetings - Find a tried and true recipe, or give something new a taste this holiday season! Find some of the Seasoned Greetings Team's favourite recipes over the Holiday season.">
<meta name="image" property="og:image" content="documentation/site-responsive.png">
<meta property="og:image:alt" content="Seasoned Greetings Website shown on a variety of Devices">
<meta property="og:url" content="https://mbutler1991.github.io/seasonedgreetings/favourites.html">
<meta property="og:site_name" content="Seasoned Greetings">
<meta name="author" content="The Six Seasons">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Seasoned Greetings - Favourites">
<meta name="twitter:description"
content="Seasoned Greetings - Find a tried and true recipe, or give something new a taste this holiday season! Find some of the Seasoned Greetings Team's favourite recipes over the Holiday season.">
<meta name="twitter:image" content="documentation/site-responsive.png">
<meta name="twitter:image:alt" content="Seasoned Greetings Website shown on a variety of Devices">
<!-- Stylesheets -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="assets/css/style.css">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicons/favicon-16x16.png">
<link rel="manifest" href="assets/images/favicons/site.webmanifest">
<title>Seasoned Greetings - Favourites</title>
</head>
<body>
<header>
<!-- Navbar -->
<nav class="navbar fixed-top" style="background-color: #DD0426">
<div class="mx-auto d-flex">
<h1>
<a href="index.html" class="text-reset text-decoration-none text-center">Seasoned Greetings</a>
</h1>
</div>
<button class="navbar-toggler navbar-dark border-0" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="container-fluid">
<h2 class="subtitle mx-auto m-3 d-none d-md-block">All the best recipes for your holiday feast!</h2>
</div>
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
<div class="d-flex flex-column gap-2 align-items-center">
<a class="navbar-brand d-lg-none mx-auto" href="index.html">Seasoned Greetings</a>
<a class="nav-link text-white" href="index.html">Home</a>
<a class="nav-link text-white active" href="favourites.html">Favourites</a>
<a class="nav-link text-white" href="team.html">Meet the Team</a>
<a class="nav-link text-white" href="contact.html">Contact</a>
</div>
</div>
</nav>
<!-- end of Navbar -->
</header>
<main>
<div class="d-flex flex-column mx-auto text-center recipe-container bg-black text-white bg-opacity-75 w-50 mb-5">
<h2 class="h1 m-2">Some of our team's favourites!</h2>
<h3 class="m-2">Try something new this season.</h3>
</div>
<div class="container margin-container mb-5">
<div class="row justify-content-center card-deck card-grid">
<!-- Recipe Card 1 -->
<div class="col-lg-6">
<div class="card card-flex">
<img src="assets/images/roast-chicken.webp" class="card-img-top" alt="Roast Chicken">
<div class="card-body">
<h3 class="card-title h1">Roast Chicken</h3>
<ol class="card-text">
<li>Preheat your oven to 190°C.</li>
<li>Remove the giblets from the chicken cavity and pat the chicken dry with paper towels. Season inside
and out with salt and pepper.</li>
<li>Mix olive oil, minced garlic, dried thyme, dried rosemary, paprika, onion powder, sage, oregano, and
basil to create an herb mixture.</li>
<li>Rub the herb mixture all over the chicken. Squeeze lemon halves over the chicken and place them
inside the cavity.</li>
<li>Truss the chicken and place it in a roasting pan with a rack.</li>
<li>Roast the chicken for approximately 20 minutes per pound, basting every 30 minutes.</li>
<li>Check for doneness using a meat thermometer; the internal temperature should reach 74°C.</li>
<li>Let the chicken rest for 15 minutes before carving.</li>
<li>Carve the chicken and serve with your favorite festive side dishes.</li>
</ol>
</div>
</div>
</div>
<!-- Recipe Card 2 -->
<div class="col-lg-6">
<div class="card card-flex">
<img src="assets/images/pavlova.webp" class="card-img-top" alt="Pavlova">
<div class="card-body">
<h3 class="card-title h1">Pavlova</h3>
<ol class="card-text">
<li>Preheat your oven to 150°C and line a baking sheet with parchment paper.</li>
<li>Beat egg whites until stiff peaks form. Gradually add granulated sugar, vinegar, vanilla extract,
and cornstarch.</li>
<li>Spoon the meringue onto the prepared baking sheet, forming a circle or oval shape.</li>
<li>Bake at 120°C for about 1 hour and 30 minutes until crisp on the outside and soft on the inside.
</li>
<li>Cool the pavlova completely inside the oven, then transfer it to a serving plate.</li>
<li>Whip chilled heavy cream and powdered sugar until stiff peaks form.</li>
<li>Spread whipped cream over the pavlova base.</li>
<li>Decorate with an assortment of fresh fruits such as strawberries, kiwi, blueberries, raspberries,
and pomegranate seeds.</li>
<li>Garnish with mint leaves and serve immediately.</li>
</ol>
</div>
</div>
</div>
<!-- Recipe Card 3 -->
<div class="col-lg-6">
<div class="card card-flex">
<img src="assets/images/fudge.jpg" class="card-img-top" alt="Recipe 3">
<div class="card-body">
<h3 class="card-title h1">Festive Fudge</h3>
<ol class="card-text">
<li>Line a square baking pan with parchment paper, leaving an overhang on the sides for easy removal.
</li>
<li>In a large saucepan over medium heat, combine condensed milk, butter, and chocolate chips. Stir
continuously until the mixture is smooth and well combined.</li>
<li>Remove the saucepan from heat and stir in vanilla extract and a pinch of salt.</li>
<li>Fold in your choice of festive add-ins such as chopped nuts, dried fruits, or holiday sprinkles.
</li>
<li>Pour the fudge mixture into the prepared baking pan, spreading it evenly.</li>
<li>Refrigerate the fudge for at least 4 hours or until set.</li>
<li>Once the fudge is set, use the parchment paper overhang to lift it out of the pan.</li>
<li>Place the fudge on a cutting board and cut it into small, festive squares.</li>
<li>Serve and enjoy your delicious festive fudge! Store any leftovers in an airtight container in the
refrigerator.</li>
</ol>
</div>
</div>
</div>
<!-- Recipe Card 4 -->
<div class="col-lg-6">
<div class="card card-flex">
<img src="assets/images/swedish.jpg" class="card-img-top" alt="Recipe 4">
<div class="card-body">
<h3 class="card-title h1">Swedish Meatballs and Mashed Potatoes</h3>
<ol class="card-text">
<li>In a bowl, combine breadcrumbs and milk. Let it sit for a few minutes until the breadcrumbs absorb
the milk.</li>
<li>In a large mixing bowl, combine ground beef, ground pork, soaked breadcrumbs, chopped onion, minced
garlic, egg, salt, black pepper, nutmeg, and allspice. Mix until well combined.</li>
<li>Shape the mixture into small meatballs, about 1 inch in diameter.</li>
<li>Heat butter or oil in a large skillet over medium heat. Fry the meatballs until browned on all sides
and cooked through. Remove from the skillet and set aside.</li>
<li>In the same skillet, melt 2 tablespoons of butter. Add flour and cook, stirring constantly, for
about 1-2 minutes to make a roux.</li>
<li>Gradually whisk in the beef or vegetable broth and heavy cream until the sauce thickens. Season with
salt and pepper to taste.</li>
<li>Add the cooked meatballs to the sauce, coating them evenly. Simmer for a few minutes until the
meatballs are heated through.</li>
<li>Serve the Swedish meatballs over mashed potatoes, and drizzle with lingonberry sauce if desired.
</li>
<li>Place the chopped potatoes in a large pot and cover with cold water. Bring to a boil and cook until
the potatoes are fork-tender.</li>
<li>Drain the potatoes and return them to the pot.</li>
<li>Add butter and milk to the potatoes. Mash until smooth and creamy. Season with salt and pepper to
taste.</li>
<li>Garnish with chopped fresh parsley if desired.</li>
</ol>
</div>
</div>
</div>
<!-- Recipe Card 5 -->
<div class="col-lg-6">
<div class="card card-flex">
<img src="assets/images/kutia.jpg" class="card-img-top" alt="Recipe 5">
<div class="card-body">
<h3 class="card-title h1">Kutia</h3>
<ol class="card-text">
<li>Rinse wheat berries in cold water until clear; soak overnight in lukewarm water, keeping 2 inches
above the wheat berries.</li>
<li>Drain wheat berries, place them in a pot, cover with 4 1/2 cups of milk, and bring to a boil. Reduce
heat, cover, and simmer for 3 1/2 - 4 hours until tender, stirring occasionally.</li>
<li>Rinse and drain poppy seeds, simmer in water, and grind using a food grinder or coffee grinder.</li>
<li>Preheat the oven to 350˚F. Toast slivered almonds for 5 minutes, then set aside. Reduce temperature
to 325˚F.</li>
<li>When wheat berries are tender, drain off milk. Keep 1/2 cup of cooked milk and discard the rest.
Combine 1/2 cup honey with 1/2 cup saved milk.</li>
<li>Place cooked wheat berries in a mixing bowl. Add ground poppy seeds, raisins, chopped apricots,
toasted almonds, honey-milk mixture, and salt. Mix and place in a casserole or pie dish.</li>
<li>Bake kutia for 20 minutes uncovered at 325˚F.</li>
<li>Remove from the oven, cover with foil, and let it rest for 15 minutes. Serve warm or cold. Kutia
will last in the fridge for up to 2 weeks.</li>
</ol>
</div>
</div>
</div>
<!-- Recipe Card 6 -->
<div class="col-lg-6">
<div class="card card-flex">
<img src="assets/images/star-romanoff.jpg" class="card-img-top" alt="Recipe 6">
<div class="card-body">
<h3 class="card-title h1">Strawberry Romanoff</h3>
<ol class="card-text">
<li>In a medium-sized bowl, combine the sour cream, sugar, Grand Marnier, and vanilla extract. Mix well
until the sugar is completely dissolved.</li>
<li>Wash and hull the strawberries. If they are large, you can slice them in half or quarters, depending
on your preference.</li>
<li>Add the halved strawberries to the bowl with the sour cream mixture. Gently toss the strawberries
until they are well coated with the sauce.</li>
<li>Allow the strawberries to marinate in the refrigerator for at least 30 minutes to let the flavors
meld and the strawberries absorb the sauce.</li>
<li>Before serving, give the strawberries a gentle stir. Spoon the strawberries and the sauce into
individual serving dishes or onto plates.</li>
<li>Optionally, garnish with fresh mint leaves for a pop of color and added freshness.</li>
<li>Serve immediately and enjoy your delicious Strawberries Romanoff!</li>
</ol>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="footer w-100 text-center text-lg-start" style="background-color: #DD0426">
<!-- Section: Social media -->
<section class="d-flex justify-content-center justify-content-lg-between p-4 border-bottom">
<!-- Left -->
<div class="me-5 d-none d-lg-block">
<h3 class="mb-3">Seasoned Greetings 🍒</h3>
<p class="copyright mb-1">Copyright ©2023</p>
<p>
<a href="team.html" class="text-decoration-none meet-text">Meet the Team</a>
</p>
</div>
<!-- end of Left -->
<!-- Right -->
<div class="social-links">
<a href="https://www.facebook.com/" target="_blank" class="me-4 text-reset text-decoration-none">
<i class="fa-brands fa-facebook-f fa-2xl social-icon"></i>
<span class="sr-only">Visit our Facebook Page. Opens in a new tab.</span>
</a>
<a href="https://twitter.com/" target="_blank" class="me-4 text-reset text-decoration-none">
<i class="fa-brands fa-twitter fa-2xl social-icon"></i>
<span class="sr-only">Visit our Twitter Page. Opens in a new tab.</span>
</a>
<a href="https://www.instagram.com/" target="_blank" class="me-4 text-reset text-decoration-none">
<i class="fa-brands fa-instagram fa-2xl social-icon"></i>
<span class="sr-only">Visit out Instagram Page. Opens in a new tab.</span>
</a>
<a href="https://www.linkedin.com/" target="_blank" class="me-4 text-reset text-decoration-none">
<i class="fa-brands fa-linkedin-in fa-2xl social-icon"></i>
<span class="sr-only">Visit our LinkedIn Page for this site. Opens in a new tab.</span>
</a>
<a href="https://github.com/Mbutler1991/seasonedgreetings" target="_blank"
class="me-4 text-reset text-decoration-none">
<i class="fa-brands fa-github fa-2xl social-icon"></i>
<span class="sr-only">Visit our GitHub Page for this project. Opens in a new tab.</span>
</a>
</div>
<!-- end of Right -->
</section>
<!-- end of Section: Social media -->
</footer>
<!-- Scripts -->
<script src="assets/js/script.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
</body>
</html>