Super basic home and contact page to be able to put something live

This commit is contained in:
2025-07-04 00:31:09 -07:00
parent d515e581b5
commit a0e66ec8e2
24 changed files with 105 additions and 119 deletions

View File

@@ -3,4 +3,11 @@ import BaseLayout from '../layouts/BaseLayout.astro';
---
<BaseLayout>
<div>Email:
<a href="mailto:caperren@caperren.com">caperren@caperren.com</a>
</div>
<div>
Phone:
<a href="tel:360-298-4396">360-298-4396</a>
</div>
</BaseLayout>