-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
187 lines (177 loc) · 5.67 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="404 (Page Not Found) page of Duncan Ritchie, a web developer in Chester, England.">
<title>404 — Duncan Ritchie’s portfolio</title>
<link rel="stylesheet" href="https://fonts.duncanritchie.co.uk/main.css">
<!-- Comment out the following in development: -->
<link rel="stylesheet" href="https://www.duncanritchie.co.uk/css/main.css">
<link rel="stylesheet" href="https://www.duncanritchie.co.uk/css/no-js.css">
<link rel="stylesheet" media="print" href="https://www.duncanritchie.co.uk/css/print.css">
<!-- Uncomment the following in development: -->
<!-- <link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/no-js.css">
<link rel="stylesheet" media="print" href="./css/print.css"> -->
<link rel="icon" href="https://www.duncanritchie.co.uk/favicon.ico" type="image/x-icon" />
<link rel="icon" href="https://www.duncanritchie.co.uk/favicon-96x96.png" type="image/png" />
<style>
#four-o-four-article {
margin: unset;
margin-left: auto;
margin-right: auto;
max-width: 56rem;
min-height: unset;
}
#four-o-four-article h2 {
position: static;
margin-top: 3rem;
margin-bottom: 0;
}
/* Because navbar is double-decker on mobile/. */
@media (max-width: 42.125rem) {
#four-o-four-article h2 {
margin-top: 4rem;
}
}
#four-o-four-article h2::before {
background-image: none;
}
#four-o-four-article p:first-of-type {
margin-top: 0;
padding-top: 0;
}
</style>
</head>
<body class="has-intersection-observer" id="four-o-four-body">
<nav>
<a id="nav-icon-a" href="https://www.duncanritchie.co.uk/index.html">
<picture>
<source media="(min-width:1201px)" srcset="https://www.duncanritchie.co.uk/android-chrome-192x192.png">
<img id="nav-icon" src="https://www.duncanritchie.co.uk/favicon-96x96.png" alt="Duncan’s fulmar icon" />
</picture>
Duncan Ritchie
</a>
<ul id="nav-main-list">
<li>
<input type="checkbox" id="code-nav-tickbox" title="Show or hide menu for my code" aria-controls="code-nav-menu" />
<label for="code-nav-tickbox" id="code-nav-toggle">
My code
</label>
<ul id="code-nav-menu" aria-labelledby="code-nav-toggle">
<li>
<a href="https://www.duncanritchie.co.uk/code.html#employment">
My employment
</a>
</li>
<li>
<a href="https://www.duncanritchie.co.uk/code.html#website-development">
Developing this website
</a>
</li>
<li>
<a href="https://www.duncanritchie.co.uk/code.html#velut">
Latin dictionary
</a>
</li>
<!-- <li>
<a href="https://www.duncanritchie.co.uk/code.html#velut-projects">
Ancillary pages for my dictionary
</a>
</li> -->
<li>
<a href="https://www.duncanritchie.co.uk/code.html#code">
How I got into coding
</a>
</li>
<!-- <li>
<a href="https://www.duncanritchie.co.uk/code.html#csharp-projects">
C# projects
</a>
</li>
<li>
<a href="https://www.duncanritchie.co.uk/code.html#java-projects">
Java projects
</a>
</li>
<li>
<a href="https://www.duncanritchie.co.uk/code.html#javascript-projects">
JavaScript projects
</a>
</li> -->
</ul>
</li>
<li>
<!-- When the JavaScript runs, the input and label are swapped out for a button that has the same Aria attributes. -->
<input type="checkbox" id="about-me-nav-tickbox" title="Show or hide menu for more about me" aria-controls="about-me-nav-menu" />
<label for="about-me-nav-tickbox" id="about-me-nav-toggle">
More <span id="about-me-hidden-text">about me</span>
</label>
<ul id="about-me-nav-menu" aria-labelledby="about-me-nav-toggle">
<li>
<a href="aboutme.html#blog">
My blog
</a>
</li>
<li>
<a href="https://www.duncanritchie.co.uk/aboutme.html#dog">
My dog
</a>
</li>
<li>
<a href="https://www.duncanritchie.co.uk/aboutme.html#chester">
Chester
</a>
</li>
<li>
<a href="https://www.duncanritchie.co.uk/aboutme.html#latin">
Latin
</a>
</li>
<li>
<a href="https://www.duncanritchie.co.uk/aboutme.html#photos">
Photography
</a>
</li>
<li>
<a href="https://www.duncanritchie.co.uk/aboutme.html#tiq">
Theatre in the Quarter
</a>
</li>
</ul>
</li>
</ul>
<address>
<ul id="socials-list">
<li>
<a href="https://github.com/DuncanRitchie/" id="nav-github">
GitHub
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/duncan-ritchie-uk/" id="nav-linkedin">
LinkedIn
</a>
</li>
</ul>
</address>
</nav>
<h1 class="screenreader-only">404 error page</h1>
<article id="four-o-four-article" aria-labelledby="four-o-four-heading">
<h2 id="four-o-four-heading">
Page not found <small>(404 error)</small>
</h2>
<p>
The page you wanted doesn’t exist, at least not at this address.
I may have moved or deleted it, so sorry about that!
</p>
<p>
You might like to go back to <a href="https://www.duncanritchie.co.uk">my homepage</a>,
visit <a href="https://www.velut.co.uk">my Latin vocabulary website</a>,
or browse <a href="https://www.github.com/DuncanRitchie/">my GitHub profile</a>.
</p>
</article>
<script src="https://www.duncanritchie.co.uk/js/navbar.js"></script>
</body>
</html>