diff --git a/src/routes/about.svelte b/src/routes/about.svelte index 5e819aa..6d5f0ef 100644 --- a/src/routes/about.svelte +++ b/src/routes/about.svelte @@ -27,16 +27,23 @@ them here.

Illustrator: Mira Cassiela

-

*Insert description here*

+

Virtual artist | L2D artist + freelance character designer and illustrator

- Linktree + YouTube + • + Twitter + • + Instagram + • + Links

Live2D Rigging: Siauw Adhie

-

*Insert description here*

TwitterYouTube + • + Fiverr

Where you can find me

Publishing media

diff --git a/src/routes/ask-form.js b/src/routes/ask-form.js new file mode 100644 index 0000000..121810c --- /dev/null +++ b/src/routes/ask-form.js @@ -0,0 +1,30 @@ + + +// Public webhook URL for forms. +let webhookUrl = "https://n8n.nanao.moe/webhook/fd943cbe-fd27-47f8-98ec-01c14b5104fe"; + +export async function post({ body }) { + if (!body.message) { + return { + status: 400, + body: { + error: "No message!" + } + } + } + const data = await fetch(webhookUrl, { + method: "POST", + headers: { + "Content-Type": "application/json", + }, + body: JSON.stringify({ + message: body.message ?? "Blank form", + }), + }) + + return { + body: { + success: true, + } + } +} \ No newline at end of file diff --git a/src/routes/debut.svelte b/src/routes/debut.svelte new file mode 100644 index 0000000..c6214da --- /dev/null +++ b/src/routes/debut.svelte @@ -0,0 +1,57 @@ + + + + Damillora + + +
+ +

Debut Stream!

+
+
+

This page contains information about my debut stream as a Virtual YouTuber.

+

When will it happen?

+

The debut stream is set to be on June 19th, 2021.

+

Watch my debut

+

+ My debut stream will be in this link: [Debut Stream] Connection Established #1 +

+

Send me a message for my debut!

+

+ All submissions are anonymous. Seriously, + check it for yourself, it's open source. +

+

The messages you send will be read during my debut stream.

+
+