Rinze/src/routes/index.svelte

31 lines
996 B
Svelte

<script>
import PageHeader from '$lib/components/PageHeader.svelte';
</script>
<svelte:head>
<title>Damillora</title>
</svelte:head>
<div class="page">
<PageHeader>
<h1 class="page-header__heading">Damillora</h1>
<p class="page-header__text">Technology enthusiast VTuber!</p>
</PageHeader>
<main class="container main">
<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>
</main>
</div>