-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
88 lines (68 loc) · 2.76 KB
/
404.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta charset="utf-8">
<title>
404 –
Matthew Jones
</title>
<meta name="author" content="Matthew Jones" />
<meta name="description" content="A collection of talks and posts by Matthew Jones, aka Geekle." />
<link rel="alternate" type="application/rss+xml" href="http://feeds.feedburner.com/geekle" />
<link rel="stylesheet" href="/css/base.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="/css/font-awesome.min.css">
<link media="only screen and (max-device-width: 480px)" href="/css/mobile.css" type="text/css" rel="stylesheet" />
<link media="only screen and (device-width: 768px)" href="/css/mobile.css" type="text/css" rel="stylesheet" />
<link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link href='https://plus.google.com/117987174088483957780' rel='publisher'/>
<link href='http://www.geekle.id.au/404.html' rel='canonical'/>
<!--
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="/js/application.js"></script>
-->
</head>
<body>
<section class="sidebar">
<a href="/">
<img src="/images/me.jpg" height="75" width="75" class="avatar" />
</a>
<section class="name">
<a href="/">
<span id="fname">Matthew</span>
<span id="lname">Jones</span>
</a>
</section>
<section class="meta">
<a href="https://github.com/geekle" class="icon-github" target="_blank"></a>
<a href="https://twitter.com/geekle" class="icon-twitter" target="_blank"></a>
<a href="http://feeds.feedburner.com/geekle" class="icon-rss"></a>
</section>
<section class="sections">
<ul>
<li><a href="/about.html">about</a></li>
<li><a href="/">posts</a></li>
</ul>
</section>
</section>
<!-- You can edit this whole page, remove it, or use it as basis for any non-post pages you have. -->
<section class="content">
<h1>404</h1>
<h2>Page not found...<h2>
<p>
Damn.
</p>
</section>
<script type='text/javascript'>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20075786-1']);
_gaq.push(['_trackPageview']);
_gaq.push(['_trackPageLoadTime']);
(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>