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 @@