From 7cb31ff97fe912f42cac6eb33d71de4bb0e9f3f0 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 1 Dec 2024 12:40:41 +0400 Subject: [PATCH] make stuff --- src/components/nav.astro | 3 +++ src/layouts/Layout.astro | 3 ++- src/pages/home.astro | 30 ++++++++++++++++++++++++++++++ src/pages/index.astro | 5 ----- 4 files changed, 35 insertions(+), 6 deletions(-) create mode 100644 src/pages/home.astro diff --git a/src/components/nav.astro b/src/components/nav.astro index 54713df..06b4862 100644 --- a/src/components/nav.astro +++ b/src/components/nav.astro @@ -10,6 +10,9 @@ services diff --git a/src/pages/home.astro b/src/pages/home.astro new file mode 100644 index 0000000..1bd1900 --- /dev/null +++ b/src/pages/home.astro @@ -0,0 +1,30 @@ +--- +import Nav from "../components/nav.astro"; +import Layout from "../layouts/Layout.astro"; +--- + + +
+
+
+

placeholder

+

yap yap yap

+

yap yap yap

+

yap yap yap

+

yap yap yap

+

yap yap yap

+

todo make this extend to the bottom regardless if theres nothing

+
+
+ diff --git a/src/pages/index.astro b/src/pages/index.astro index c6a2bb4..9db4de6 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -6,11 +6,6 @@ import Nav from '../components/nav.astro';
-