-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path404.html
41 lines (36 loc) · 1.72 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Nicholas S. Selby</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- SEO Description -->
<meta name="author" content="Nicholas S. Selby">
<meta name="description" content="404 Not Found">
<link rel="canonical" href="https://rupumped.github.io/404.html">
<!-- Open Graph Tags -->
<meta property="og:title" content="Nicholas S. Selby">
<meta property="og:description" content="404 Not Found">
<meta property="og:image" content="https://rupumped.github.io/og-image.jpg">
<meta property="og:image:width" content="1498">
<meta property="og:image:height" content="778">
<meta property="og:image:alt" content="Nicholas Selby: Engineering that Centers Users and Their Communities">
<meta property="og:url" content="https://rupumped.github.io/404.html">
<meta property="og:type" content="website">
<!-- Favicon -->
<link rel="icon" href="./favicon.ico" type="image/x-icon">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Raleway:wght@300;400;700&display=swap" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" type="text/css" href="https://rupumped.github.io/main.css">
<link rel="stylesheet" type="text/css" href="https://rupumped.github.io/404/404.css">
</head>
<body>
<h2>404</h2>
<img id="headshot" src="https://rupumped.github.io/homepage/headshot.jpg" alt="My professional headshot">
<h3>Nick here.<br>Sorry. This page hasn't been engineered yet.</h3>
<a id="home-button" href="https://rupumped.github.io/">Return Home</a>
</body>
</html>