-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
104 lines (98 loc) · 4.16 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
---
title: Oops! Not Found
permalink: 404.html
---
<!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="{{ renderData.description or description or metadata.description }}">
<meta name="p:domain_verify" content="cb09c2fcfbe261d7926ac5162b998917" />
<title>{{ title }}</title>
<link rel="stylesheet" href="/css/index.css" />
<link rel="alternate" href="{{ metadata.feed.path | url }}" type="application/atom+xml">
<link rel="icon" href="/img/favicon.png" />
</head>
<body>
<div class="wrapper">
<header>
<a href="#main" class="visible-hidden">Skip to content</a>
<a href="https://toddl.dev" id="title">Todd Libby</a>
<nav>
<ul class="navigation main-nav">
<li class="nav-item">
<a href="/blog/">Blog</a>
</li>
<li class="nav-item">
<a href="/contact/">Contact</a>
</li>
<li class="nav-item">
<a href="/about/">About Todd</a>
</li>
</ul>
</nav>
</header>
<main id="main" tabindex="-1">
<section class="article__body">
<h1> {{ title }} </h1>
<img src="https://res.cloudinary.com/colabottles/image/upload/v1629337702/images/todd.webp" alt="Todd headshot." id="headshot-todd">
<p>Oops! Hold on a second, sunshine! The page you were looking for is not here! Go <a href="{{ 'https://toddl.dev' | url }}">to the Home page</a> and try again!</p>
</section>
<footer class="meta footer">
<h2>©1999 — 2023, Todd Libby.</h2>
<ul class="nav list-inline">
<li class="nav-item"><a href="{{ '/podcast' | url }}">Podcast</a></li>
<li class="nav-item"><a href="{{ '/support' | url }}">Support</a></li>
<li class="nav-item"><a href="{{ '/archives' | url }}">Archives</a></li>
<li class="nav-item"><a href="{{ '/uses' | url }}">Uses</a></li>
<li class="nav-item"><a href="{{ '/events' | url }}">Events</a></li>
<li class="nav-item"><a href="{{ '/resources' | url }}">Resources</a></li>
<li class="nav-item"><a href="{{ '/blogroll' | url }}">Blogroll</a></li>
<li class="nav-item"><a href="{{ '/links' | url }}">Links</a></li>
<li class="nav-item"><a href="{{ '/speaking' | url }}">Speaking</a></li>
<li class="nav-item"><a href="{{ '/a11y' | url }}">Accessibility Statement</a></li>
</ul>
<h2>#BlackLivesMatter · #StopAsianHate</h2>
<ul class="footer-icons">
<li>
<a href="https://codepen.io/colabottles/#" class="codepen">
<svg class="icon icon-codepen" focusable="false">
<title>My CodePen repository</title>
<desc id="codepen">A white 3D cube.</desc>
<use href="/img/symbol-defs.svg#icon-codepen"></use>
</svg>
</a>
</li>
<li>
<a href="https://github.com/colabottles/" class="github">
<svg class="icon icon-github" focusable="false">
<title>My GitHub repository</title>
<desc id="github">A white OctoCat.</desc>
<use href="/img/symbol-defs.svg#icon-github"></use>
</svg>
</a>
</li>
<li>
<a href="https://toddl.dev/feed/feed.xml" class="rss">
<svg class="icon icon-rss" focusable="false">
<title>The RSS feed for this site</title>
<desc id="rss">A white RSS logo, a group of lines shaped like a speaker.</desc>
<use href="/img/symbol-defs.svg#icon-rss"></use>
</svg>
</a>
</li>
<li>
<a href="http://wave.webaim.org/report#/https://toddl.dev/" class="a11y">
<svg class="icon icon-accessible-icon" focusable="false">
<title>WAVE test results for this site</title>
<desc id="a11y">A person in a wheelchair that is the color white.</desc>
<use href="/img/symbol-defs.svg#icon-accessible-icon"></use>
</svg>
</a>
</li>
</ul>
</footer>
</div>
</html>