From d46cf4da8f35d1edeec8ed86c8847761a70d9845 Mon Sep 17 00:00:00 2001 From: not-nullptr <62841684+not-nullptr@users.noreply.github.com> Date: Thu, 13 Feb 2025 22:17:01 +0000 Subject: [PATCH] feat: add sponsors --- src/lib/assets/hotmilk.svg | 13 +++++++++++ src/lib/sections/about/Vertd.svelte | 34 +++++++++++++++++++++++++++++ src/lib/sections/about/index.ts | 1 + src/routes/about/+page.svelte | 1 + 4 files changed, 49 insertions(+) create mode 100644 src/lib/assets/hotmilk.svg create mode 100644 src/lib/sections/about/Vertd.svelte diff --git a/src/lib/assets/hotmilk.svg b/src/lib/assets/hotmilk.svg new file mode 100644 index 0000000..15b662e --- /dev/null +++ b/src/lib/assets/hotmilk.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/src/lib/sections/about/Vertd.svelte b/src/lib/sections/about/Vertd.svelte new file mode 100644 index 0000000..27502df --- /dev/null +++ b/src/lib/sections/about/Vertd.svelte @@ -0,0 +1,34 @@ + + + +

+
+ +
+ Sponsors +

+
+
+ + + +
+

+ Want to support us? Contact a developer in the Discord server! +

+
+
diff --git a/src/lib/sections/about/index.ts b/src/lib/sections/about/index.ts index 032009c..91b24ed 100644 --- a/src/lib/sections/about/index.ts +++ b/src/lib/sections/about/index.ts @@ -2,3 +2,4 @@ export { default as Credits } from "./Credits.svelte"; export { default as Donate } from "./Donate.svelte"; export { default as Resources } from "./Resources.svelte"; export { default as Why } from "./Why.svelte"; +export { default as Vertd } from "./Vertd.svelte"; diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index 1464840..8553ba9 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -119,6 +119,7 @@
+