Rinze/src/routes/index.svelte

31 lines
939 B
Svelte

<script>
import Hero from '@damillora/plachta/components/Hero/Hero.svelte';
import Container from '@damillora/plachta/components/Container/Container.svelte';
</script>
<svelte:head>
<title>Damillora</title>
</svelte:head>
<Container>
<h1>Welcome to Damillora's website</h1>
<p>
Welcome to the official website of indie Virtual YouTuber and technology enthusiast Damillora!
</p>
<p>
I do tech, programming, and mobile games stuff. I like unique, weird, and interesting things,
</p>
<h2>Channel trailer</h2>
<p>Coming soon...</p>
<h2>
Join the Network: <a href="https://discord.gg/hzdgA7ZyNz">Discord</a>&nbsp;|&nbsp;<a
href="https://matrix.to/#/#general:matrix.nanao.moe">Matrix</a
>
</h2>
<p>
The Damillora Network is the official place for my fans to interact, and a place for enthusiast
to gather and discuss about various topics!
</p>
<p>The Network is reachable via Discord and Matrix.</p>
</Container>