Skip to content

Commit 6296cf9

Browse files
committed
Ugh manual docs generation
1 parent 622decf commit 6296cf9

8 files changed

Lines changed: 523 additions & 218 deletions

File tree

docs/404.html

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
<!doctype html>
2+
<html lang="en" data-theme="auto">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
7+
<title>404 | Keith Daulton | Design Technologist, User Experience Engineer, Technical Leader</title>
8+
9+
<link rel="icon" type="image/png" sizes="32x32" href="/meta/favicon-32x32.png" />
10+
<link rel="icon" type="image/png" sizes="16x16" href="/meta/favicon-16x16.png" />
11+
12+
<script type="module" crossorigin src="/assets/index-ShRo7YcU.js"></script>
13+
<link rel="stylesheet" crossorigin href="/assets/index-DntqMw41.css">
14+
</head>
15+
<body>
16+
<!-- SKIP LINKS -->
17+
<a href="#main" class="o-sr-only-focusable skip-link">Skip to main content</a>
18+
<!-- <a href="#nav" class="o-sr-only-focusable skip-link">Skip to navigation</a> -->
19+
20+
<!-- HEADER -->
21+
<header class="header header--pinned" id="header">
22+
<div class="container container--wide">
23+
<div class="header__group">
24+
<a href="/"><img class="logo" src="/media/branding/logo-square.png" alt="Keith Daulton" /></a>
25+
</div>
26+
<!-- <nav class="header__group" id="nav" aria-label="Main Navigation">
27+
<ul class="nav-inline">
28+
<li><a href="#about">About</a></li>
29+
<li><a href="#work">Work</a></li>
30+
<li><a href="#connect">Connect</a></li>
31+
</ul>
32+
</nav> -->
33+
<div class="header__group">
34+
<!-- TODO: add theme switcher -->
35+
<a href="https://github.com/d13" target="_blank" rel="noopener"
36+
><d-icon-library icon="github"></d-icon-library><span class="o-sr-only">Me on GitHub</span></a
37+
>
38+
</div>
39+
</div>
40+
</header>
41+
42+
<main id="main">
43+
<!-- HERO -->
44+
<section class="hero" id="hero">
45+
<!-- <div class="hero__media"></div> -->
46+
<d-error-image class="hero__media"></d-error-image>
47+
<hgroup class="hero__content">
48+
<div class="container container--wide">
49+
<h1 class="hero__heading">404</h1>
50+
</div>
51+
<div class="hero__subgroup" id="hero-subgroup">
52+
<div class="container container--wide">
53+
<p class="hero__subheading">Page not found</p>
54+
<p class="hero__tagline">I really just wanted to make another hero SVG...</p>
55+
</div>
56+
</div>
57+
</hgroup>
58+
</section>
59+
60+
<!-- CONNECT -->
61+
<section class="connect" id="connect">
62+
<div class="container">
63+
<div class="connect__content">
64+
<h2>Connect</h2>
65+
<nav id="contact-nav" aria-label="Contact Information">
66+
<a href="mailto:keith@keithdaulton.com"
67+
><d-icon-library icon="envelope"></d-icon-library><span class="o-sr-only">Email</span></a
68+
>
69+
<a href="tel:+1-954-805-2603"
70+
><d-icon-library icon="phone"></d-icon-library><span class="o-sr-only">Phone</span></a
71+
>
72+
</nav>
73+
<nav id="social-nav" aria-label="Social Links">
74+
<a target="_blank" href="https://github.com/d13"
75+
><d-icon-library icon="github"></d-icon-library><span class="o-sr-only">GitHub</span></a
76+
>
77+
<a target="_blank" href="https://bsky.app/profile/keithdaulton.com"
78+
><d-icon-library icon="bluesky"></d-icon-library><span class="o-sr-only">Bluesky</span></a
79+
>
80+
<!-- <a target="_blank" href="https://twitter.com/keithdaulton"
81+
><d-icon-library icon="twitter"></d-icon-library><span class="o-sr-only">Twitter</span></a
82+
> -->
83+
<a target="_blank" href="https://www.linkedin.com/in/keithdaulton"
84+
><d-icon-library icon="linkedin"></d-icon-library><span class="o-sr-only">LinkedIn</span></a
85+
>
86+
<!-- <a target="_blank" rel="me" href="https://hachyderm.io/@d13"
87+
><d-icon-library icon="mastodon"></d-icon-library><span class="o-sr-only">Mastodon</span></a
88+
> -->
89+
<a target="_blank" href="https://dribbble.com/keithdaulton"
90+
><d-icon-library icon="dribbble"></d-icon-library><span class="o-sr-only">Dribbble</span></a
91+
>
92+
<a target="_blank" href="https://codepen.io/d13"
93+
><d-icon-library icon="code"></d-icon-library><span class="o-sr-only">CodePen</span></a
94+
>
95+
</nav>
96+
<img src="/media/branding/logo-tight.png" alt="Keith Daulton" />
97+
</div>
98+
</div>
99+
</section>
100+
</main>
101+
102+
<!-- FOOTER -->
103+
<footer class="footer">
104+
<div class="container">
105+
<p>&copy; Copyright 2025 Keith Daulton and respective brands. All rights reserved.</p>
106+
<nav>
107+
<a href="404.html">get lost</a>
108+
<a href="#top"><d-icon-library icon="arrow-up"></d-icon-library><span class="o-sr-only">Back to top</span></a>
109+
</nav>
110+
</div>
111+
</footer>
112+
</body>
113+
</html>
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)