diff --git a/src/components/Footer.astro b/src/components/Footer.astro new file mode 100644 index 0000000..ced9a9b --- /dev/null +++ b/src/components/Footer.astro @@ -0,0 +1,99 @@ +--- + +--- + + + + diff --git a/src/components/MainView.astro b/src/components/MainView.astro index 3d13935..0522b41 100644 --- a/src/components/MainView.astro +++ b/src/components/MainView.astro @@ -2,6 +2,7 @@ import titleSvg from "../assets/title.svg?raw"; import Navbar from "./Navbar.astro"; import Particles from "./Particles.astro"; +import Footer from "./Footer.astro"; --- @@ -9,6 +10,7 @@ import Particles from "./Particles.astro";
+