Redesign site and optimize page performance
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 23s

This commit is contained in:
Akshay Kolli
2026-07-18 19:57:44 -04:00
parent 2f2794f5d5
commit 9dda076b56
53 changed files with 747 additions and 277 deletions

11
layouts/404.html Normal file
View File

@@ -0,0 +1,11 @@
{{ define "main" }}
<main class="home error-page" id="main-content">
{{ partial "home-intro.html" . }}
<section class="error-panel" aria-labelledby="not-found-heading">
<p class="error-code" aria-hidden="true">404</p>
<h2 id="not-found-heading">File not found</h2>
<p>The page may have moved, or the address may be incomplete.</p>
<a class="post-button" href="{{ "/" | relURL }}">&lt; Home</a>
</section>
</main>
{{ end }}