From 371d728321399728e23bd4c368960997f67722be Mon Sep 17 00:00:00 2001 From: pancakes Date: Wed, 26 Mar 2025 17:39:31 +1000 Subject: [PATCH] Add contributions section to home page --- src/data/contributions.json | 8 ++++++++ src/routes/+page.svelte | 35 ++++++++++++++++++++++++++++++----- 2 files changed, 38 insertions(+), 5 deletions(-) create mode 100644 src/data/contributions.json diff --git a/src/data/contributions.json b/src/data/contributions.json new file mode 100644 index 0000000..0bc5404 --- /dev/null +++ b/src/data/contributions.json @@ -0,0 +1,8 @@ +[ + { + "href": "https://iceshrimp.dev/iceshrimp/Iceshrimp.NET", + "name": "Iceshrimp.NET", + "description": "The .NET rewrite of the Iceshrimp server software for the Fediverse.", + "activity": "https://iceshrimp.dev/iceshrimp/Iceshrimp.NET/commits/branch/dev/search?q=author%3Apancakes&all=" + } +] \ No newline at end of file diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 6f81c4b..a2f8d34 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,6 +1,7 @@