forked from timd/sheffieldgeeks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
editing.html
34 lines (26 loc) · 1.58 KB
/
editing.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:event="http://purl.org/NET/c4dm/event.owl#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>sheffieldgeeks.org.uk: add or edit your event</title>
<link charset="utf-8" href="media/css/reset.css" media="screen" rel="stylesheet" type="text/css" />
<link charset="utf-8" href="media/css/core.css" media="screen" rel="stylesheet" type="text/css" />
<link charset="utf-8" href="media/css/events.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>sheffieldgeeks.org.uk: add or edit your event</h1>
<p>The code for sheffieldgeeks.org.uk is hosted on GitHub. If you'd like to add or edit an event you're encouraged to <a href="https://github.com/timd/sheffieldgeeks.git">fork the project and submit a pull request</a>.</p>
<p>Alternatively, send an email to <code>tim at timduckett dot co dot uk</code></p>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1131882-9']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>