From 4c4679725bcd5219c8206946142cb57f7d843a63 Mon Sep 17 00:00:00 2001 From: June Date: Fri, 14 Nov 2025 12:26:46 +1300 Subject: [PATCH] Update pages to use new layout --- web/src/pages/copyright.astro | 10 ++----- web/src/pages/index.astro | 11 ++++---- web/src/pages/photos/index.astro | 48 +++++++++++++++----------------- 3 files changed, 31 insertions(+), 38 deletions(-) diff --git a/web/src/pages/copyright.astro b/web/src/pages/copyright.astro index 1fbcdff..d53c0b2 100644 --- a/web/src/pages/copyright.astro +++ b/web/src/pages/copyright.astro @@ -4,11 +4,8 @@ import Sidebar from "src/components/sidebar.astro" --- -
- - -
-

Copyright & License

+
+

Copyright & License

© 2023-{new Date().getFullYear()} breadone.net. All Rights Reserved.

@@ -22,6 +19,5 @@ import Sidebar from "src/components/sidebar.astro"

For permission requests, please email me.

-
-
+
diff --git a/web/src/pages/index.astro b/web/src/pages/index.astro index fad0762..383c7df 100644 --- a/web/src/pages/index.astro +++ b/web/src/pages/index.astro @@ -1,14 +1,13 @@ --- import Base from "src/layout/Base.astro" -import Sidebar from "src/components/sidebar.astro" --- -
- +
+ sidebar stuff +
-
- content -
+
+ ya
diff --git a/web/src/pages/photos/index.astro b/web/src/pages/photos/index.astro index d77821f..9e5b148 100644 --- a/web/src/pages/photos/index.astro +++ b/web/src/pages/photos/index.astro @@ -18,33 +18,31 @@ const getImageLink = async (record: RecordModel) => { --- -
- -

Photography :)

- Chuck me an email if you'd like a print of these, I'll see what I can do -
- -
- { - photos.map(photo => ( -
-
-
- {photo.alt} -
-
-
{photo.title === "" ? "Untitled" : photo.title}
- -
-

📌 {photo.location}

-

📷 {photo.camera}

-
+
+

Photography :)

+ Chuck me an email if you'd like a print of these, I'll see what I can do +
+ +
+ { + photos.map(photo => ( +
+
+
+ {photo.alt} +
+
+
{photo.title === "" ? "Untitled" : photo.title}
+ +
+

📌 {photo.location}

+

📷 {photo.camera}

- )) - } - -
+
+ )) + }
+ \ No newline at end of file