From 37d9182af74635e948e8092a7336907704f8a93e Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 20 Sep 2023 02:01:02 -0700 Subject: Implement about page - Discord Status component --- src/pages/projects.astro | 124 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 src/pages/projects.astro (limited to 'src/pages/projects.astro') diff --git a/src/pages/projects.astro b/src/pages/projects.astro new file mode 100644 index 0000000..0fe7e5d --- /dev/null +++ b/src/pages/projects.astro @@ -0,0 +1,124 @@ +--- +import Layout from "../layouts/Layout.astro"; +import SocialNavbar from "../components/SocialNavbar.astro"; +import Card from "../components/Card.astro"; +import ShapesBackground from "../components/ShapesBackground.astro"; +--- + + +
+

Projects

+ +
+ + + +
-- cgit v1.2.3