-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
131 lines (131 loc) · 3.77 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
128
129
130
131
<!DOCTYPE html>
<html lang="en" prefix="og: https://ogp.me/ns#">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<link rel="icon" href="/img/logos/logo-red.png" />
<link rel="stylesheet" href="/css/style.css" />
<link rel="canonical" href="https://www.haydenbrown.dev/404" />
<title>404 | hayden's stuff</title>
<link
href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Lato&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap"
rel="stylesheet"
/>
<!-- open graph tags for social media previews -->
<meta property="og:title" content="404 | hayden's stuff" />
<meta property="og:type" content="text/html" />
<meta
property="og:image"
content="https://www.haydenbrown.dev/img/logos/logo-red-wide.png"
/>
<meta property="og:url" content="https://www.haydenbrown.dev/404" />
<meta
property="og:description"
content="written thoughts on games, hoops, music, and programming."
/>
<meta property="og:site_name" content="hayden's stuff" />
</head>
<body>
<nav>
<div class="logo">
<a href="https://www.haydenbrown.dev">
<h4>hayden's stuff</h4>
</a>
</div>
<ul class="nav-links">
<li><a href="https://www.haydenbrown.dev/words">words</a></li>
<li>
<a href="https://www.haydenbrown.dev/projects">projects</a>
</li>
<li>
<a href="https://www.haydenbrown.dev/about">about me</a>
</li>
</ul>
<div class="burger">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
</nav>
<div class="container">
<div class="error">
<div class="error-top">
<h1 class="error-no">404</h1>
<h2 class="error-desc">file not found</h2>
</div>
<p class="apology">
<b>Sorry, I couldn't find that page.</b>
If you manually entered a URL, check to make sure it's
correct. If you were brought here by a link on the site,
please email me below and I'll fix it when I can.
</p>
</div>
</div>
<!-- footer -->
<div class="footer">
<div class="footer-content">
<a
id="email-icon"
target="_blank"
rel="noopener noreferrer"
href="mailto: [email protected]"
>
<img src="img/icons/email.ico" alt="" />
</a>
<a
id="linkedin-icon"
target="_blank"
rel="noopener noreferrer"
href="https://www.linkedin.com/in/hayden-t-brown/"
>
<img src="img/icons/linkedin.ico" alt="" />
</a>
<a
id="twitter-icon"
target="_blank"
rel="noopener noreferrer"
href="https://twitter.com/hb_robo"
>
<img src="img/icons/twitter-circle.ico" alt="" />
</a>
<a
id="github-icon"
target="_blank"
rel="noopener noreferrer"
href="https://github.com/hbrown10"
>
<img src="img/icons/iconmonstr-github-1.svg" alt="" />
</a>
<span id="span0">hello world! feel free to reach out.</span>
<span id="span-email">
contact me about professional inquiries or whatever else!
</span>
<span id="span-linkedin">
connect with me professionally, if that's your thing.
</span>
<span id="span-twitter">
check out my quick-trigger thoughts in real time!
</span>
<span id="span-github">
look through my code, if you want to roast me (most things I
do don't get uploaded).
</span>
</div>
<div class="footer-bottom">
© 2021 | designed by hayden brown
</div>
</div>
<!--JS animations-->
<script src="/js/app.js"></script>
</body>
</html>