-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathinformation.html
executable file
·513 lines (419 loc) · 31.2 KB
/
information.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
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
<!-- <!DOCTYPE html manifest="bathruby.manifest"> -->
<!DOCTYPE html>
<!--[if gte IE 8]><html class="no-js ie"><![endif]-->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-6479775-17"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-6479775-17');
</script>
<meta charset="utf-8">
<title>Information - Bath Ruby Conference: 13th March 2015</title>
<meta name="description" content="">
<!-- Mobile -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<!-- Stylesheets -->
<link rel="stylesheet" href="css/style.css">
<!-- Typekit -->
<script src="//use.typekit.net/lqe1tqb.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<!-- Javascript -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>
if (!window.jQuery) {
document.write('<script src="bower_components/jquery/dist/jquery.js"><\/script>');
}
</script>
<!--[if lte IE 9]>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="bower_components/html5shiv/dist/html5shiv.js"></script>
<script src="bower_components/respond/dest/respond.src.js"></script>
<script src="bower_components/selectivizr/selectivizr.js"></script>
<![endif]-->
<script src="js/scripts.min.js" defer></script>
</head>
<body class="information-page">
<div style="position: fixed; top: 0; left: 0; width: 100%; background-color: #ff6; color: #000; font-size: 16px; font-family: "Helvetica Neue", Ariel, Helvetica; padding: 0.5em 0; margin: 0; text-align: left; overflow: hidden; clear: both; z-index: 9999" id="old-site-notice">
<span style="display: inline-block; color: #000; width: 90%; padding-left: 1em; text-align: center">
<strong>Hello!</strong> This is the website for a past conference. Click <a href="http://latest.bathruby.uk" style="display: inline; color: #69f; font-weight: bold; text-decoration: none; border: none; background: transparent">here</a> to visit the latest one.
</span>
<a style="display: inline-block; position: absolute; right: 1em; color: #999; font-weight: bold; text-decoration: none; border: none; background: transparent" href="#" title="dismiss" id="hide-notice">×</a>
</div>
<script type="text/javascript">
$('#hide-notice').click(function() {
$('#old-site-notice').fadeOut();
})
</script>
<!-- Outdated Browser -->
<div id="outdated"></div>
<!-- Header -->
<header class="clearfix">
<!-- Navigation -->
<div id="header">
<div class="wrap">
<a href="/index.html" id="mobile-logo">
<img src="images/bath-ruby-logo.png" width="703" height="177">
</a>
<input type="checkbox" id="toggle">
<label for="toggle" class="toggle" onclick></label>
<nav class="inner-wrapper">
<a href="/index.html" class="nav-logo"><img src="images/bath-ruby-logo.png" width="703" height="177"></a>
<a href="/schedule.html" class="nav-schedule" title="Schedule">Schedule</a>
<a href="/information.html" class="nav-information active">Information</a>
<a href="/code-of-conduct.html" class="nav-code-of-conduct">Code of Conduct</a>
<a href="/accessibility.html" class="nav-accessibility">Accessibility</a>
<a href="/sponsors.html" class="nav-sponsors">Sponsors</a>
<a href="/index.html#tickets" class="nav-tickets scroll">Tickets</a>
</nav>
</div>
</div>
</header>
<!-- Main -->
<article>
<div id="inner-container">
<div class="wrap">
<div class="inner-wrapper">
<h1>Information</h1>
<h2>Travel</h2>
</div>
</div>
<!-- Google Map -->
<section id="map">
<div id="map-canvas"></div>
</section>
<div class="wrap">
<div class="inner-wrapper">
<!-- Planes -->
<section id="br-planes" class="twelvecol first">
<div class="clearfix">
<h2 class="h3">Planes</h2>
<div class="twocol first">
<i class="fa fa-plane"></i>
</div>
<div class="tencol last">
<p>There are a number of international airports in the UK and your best bet for finding a cheap flight is by using a comparison site such as <a href="http://www.skyscanner.net/" target="_blank">Skyscanner</a> or <a href="http://www.kayak.co.uk/flights/" target="_blank">KAYAK</a>. Below is a list of approximate travel times from various UK airports to Bath by train.</p>
</div>
</div>
<!-- Table -->
<div class="br-table clearfix">
<div class="br-table-header clearfix">
<i class="fa fa-plane first"></i>
<img src="images/dotted-arc.png" width="360" height="40">
<img src="images/venue/bath-ruby-pin.png" class="br-pin last" width="67" height="86">
</div>
<div class="br-table-body">
<div class="row">
<span class="first">Bristol Airport</span>
<span class="last">~ 1 hr</span>
</div>
<div class="row">
<span class="first">Heathrow Airport</span>
<span class="last">~ 2 hrs 15 mins</span>
</div>
<div class="row">
<span class="first">Birmingham Airport</span>
<span class="last">~ 2 hr 20 mins</span>
</div>
<div class="row">
<span class="first">Gatwick Airport</span>
<span class="last">~ 3 hrs</span>
</div>
<div class="row">
<span class="first">Stansted Airport</span>
<span class="last">~ 3 hr 30 mins</span>
</div>
<div class="row">
<span class="first">Manchester Airport</span>
<span class="last">~ 3 hrs</span>
</div>
</div>
</div>
</section>
<!-- Trains -->
<section id="br-trains" class="twelvecol first">
<div class="clearfix">
<h2 class="h3">Trains</h2>
<div class="twocol first">
<i class="fa fa-bus"></i>
</div>
<div class="tencol last">
<p>Bath is well served by trains from all over the UK (and, via London, from Europe as well). The city’s main station is <a href="http://www.thetrainline.com/stations/bath-spa/" target="_blank">Bath Spa</a> which has regular direct services to and from London, Bristol and South Wales.</p>
<p>You can look up train times and buy tickets on the <a href="http://www.nationalrail.co.uk/" target="_blank">National Rail website</a> or, if you’re travelling from outside the UK, we recommend using The Man in Seat 61’s excellent guide to <a href="http://seat61.com/UK-train-travel.htm" target="_blank">UK train travel</a>.</p>
<p>If you’re planning to travel by train from Europe then the <a href="http://www.eurostar.com/" target="_blank">Eurostar website</a> should have everything you need.</p>
<p>Bath Spa train station is about a 15 minute walk away from the venue.</p>
</div>
</div>
</section>
<!-- Automobiles -->
<section id="br-automobiles" class="twelvecol first">
<div class="clearfix">
<h2 class="h3">Automobiles</h2>
<div class="twocol first">
<i class="fa fa-taxi"></i>
</div>
<div class="tencol last">
<p>You can find information on bus times using this <a href="https://goo.gl/maps/eHZ62" target="_blank">Google Maps link</a>.</p>
<p>If you’re driving to the conference, we recommend using one of Bath’s <a href="http://visitbath.co.uk/travel-and-maps/bath-park-and-ride/" target="_blank">Park and Ride services</a>. However, there are also a few <a href="http://www.bathnes.gov.uk/services/parking-and-travel/car-parking/parking-bath/" target="_blank">long-stay car parks</a> in the city centre, with <a href="http://en.parkopedia.co.uk/parking/carpark/charlotte_street/ba1/bath/" target="_blank">Charlotte Street</a> being the closest to the venue.</p>
<p>There are several taxi firms in Bath, including <a href="http://www.abbeytaxis.co.uk/" target="_blank">Abbey Taxis</a> and <a href="http://www.v-cars.com/" target="_blank">V-Cars</a>. There is also a taxi rank outside the train station.</p>
</div>
</div>
</section>
<!-- Bicycles -->
<section id="br-bicycles" class="twelvecol first">
<div class="clearfix">
<h2 class="h3">Bicycles</h2>
<div class="twocol first">
<i class="fa fa-bicycle"></i>
</div>
<div class="tencol last">
<p>If you’d like to cycle around Bath then you can sign up for <a href="http://www.nextbike.co.uk/en/bath/" target="_blank">Nextbike</a>. Hiring a Nextbike costs £1 for the first half an hour and they’re available at various locations around the city.</p>
</div>
</div>
</section>
<img src="images/bath-ruby-icon.png" class="br-icon" width="55" height="38">
<section id="br-accommodation">
<h2 class="h1">Accommodation</h2>
<div id="br-accommodation-best">
<div class="clearfix">
<h2 class="h3">Money is No Object</h2>
<!-- Table -->
<div class="br-table clearfix">
<div class="br-table-body">
<div class="row">
<span class="first"><a href="http://www.royalcrescent.co.uk/" target="_blank">The Royal Crescent</a></span>
<div class="star-rating">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</div>
<span class="last">£184 - £699</span>
</div>
<div class="row">
<span class="first"><a href="http://www.thegainsboroughbathspa.co.uk/" target="_blank">The Gainsborough</a></span>
<div class="star-rating">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</div>
<span class="last">£ Call</span>
</div>
<div class="row">
<span class="first"><a href="http://www.macdonaldhotels.co.uk/our-hotels/macdonald-bath-spa-hotel/" target="_blank">Bath Spa Hotel</a></span>
<div class="star-rating">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</div>
<span class="last">£160 - £370</span>
</div>
</div>
</div>
<div class="clearfix">
<h2 class="h3">You Get What You Pay For</h2>
<!-- Table -->
<div class="br-table clearfix">
<div class="br-table-body">
<div class="row">
<span class="first"><a href="http://francishotel.com/" target="_blank">Francis Hotel</a></span>
<div class="star-rating">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-o"></i>
</div>
<span class="last">£119 - £169</span>
</div>
<div class="row">
<span class="first"><a href="http://www.thehalcyon.com/the-halcyon/" target="_blank">The Halcyon</a></span>
<div class="star-rating">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-o"></i>
<i class="fa fa-star-o"></i>
</div>
<span class="last">£99 - £150</span>
</div>
</div>
</div>
</div>
<div class="clearfix">
<h2 class="h3">On a Budget</h2>
<!-- Table -->
<div class="br-table clearfix">
<div class="br-table-body">
<div class="row">
<span class="first"><a href="http://www.premierinn.com/en/hotel/BATJAM/bath-city-centre/" target="_blank">Premier Inn</a></span>
<div class="star-rating">
<i class="fa"></i>
<i class="fa"></i>
<i class="fa"></i>
<i class="fa"></i>
<i class="fa"></i>
</div>
<span class="last">£70</span>
</div>
<div class="row">
<span class="first"><a href="http://www.travelodge.co.uk/hotels/75/Bath-Central-hotel/" target="_blank">Travelodge</a></span>
<div class="star-rating">
<i class="fa"></i>
<i class="fa"></i>
<i class="fa"></i>
<i class="fa"></i>
<i class="fa"></i>
</div>
<span class="last">£56</span>
</div>
<div class="row">
<span class="first"><a href="http://www.hostels.co.uk/bath.php" target="_blank">Bath Backpackers Hostel</a></span>
<div class="star-rating">
<i class="fa"></i>
<i class="fa"></i>
<i class="fa"></i>
<i class="fa"></i>
<i class="fa"></i>
</div>
<span class="last">£13 - £23</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<img src="images/bath-ruby-icon.png" class="br-icon" width="55" height="38">
<section id="br-food-drink">
<h2 class="h1">Food & Drink</h2>
<!-- Coffee -->
<h2 class="h3"><i class="fa fa-coffee"></i> Coffee</h2>
<div class="br-table clearfix">
<div class="br-table-body">
<div class="row">
<span class="first"><a href="http://www.colonnaandsmalls.co.uk/" target="_blank">Colonna & Smalls</a></span>
<div class="star-rating"><i class="fa"></i></div>
<span class="last"><a href="https://www.google.co.uk/maps/place/Colonna+%26+Small's/@51.382775,-2.364385,17z/data=!3m1!4b1!4m7!1m4!3m3!1s0x48718114409d4231:0x6f16bfa18a083fbf!2sColonna+%26+Small's!3b1!3m1!1s0x48718114409d4231:0x6f16bfa18a083fbf" target="_blank">BA1 1HN</a></span>
</div>
<div class="row">
<span class="first"><a href="http://www.society-cafe.com/" target="_blank">Society Café - High St</a></span>
<div class="star-rating"><i class="fa"></i></div>
<span class="last"><a href="https://www.google.co.uk/maps/place/Society+Caf%C3%A9,+High+Street/@51.382264,-2.359198,17z/data=!4m2!3m1!1s0x48718113c0f16211:0xfaf3f5356fc73cf0" target="_blank">BA1 5AJ</a></span>
</div>
<div class="row">
<span class="first"><a href="http://www.society-cafe.com/" target="_blank">Society Café - Kingsmead Sq</a></span>
<div class="star-rating">
<i class="fa"></i>
</div>
<span class="last"><a href="https://www.google.co.uk/maps/place/Society+Caf%C3%A9/@51.381059,-2.363042,17z/data=!3m1!4b1!4m2!3m1!1s0x487181141e71b5d3:0x6fcbf83a77fcf95e" target="_blank">BA1 2AB</a></span>
</div>
<div class="row">
<span class="first"><a href="http://mokoko.biz/" target="_blank">Mokoko</a></span>
<div class="star-rating"><i class="fa"></i></div>
<span class="last"><a href="https://www.google.co.uk/maps/place/Mokoko/@51.377964,-2.358316,17z/data=!3m1!4b1!4m2!3m1!1s0x4871811056f9f0a3:0x5ad04906e48b7e11" target="_blank">BA1 1SS</a></span>
</div>
<div class="row">
<span class="first"><a href="http://www.bathforum.co.uk/Groups/221224/Bath_Forum/Caf%C3%A9/Caf%C3%A9.aspx" target="_blank">The Forum Coffee House</a></span>
<div class="star-rating"><i class="fa"></i></div>
<span class="last"><a href="https://www.google.co.uk/maps/place/The+Forum/@51.378636,-2.360488,17z/data=!3m1!4b1!4m2!3m1!1s0x48718111214b7531:0xc091d6dc11e1b26c" target="_blank">BA1 1UG</a></span>
</div>
</div>
</div>
<!-- Food -->
<h2 class="h3"><i class="fa fa-cutlery"></i> Food</h2>
<div class="br-table clearfix">
<div class="br-table-body">
<div class="row">
<span class="first"><a href="http://hall-woodhousebath.co.uk/" target="_blank">Hall & Woodhouse</a></span>
<div class="star-rating"><i class="fa"></i></div>
<span class="last"><a href="https://www.google.co.uk/maps/place/Hall+%26+Woodhouse+Bath/@51.383795,-2.362487,17z/data=!3m1!4b1!4m2!3m1!1s0x487181148419a895:0xcc9f545e6493d969" target="_blank">BA1 2JW</a></span>
</div>
<div class="row">
<span class="first"><a href="http://www.thewholebagel.co.uk/" target="_blank">The Whole Bagel</a></span>
<div class="star-rating"><i class="fa"></i></div>
<span class="last"><a href="https://www.google.co.uk/maps/place/The+Whole+Bagel/@51.382748,-2.360143,17z/data=!3m1!4b1!4m2!3m1!1s0x48718113ba816db9:0xf8bfb05db9b98c3c" target="_blank">BA1 1RG</a></span>
</div>
<div class="row">
<span class="first"><a href="http://www.schwartzbros.co.uk/" target="_blank">Schwartz Bros Burgers</a></span>
<div class="star-rating"><i class="fa"></i></div>
<span class="last"><a href="https://www.google.co.uk/maps/place/Schwartz+Bros+Hamburgers+Ltd/@51.381725,-2.36242,17z/data=!3m1!4b1!4m2!3m1!1s0x4871811409b65c55:0x4f96dab3d416d708" target="_blank">BA1 1EY</a></span>
</div>
<div class="row">
<span class="first"><a href="http://www.bonghy-bo.co.uk/" target="_blank">Bonghy-Bo</a></span>
<div class="star-rating"><i class="fa"></i></div>
<span class="last"><a href="https://www.google.co.uk/maps/place/Bonghy-Bo/@51.38286,-2.359657,17z/data=!3m1!4b1!4m2!3m1!1s0x487181149b156555:0x8b52ae979ec2b938" target="_blank">BA1 1RZ</a></span>
</div>
</div>
</div><!-- /food -->
<!-- Drink -->
<h2 class="h3"><i class="fa fa-beer"></i> Drink</h2>
<div class="br-table clearfix">
<div class="br-table-body">
<div class="row">
<span class="first"><a href="http://www.westgate-bath.co.uk/" target="_blank">The West Gate</a></span>
<div class="star-rating"><i class="fa"></i></div>
<span class="last"><a href="https://www.google.co.uk/maps/place/The+West+Gate/@51.381601,-2.360708,17z/data=!3m1!4b1!4m2!3m1!1s0x48718113e60e65f3:0x8167d14128a351fa" target="_blank">BA1 1EL</a></span>
</div>
<div class="row">
<span class="first"><a href="http://www.theravenofbath.co.uk/" target="_blank">The Raven</a> …pies!!!</span>
<div class="star-rating"><i class="fa"></i></div>
<span class="last"><a href="https://www.google.co.uk/maps/place/The+Raven/@51.383134,-2.36192,17z/data=!3m1!4b1!4m2!3m1!1s0x4871811478c0cfaf:0xdd6738504efad6f1" target="_blank">BA1 1HE</a></span>
</div>
<div class="row">
<span class="first"><a href="http://www.bathales.com/our-pubs/pid/graze-bath/" target="_blank">Graze</a> …close to train</span>
<div class="star-rating"><i class="fa"></i></div>
<span class="last"><a href="https://www.google.co.uk/maps/place/Graze+Bar,+Brewery+%26+Chophouse/@51.3777074,-2.3578444,18z/data=!4m5!1m2!2m1!1sgraze+bath!3m1!1s0x4871811044ab0837:0xa7ee6b6711c1eed4" target="_blank">BA1 1SX</a></span>
</div>
<div class="row">
<span class="first"><a href="http://www.pigandfiddle.butcombe.com/" target="_blank">The Pig and Fiddle</a></span>
<div class="star-rating"><i class="fa"></i></div>
<span class="last"><a href="https://www.google.co.uk/maps/place/The+Pig+%26+Fiddle/@51.384379,-2.35996,17z/data=!3m1!4b1!4m2!3m1!1s0x4871811310108963:0x615bb02372f89de8" target="_blank">BA1 5BR</a></span>
</div>
</div>
</div><!-- / drink -->
</div>
</section>
</div>
</div>
</article>
<!-- Footer -->
<footer>
<div class="wrap">
<div class="inner-wrapper">
<img src="images/bath-ruby-icon.png" class="br-icon" width="55" height="38">
</div>
</div>
<div id="inner-footer">
<div class="wrap">
<div class="inner-wrapper">
<img src="images/bath-ruby-icon.png" class="br-icon-footer first" width="55" height="38">
<p class="copyright first">
Copyright © Bath Ruby 2015. All Rights Reserved.<br />
<a href="http://www.voltronik.co.uk/" target="_blank">Web Design</a> by <a href="http://www.voltronik.co.uk/" target="_blank">Voltronik</a>. <a href="http://designbull.co.uk" target="_blank">Branding</a> by <a href="http://designbull.co.uk" target="_blank">Designbull</a>.
</p>
<a href="https://twitter.com/BathRuby" target="_blank" class="last">
<i class="fa fa-twitter-square"></i>
</a>
<div class="shelter">
<a href="http://www.shelter.org.uk/" target="_blank">
<img src="images/shelter-logo.png" class="first" width="125" height="54">
</a>
<p>Registered charity in England and Wales (263710) <br />
and in Scotland (SC002327)</p>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>