-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
89 lines (77 loc) · 3.12 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145863761-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-145863761-1');
</script>
<title>Nathan Davies - 404 Page Not Found</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description"
content="Nathan Davies. Full Stack Developer Portfolio. Come browse my skills and software projects.">
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet"
href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">
<link rel="stylesheet" href="https://unpkg.com/tippy.js@4/themes/translucent.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="manifest" href="favicons/site.webmanifest">
<link rel="mask-icon" href="favicons/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="theme-color" content="#ffffff">
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<a href="https://nathandavies.dev" class="title">Nathan Davies</a>
<nav>
<ul>
<li><a href="https://nathandavies.dev">Home</a></li>
<li><a href="https://github.com/NathanD19">Github</a></li>
<li><a href="https://www.linkedin.com/in/nathandavies19/">Linkedin</a></li>
<!-- <li><a href="generic.html" class="active">Generic</a></li> -->
</ul>
</nav>
</header>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main" class="wrapper">
<div class="inner">
<h1 class="major">404 - Sorry this page could not be found...</h1>
<h3>Would you like to...</h3>
<p><a href="#" onclick="window.history.back();" class="button fit">Go Back?</a></p>
<p><a href="https://nathandavies.dev" class="button fit">Return Home?</a></p>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper alt">
<div class="inner">
<ul class="menu">
<li>© Nathan Davies. All rights reserved.</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
<!-- Hyperspace by HTML5 UP - html5up.net | @ajlkn - Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) -->
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>