Made header a link and added basic photos page

This commit is contained in:
2025-11-14 09:06:29 +13:00
parent ecba98de45
commit d5c8016f20
2 changed files with 18 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
---
import Base from "src/layout/Base.astro"
import Sidebar from "src/components/sidebar.astro"
---
<Base>
<div class="flex flex-row">
<Sidebar>
<p class="text-2xl">Photography :)</p>
Chuck me an email if you'd like a print of these, I'll see what I can do
</Sidebar>
<div class="content-panel">
PHOTOSSSSSSSSS
</div>
</div>
</Base>