-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·52 lines (47 loc) · 1.98 KB
/
index.html
File metadata and controls
executable file
·52 lines (47 loc) · 1.98 KB
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
---
layout: default
---
{% assign tab-index = 'active' %}
{% include tabs.html %}
<div class="row">
<div class="span8">
<section id="next">
<p>We have a new home! May's Unified Diff sees us in Cardiff's Fire Island - we can't wait!</p>
<h2>next event</h2>
<h3>1st May 2013: <a href="http://www.fireislandcardiff.co.uk">Fire Island, Westgate Street, Cardiff</a> *new venue*</h3>
<dl>
<dt>19:00</dt>
<dd>Interfacing</dd>
<dt>19:30</dt>
<dd>JavaScript: On the server, in your browser, on your phone - Craig Marvelley (<a href="http://twitter.com/craigmarvelley">@craigmarvelley</a>)</dd>
<dt>20:15</dt>
<dd>All About Bitcoin - Warren Seymour (<a href="https://twitter.com/woogoose">@woogoose</a>)</dd>
<dt>21:00</dt>
<dd>Memory fragmentation</dd>
<dt>23:00</dt>
<dd>Shutdown</dd>
</dl>
<img src="http://maps.google.com/maps/api/staticmap?center=51.479826,-3.181068&zoom=16&markers=51.869111,-2.255477|51.479873,-3.181175&size=500x300&sensor=true" alt="Map of Unified Diff Venue">
</section>
</div>
<div class="span4">
<section id="attendn">
<h2>you 'tendin?</h2>
<p>If you're thinking of coming to the next event whack your twitter name
in below so we've got an idea of numbers. Thanks!</p>
<div class="attendn"
data-meetupid="ud20130501"
data-parseappid="0zU3tXSe6hix0imtvBCXFPQMsljwglGl8WsYBrRe"
data-parserestkey="JQEcXQlTnHtlXcgkt8MTPy8JouLaavfR80DcaJSf"></div>
</section>
</div>
</div>
<script type="text/javascript">
$(function() {
// send user to video for old hash-style links
var video = window.location.hash;
if (video && $(video).length == 0) {
window.location.href = 'videos.html' +video;
}
});
</script>