-
Notifications
You must be signed in to change notification settings - Fork 8
/
sponsors.html
executable file
·427 lines (348 loc) · 25.5 KB
/
sponsors.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
<!-- <!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>Sponsors - 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="sponsors-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">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 active">Sponsors</a>
<a href="/index.html#tickets" class="nav-tickets scroll">Tickets</a>
</nav>
</div>
</div>
</header>
<!-- Main -->
<article>
<div id="inner-container" class="wrap">
<!-- Ruby Sponsors -->
<section class="inner-wrapper">
<h1>Our Awesome Sponsors</h1>
</section>
<!-- Gold Sponsors -->
<section class="inner-wrapper">
<div class="grid-center">
<!-- Title -->
<div class="clearfix">
<div class="fourcol first">
</div>
<div class="eightcol last">
<h2>Gold</h2>
</div>
</div>
<!-- Sponsor - Gold: Bytemark -->
<div class="sponsor clearfix">
<div class="fourcol first">
<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>
</div>
<div class="eightcol last">
<p>Bytemark is the UK's smartest hosting company for builders and self-starters, established in 2002. It has its own data centre in York, another in Manchester, and its own cloud hosting platform called BigV (70,000 lines of Ruby). BigV lets developers scale to servers of up to 180GB of RAM, and to mix in dedicated servers for the most flexible hosting network. Bytemark can also take on active management of applications and clients, including all the fiddly stuff like backups, health monitoring and 24-hour response. Bytemark love Ruby, and are always interested in meeting programmers looking for a new challenge.</p>
</div>
</div>
<!-- Sponsor - Gold: School Guide -->
<div class="sponsor clearfix">
<div class="fourcol first">
<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 class="eightcol last">
<p>Born in Bath and built in Ruby, School Guide is the leading online school information site for parents and school data provider to Mumsnet. We take official statistics on 30,000 schools and make it quick and easy for parents to find the best school for their child. Unique star ratings, local league tables, a striking graphic UI and TripAdvisor-style parent reviews all combine to create an A* schools site for UK parents.</p>
</div>
</div>
</div>
</section>
<section class="inner-wrapper">
<img src="images/bath-ruby-icon.png" class="br-icon" width="55" height="38">
</section>
<!-- Silver Sponsors -->
<section class="inner-wrapper">
<div class="grid-center">
<!-- Title -->
<div class="clearfix">
<div class="fourcol first">
</div>
<div class="eightcol last">
<h2>Silver</h2>
</div>
</div>
<!-- Sponsor - Silver: Gocardless -->
<div class="sponsor clearfix">
<div class="fourcol first">
<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>
</div>
<div class="eightcol last">
<p>GoCardless is a London-based startup that makes it incredibly simple for anyone to take Direct Debit payments.<br />In just 3 years GoCardless has become the UK’s largest Direct Debit provider, processing millions of pounds every day. Last year we grew by over 700%, and we’re now expanding into Europe.</p>
<p>We've a Ruby/Rails stack and we’re hiring. If you’re passionate about tech, care deeply about learning and finding elegant solutions, and want to work with like-minded engineers, come work with us.</p>
</div>
</div>
<!-- Sponsor - Silver: HitFox -->
<div class="sponsor clearfix">
<div class="fourcol first">
<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>
</div>
<div class="eightcol last">
<p>HitFox Group is an international company builder focused on building synergetic businesses in the fields of advertising, big data, and fintech. In order to accelerate our fast growth, we are committed to agile working processes and pragmatism. Our businesses are built with cloud services and modern technologies, e.g. Ruby on Rails. We are 300+ professionals of 45 nationalities headquartered in Berlin, with additional offices in San Francisco and Seoul. HitFox Group is founding 4-6 new companies every year and we are continuously looking for talented people who want to join our Fox team and build great companies together.</p>
</div>
</div>
<!-- Sponsor - Silver: Storm -->
<div class="sponsor clearfix">
<div class="fourcol first">
<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>
</div>
<div class="eightcol last">
<p>Storm builds Rails applications and web sites for some of the region’s best known and most inventive companies. Their multidisciplinary team of 10, based in Bath, specialise in taking new business ideas and successfully growing them online. Storm's client base extends from internationally renowned brands such as The Beano and Future Publishing through to local success stories such as <a href="http://www.citeab.com/?utm_source=bath_ruby&utm_medium=banner&utm_campaign=bath_ruby_conference">CiteAb.com</a> and <a href="https://www.cakeshop.com/?utm_source=bath_ruby&utm_medium=banner&utm_campaign=bath_ruby_conference">CakeShop.com</a></p>
</div>
</div>
<!-- Sponsor - Silver: Funding Circle -->
<div class="sponsor clearfix">
<div class="fourcol first">
<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 class="eightcol last">
<p>Funding Circle is the leading marketplace for business loans, where people and organisations can directly lend to small businesses.<br />Helping the economy to grow, businesses can access fast, fair and transparent finance, and investors can earn attractive returns.</p>
<p>At Funding Circle, we are building a better financial world - helping small businesses to prosper by accessing finance directly from investors. The old banking system is broken, so we're building a better solution.</p>
</div>
</div>
</div>
</section>
<!-- Silver Sponsors -->
<section class="inner-wrapper">
<div class="grid-center">
<!-- Title -->
<div class="clearfix">
<div class="fourcol first">
</div>
<div class="eightcol last">
<h2>Bronze</h2>
</div>
</div>
<!-- Sponsor - Bronze: Lasse Ebert -->
<div class="sponsor clearfix">
<div class="fourcol first">
<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>
</div>
<div class="eightcol last">
<p>Lasse Ebert is a one-man freelancer company by Lasse Skindstad Ebert.<br />I build high quality web applications for startups and minor companies primarily based in Denmark.</p>
<p>I've been a Ruby developer for years, but I still get thrilled about Ruby every day. My work as a Ruby freelance developer would not have been possible without the kind and open community and the eager individuals that spend time and money to spread the wisdom of Ruby.</p>
<p>My interest as a sponsor of Bath Ruby is solely to give back to the Ruby community.</p>
</div>
</div>
<!-- Sponsor - Bronze: Digestive.io -->
<div class="sponsor clearfix">
<div class="fourcol first">
<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>
</div>
<div class="eightcol last">
<p>The only email you will be glad to receive.</p>
<p>We are working on a new service for tech teams that aggregates data from your external services, and emails your team a daily digest of your projects' activity. Currently we integrate with Github, Pivotal Tracker, Codeship, Airbrake, Bugsnag and emails, and more are on the way.</p>
<p>We will be live in early 2015, but if you are interested you can contact us at <a href="mailto:hello@digestive.io">hello@digestive.io</a> or <a href="http://twitter.com/digestiveapp">@digestiveapp</a>.</p>
</div>
</div>
<!-- Sponsor - Bronze: Novate -->
<div class="sponsor clearfix">
<div class="fourcol first">
<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>
</div>
<div class="eightcol last">
<p>Whether you're looking for a new employee or employer, you'll want to avoid the headache of using agencies who simply don't understand your needs. At Novate we offer a refreshing approach to recruitment, ensuring candidates and clients are dealt with professionally and honestly, ensuring only the right people are put forward for the right job at the right time.</p>
</div>
</div>
<!-- Sponsor - Bronze: Mystery Applicant -->
<div class="sponsor clearfix">
<div class="fourcol first">
<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>
</div>
<div class="eightcol last">
<p></p>
</div>
</div>
<!-- Sponsor - Bronze: Cronofy -->
<div class="sponsor clearfix">
<div class="fourcol first">
<a href="http://ln.cronofy.com/bathruby">
<img src="images/sponsors/bronze/cronofy.png" width="220" height="177">
</a>
</div>
<div class="eightcol last">
<p>Cronofy provides a unified calendar API to allow application developers to integrate their apps and services with Google, Apple, Exchange and many other calendar services.</p>
<p>With Cronofy, developers don’t have to worry which calendar service their customers have chosen. They can just focus on leveraging the rich, two-way calendar interaction provided to augment their service and embed their offering deep within their customers’ lives.</p>
</div>
</div>
<!-- Sponsor - Bronze: AlphaSights -->
<div class="sponsor clearfix">
<div class="fourcol first">
<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>
</div>
<div class="eightcol last">
<p>Our engineering team builds a platform that connects companies and investors with experts worldwide. Founded in 2008 in London, we now have offices in New York, Hong Kong and Dubai.</p>
<p>We're looking for smart people to join our Rails and Ember teams. If you value code quality and continuous learning, we'll be a good fit for you. </p>
<p>You can find out more about us at <a href="http://engineering.alphasights.com/?utm_source=bath_ruby&utm_medium=banner&utm_campaign=bath_ruby_conference">http://engineering.alphasights.com</a></p>
</div>
</div>
<!-- Sponsor - Bronze: Third Space Learning -->
<div class="sponsor clearfix">
<div class="fourcol first">
<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>
</div>
<div class="eightcol last">
<p>Third Space Learning is a London-based Ed Tech startup with big ambitions. We use technology to connect teachers from around the world to children in schools across England, helping to address social and academic failure.</p>
<p>Our entire stack runs Ruby on Rails, hosted on AWS. We're fans of TDD, SASS, micro-services, scalability, VoIP, Javascript, and other shiny stuff. Plus - we're hiring! If you're a developer that wants to make an positive social impact in education technology (that's Series A funded!) then get in touch!</p>
</div>
</div>
<!-- Sponsor - Bronze: Simpleweb -->
<div class="sponsor clearfix">
<div class="fourcol first">
<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>
</div>
<div class="eightcol last">
<p>We build cool web and mobile products for startups and large companies alike, as well as creating SaaS-based products of our own.</p>
<p>We love what we do and hold regular hack nights with sponsors like TokBox and Pusher, and do what we can to help educate others, including organising the Bristol leg of Rails Girls.</p>
<p>While we consider ourselves to be technology agnostic (we don’t use tech for the sake of it), we like to stay at the cutting edge meaning we can create beautiful, high-tech products that work well every time.</p>
</div>
</div>
<!-- Sponsor - Bronze: Gradwell -->
<div class="sponsor clearfix">
<div class="fourcol first">
<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>
</div>
<div class="eightcol last">
<p></p>
</div>
</div>
<!-- Sponsor - Bronze: Invest Bristol & Bath -->
<div class="sponsor clearfix">
<div class="fourcol first">
<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 class="eightcol last">
<p></p>
</div>
</div>
</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>