-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·54 lines (48 loc) · 2.13 KB
/
index.html
File metadata and controls
executable file
·54 lines (48 loc) · 2.13 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
52
53
---
layout: default
---
{% assign tab-index = 'active' %}
{% include tabs.html %}
<div class="row">
<div class="span8">
<section id="next">
<p>Another set of fascinating talks in February. Many thanks to <a href="http://twitter.com/douggore">@douggore</a>
for showing us the guts of the machine, and <a href="http://www.cardiffdevworkshop.com/">Cardiff Dev Workshop's</a>
<a href="http://twitter.com/gavd_uk">@GavD_UK</a> extolling the virtues of high quality code.</p>
<p>Next event will be in our usual venue, with some more speakers, and some great tech chat!</p>
<h2>next event</h2>
<h3>3rd April 2013: <a href="http://www.oneills.co.uk/oneillstrinitystreetcardiff/">O'Neils, Trinity Street</a></h3>
<dl>
<dt>19:00</dt>
<dd>Interfacing</dd>
<dt>19:30</dt>
<dd>Talks to be announced...</dd>
<dt>21:30</dt>
<dd>Memory fragmentation</dd>
<dt>23:00</dt>
<dd>Shutdown</dd>
</dl>
<img src="http://maps.googleapis.com/maps/api/staticmap?center=51.480407,-3.178568&maptype=roadmap&sensor=false&zoom=15&size=400x400&markers=color:red%7Ccolor:red%7C51.480407,-3.178568" alt="Map indicating O'Neils, Trinity Street">
</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="ud20130403"
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>