summaryrefslogtreecommitdiff
path: root/website/src/pages/housewarming.astro
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2025-12-16 13:17:37 +0000
committerJoe Carstairs <me@joeac.net>2025-12-16 13:17:37 +0000
commit9dab11d615f0768ba634e8c63d6e7358862c5aba (patch)
tree176cdeecd1f813c4f74b756975ec1489ffda15db /website/src/pages/housewarming.astro
parentfe69e7500192a3dbeeb3f2a388b83aba6147ca4b (diff)
remove housewarming notice
Diffstat (limited to 'website/src/pages/housewarming.astro')
-rw-r--r--website/src/pages/housewarming.astro36
1 files changed, 0 insertions, 36 deletions
diff --git a/website/src/pages/housewarming.astro b/website/src/pages/housewarming.astro
deleted file mode 100644
index 508cb30..0000000
--- a/website/src/pages/housewarming.astro
+++ /dev/null
@@ -1,36 +0,0 @@
----
-import Page from '../layouts/Page.astro';
----
-
-<Page title="Joe's housewarming" description="Details for Joe's housewarming, July 2024">
- <section>
- <h1>Joe's housewarming</h1>
-
- <p>
- I, Joe Carstairs, hereby promise to keep this webpage updated with
- accurate information.
- </p>
-
- <dl>
- <dt>when</dt>
- <dd>2pm-6pm Sunday 21 July 2024</dd>
-
- <dt>where</dt>
- <dd>57 Manor Place, EH3 7EG</dd>
-
- <dt>what to wear</dt>
- <dd>whatever you like (as long as it's decent)</dd>
-
- <dt>what to bring</dt>
- <dd>
- good food<br>
- &nbsp;&nbsp; and/or good drink<br>
- &nbsp;&nbsp; and/or good chat<br>
- &nbsp;&nbsp; and/or good tunes<br>
- &nbsp;&nbsp; and/or a good game<br>
- &nbsp;&nbsp; and/or just your good self
- </dd>
- </dl>
- </section>
-</Page>
-