diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte
index 4b6a1cc2..80482789 100644
--- a/src/routes/about/+page.svelte
+++ b/src/routes/about/+page.svelte
@@ -1,6 +1,7 @@
@@ -39,4 +40,42 @@
Donate
+
Credits
+
+
+ If you've contributed in any way and aren't mentioned here, please let me
+ know and I'll add you here ASAP.
+
diff --git a/src/routes/about/Profile.svelte b/src/routes/about/Profile.svelte
new file mode 100644
index 00000000..eb619ee0
--- /dev/null
+++ b/src/routes/about/Profile.svelte
@@ -0,0 +1,34 @@
+
+
+
+ {#if $$slots.avatar || avatar}
+ {#if $$slots.avatar}
+
+ {:else}
+
+ {/if}
+ {/if}
+
+