-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.html
executable file
·324 lines (302 loc) · 11.6 KB
/
menu.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
312
313
314
315
316
317
318
319
320
321
322
323
<!doctype html>
<html lang="en">
<head>
<title>Brewbot - Belfast</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- begin css -->
<link rel="stylesheet" type="text/css" href="assets/styles/menu.css" />
<!-- end css -->
<!-- begin scripts -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<!-- end scripts -->
</head>
<body class="">
<h1>Beers on tap</h1>
<ul class="beerlist">
<!-- LOOP THIS
<li class="clearfix">
<span class="tap_number">x</span>
<h4>[brewery] • [beer name] • [Origin]</h4>
<div class="meta">
<span class="type pale">[type (light,pale,brown,dark)]</span>
<p class="abv"><span class="hidden">ABV</span>[ABV]</p>
</div>
<p class="description">[description]</p>
<dl>
<li>
<dt>150ml</dt>
<dd>[150 price]</dd>
</li>
<li>
<dt>250ml</dt>
<dd>[250 price]</dd>
</li>
<li>
<dt>500ml</dt>
<dd>[500 price</dd>
</li>
</dl>
</li>
-->
<li class="clearfix">
<span class="tap_number">1</span>
<h4>Brooklyn Brewery • Sorachi Ace • Brooklyn, US</h4>
<div class="meta">
<span class="type pale"><span>Type:</span> Saison</span> •
<span class="hidden">ABV</span>7.6%
</div>
<p class="description">Packed with the pungent fruit of citra hops the beer’s backbone holds it up well.</p>
<dl>
<li>
<dt>150ml</dt>
<dd>£2.80</dd>
</li>
<li>
<dt>250ml</dt>
<dd>£3.50</dd>
</li>
<li>
<dt>500ml</dt>
<dd>£4.20</dd>
</li>
</dl>
</li>
<li class="clearfix">
<span class="tap_number">2</span>
<h4>Magic Rock • Carnival • Huddersfield, UK</h4>
<div class="meta">
<span class="type pale"><span>Type:</span> Golden Ale</span> •
<span class="hidden">ABV</span>4.3%
</div>
<p class="description">A lustrous Golden Ale to remind you of sunny days and summer suppin; welcome to the Carnival!</p>
<dl>
<li>
<dt>150ml</dt>
<dd>£2.80</dd>
</li>
<li>
<dt>250ml</dt>
<dd>£3.50</dd>
</li>
<li>
<dt>500ml</dt>
<dd>£4.20</dd>
</li>
</dl>
</li>
<li class="clearfix">
<span class="tap_number">3</span>
<h4>Founders • All Day IPA • Grand Rapids, MI</h4>
<div class="meta">
<span class="type pale"><span>Type:</span> IPA</span> •
<span class="hidden">ABV</span>4.7%
</div>
<p class="description">Dry-hopped pale ale with Summer and Vic Secret hops</p>
<dl>
<li>
<dt>150ml</dt>
<dd>£2.80</dd>
</li>
<li>
<dt>250ml</dt>
<dd>£3.50</dd>
</li>
<li>
<dt>500ml</dt>
<dd>£4.20</dd>
</li>
</dl>
</li>
<li class="clearfix empty">
<span class="tap_number">4</span>
Tap being changed
</li>
<li class="clearfix">
<span class="tap_number">5</span>
<h4>Bellerose • Brasserie Des Sources • Le Brasserie Des Sources, FRA</h4>
<div class="meta">
<span class="type pale"><span>Type:</span> Session IPA</span> •
<span class="hidden">ABV</span>4.7%
</div>
<p class="description">100% single Irish malt. 100% made using our new grain silo and mill.</p>
<dl>
<li>
<dt>150ml</dt>
<dd>£2.80</dd>
</li>
<li>
<dt>250ml</dt>
<dd>£3.50</dd>
</li>
<li>
<dt>500ml</dt>
<dd>£4.20</dd>
</li>
</dl>
</li>
<li class="clearfix">
<span class="tap_number">6</span>
<h4>Wild Beer • Ninkasi • Somerset, UK</h4>
<div class="meta">
<span class="type light"><span>Type:</span> Belgian Strong ale</span> •
<span class="hidden">ABV</span>9.0%
</div>
<p class="description">Packed with the pungent fruit of citra hops the beer’s backbone holds it up well.</p>
<dl>
<li>
<dt>150ml</dt>
<dd>£2.80</dd>
</li>
<li>
<dt>250ml</dt>
<dd>£3.50</dd>
</li>
<li>
<dt>500ml</dt>
<dd>£4.20</dd>
</li>
</dl>
</li>
<li class="clearfix">
<span class="tap_number">7</span>
<h4>Tiny Rebel • Cwtch • Wales</h4>
<div class="meta">
<span class="type brown"><span>Type:</span> Welsh Red Ale</span> •
<span class="hidden">ABV</span>4.6%
</div>
<p class="description">Fresh notes, citra hops</p>
<dl>
<li>
<dt>150ml</dt>
<dd>£2.80</dd>
</li>
<li>
<dt>250ml</dt>
<dd>£3.50</dd>
</li>
<li>
<dt>500ml</dt>
<dd>£4.20</dd>
</li>
</dl>
</li>
<li class="clearfix">
<span class="tap_number">8</span>
<h4>Left Hand • Milk Stout Nitro • Longmont, CO</h4>
<div class="meta">
<span class="type dark"><span>Type:</span> Stout</span> •
<span class="hidden">ABV</span>6.0%
</div>
<p class="description">Dark & delicious, America's great milk stout will change your perception about what a stout can be.</p>
<dl>
<li>
<dt>150ml</dt>
<dd>£2.80</dd>
</li>
<li>
<dt>250ml</dt>
<dd>£3.50</dd>
</li>
<li>
<dt>500ml</dt>
<dd>£4.20</dd>
</li>
</dl>
</li>
<li class="clearfix">
<span class="tap_number">9</span>
<h4>Beavertown • Spresso • London, UK</h4>
<div class="meta">
<span class="type dark"><span>Type:</span> Stout</span> •
<span class="hidden">ABV</span>9.0%</p>
</div>
<p class="description">Our dark and mysterious imperial coffee stout we brewed with Caravan.</p>
<dl>
<li>
<dt>150ml</dt>
<dd>£2.80</dd>
</li>
<li>
<dt>250ml</dt>
<dd>£3.50</dd>
</li>
<li>
<dt>500ml</dt>
<dd>£4.20</dd>
</li>
</dl>
</li>
<li class="clearfix">
<span class="tap_number">10</span>
<h4>8 Degrees • Full Irish • Belfast, IRE</h4>
<div class="meta">
<span class="type pale"><span>Type:</span> IPA</span> •
<span class="hidden">ABV</span>6.0%
</div>
<p class="description">100% single Irish malt. 100% made using our new grain silo and mill.</p>
<dl>
<li>
<dt>150ml</dt>
<dd>£2.80</dd>
</li>
<li>
<dt>250ml</dt>
<dd>£3.50</dd>
</li>
<li>
<dt>500ml</dt>
<dd>£4.20</dd>
</li>
</dl>
</li>
<li class="clearfix">
<span class="tap_number">11</span>
<h4>Guinness • Hop House 13 • Dublin, IRE</h4>
<div class="meta">
<span class="type light"><span>Type:</span> Lager</span> •
<span class="hidden">ABV</span>4.1%
</div>
<p class="description">Dry-hopped pale ale with Summer and Vic Secret hops</p>
<dl>
<li>
<dt>150ml</dt>
<dd>£2.80</dd>
</li>
<li>
<dt>250ml</dt>
<dd>£3.50</dd>
</li>
<li>
<dt>500ml</dt>
<dd>£4.20</dd>
</li>
</dl>
</li>
<li class="clearfix">
<span class="tap_number">12</span>
<h4>Guinness • West Indies • Dublin, IRE</h4>
<div class="meta">
<span class="type dark"><span>Type:</span> Porter</span> •
<span class="hidden">ABV</span>6.0%
</div>
<p class="description">Super fresh and an amazing burnt orange, think marmalade </p>
<dl>
<li>
<dt>150ml</dt>
<dd>£2.80</dd>
</li>
<li>
<dt>250ml</dt>
<dd>£3.50</dd>
</li>
<li>
<dt>500ml</dt>
<dd>£4.20</dd>
</li>
</dl>
</li>
</ul>
</body>
</html>