-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
97 lines (80 loc) · 3.53 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
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Page not found - Tim Taubert</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta name="description" content=" Page not found The page you are looking for does not exist. ">
<meta content="Tim Taubert" name="author">
<link href="http://fonts.googleapis.com/css?family=Droid+Sans:400,700|PT+Sans" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/screen.css" media="screen" rel="stylesheet" type="text/css">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
<link href="/favicon.ico" rel="icon" type="image/ico">
<link href="/atom.xml" rel="alternate" title="Tim Taubert" type="application/atom+xml">
<script defer src="/javascripts/main.js"></script>
</head>
<body>
<div class="container-fluid">
<div class="row-fluid">
<div class="col span3">
<header id="header">
<h1><a href="/">Tim Taubert</a></h1>
</header>
<section id="about">
<h1 class="hidden">About me</h1>
<strong>Mozillian.</strong>
<strong>Open Source enthusiast.</strong>
<strong>Loves Programming Languages.</strong>
</section>
<nav>
<h1 class="hidden">Main Navigation</h1>
<ul class="nav-main">
<li><a class="nav-main-link" title="About me" href="/about-me">about me</a></li>
<li><a class="nav-main-link" title="Imprint" href="/imprint">imprint</a></li>
</ul>
</nav>
</div>
<div id="main" class="col span6">
<section>
<h1 class="hidden">Content</h1>
<article>
<header class="article-header">
<h1>Page not found</h1>
</header>
<p>The page you are looking for does not exist.</p>
</article>
</section>
</div>
<div class="col span1"></div>
<div class="col span2">
<section class="well">
<h1 class="sidebar-header">Recent posts</h1>
<ul class="nav nav-list" id="recent-posts">
<li><a title="Scotland.JS 2013 in Edinburgh" href="/blog/2013/05/scotland-js-2013-in-edinburgh/">Scotland.JS 2013 in Edinburgh</a></li>
<li><a title="Working with infinite sequences in JavaScript" href="/blog/2013/05/working-with-infinite-sequences-in-javascript/">Working with infinite sequences in JavaScript</a></li>
<li><a title="Stop. Iteration time!" href="/blog/2013/05/stop-iteration-time/">Stop. Iteration time!</a></li>
<li><a title="getUserMedia() part 3: simple motion detection in a live video" href="/blog/2013/02/getusermedia-part-3-simple-motion-detection-in-a-live-video/">getUserMedia() part 3: simple motion detection in a live video</a></li>
<li><a title="Note to myself: Don't be lazy" href="/blog/2013/02/note-to-myself-dont-be-lazy/">Note to myself: Don't be lazy</a></li>
</ul>
</section>
<section class="well">
<h1 class="sidebar-header">Disclaimer</h1>
<p id="disclaimer">The opinions expressed here are my own and do not necessarily represent those of current or past employers.</p>
</section>
</div>
</div>
</div>
<script defer>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-5257191-3']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = 'http://www.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>