-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
123 lines (68 loc) · 3.28 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
<!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 · Dominic Laycock</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Dominic Laycock">
<meta name="description" content="A personal web site and blog for showcasing previous work, current thinking and future goals">
<meta http-equiv="content-language" content="en-us" />
<meta name="og:site_name" content="Dominic Laycock">
<meta name="og:title" content="404 Page not found">
<meta name="og:url" content="">
<meta name="og:image" content="https://dtlaycock.com/images/dom-profile-small.jpeg">
<meta name="generator" content="Hugo 0.53" />
<!--[if lte IE 8]><script src='https://dtlaycock.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://dtlaycock.com/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="https://dtlaycock.com//css/ie8.css"><![endif]-->
</head>
<body id="top">
<!-- Header -->
<header id="header">
<a href="https://dtlaycock.com/" class="image avatar"><img src="https://dtlaycock.com/images/dom-profile-small.jpeg" alt="" /></a>
<h1><strong>I’m Dom</strong>, technologist, food lover, and pursuer of beauty outdoors.</h1>
<nav id="sidebar">
<ul>
<li><a href="https://dtlaycock.com/">Home</a></li>
<li><a href="https://dtlaycock.com/posts/">Blog</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://dtlaycock.com/">Home</a> page from here.</p>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="//twitter.com/dtlaycock" target="_blank" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="//github.com/dtlaycock" target="_blank" class="icon fa-github"><span class="label">GitHub</span></a></li>
<li><a href="//linkedin.com/in/dom-laycock" target="_blank" class="icon fa-linkedin-square"><span class="label">Linkedin</span></a></li>
<li><a href="https://dtlaycock.com/index.xml" class="icon fa-rss" type="application/rss+xml"><span class="label">RSS</span></a></li>
</ul>
<ul class="copyright">
<li>© Dominic Laycock</li>
<li>Design: <a href="//html5up.net" target="_blank">HTML5 UP</a></li>
</ul>
</footer>
<!-- Scripts -->
<script src="https://dtlaycock.com/js/jquery.min.js"></script>
<script src="https://dtlaycock.com/js/jquery.poptrox.min.js"></script>
<script src="https://dtlaycock.com/js/skel.min.js"></script>
<script src="https://dtlaycock.com/js/util.js"></script>
<script src="https://dtlaycock.com/js/main.js"></script>
</body>
</html>