From 2e8c3d8d844f169c0f01eae90ed613881aa744b8 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 22 Oct 2023 12:21:23 -0700 Subject: Add hidden contributions page --- src/pages/contributions.astro | 82 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 src/pages/contributions.astro (limited to 'src/pages') diff --git a/src/pages/contributions.astro b/src/pages/contributions.astro new file mode 100644 index 0000000..f6dd454 --- /dev/null +++ b/src/pages/contributions.astro @@ -0,0 +1,82 @@ +--- +import Layout from "../layouts/Layout.astro"; +import SocialNavbar from "../components/SocialNavbar.astro"; +import Card from "../components/Card.astro"; +--- + + +
+

Open Source Contributions

+ + + +
+

Contributions

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