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/components/ShapesBackground.astro | 135 ++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 src/components/ShapesBackground.astro (limited to 'src/components/ShapesBackground.astro') diff --git a/src/components/ShapesBackground.astro b/src/components/ShapesBackground.astro new file mode 100644 index 0000000..fd56d72 --- /dev/null +++ b/src/components/ShapesBackground.astro @@ -0,0 +1,135 @@ + + \ No newline at end of file -- cgit v1.2.3