forked from chrismdp/chrismdp.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
113 lines (102 loc) · 4.15 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html class="not-ie" lang="en"> <!--<![endif]-->
<head>
<meta charset='utf-8'>
<title>{{ page.title }}</title>
<meta name="author" content="Chris Parsons" />
<meta name="description" content="a blog by Chris Parsons" />
<link href="http://chrismdp.com/atom.xml" rel="alternate" title="Chris Parsons" type="application/atom+xml" />
<link rel="stylesheet" href="/css/syntax.css" type="text/css" />
<script type="text/javascript">
/* <![CDATA[ */
(function() {
var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
s.type = 'text/javascript';
s.async = true;
s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
t.parentNode.insertBefore(s, t);
})();
/* ]]> */
</script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link href="/css/style.min.css" rel="stylesheet">
<link href="/css/font-awesome/font-awesome.css" rel="stylesheet">
<!--[if IE 7]>
<link href="css/font-awesome/font-awesome-ie7.css" rel="stylesheet">
<![endif]-->
<!-- Load Open sans from Google Font Directory -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800' rel='stylesheet' type='text/css'>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="js/jquery-1.8.3.min.js"%3E%3C/script%3E'))</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-431118-3']);
_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>
<style>
img {
display: block;
height: auto;
max-width: 100%;
}
.post .entry-content { font-size: 1.1em; }
.entry-content h2, .entry-content h1 { margin: 25px 0px 15px 0; }
</style>
</head>
<body>
<div class='container' id='content'>
<h1><a href="/">Hmm, can't find that page.</a></h1>
</div>
<footer>
<div class='container'>
<div class='row'>
<div class='col-sm-2 social-networks'>
<p>Subscribe:</p>
<a class='icon-file' href='http://feeds.feedburner.com/ChrisParsons'></a>
</div>
<div class='col-sm-4 social-networks'>
<p>Find me on:</p>
<a class='icon-twitter' href='http://twitter.com/chrismdp'></a>
<a class='icon-github' href='http://github.com/chrismdp'></a>
<a class='icon-linkedin' href='http://linkedin.com/in/chrisparsons'></a>
<a class='icon-bullhorn' href='http://lanyrd.com/chrismdp'></a>
<br>
<br>
</div>
</div>
</div>
</footer>
<div id='footer-extra'>
<div class='container'>
<div class='row'>
<div class='col-sm-4'>
©
Chris Parsons
</div>
<div class='col-sm-4'></div>
<div class='col-sm-4'>
<i class='icon-envelope'></i>
<a href='mailto:[email protected]'>[email protected]</a>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/js/jquery.isotope.min.js"></script>
<script type="text/javascript" src="/js/jquery.touchSwipe.js"></script>
<script type="text/javascript" src="/js/jquery.hotkeys.min.js"></script>
<script type="text/javascript" src="/js/functions.min.js?v=2"></script>
</body>
</html>