From ce082c1cbfc015f99df5609192588a5ea49639c8 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Thu, 15 Feb 2024 16:22:17 +0800 Subject: [PATCH] :sparkles: Footer & Legal --- src/components/Footer.astro | 51 +++++++++++ src/components/Navbar.astro | 45 +--------- src/layouts/PageLayout.astro | 2 +- src/layouts/RootLayout.astro | 9 +- src/pages/index.astro | 6 +- src/pages/legal/community-guidelines.astro | 98 ++++++++++++++++++++++ src/pages/legal/privacy-policy.astro | 81 ++++++++++++++++++ src/pages/legal/user-agreement.astro | 94 +++++++++++++++++++++ tsconfig.json | 2 +- 9 files changed, 337 insertions(+), 51 deletions(-) create mode 100644 src/components/Footer.astro create mode 100644 src/pages/legal/community-guidelines.astro create mode 100644 src/pages/legal/privacy-policy.astro create mode 100644 src/pages/legal/user-agreement.astro diff --git a/src/components/Footer.astro b/src/components/Footer.astro new file mode 100644 index 0000000..fc461ee --- /dev/null +++ b/src/components/Footer.astro @@ -0,0 +1,51 @@ + + + diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 96dd104..8622abb 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -17,48 +17,11 @@ const items: MenuItem[] = [