1
0
Fork 0

update 404
All checks were successful
Hugo / build (push) Successful in -11s

This commit is contained in:
brooke 2024-09-12 14:46:28 -04:00
parent 41c815ec17
commit 7ef529c1db
3 changed files with 15 additions and 14 deletions

View file

@ -1,9 +1,12 @@
<html lang="en"> <html lang="en">
{{ partial "head.html" . }} {{ partial "head.html" . }}
<body class="bg-black text-white min-h-screen flex flex-col"> <body class="bg-white text-[#192252] flex flex-col justify-center items-center">
<section class="max-w-[1200px] w-full">
{{ partial "nav.html" . }} {{ partial "nav.html" . }}
{{ partial "404-text.html" . }} {{ partial "404-text.html" . }}
{{ partial "footer.html" . }} {{ partial "footer.html" . }}
</body> </section>
</body>
</html> </html>

View file

@ -1,7 +1,7 @@
<section class="bg-black"> <section>
<div class="py-8 px-4 mx-auto max-w-screen-xl lg:py-16 lg:px-6"> <div class="py-8 px-4 mx-auto lg:py-16 lg:px-6">
<div class="mx-auto max-w-screen-sm text-center h-96"> <div class="mx-auto max-w-screen-sm text-center h-96">
<p class="mb-4 text-7xl tracking-tight font-extrabold text-primary-600"> <p class="mb-4 text-8xl tracking-tight font-thin text-primary-600">
404 404
</p> </p>
<p class="mb-4 text-3xl tracking-tight font-bold md:text-4xl"> <p class="mb-4 text-3xl tracking-tight font-bold md:text-4xl">
@ -11,11 +11,9 @@
Sorry, we can't find that page. You'll find lots to explore on the home Sorry, we can't find that page. You'll find lots to explore on the home
page. page.
</p> </p>
<a <a href="/"
href="/" class="inline-flex text-white bg-primary-600 hover:bg-primary-800 focus:ring-4 focus:outline-none focus:ring-primary-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center my-4">Back
class="inline-flex text-white bg-primary-600 hover:bg-primary-800 focus:ring-4 focus:outline-none focus:ring-primary-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center my-4" to Homepage</a>
>Back to Homepage</a
>
</div> </div>
</div> </div>
</section> </section>

File diff suppressed because one or more lines are too long