-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
243 lines (160 loc) · 7.16 KB
/
Copy path404.html
File metadata and controls
243 lines (160 loc) · 7.16 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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- Page Info -->
<link rel="shortcut icon" href="/images/favicon.png">
<title>Page Not Found – Julian Underdown</title>
<meta name="description" content="Sorry – the page your looking for doesn't exist.">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title"
content="Page Not Found – Julian Underdown">
<meta name="twitter:description" content="Sorry – the page your looking for doesn't exist.">
<meta name="twitter:image:src" content="https://www.julianunderdown.com/images/demo/about.jpg">
<!-- Facebook OpenGraph -->
<meta property="og:title"
content="Page Not Found – Julian Underdown" />
<meta property="og:description" content="Sorry – the page your looking for doesn't exist." />
<meta property="og:image" content="https://www.julianunderdown.com/images/demo/about.jpg" />
<!-- Font Embed Code -->
<link href="https://fonts.googleapis.com/css?family=Rubik:300,400,500,700|Ubuntu+Mono:400,700" rel="stylesheet">
<!-- Styles -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/style.css">
<!-- Icons -->
<script defer src="https://use.fontawesome.com/releases/v5.1.1/js/brands.js"
integrity="sha384-0inRy4HkP0hJ038ZyfQ4vLl+F4POKbqnaUB6ewmU4dWP0ki8Q27A0VFiVRIpscvL"
crossorigin="anonymous"></script>
<script defer src="https://use.fontawesome.com/releases/v5.1.1/js/fontawesome.js"
integrity="sha384-NY6PHjYLP2f+gL3uaVfqUZImmw71ArL9+Roi9o+I4+RBqArA2CfW1sJ1wkABFfPe"
crossorigin="anonymous"></script>
<!-- Custom Styles -->
<style>
</style>
<!-- Analytics Code -->
<!-- Extra Header JS Code -->
</head>
<body class="loading ajax-loading"
data-site-url="https://www.julianunderdown.com" data-page-url="/404.html">
<header class="header--main">
<div class="wrap grid__2-col">
<div class="logo-menu-container">
<div class="logo-container">
<a href="/" class="header__logo" style="cursor: pointer;">
<img src="/images/logo.png" class="header__logo__img" style="width:300px;">
<img src="/images/logo-hover.png" class="header__logo__img-hover" style="width:300px;">
</a>
</div>
<nav class="header__menu">
<div class="menu__wrap">
<ul class="menu__list">
<li class="menu__list__item">
<a href="/" class="menu__list__item__link button--text">Home</a>
</li>
<li class="menu__list__item">
<a href="/blog" class="menu__list__item__link button--text">Blog</a>
</li>
<li class="menu__list__item">
<a href="/contact" class="menu__list__item__link button--text">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="menu__toggle js-menu-toggle">
<div class="menu__toggle__icon"><span></span></div>
</div>
</div>
</header>
<div class="loader"><svg width="120" height="30" viewBox="0 0 120 30" xmlns="http://www.w3.org/2000/svg">
<circle cx="15" cy="15" r="15">
<animate attributeName="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcMode="linear"
repeatCount="indefinite" />
<animate attributeName="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcMode="linear"
repeatCount="indefinite" />
</circle>
<circle cx="60" cy="15" r="9" fill-opacity="0.3">
<animate attributeName="r" from="9" to="9" begin="0s" dur="0.8s" values="9;15;9" calcMode="linear"
repeatCount="indefinite" />
<animate attributeName="fill-opacity" from="0.5" to="0.5" begin="0s" dur="0.8s" values=".5;1;.5"
calcMode="linear" repeatCount="indefinite" />
</circle>
<circle cx="105" cy="15" r="15">
<animate attributeName="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcMode="linear"
repeatCount="indefinite" />
<animate attributeName="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcMode="linear"
repeatCount="indefinite" />
</circle>
</svg></div>
<div class="page-loader"></div>
<div class="page">
<div class="page__content"
data-page-title="Page Not Found – Julian Underdown">
<section class="contact">
<button class="button--close-modal"></button>
<div class="wrap">
<div class="contact__wrap">
<header class="contact__header">
<h2 class="title">Get In Touch</h2>
<p class="subtitle--light">Prefer using email? Say hi at <a
href="mailto: contact.julianunderdown@pm.me">contact.julianunderdown@pm.me</a>
</p>
</header>
<form method="POST" action="https://formspree.io/f/mjvqkozd" class="contact__form">
<div class="input-group">
<label for="name">Your Name</label>
<input type="text" name="name" id="name" placeholder="What should I call you?" />
</div>
<div class="input-group">
<label for="email">Your Email</label>
<input type="email" name="email" id="email" placeholder="What's your email address?" />
</div>
<div class="input-group">
<label for="message">Your Message</label>
<textarea name="message" id="message" placeholder="What’s on your mind?" rows="4"></textarea>
</div>
<input type="hidden" name="_next" value="/thanks" />
<input type="hidden" name="_subject" value="Contact form submission" />
<input type="text" name="_gotcha" style="display: none;" class="contact-form__gotcha" val="">
<div class="input-submit">
<input type="submit" class="button--fill" value="Email me">
</div>
</form>
</div>
</div>
</section>
<div class="page-post">
<header class="post__header header--single">
<div class="wrap">
<h1 class="post__title">Page not found</h1>
</div>
</header>
<section class="post-full">
<div class="wrap">
<article class="post__content ">
<p class="hero__text">Sorry – the page you're looking for doesn't exist. Perhaps you typed the URL incorrectly, or it may have moved.</p>
<p><a href="/" class="button--fill">Back To Home</a></p>
</article>
</div>
</section>
</div>
</div>
</div>
<footer class="footer">
<div class="wrap grid">
<a href="/" class="footer__title">
Julian Underdown
</a>
<div class="footer__copyright">
<span class="footnote">© 2025 Julian Underdown</span>
</div>
</div>
<!-- Javascript Assets -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="/js/plugins-min.js"></script>
<script src="/js/made-min.js"></script>
<!-- Extra Footer JS Code -->
</body>
</html>