-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·187 lines (136 loc) · 6.38 KB
/
index.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
<!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="http://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css" />
<link rel="stylesheet" type="text/css" href="assets/javascript/tablesaw/tablesaw.css" />
<link rel="stylesheet" type="text/css" href="assets/javascript/tablesaw/icons/icons.css" />
<link rel="stylesheet" type="text/css" href="assets/styles/style.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>
<header id="window-height">
<a href="http://brewbot.io" class="dots">Brewbot</a>
<h1>Brewbot Belfast</h1>
</header>
<div id="content_wrap">
<div class="mobile_map">
<a href="http://maps.apple.com/maps?q=451%20ormeau%20road%20belfast">
<img src="assets/images/map.gif">
<p>
451 Ormeau Road<br>
Belfast<br>
BT7 3GQ
</p>
</a>
<p class="content_pad">Thursday to Sunday, 5pm—1am</p>
</div>
<div class="content_pad">
<h3>Currently on tap</h3>
<div id="data"></div>
</div>
<div class="img_break">
<img src="assets/images/img_1.jpg">
<img src="assets/images/img_2.jpg">
<img src="assets/images/img_3.jpg">
<img src="assets/images/img_4.jpg">
</div>
<div class="content_pad clearfix">
<div class="block left">
<h3>More beer</h3>
<p>We also have a wide selection of bottles and cans from some of the world’s finest breweries.</p>
<ul class="col_list col2">
<li>Anchor Brewing</li>
<li>Brooklyn Brewery</li>
<li>Evil Twin</li>
<li>Flying Dog</li>
<li>Founders</li>
<li>Kernel</li>
<li>Marble Brewery</li>
<li>Schneider Weisse</li>
<li>Siren Craft Brew</li>
<li>Thornbridge</li>
<li>To-Øl</li>
<li>Trappistes Rochefort</li>
<li>Weird Beard</li>
<li>Wild Beer Co.</li>
</ul>
</div>
<div class="block right">
<h3>Chef in residence</h3>
<h4><a href="">Jolly Pies</a></h4>
<p>Here’s a brief description of what Jolly Pies make, and why it’s really good with beer.</p>
<hr>
<h5>Coming soon:</h5>
<ul class="bullets">
<li>Cuban Sandwich Factory</li>
<li>Falfalafel</li>
</ul>
<p>If you’re a street food vendor and fancy a stint in the bar, contact us at <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<footer class="content_pad clearfix">
<div class="block left">
<p>
Brewbot Belfast<br>
451 Ormeau Road<br>
Belfast<br>
BT7 3GQ
</p>
<p>
Current opening hours<br>
Thursday to Sunday, 5pm–1am
</p>
<p>
<a class="button" href="https://www.google.co.uk/maps/place/451+Ormeau+Rd,+Belfast+BT7+3GQ/@54.575331,-5.9170505,17z/data=!3m1!4b1!4m2!3m1!1s0x486108e07233ff9b:0xf840c54d0abd642" class="map">Come and visit us</a>
</p>
</div>
<div class="block right">
<form>
<label for="mailinglist">Sign up for our mailing list:</label>
<div>
<input type="email" id="mailinglist" placeholder="Your email address">
<input type="submit" value="Sign up">
</div>
</form>
<hr>
<div class="follow clearfix">
<ul class="sociallinks clearfix">
<li class="twitter">
<a href="http://twitter.com/brewbotbelfast/">Follow us on Twitter</a>
</li>
<li class="facebook">
<a href="https://www.facebook.com/brewbotbelfast/">Like us on Facebook</a>
</li>
<li class="instagram">
<a href="https://instagram.com/teambrewbot/">Follow us on Instagram</a>
</li>
</ul>
<p>
<a class="button" href="http://teambrewbot.github.io/brewbotbelfast/">Fork us on Github</a>
</p>
</div>
</div>
</footer>
</div><!-- ending content_wrap -->
<script src="assets/javascript/modernizr.js"></script>
<!-- iFrame support -->
<script src="assets/javascript/pym.js"></script>
<!-- Responsiev Tables -->
<script src="assets/javascript/tablesaw/tablesaw.js"></script>
<script src="assets/javascript/responsiveTable.js"></script>
<!-- GOOGLE SPREADSHEET IMPORTER -->
<script src="assets/javascript/tabletop.js"></script>
<!-- bg image -->
<script src="assets/javascript/backstretch.min.js"></script>
<!-- ours! -->
<script src="assets/javascript/script.js"></script>
</body>
</html>