From 1c1c5db4caf55e3204b82bfa4b39a50ff1283b06 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 20 Sep 2023 00:24:08 -0700 Subject: implemented project page with cards --- src/pages/about.astro | 0 src/pages/index.astro | 138 ++------------------------------------------------ 2 files changed, 3 insertions(+), 135 deletions(-) create mode 100644 src/pages/about.astro (limited to 'src/pages') diff --git a/src/pages/about.astro b/src/pages/about.astro new file mode 100644 index 0000000..e69de29 diff --git a/src/pages/index.astro b/src/pages/index.astro index a08de2d..fce4326 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,9 +1,10 @@ --- import Layout from "../layouts/Layout.astro"; import SocialNavbar from '../components/SocialNavbar.astro'; +import ShapesBackground from "../components/ShapesBackground.astro"; --- - +

@@ -19,18 +20,7 @@ import SocialNavbar from '../components/SocialNavbar.astro';

-
    -
  • -
  • -
  • -
  • -
  • -
  • -
  • -
  • -
  • -
  • -
+