From d5c8016f209bb871f4458ba512be1bd5cd2c66c2 Mon Sep 17 00:00:00 2001 From: June Date: Fri, 14 Nov 2025 09:06:29 +1300 Subject: [PATCH] Made header a link and added basic photos page --- web/src/components/sidebar.astro | 2 +- web/src/pages/photos/index.astro | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 web/src/pages/photos/index.astro diff --git a/web/src/components/sidebar.astro b/web/src/components/sidebar.astro index 8f13d35..4df64b1 100644 --- a/web/src/components/sidebar.astro +++ b/web/src/components/sidebar.astro @@ -4,7 +4,7 @@ import Footer from "./footer.astro" ---
-

breadone dot net

+ breadone dot net
diff --git a/web/src/pages/photos/index.astro b/web/src/pages/photos/index.astro new file mode 100644 index 0000000..97acf35 --- /dev/null +++ b/web/src/pages/photos/index.astro @@ -0,0 +1,17 @@ +--- +import Base from "src/layout/Base.astro" +import Sidebar from "src/components/sidebar.astro" +--- + + +
+ +

Photography :)

+ Chuck me an email if you'd like a print of these, I'll see what I can do +
+ +
+ PHOTOSSSSSSSSS +
+
+ \ No newline at end of file