Initial events Astro site
This commit is contained in:
commit
69a5937ead
41 changed files with 12166 additions and 0 deletions
9
src/pages/attended.astro
Normal file
9
src/pages/attended.astro
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
import SiteLayout from "../layouts/SiteLayout.astro";
|
||||
---
|
||||
|
||||
<SiteLayout title="Attended" description="Events attended." brandSubtitle="">
|
||||
<section class="simple-hero">
|
||||
<h1>Coming soon.</h1>
|
||||
</section>
|
||||
</SiteLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue