-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·345 lines (320 loc) · 11.4 KB
/
index.html
File metadata and controls
executable file
·345 lines (320 loc) · 11.4 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Season's Greetings from M</title>
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/jquery.parallax-1.1.3.js"></script>
<script src="js/jquery.localscroll-1.2.7-min.js"></script>
<script src="js/jquery.scrollTo.min.js"></script>
<script src="js/blur.min.js"></script>
<script src="js/global.js"></script>
<link href='https://fonts.googleapis.com/css?family=Arapey:400' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Muli:300,400,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/screen.css" />
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<script>
var b = document.documentElement;
b.setAttribute('data-useragent', navigator.userAgent);
b.setAttribute('data-platform', navigator.platform );
b.className += ((!!('ontouchstart' in window) || !!('onmsgesturechange' in window))?' touch':'');
</script>
<div class="contain">
<article id="main">
<section id="intro" class="ignore">
<div class="header-bg">
</div>
<div class="body thin">
<p class="lit"><span class="intro-season">Season's Greetings!</span> Enjoy the holiday drink recipes below, handcrafted by your friends at M.</p>
<!--
<div class="white-box center">
</div>
-->
</div>
</section>
<!-- Winter Warmer -->
<section id="winter-warmer">
<div class="header">
<h1 class="full-center">Winter Warmer</h1>
</div>
<div class="body">
<div class="white-box cf">
<div class="callout">
<p>Just add your favorite holiday movie <strong>for a cozy night.</strong></p>
<p class="author">Recipe by John McGeehan,<br /> President</p>
</div>
<div class="ingredients">
<hr class="mobile" />
<h2>Ingredients</h2>
<ul>
<li>1 bottle dry red wine</li>
<li>¼ cup sugar</li>
<li>1 orange</li>
<li>1 cinnamon stick</li>
<li>1 whole star anise</li>
<li>1 whole nutmeg</li>
<li>1 tsp whole cloves</li>
<li>1 tbsp allspice berries</li>
<li>cheesecloth or big mesh tea ball</li>
<li>½ cup brandy (optional)</li>
</ul>
<hr />
<h2>Directions</h2>
<p>Add wine, brandy, sugar and orange slices to a medium-sized saucepan. Blend spices with a food processor or mortar and pestle, then place into a cheesecloth or tea ball. Tie up cheesecloth. Add spices to saucepan. Heat on low until hot but not boiling. Pour and serve garnished with cinnamon stick.</p>
</div>
</div>
</div>
</section>
<!-- Eight Daze -->
<section id="eight-daze">
<div class="header">
<h1 class="full-center">Eight Daze</h1>
</div>
<div class="body">
<div class="white-box cf">
<div class="callout">
<p>This drink is the chosen one – <strong>Challah!</strong></p>
<p class="author">Recipe by Steve Linchuk,<br /> Associate Creative Director</p>
</div>
<div class="ingredients">
<hr class="mobile" />
<h2>Ingredients</h2>
<ul>
<li>1 oz B&B</li>
<li>1 oz Manischewitz<sup>®</sup></li>
<li>½ oz lemon juice</li>
<li>fresh mint</li>
<li>splash of tonic</li>
</ul>
<hr />
<h2>Directions</h2>
<p>Muddle mint. Combine B&B, Manischewitz and lemon in a cocktail shaker. Shake well. Serve over ice with a sprig of mint and a splash of tonic.</p>
</div>
</div>
</div>
</section>
<!-- Solstice Sipper -->
<section id="solstice-sipper">
<div class="header">
<h1 class="full-center">Solstice Sipper</h1>
</div>
<div class="body">
<div class="white-box cf">
<div class="callout">
<p>This winter, raise your glass and toast <strong>to brighter days ahead.</strong></p>
<p class="author">Recipe by Ryan Starr,<br /> Professor, Defense Against the Dark Arts</p>
</div>
<div class="ingredients">
<hr class="mobile" />
<h2>Ingredients</h2>
<ul>
<li>2 oz vodka</li>
<li>2 oz apple cider</li>
<li>1 oz ginger beer</li>
<li>lemon wedge, cinnamon stick & star anise for garnish</li>
</ul>
<hr />
<h2>Directions</h2>
<p>Combine vodka, apple cider and ginger beer in a glass with ice. Add a squeeze of lemon and garnish with a cinnamon stick.</p>
</div>
</div>
</div>
</section>
<!-- M Hatten -->
<section id="m-hatten">
<div class="header">
<h1 class="full-center">M Hatten</h1>
</div>
<div class="body">
<div class="white-box cf">
<div class="callout">
<p>Elevate this classic cocktail <strong>in a snap</strong>.</p>
<p class="author">Recipe by Tim Koen,<br /> Production Artist</p>
</div>
<div class="ingredients">
<hr class="mobile" />
<h2>Ingredients</h2>
<ul>
<li>1 oz SNAP<sup>®</sup></li>
<li>2½ oz rye whiskey</li>
<li>1 dash Angostura<sup>®</sup> bitters</li>
<li>1 amarena cherry</li>
<li>1 orange twist</li>
</ul>
<hr />
<h2>Directions</h2>
<p>Gently blend SNAP, rye whiskey and bitters with 2-3 ice cubes in a cocktail shaker. Stir gently – don’t shake. Place cherry in a chilled martini glass and strain spirits over top. Rub the cut edge of the orange peel over rim and twist over drink.</p>
</div>
</div>
</div>
</section>
<!-- Red Ryder -->
<section id="red-ryder">
<div class="header">
<h1 class="full-center">Red Ryder</h1>
</div>
<div class="body">
<div class="white-box cf">
<div class="callout">
<p><strong>Ready, aim, pour.</strong> Just don’t shoot your eye out.</p>
<p class="author">Recipe by Kelly Glah,<br /> Account Manager</p>
</div>
<div class="ingredients">
<hr class="mobile" />
<h2>Ingredients</h2>
<ul>
<li>1½ oz Bulleit<sup>®</sup> bourbon</li>
<li>1½ oz cranberry juice</li>
<li>½ oz lime juice</li>
<li>½ oz grenadine syrup</li>
<li>1 tsp simple syrup</li>
</ul>
<hr />
<h2>Directions</h2>
<p>Combine all ingredients in a cocktail shaker. Shake well. Serve over ice in a highball glass, garnished with cranberries.</p>
</div>
</div>
</div>
</section>
<!-- Magical Minty Meltdown -->
<section id="magical-minty-meltdown">
<div class="header">
<h1 class="full-center">Magical Minty Meltdown</h1>
</div>
<div class="body">
<div class="white-box cf">
<div class="callout">
<p>A decadent way <strong>to warm up</strong> your little snow angels.</p>
<p class="author">Recipe by Matthew Roosa,<br /> Lead Interactive Developer</p>
</div>
<div class="ingredients">
<hr class="mobile" />
<h2>Ingredients</h2>
<ul>
<li>1½ cups heavy cream</li>
<li>1½ cups milk</li>
<li>¼ cup sugar</li>
<li>⅛ tsp salt</li>
<li>6 oz bittersweet chocolate, chopped</li>
<li>3 drops peppermint oil</li>
<li>whipped cream, candy cane & marshmallow for garnish</li>
</ul>
<hr />
<h2>Directions</h2>
<p>Combine cream, milk, sugar and salt in a saucepan over medium-low heat. When it begins to steam, add chocolate and stir, until melted. Add peppermint oil. Divide hot chocolate amongst four mugs and top with garnish of your choice!</p>
</div>
</div>
</div>
</section>
<!-- Eggcellent Holidays -->
<section id="eggcellent-holidays">
<div class="header">
<h1 class="full-center">Eggcellent Holidays</h1>
</div>
<div class="body">
<div class="white-box cf">
<div class="callout">
<p>Extra protein to <strong>power through</strong> wrapping all those gifts.</p>
<p class="author">Recipe by Adam Louie,<br /> UX Design Strategist</p>
</div>
<div class="ingredients">
<hr class="mobile" />
<h2>Ingredients</h2>
<ul>
<li>1 oz bourbon</li>
<li>½ oz SNAP<sup>®</sup></li>
<li>1 whole egg*</li>
<li>2 oz maple syrup</li>
<li>ground cinnamon for garnish</li>
</ul>
<hr />
<h2>Directions</h2>
<p>Combine all ingredients in a cocktail shaker. Shake well. Add ice and shake until the shaker gets frosty. Strain into a fancy glass. Sprinkle with ground cinnamon.</p>
<p class="warning">* Wash the egg with soap and water before using.</p>
</div>
</div>
</div>
</section>
<!-- Whipped Russian -->
<section id="whipped-russian">
<div class="header">
<h1 class="full-center">Whipped Russian</h1>
</div>
<div class="body">
<div class="white-box cf">
<div class="callout">
<p>Measurements are for wimps. In Mother Russia, <strong>we just pour.</strong></p>
<p class="author">Recipe by Suzy Grimberg,<br /> Copywriter</p>
</div>
<div class="ingredients">
<hr class="mobile" />
<h2>Ingredients</h2>
<ul>
<li>Kahlúa<sup>®</sup></li>
<li>whipped cream vodka</li>
<li>heavy cream</li>
<li>whipped cream and cocoa powder for garnish</li>
</ul>
<hr />
<h2>Directions</h2>
<p>Fill a rocks glass with ice cubes. Add Kahlúa and whipped cream vodka. Pour heavy cream over the back of a spoon to create a lovely layer. Top with whipped cream and cocoa powder.</p>
</div>
</div>
</div>
</section>
<!-- Bloody Merry -->
<section id="bloody-merry">
<div class="header">
<h1 class="full-center">Bloody Merry</h1>
</div>
<div class="body">
<div class="white-box cf">
<div class="callout">
<p>The hair of the dog never tasted <strong>so good.</strong></p>
<p class="author">Recipe by Aly Paveletz,<br /> Senior Account Manager</p>
</div>
<div class="ingredients">
<hr class="mobile" />
<h2>Ingredients</h2>
<ul>
<li>12 oz V8<sup>®</sup> or tomato juice</li>
<li>1½ tbsp pepperoncini juice</li>
<li>1 tsp Frank’s RedHot<sup>®</sup></li>
<li>2 shots Absolut Peppar<sup>®</sup></li>
<li>2 tbsp horseradish</li>
<li>2 tbsp sriracha</li>
<li>1 tbsp worcestershire sauce</li>
<li>1 tsp fresh lime juice</li>
<li>1 tsp fresh lemon juice</li>
<li>Mike’s Hot Honey <sup>®</sup></li>
<li>St. Lucifer<sup>®</sup> Spice #11</li>
<li>Celery, pepperoncini peppers & stuffed jalapeño olives for garnish</li>
</ul>
<hr />
<h2>Directions</h2>
<p>Combine first nine ingredients in a cocktail shaker. Shake well. Pour into a tall glass. For an extra kick, rim the glass with Mike’s Hot Honey and St. Lucifer spice before pouring. Garnish as desired.</p>
<p class="warning">*In lieu of St. Lucifer Spice #11, you can use a mixture of salt, pepper, Old Bay<sup>®</sup> and Cajun seasonings.</p>
</div>
</div>
</div>
</section>
<section id="dom-savini" class="ignore">
<div class="body">
<div class="white-box center cf">
<p>Join us as we raise a glass to the talented DOM SAVINI for bringing our creations to life!</p>
<br />
<br />
<a style="outline:none; border:none;" href="http://domsavini.com" target="_blank"><img style="outline:none; border:none;" src="images/title-DSP.png" alt="Dom Savini Photography" /></a>
<br />
<br />
<p><a href="http://domsavini.com" target="_blank">domsavini.com</a></p>
</div>
</div>
</section>
</article>
</div>
</body>
</html>