-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
169 lines (80 loc) · 3.85 KB
/
404.html
File metadata and controls
169 lines (80 loc) · 3.85 KB
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Sam Chorlton's Site">
<title>
404 Page not found - Sam Chorlton
</title>
<meta property="og:title" content="404 Page not found - Sam Chorlton" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Sam Chorlton's Site"/>
<meta property="og:url" content="https://samchorlton.com/404.html"/>
<meta property="og:site_name" content="Sam Chorlton"/>
<link rel="shortcut icon" href="https://samchorlton.com/favicon.ico">
<link rel="stylesheet" href="https://samchorlton.com/css/main.min.b2cd5055a410cfe0557c1b5f608b21a5d6f6421f56b014a3ed2ce0029c8a2cb3.css" integrity="sha256-ss1QVaQQz+BVfBtfYIshpdb2Qh9WsBSj7SzgApyKLLM=" media="screen">
<link rel="stylesheet" href="https://samchorlton.com/custom.css" integrity="" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero ">
<h1 class="bold-title is-1">Sam Chorlton</h1>
</div>
<div class="section ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu " id="navMenu">
<a class="navbar-item" href="#publications">
Publications
</a>
<a class="navbar-item" href="#presentations">
Presentations
</a>
<a class="navbar-item" href="#educational">
Educational Material
</a>
<a class="navbar-item" href="https://github.com/schorlton" target="_blank">
Github
</a>
<a class="navbar-item" href="#contact">
Contact
</a>
</div>
</nav>
<hr>
</div>
<div class="container markdown top-pad">
404 - Oops! Either you’ve found a bug or you’re just making things up. This page doesn’t exist!
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
© Sam Chorlton 2020
</span>
</div>
</div>
</div>
</section>
<script src="https://samchorlton.com/js/bundle.e6934e69d06bb8a213134f4c1468f9478bb7755e786dfb60e3c5a917c5335805.js" integrity="sha256-5pNOadBruKITE09MFGj5R4u3dV54bftg48WpF8UzWAU="></script>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-129345906-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</body>
</html>