Finalize public portfolio launch
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="noindex, follow">
|
||||
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
<title>Page Not Found | Jay Phillips</title>
|
||||
</head>
|
||||
<body>
|
||||
<a class="skip-link" href="#main">Skip to content</a>
|
||||
<header class="site-header">
|
||||
<nav class="nav shell" aria-label="Primary navigation">
|
||||
<a class="brand" href="/">
|
||||
<span class="brand-mark" aria-hidden="true">JP</span>
|
||||
<span>Jay Phillips</span>
|
||||
</a>
|
||||
<div class="nav-links">
|
||||
<a href="/">Home</a>
|
||||
<a href="/#projects">Projects</a>
|
||||
<a href="/resume.html">Résumé</a>
|
||||
<a href="mailto:Phillips-Jay@outlook.com">Contact</a>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
<main id="main" class="shell">
|
||||
<div class="page-hero">
|
||||
<div class="eyebrow">HTTP 404</div>
|
||||
<h1>That page is <span>not in the cluster.</span></h1>
|
||||
<p class="lead">The requested resource may have moved, been renamed, or never existed.</p>
|
||||
<div class="actions">
|
||||
<a class="button primary" href="/">Return home</a>
|
||||
<a class="button" href="/#projects">View case studies</a>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
<footer class="site-footer shell">
|
||||
<span>© 2026 Jay Phillips</span>
|
||||
<span>Infrastructure portfolio · Kubernetes · GitOps</span>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user