change contact page back to markdown

This commit is contained in:
emma 2025-02-22 03:43:42 -05:00
parent ffd8d121bf
commit 6ad3bc0cfd
2 changed files with 10 additions and 38 deletions

View File

@ -1,38 +0,0 @@
---
import BasicLayout from "../../layouts/BasicLayout.astro"
const pageTitle = "contact emma"
---
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{pageTitle}</title>
</head>
<body>
<BasicLayout>
<h1>{pageTitle}</h1>
<p>
you can contact me for long form conversation
or a friendly message via email at
emma(at)emmas(dot)place
</p>
<p>you can also sign the guestbook <a href="/site/guestbook">here!</a></p>
<p>
i'm also apart of the
<a href="https://32bit.cafe"
target="_blank">
32-Bit Cafe
</a>
on their discourse forum and discord if
you're already there
</p>
</BasicLayout>
</body>

10
src/pages/site/contact.md Normal file
View File

@ -0,0 +1,10 @@
---
layout: ../../layouts/MarkdownLayout.astro
title: "contact emma"
---
you can contact me for long form conversation or a friendly message via email at emma(at)emmas(dot)place
you can also sign the guestbook [here](/site/guestbook)!
i'm also apart of the [32-Bit Cafe](https://32bit.cafe) on their discourse forum and discord if you're already there