-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
executable file
·442 lines (358 loc) · 24.3 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
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
<!DOCTYPE html>
<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>Bath Ruby Conference - 13th March 2015</title>
<meta name="description" content="">
<link rel="shortcut icon" href="favicon.ico"/>
<!-- 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="home">
<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">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="#tickets" class="nav-tickets scroll">Tickets</a>
</nav>
</div>
</div>
<!-- Logo, etc. -->
<div class="header-elements">
<h1 class="visuallyhidden">Bath Ruby Conference 2015</h1>
<img src="images/bath-ruby-logo.png" width="703" height="177">
<h3>13th March 2015</h3>
<a href="#video-popup" class="button video-popup">Watch Video</a>
<div id="video-popup" class="mfp-hide white-popup"></div>
</div>
<!-- Full-screen Video -->
<video preload="auto" autoplay="true" loop="loop" muted="muted" volume="0">
<source src="video/br-timelapse-large.mp4" type="video/mp4">
<source src="video/br-timelapse.webm" type="video/webm">
Your browser does not support HTML5 video. Please consider upgrading.
</video>
</header>
<!-- Main -->
<article>
<div id="inner-container" class="wrap">
<!-- Intro -->
<section id="intro" class="inner-wrapper">
<h2 class="h1">Introduction</h2>
<p>Bath Ruby is a one day, single track conference in the beautiful British city of Bath, organised by <a href="https://twitter.com/sstarr" target="_blank">Simon Starr</a> with help from <a href="https://twitter.com/teabass" target="_blank">Andrew Nesbitt</a> and <a href="https://twitter.com/jordelver" target="_blank">Jordan Elver</a>. It's aimed at Rubyists of all skill levels and we're fortunate enough to be joined by some of the Ruby community's favourite speakers.</p>
<p>Thanks to the support of our <a href="/sponsors.html">wonderful sponsors</a>, and because we're not putting the conference on to make a profit, we can afford to keep ticket prices down and donate 10% of sales to <a href="http://www.shelter.org.uk/">Shelter</a>, a UK housing and homelessness charity.</p>
</section>
<!-- The Speakers -->
<section id="speakers" class="inner-wrapper">
<h2 class="h1">The Speakers</h2>
<div class="equalheight clearfix">
<!-- Speaker: Linda Liukas -->
<div class="speaker fourcol first">
<img src="images/speakers/linda-liukas.jpg">
<h3>Linda Liukas</h3>
<a href="https://twitter.com/lindaliukas" target="_blank">@lindaliukas</a>
<p>Co-founder of <a href="http://railsgirls.com">Rails Girls</a>, <a href="http://www.helloruby.com">author</a> and <a href="http://rubyheroes.com">Ruby Hero</a>.</p>
</div>
<!-- Speaker: Sandi Metz -->
<div class="speaker fourcol">
<img src="images/speakers/sandi-metz.jpg">
<h3>Sandi Metz</h3>
<a href="https://twitter.com/sandimetz" target="_blank">@sandimetz</a>
<p>Ruby consultant, <a href="http://www.poodr.com">author</a>, <a href="http://www.sandimetz.com/courses/">teacher</a> and <a href="http://rubyheroes.com">Ruby Hero</a>.</p>
</div>
<!-- Speaker: Ben Orenstein -->
<div class="speaker fourcol last">
<img src="images/speakers/ben-orenstein.jpg">
<h3>Ben Orenstein</h3>
<a href="https://twitter.com/r00k" target="_blank">@r00k</a>
<p>Developer at <a href="http://thoughtbot.com">thoughtbot</a>, host of the <a href="http://giantrobots.fm">Giant Robots podcast</a>, co-creator of <a href="https://www.trailmix.life">Trailmix</a>.</p>
</div>
<!-- Speaker: Katrina Owen -->
<div class="speaker fourcol first">
<img src="images/speakers/katrina-owen.jpg">
<h3>Katrina Owen</h3>
<a href="https://twitter.com/kytrinyx" target="_blank">@kytrinyx</a>
<p>Developer at <a href="https://www.splice.com">Splice</a>, creator of <a href="http://exercism.io">Exercism</a> and <a href="http://rubyheroes.com">Ruby Hero</a>.</p>
</div>
<!-- Speaker: Tom Stuart -->
<div class="speaker fourcol">
<img src="images/speakers/tom-stuart.jpg">
<h3>Tom Stuart</h3>
<a href="https://twitter.com/tomstuart" target="_blank">@tomstuart</a>
<p><a href="http://codon.com">Software consultant</a>, <a href="http://computationbook.com">author</a> and speaker.</p>
</div>
<!-- Speaker: Saron Yitbarek -->
<div class="speaker fourcol last">
<img src="images/speakers/saron-yitbarek.jpg">
<h3>Saron Yitbarek</h3>
<a href="https://twitter.com/saronyitbarek" target="_blank">@saronyitbarek</a>
<p>Developer at <a href="http://thoughtbot.com">thoughtbot</a>, <a href="http://www.codenewbie.org">CodeNewbie</a> creator and <a href="http://devchat.tv/ruby-rogues/">Ruby Rogues</a> panellist.</p>
</div>
</div>
<img src="images/bath-ruby-icon.png" class="br-icon" width="55" height="38">
</section>
<!-- The Venue -->
<section id="venue" class="inner-wrapper">
<h2 class="h1">The Venue</h2>
<h2 class="h3">The Assembly Rooms, Bath</h2>
<div class="sixcol first">
<img src="images/venue/bath-assembly-rooms.jpg">
</div>
<div class="sixcol last">
<img src="images/venue/bath-assembly-rooms-2.jpg">
</div>
</section>
</div>
<!-- Google Map -->
<section id="map">
<div id="map-canvas"></div>
</section>
<!-- Tickets -->
<div id="inner-container" class="wrap">
<section id="tickets" class="inner-wrapper">
<h2 class="h1">Tickets</h2>
<div id="ticket-boxes" class="clearfix">
<!-- Early Bird Tickets -->
<div class="ticket-box fourcol first unavailable clearfix">
<div class="sold-out-banner">
<span>Sold Out</span>
</div>
<h3>First</h3>
<div class="price-row">
<i class="fa fa-ticket"></i><span class="ticket-type">Regular Ticket</span><span class="price">£59 + VAT</span>
</div>
<div class="price-row">
<i class="fa fa-graduation-cap"></i><span class="ticket-type">Student Ticket</span><span class="price">£39 + VAT</span>
</div>
<a href="https://ti.to/bath-ruby/2015" class="button" onclick="ga('send', 'event', 'exit-click', 'first-batch', 'label');">Buy Ticket</a>
</div>
<!-- Pre-order Tickets -->
<div class="ticket-box fourcol unavailable clearfix">
<h3>Second</h3>
<div class="sold-out-banner">
<span>Sold Out</span>
</div>
<div class="price-row">
<i class="fa fa-ticket"></i><span class="ticket-type">Regular Ticket</span><span class="price">£79 + VAT</span>
</div>
<div class="price-row">
<i class="fa fa-graduation-cap"></i><span class="ticket-type">Student Ticket</span><span class="price">£39 + VAT</span>
</div>
<a href="https://ti.to/bath-ruby/2015" class="button" onclick="ga('send', 'event', 'exit-click', 'second-batch', 'label');">Buy Ticket</a>
</div>
<!-- On the Door Tickets -->
<div class="ticket-box fourcol last unavailable clearfix">
<h3>Third</h3>
<div class="sold-out-banner">
<span>Sold Out</span>
</div>
<div class="price-row">
<i class="fa fa-ticket"></i><span class="ticket-type">Regular Ticket</span><span class="price">£99 + VAT</span>
</div>
<div class="price-row">
<i class="fa fa-graduation-cap"></i><span class="ticket-type">Student Ticket</span><span class="price">£39 + VAT</span>
</div>
<a href="https://ti.to/bath-ruby/2015" class="button" onclick="ga('send', 'event', 'exit-click', 'third-batch', 'label');">Buy Ticket</a>
</div>
</div>
<!-- Email Newsletter -->
<div id="email-updates" class="clearfix">
<p>Get notified of conference updates</p>
<!-- Signup Form -->
<div id="mc_embed_signup">
<form action="//bathruby.us1.list-manage.com/subscribe/post?u=f18bb7508370614edaffb50dd&id=73743da027" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<input type="email" value="" placeholder="Email address" onfocus="this.placeholder=''" name="EMAIL" class="required email" id="mce-EMAIL">
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;"><input type="text" name="b_f18bb7508370614edaffb50dd_73743da027" tabindex="-1" value=""></div>
<input type="submit" value="" name="subscribe" id="mc-embedded-subscribe">
</form>
</div>
<img src="images/bath-ruby-icon.png" class="br-icon" width="55" height="38">
</div>
</section>
<!-- Awesome Sponsors -->
<section id="sponsors" class="inner-wrapper">
<h2 class="h1">Our Awesome Sponsors</h2>
<a href="/sponsors.html">
<h2 class="h3">View all Sponsor profiles <i class="fa fa-arrow-right"></i></h2>
</a>
<div id="sponsors-container" class="clearfix">
<div id="venue-sponsor" class="clearfix">
<h2 class="h3">Venue Sponsor</h2>
<div class="sponsor-images">
<a href="http://www.bathnes.gov.uk/?utm_source=bath_ruby&utm_medium=banner&utm_campaign=bath_ruby_conference">
<img src="images/sponsors/venue/banes.png" width="220" height="84">
</a>
</div>
</div>
<div id="gold-sponsors" class="clearfix">
<h2 class="h3">Gold</h2>
<div class="sponsor-images">
<a href="https://www.bytemark.co.uk/?utm_source=bath_ruby&utm_medium=banner&utm_campaign=bath_ruby_conference">
<img src="images/sponsors/gold/bytemark.png" width="220" height="29">
</a>
<a href="http://www.schoolguide.co.uk/?utm_source=bath_ruby&utm_medium=banner&utm_campaign=bath_ruby_conference">
<img src="images/sponsors/gold/schoolguide.png" width="220" height="118">
</a>
</div>
</div>
<div id="silver-sponsors" class="clearfix">
<h2 class="h3">Silver</h2>
<div class="sponsor-images">
<a href="https://gocardless.com/?utm_source=bath_ruby&utm_medium=banner&utm_campaign=bath_ruby_conference">
<img src="images/sponsors/silver/gocardless.png" width="220" height="24">
</a>
<a href="http://www.hitfoxgroup.com/?utm_source=bath_ruby&utm_medium=banner&utm_campaign=bath_ruby_conference">
<img src="images/sponsors/silver/hitfox.png" width="220" height="62">
</a>
<a href="https://www.stormconsultancy.co.uk/?utm_source=bath_ruby&utm_medium=banner&utm_campaign=bath_ruby_conference">
<img src="images/sponsors/silver/storm.png" width="220" height="63">
</a>
<a href="https://www.fundingcircle.com/?utm_source=bath_ruby&utm_medium=banner&utm_campaign=bath_ruby_conference">
<img src="images/sponsors/silver/fundingcircle.png" width="220" height="55">
</a>
</div>
</div>
<div id="bronze-sponsors" class="clearfix">
<h2 class="h3">Bronze</h2>
<div class="sponsor-images">
<a href="https://digestive.io/?utm_source=bath_ruby&utm_medium=banner&utm_campaign=bath_ruby_conference">
<img src="images/sponsors/bronze/digestive.png" width="220" height="45">
</a>
<a href="http://www.mysteryapplicant.com/?utm_source=bath_ruby&utm_medium=banner&utm_campaign=bath_ruby_conference">
<img src="images/sponsors/bronze/mystery-applicant.png" width="220" height="56">
</a>
<a href="http://www.novate-it.co.uk/?utm_source=bath_ruby&utm_medium=banner&utm_campaign=bath_ruby_conference">
<img src="images/sponsors/bronze/novate.png" width="220" height="46">
</a>
<a href="http://engineering.alphasights.com/?utm_source=bath_ruby&utm_medium=banner&utm_campaign=bath_ruby_conference">
<img src="images/sponsors/bronze/alphasights.png" width="220" height="42">
</a>
<a href="http://simpleweb.co.uk/?utm_source=bath_ruby&utm_medium=banner&utm_campaign=bath_ruby_conference">
<img src="images/sponsors/bronze/simpleweb.png" width="220" height="235">
</a>
<a href="http://lasseebert.dk/?utm_source=bath_ruby&utm_medium=banner&utm_campaign=bath_ruby_conference">
<img src="images/sponsors/bronze/lasse-ebert.png" width="220" height="125">
</a>
<a href="http://ln.cronofy.com/bathruby">
<img src="images/sponsors/bronze/cronofy.png" width="220" height="177">
</a>
<a href="http://www.thirdspacelearning.com/?utm_source=bath_ruby&utm_medium=banner&utm_campaign=bath_ruby_conference">
<img src="images/sponsors/bronze/third-space-learning.png" width="220" height="194">
</a>
<a href="http://www.gradwell.com/?utm_source=bath_ruby&utm_medium=banner&utm_campaign=bath_ruby_conference">
<img src="images/sponsors/bronze/gradwell.png" width="220" height="53">
</a>
<a href="http://www.bristolandbath.co.uk/?utm_source=bath_ruby&utm_medium=banner&utm_campaign=bath_ruby_conference">
<img src="images/sponsors/bronze/invest-bristol-bath.png" width="220" height="57">
</a>
</div>
</div>
<div id="organisational-partners" class="clearfix">
<h2 class="h3">Organisational Partners</h2>
<div class="sponsor-images">
<a href="http://www.rockfieldsystems.com/?utm_source=bath_ruby&utm_medium=banner&utm_campaign=bath_ruby_conference">
<img src="images/sponsors/other/rockfield-systems.png" width="220" height="60">
</a>
<a href="https://cahootify.com/?utm_source=bath_ruby&utm_medium=banner&utm_campaign=bath_ruby_conference">
<img src="images/sponsors/other/cahootify.png" width="220" height="56">
</a>
</div>
</div>
<a href="/sponsors.html">
<h2 class="h3">View all Sponsor profiles <i class="fa fa-arrow-right"></i></h2>
</a>
</div>
</section>
</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>