-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
125 lines (67 loc) · 3.44 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
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE HTML>
<html>
<head>
<title>404 Page not found · Kyle Wiens</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Kyle Wiens">
<meta name="description" content="Describe your website">
<meta http-equiv="content-language" content="en-us" />
<meta name="og:site_name" content="Kyle Wiens">
<meta name="og:title" content="404 Page not found">
<meta name="og:url" content="">
<meta name="og:image" content="https://kylewiens.com/images/avatar.jpg">
<meta name="generator" content="Hugo 0.30.2" />
<!--[if lte IE 8]><script src='https://kylewiens.com/js/ie/html5shiv.js'></script><![endif]-->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://kylewiens.com/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="https://kylewiens.com//css/ie8.css"><![endif]-->
<link href="https://kylewiens.com/index.xml" rel="alternate" type="application/rss+xml" title="Kyle Wiens" />
<link href="https://kylewiens.com/index.xml" rel="feed" type="application/rss+xml" title="Kyle Wiens" />
</head>
<body id="top">
<!-- Header -->
<header id="header">
<a href="https://kylewiens.com/" class="image avatar"><img src="https://kylewiens.com/images/avatar.jpg" alt="" /></a>
<h1>I’m <strong>Kyle Wiens</strong>, a fixer<br> doing my best to reverse the <br> second law of thermodynamics.</h1>
<nav id="sidebar">
<ul>
<li><strong>My work</strong></li>
<li><a href="https://kylewiens.contently.com">Writing</a></li>
<li><a href="https://www.ifixit.com">iFixit</a></li>
<li><a href="https://www.dozuki.com">Dozuki</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<h1>Page not found</h1>
<p>Uh-oh, you seem to have taken a wrong turn! It looks like this was the result of either:</p>
<ul>
<li>A mistyped URL, or a copy-and-paste mistakex</li>
<li>A broken link on a web pages or in an email</li>
<li>Moved or deleted content</li>
</ul>
<p>I suggest that you head to my <a href="https://kylewiens.com/">Home</a> page from here.</p>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="//kylewiens.contently.com" target="_blank" class="icon fa-book"><span class="label">Writing</span></a></li>
<li><a href="//facebook.com/kylewiens" target="_blank" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="//twitter.com/kwiens" target="_blank" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="//linkedin.com/in/kylewiens" target="_blank" class="icon fa-linkedin-square"><span class="label">Linkedin</span></a></li>
<li><a href="mailto:[email protected]" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>Repair is noble.</li>
</ul>
</footer>
<!-- Scripts -->
<script src="https://kylewiens.com/js/jquery.min.js"></script>
<script src="https://kylewiens.com/js/jquery.poptrox.min.js"></script>
<script src="https://kylewiens.com/js/skel.min.js"></script>
<script src="https://kylewiens.com/js/util.js"></script>
<script src="https://kylewiens.com/js/main.js"></script>
</body>
</html>