-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
94 lines (70 loc) · 3.39 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
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>404 Page not found · Seth's Blog</title>
<meta name="author">
<meta name="description" content="The awesome blog of Seth Porter.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="Hugo 0.17" />
<link href="http://www.sbporter.com/post/index.xml" rel="alternate" type="application/rss+xml" title="Seth's Blog" />
<link href="http://www.sbporter.com/post/index.xml" rel="feed" type="application/rss+xml" title="Seth's Blog" />
<link href='//fonts.googleapis.com/css?family=Roboto:400,300,700|Noto+Serif:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://www.sbporter.com/css/styles.css">
<link rel="icon" href="http://www.sbporter.com/favicon.ico">
<link rel="apple-touch-icon" href="http://www.sbporter.com/apple-touch-icon.png" />
<link rel="stylesheet" href="http://www.sbporter.com/css/highlightjs/monokai.css">
<script src="http://www.sbporter.com/js/vendor/modernizr-2.8.0.min.js"></script>
<style>
.site-header h2 .logo {
background: url(http://www.sbporter.com/img/desk.jpg) no-repeat 0 0;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
.site-header h2 .logo {
background-image: url(http://www.sbporter.com/img/desk.jpg);
}}
.site-header {
background: #2a373d url(http://www.sbporter.com/img/desk.jpg) no-repeat center center;
z-index: -1;
}
</style>
</head>
<body>
<header class="site-header">
<div class="transparent-layer">
<h2>Seth's Blog</h2>
</div>
</header>
<div class="container clearfix">
<main role="main" class="content">
<a class="btn home" href="http://www.sbporter.com/" title="">« </a>
<h1></h1>
<p></p>
</main>
<aside class="author">
<img class="profile-image" src="http://www.sbporter.com/img/profile-image.png" alt="Seth Porter" />
<p class="name">
<strong>Seth Porter</strong></p>
<p class="address"></p>
<p class="link"></p>
<ul class="social">
<li><a href="//github.com/sbporter" class="icon-github" target="_blank" title="Github"></a></li>
<li><a href="http://www.sbporter.com/post/index.xml" class="icon-rss" target="_blank" title="RSS"></a></li>
</ul>
<br><br>
</aside>
</div>
<footer class="main-footer">
<div class="container clearfix">
<a class="icon-rss" href="http://www.sbporter.com/post/index.xml" title="RSS"></a>
<p>© 2016 · Powered by <a href="http://gohugo.io">Hugo</a>.</p>
</div>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="http://www.sbporter.com/js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script>window.jQuery || document.write('<script src="http:\/\/www.sbporter.com\/js/vendor/jquery-1.11.0.min.js"><\/script>')</script>
<script src="http://www.sbporter.com/js/plugins.js"></script>
</body>
</html>