Super basic home and contact page to be able to put something live
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user