summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-01-08 22:30:25 +0000
committerJoe Carstairs <me@joeac.net>2026-01-08 22:30:25 +0000
commit9f85d2f1b34bc17ca9fd0627222b03a5f8d952d5 (patch)
treeea4e9efa9272bf3983d48e4e6f1c9c4b00bcde9b /website
parentd8d2e940087956b85bb24c93aea3e91104ed8552 (diff)
WIP sign on contact form
Diffstat (limited to 'website')
-rw-r--r--website/src/pages/contact.astro10
1 files changed, 9 insertions, 1 deletions
diff --git a/website/src/pages/contact.astro b/website/src/pages/contact.astro
index b03436c..3949b1e 100644
--- a/website/src/pages/contact.astro
+++ b/website/src/pages/contact.astro
@@ -6,7 +6,15 @@ import Page from "../layouts/Page.astro";
<Page title="Contact" description="Contact Joe Carstairs">
<OtpDialog />
- <form class="contact-form">
+ <section>
+ <h1>Out of order</h1>
+
+ <p>
+ I am working on a contact form, but it's not quite ready yet.
+ </p>
+ </section>
+
+ <form class="contact-form" hidden="true">
<h1>Contact me</h1>
<p hidden class="error"/>
<label for="name">Name</label>