diff --git a/web/src/components/footer.astro b/web/src/components/footer.astro new file mode 100644 index 0000000..717b916 --- /dev/null +++ b/web/src/components/footer.astro @@ -0,0 +1,29 @@ +--- +const links = [ + { + text: "src", + href: "https://github.com/breadone/breadone.net" + }, + { + text: "bsky", + href: "https://bsky.app/profile/breadone.xyz" + }, + { + text: "email", + href: "mailto:contact@breadone.net" + }, +] +--- + + \ No newline at end of file diff --git a/web/src/components/index/navbar.astro b/web/src/components/index/navbar.astro index c41dcee..7a8cd4b 100644 --- a/web/src/components/index/navbar.astro +++ b/web/src/components/index/navbar.astro @@ -1,12 +1,35 @@ +--- +const links = [ + { + txt: 'now', + lnk: '/now' + }, + { + txt: 'posts', + lnk: '/posts' + }, + { + txt: 'photos', + lnk: '/photos' + }, +] +--- +
\ No newline at end of file diff --git a/web/src/components/sidebar.astro b/web/src/components/sidebar.astro index 9319049..8f13d35 100644 --- a/web/src/components/sidebar.astro +++ b/web/src/components/sidebar.astro @@ -1,12 +1,15 @@ --- import Navbar from "src/components/index/navbar.astro" +import Footer from "./footer.astro" --- -breadone dot net
-breadone dot net
+