-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (61 loc) · 2.71 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
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
<!doctype html>
<html class="no-js front">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<title>HACKED @ IndigO2</title>
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Press+Start+2P" />
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans" />
<link rel="stylesheet" href="stylesheets/main.css" />
<script src="javascripts/jquery.js"></script>
<script src="javascripts/jquery.fittext.js"></script>
<script src="javascripts/modernizr.js"></script>
<script src="javascripts/main.js"></script>
</head>
<body>
<div class="container">
<header>
<h1>HACKED <sub><a href="http://thelab.o2.com/" target="_blank">powered by The Lab</a></sub></h1>
<!-- Possible names included....
- A Rather Large Hackday,
- Mashed 5 - The Empire Hacks Back
- Ewan, Don’t Do That 2013
- Stop. Hacking time.
- Hack to the Future
- U Can’t Hack This
- Now That’s What I Call a Hackday! (volume 4)
-->
<h2><span class="date">20th/21st July 2013</span> - <span class="location">IndigO2 at The O2, London</span></h2>
<p>500 developers and 2 days of learning, sharing and building cool stuff.</p>
</header>
<div id="action">
<a href="register.html">>>> Sign up for updates... <<<</a>
</div>
<ul>
<li><a href="tickets.html">TICKETS</a></li>
<li><a href="qa.html">Q & A</a></li>
<li><a href="sponsor.html">SPONSORSHIP</a></li>
</ul>
<p id="social">Please follow us on <a href="http://twitter.com/hackedio">Twitter</a> and show your interest on <a href="http://lanyrd.com/cgpkm/">Lanyrd</a>.</p>
</div>
<footer>
Brought to you by <a href="http://thelab.o2.com/" target="_blank">The Lab</a> and <a href="http://geeksoflondon.com" target="_blank">Geeks of London</a>
</footer>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-275654-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>
<!--
Hacked is inspired by Open Hack, Mashed and the other great Alexandra Palace hack days before it.
We are committed to throwing the best hack day of 2013 and if you're reading this we hope to see you there!
Cristiano, Guy, Kevin, Leeky, Melinda and Nic
-->
</html>