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 7417247..f5ec643 100644
--- a/src/routes/about/+page.svelte
+++ b/src/routes/about/+page.svelte
@@ -120,6 +120,7 @@