-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
45 lines (42 loc) · 2.11 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
<!DOCTYPE html>
<html>
<!-- Sauce: https://github.com/bathruby/bathruby.github.io -->
<head>
<title>Bath Ruby Conference 2015</title>
<link rel="stylesheet" type="text/css" href="holding.css">
</head>
<body>
<h1>
<img src="logo.png" alt="Bath Ruby Conference" />
<span>Bath, UK — 13th March 2015</span>
</h1>
<p>
Join us in the beautiful city of <a href="http://en.wikipedia.org/wiki/Bath,_Somerset">Bath</a> for a day of entertaining, informative and inspirational talks from some of the Ruby community's favourite speakers.
</p>
<p>
Enter your email address to sign up for news about the conference and we'll send you a 10% discount code when tickets go on sale.
</p>
<div id="mailchimp_signup">
<form action="//rockfieldsystems.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>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<input type="hidden" value="" name="REFERRER" id="referrer">
<div style="position: absolute; left: -5000px;"><input type="text" name="b_f18bb7508370614edaffb50dd_73743da027" tabindex="-1" value=""></div>
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
</form>
</div>
<p>
You can also follow <a href="https://twitter.com/bathruby">@BathRuby</a> on Twitter for updates.
</p>
<script>
document.getElementById("referrer").value = document.referrer;
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-6479775-17', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>