This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
127 lines (70 loc) · 3.21 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
126
127
<!DOCTYPE HTML>
<!--
Strata by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>404 Page not found · Andrew Waite</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Andrew Waite">
<meta name="description" content="Personal site">
<meta http-equiv="content-language" content="en-gb" />
<meta name="og:site_name" content="Andrew Waite">
<meta name="og:title" content="404 Page not found">
<meta name="og:url" content="">
<meta name="og:image" content="/images/personal-image.png">
<meta name="generator" content="Hugo 0.40.1" />
<!--[if lte IE 8]><script src='/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="/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="//css/ie8.css"><![endif]-->
</head>
<body id="top">
<!-- Header -->
<header id="header">
<a href="/" class="image avatar"><img src="/images/personal-image.png" alt="" /></a>
<h1><strong>I’m Andrew</strong>, a developer<br> and SaaS product manager<br> at <a href="https://silktide.com">Silktide</a> in <a href="https://en.wikipedia.org/wiki/Derby">Derby, UK</a>.</h1>
<nav id="sidebar">
<ul>
<li><a href="/post/">Blog</a></li>
<li><a href="/">Home</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="/">Home</a> page from here.</p>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="//facebook.com/theandywaite" target="_blank" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="//twitter.com/theandywaite" target="_blank" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="//github.com/andywaite" target="_blank" class="icon fa-github"><span class="label">GitHub</span></a></li>
<li><a href="//linkedin.com/in/theandywaite" target="_blank" class="icon fa-linkedin-square"><span class="label">Linkedin</span></a></li>
<li><a href="/#contact-form" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
<li><a href="/index.xml" class="icon fa-rss" type="application/rss+xml"><span class="label">RSS</span></a></li>
</ul>
<ul class="copyright">
<li>© Andrew Waite</li>
<li>Design: <a href="//html5up.net">HTML5 UP</a></li>
</ul>
</footer>
<!-- Scripts -->
<script src="/js/jquery.min.js"></script>
<script src="/js/jquery.poptrox.min.js"></script>
<script src="/js/skel.min.js"></script>
<script src="/js/util.js"></script>
<script src="/js/main.js"></script>
</body>
</html>