mirror of
https://github.com/Damillora/Rinze.git
synced 2024-11-22 03:37:33 +00:00
feat: wrap some pages in index first
This commit is contained in:
parent
501d19607d
commit
b7f880f4c1
@ -1,5 +1,6 @@
|
||||
<script>
|
||||
import Container from '@damillora/plachta/components/Container/Container.svelte';
|
||||
import Index from '@damillora/plachta/components/PageTypes/Index.svelte';
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
@ -7,99 +8,101 @@
|
||||
</svelte:head>
|
||||
|
||||
<Container>
|
||||
<h1 class="page-header__heading">About Damillora</h1>
|
||||
<p>
|
||||
Hello! My name is Damillora. I'm an indie Virtual YouTuber with a focus on technology, games,
|
||||
and music exploration!
|
||||
</p>
|
||||
<h2>Profile</h2>
|
||||
<ul>
|
||||
<li><strong>Name: </strong> Damillora</li>
|
||||
<li><strong>Birthday: </strong>February 29</li>
|
||||
</ul>
|
||||
<h2>Credits</h2>
|
||||
<p>
|
||||
I am thankful to several for bringing my Virtual YouTuber project to life, and I will list them
|
||||
here.
|
||||
</p>
|
||||
<h3>Illustrator: Mira Cassiela</h3>
|
||||
<p>Virtual artist | L2D artist + freelance character designer and illustrator</p>
|
||||
<p>
|
||||
<a href="https://www.youtube.com/channel/UCW62PICl31M0TDhTcvwepqw">YouTube</a>
|
||||
•
|
||||
<a href="https://twitter.com/miracassiela">Twitter</a>
|
||||
•
|
||||
<a href="https://www.instagram.com/miracassiela/">Instagram</a>
|
||||
•
|
||||
<a href="https://linktr.ee/miracassiela">Links</a>
|
||||
</p>
|
||||
<h3>Live2D Rigging: Siauw Adhie</h3>
|
||||
<p>
|
||||
<a href="https://twitter.com/adhiesc123">Twitter</a>
|
||||
•
|
||||
<a href="https://www.youtube.com/c/SiauwAdhie">YouTube</a>
|
||||
•
|
||||
<a href="https://www.fiverr.com/adhiesc">Fiverr</a>
|
||||
</p>
|
||||
<h2>Where you can find me</h2>
|
||||
<h3>Publishing media</h3>
|
||||
<p>I publish content mainly in those sites</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>YouTube:</p>
|
||||
<p><a href="/channel">Damillora</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Twitch:</p>
|
||||
<p><a href="https://www.twitch.tv/damillora">Damillora</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>SoundCloud:</p>
|
||||
<p><a href="https://soundcloud.com/damillora">damillora</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>GitHub:</p>
|
||||
<p><a href="https://github.com/Damillora">Damillora</a></p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3>Alternative technologies</h3>
|
||||
<p>
|
||||
Mainstream platforms control what you can post, and you can lose access to data rightfully
|
||||
yours.
|
||||
<br />
|
||||
I maintain presence in several altenative platforms and technologies to ensure I have control of
|
||||
data I post, to contribute to a possible future, and as a backup when mainstream platforms go down.
|
||||
<br />
|
||||
If you have a presence in those platforms, I encourage you to use these instead, you will help the
|
||||
adoption of those technologies!
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>Fediverse:</p>
|
||||
<p><a href="https://fed.nanao.moe/@Damillora">Damillora@fed.nanao.moe</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>PeerTube:</p>
|
||||
<p><a href="/fedichan">damillora@live.nanao.moe</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Funkwhale:</p>
|
||||
<p><a href="https://sounds.nanao.moe/@Damillora">@Damillora@live.nanao.moe</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Matrix</p>
|
||||
<p>@damillora:matrix.nanao.moe</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Gemini</p>
|
||||
<p><a href="gemini://gemini.nanao.moe">gemini.nanao.moe</a></p>
|
||||
</li>
|
||||
</ul>
|
||||
<h2>GPG public key</h2>
|
||||
<p>My public key is accessible <a href="/damillora.asc">here</a>.</p>
|
||||
<h2>Producer Meishi</h2>
|
||||
<div class="gallery">
|
||||
<img src="/images/meishi/front-shianv2.png" alt="Meishi front" />
|
||||
<img src="/images/meishi/back-shianv2.png" alt="Meishi back" />
|
||||
</div>
|
||||
<Index>
|
||||
<h1 class="page-header__heading">About Damillora</h1>
|
||||
<p>
|
||||
Hello! My name is Damillora. I'm an indie Virtual YouTuber with a focus on technology, games,
|
||||
and music exploration!
|
||||
</p>
|
||||
<h2>Profile</h2>
|
||||
<ul>
|
||||
<li><strong>Name: </strong> Damillora</li>
|
||||
<li><strong>Birthday: </strong>February 29</li>
|
||||
</ul>
|
||||
<h2>Credits</h2>
|
||||
<p>
|
||||
I am thankful to several for bringing my Virtual YouTuber project to life, and I will list
|
||||
them here.
|
||||
</p>
|
||||
<h3>Illustrator: Mira Cassiela</h3>
|
||||
<p>Virtual artist | L2D artist + freelance character designer and illustrator</p>
|
||||
<p>
|
||||
<a href="https://www.youtube.com/channel/UCW62PICl31M0TDhTcvwepqw">YouTube</a>
|
||||
•
|
||||
<a href="https://twitter.com/miracassiela">Twitter</a>
|
||||
•
|
||||
<a href="https://www.instagram.com/miracassiela/">Instagram</a>
|
||||
•
|
||||
<a href="https://linktr.ee/miracassiela">Links</a>
|
||||
</p>
|
||||
<h3>Live2D Rigging: Siauw Adhie</h3>
|
||||
<p>
|
||||
<a href="https://twitter.com/adhiesc123">Twitter</a>
|
||||
•
|
||||
<a href="https://www.youtube.com/c/SiauwAdhie">YouTube</a>
|
||||
•
|
||||
<a href="https://www.fiverr.com/adhiesc">Fiverr</a>
|
||||
</p>
|
||||
<h2>Where you can find me</h2>
|
||||
<h3>Publishing media</h3>
|
||||
<p>I publish content mainly in those sites</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>YouTube:</p>
|
||||
<p><a href="/channel">Damillora</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Twitch:</p>
|
||||
<p><a href="https://www.twitch.tv/damillora">Damillora</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>SoundCloud:</p>
|
||||
<p><a href="https://soundcloud.com/damillora">damillora</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>GitHub:</p>
|
||||
<p><a href="https://github.com/Damillora">Damillora</a></p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3>Alternative technologies</h3>
|
||||
<p>
|
||||
Mainstream platforms control what you can post, and you can lose access to data rightfully
|
||||
yours.
|
||||
<br />
|
||||
I maintain presence in several altenative platforms and technologies to ensure I have control of
|
||||
data I post, to contribute to a possible future, and as a backup when mainstream platforms go down.
|
||||
<br />
|
||||
If you have a presence in those platforms, I encourage you to use these instead, you will help
|
||||
the adoption of those technologies!
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>Fediverse:</p>
|
||||
<p><a href="https://fed.nanao.moe/@Damillora">Damillora@fed.nanao.moe</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>PeerTube:</p>
|
||||
<p><a href="/fedichan">damillora@live.nanao.moe</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Funkwhale:</p>
|
||||
<p><a href="https://sounds.nanao.moe/@Damillora">@Damillora@live.nanao.moe</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Matrix</p>
|
||||
<p>@damillora:matrix.nanao.moe</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Gemini</p>
|
||||
<p><a href="gemini://gemini.nanao.moe">gemini.nanao.moe</a></p>
|
||||
</li>
|
||||
</ul>
|
||||
<h2>GPG public key</h2>
|
||||
<p>My public key is accessible <a href="/damillora.asc">here</a>.</p>
|
||||
<h2>Producer Meishi</h2>
|
||||
<div class="gallery">
|
||||
<img src="/images/meishi/front-shianv2.png" alt="Meishi front" />
|
||||
<img src="/images/meishi/back-shianv2.png" alt="Meishi back" />
|
||||
</div>
|
||||
</Index>
|
||||
</Container>
|
||||
|
@ -1,6 +1,7 @@
|
||||
<script>
|
||||
import Hero from '@damillora/plachta/components/Hero/Hero.svelte';
|
||||
import Container from '@damillora/plachta/components/Container/Container.svelte';
|
||||
import Index from '@damillora/plachta/components/PageTypes/Index.svelte';
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
@ -8,16 +9,18 @@
|
||||
</svelte:head>
|
||||
|
||||
<Container>
|
||||
<h1>Contact</h1>
|
||||
<p>You can contact me via various channels.</p>
|
||||
<h2>Email: damillora(at)damillora.com</h2>
|
||||
<p>
|
||||
Emails are perfect for long-form correspondences. If you want to discuss about larger projects
|
||||
or you're a corporation, I highly recommend using email.
|
||||
</p>
|
||||
<h2>Twitter: <a href="https://twitter.com/Damillora">Damillora</a></h2>
|
||||
<p>
|
||||
If you're a VTuber and want to collaborate, please send me a Direct Message my way via Twitter!
|
||||
I will gladly help set up the things needed.
|
||||
</p>
|
||||
<Index>
|
||||
<h1>Contact</h1>
|
||||
<p>You can contact me via various channels.</p>
|
||||
<h2>Email: damillora(at)damillora.com</h2>
|
||||
<p>
|
||||
Emails are perfect for long-form correspondences. If you want to discuss about larger projects
|
||||
or you're a corporation, I highly recommend using email.
|
||||
</p>
|
||||
<h2>Twitter: <a href="https://twitter.com/Damillora">Damillora</a></h2>
|
||||
<p>
|
||||
If you're a VTuber and want to collaborate, please send me a Direct Message my way via
|
||||
Twitter! I will gladly help set up the things needed.
|
||||
</p>
|
||||
</Index>
|
||||
</Container>
|
||||
|
@ -1,6 +1,7 @@
|
||||
<script>
|
||||
import Container from '@damillora/plachta/components/Container/Container.svelte';
|
||||
import GameListItem from '$lib/components/GameListItem.svelte';
|
||||
import Index from '@damillora/plachta/components/PageTypes/Index.svelte';
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
@ -8,176 +9,177 @@
|
||||
</svelte:head>
|
||||
|
||||
<Container>
|
||||
<h1>Game Profile</h1>
|
||||
<Index>
|
||||
<h1>Game Profile</h1>
|
||||
|
||||
<p>
|
||||
This page lists various IDs from games that I play or try out, in varying states of activity.
|
||||
</p>
|
||||
<p>My most frequently played genre is rhythm games, but sometimes I try other genres too</p>
|
||||
<h2>Game Consoles</h2>
|
||||
<GameListItem
|
||||
name="Nintendo Switch"
|
||||
link="/games"
|
||||
playername="Damillora"
|
||||
gameid="SW-8522-2159-0226"
|
||||
/>
|
||||
<p>
|
||||
This page lists various IDs from games that I play or try out, in varying states of activity.
|
||||
</p>
|
||||
<p>My most frequently played genre is rhythm games, but sometimes I try other genres too</p>
|
||||
<h2>Game Consoles</h2>
|
||||
<GameListItem
|
||||
name="Nintendo Switch"
|
||||
link="/games"
|
||||
playername="Damillora"
|
||||
gameid="SW-8522-2159-0226"
|
||||
/>
|
||||
|
||||
<h2>Game IDs</h2>
|
||||
<div class="card-list">
|
||||
<GameListItem
|
||||
name="Alchemy Stars (SEA)"
|
||||
link="/games/alchemystars"
|
||||
playername="Damilora"
|
||||
gameid="67119157"
|
||||
/>
|
||||
<GameListItem name="Arcaea" link="/games/arcaea" playername="Damillora" gameid="264202217" />
|
||||
<GameListItem
|
||||
name="ARGONAVIS from BanG Dream! AAside"
|
||||
link="/games/aaside"
|
||||
playername="Damilora"
|
||||
gameid="3BUWJibt"
|
||||
/>
|
||||
<GameListItem
|
||||
name="Arknights"
|
||||
link="/games/arknights"
|
||||
playername="Damillora"
|
||||
gameid="Damillora#0835"
|
||||
/>
|
||||
<GameListItem
|
||||
name="Artery Gear: Fusion (EN)"
|
||||
link="/games/arterygear"
|
||||
playername="Damilora"
|
||||
gameid="030454085"
|
||||
/>
|
||||
<GameListItem
|
||||
name="Azur Lane (EN)"
|
||||
link="/games/azurlane"
|
||||
playername="Damillora"
|
||||
gameid="204960914"
|
||||
/>
|
||||
<GameListItem
|
||||
name="BanG Dream! Girls Band Party (JP)"
|
||||
link="/games/bandori"
|
||||
playername="Damillora"
|
||||
gameid="106205253"
|
||||
/>
|
||||
<GameListItem
|
||||
name="Blue Archive"
|
||||
link="/games/bluearchive"
|
||||
playername="Damillora"
|
||||
gameid="6296686"
|
||||
/>
|
||||
<GameListItem
|
||||
name="Counter:Side"
|
||||
link="/games/counterside"
|
||||
playername="Damillora"
|
||||
gameid="#394941"
|
||||
/>
|
||||
<GameListItem name="CUE!" link="/games/cue" playername="Damillora" gameid="37132287893" />
|
||||
<GameListItem
|
||||
name="Fate/Grand Order (JP)"
|
||||
link="/games/fgo"
|
||||
playername="Damillora"
|
||||
gameid="744497723"
|
||||
/>
|
||||
<GameListItem
|
||||
name="Genshin Impact"
|
||||
link="/games/genshin"
|
||||
playername="Damillora"
|
||||
gameid="804547223"
|
||||
/>
|
||||
<GameListItem
|
||||
name="Honkai Impact 3rd"
|
||||
link="/games/honkai"
|
||||
playername="Damillora"
|
||||
gameid="17918429"
|
||||
/>
|
||||
<GameListItem
|
||||
name="IDOLY PRIDE"
|
||||
link="/games/idoly"
|
||||
playername="Damillora"
|
||||
gameid="QAPHJWMY"
|
||||
/>
|
||||
<GameListItem
|
||||
name="Love Live! School Idol Festival (JP)"
|
||||
link="/games/llsif"
|
||||
playername="Damillora"
|
||||
gameid="755897396"
|
||||
/>
|
||||
<GameListItem
|
||||
name="Love Live! School idol festival ALL STARS (JP)"
|
||||
link="/games/llsifas"
|
||||
playername="-"
|
||||
gameid="-"
|
||||
/>
|
||||
<GameListItem
|
||||
name="maimai DX"
|
||||
link="/games/maimai"
|
||||
playername="YUIKA283"
|
||||
gameid="6027059823123"
|
||||
/>
|
||||
<GameListItem name="Nogikoi" link="/games/nogikoi" playername="-" gameid="1673068678" />
|
||||
<GameListItem
|
||||
name="Project SEKAI COLORFUL STAGE"
|
||||
link="/games/puroseka"
|
||||
playername="Damillora"
|
||||
gameid="5121608293470214"
|
||||
/>
|
||||
<GameListItem
|
||||
name="Revue Starlight Re LIVE (EN)"
|
||||
link="/games/starira"
|
||||
playername="[RS]Damillora"
|
||||
gameid="2490812618"
|
||||
/>
|
||||
<GameListItem
|
||||
name="Shadowverse"
|
||||
link="/games/shadowverse"
|
||||
playername="Damillora"
|
||||
gameid="778908673"
|
||||
/>
|
||||
<GameListItem
|
||||
name="SOUND VOLTEX VIVID WAVE"
|
||||
link="/games/sdvx"
|
||||
playername="YUIKA283"
|
||||
gameid="SV-6457-6694"
|
||||
/>
|
||||
<GameListItem
|
||||
name="The iDOLM@STER Million Live: Theater Days"
|
||||
link="/games/mirishita"
|
||||
playername="Damillora"
|
||||
gameid="CGTEDUQ4"
|
||||
/>
|
||||
<GameListItem
|
||||
name="THE iDOLM@STER POPLINKS"
|
||||
link="/games/poplinks"
|
||||
playername="Damillora"
|
||||
gameid="EQCU3N7K6T44J"
|
||||
/>
|
||||
<GameListItem
|
||||
name="THE IDOLM@STER: Shiny Colors"
|
||||
link="/games/shinymas"
|
||||
playername="Damillora"
|
||||
gameid="ePmtJyTwzn"
|
||||
/>
|
||||
<GameListItem
|
||||
name="THE IDOLM@STER SideM GROWING STARS"
|
||||
link="/games/saisuta"
|
||||
playername="Damillora"
|
||||
gameid="XZFL59XM"
|
||||
/>
|
||||
<GameListItem
|
||||
name="Tokyo 7th Sisters"
|
||||
link="/games/t7s"
|
||||
playername="Damillora"
|
||||
gameid="M2mXkWk"
|
||||
/>
|
||||
<GameListItem
|
||||
name="欅坂46・日向坂46 UNI'S ON AIR"
|
||||
link="games/unison"
|
||||
playername="Damillora"
|
||||
gameid="y2medy4d"
|
||||
/>
|
||||
<!--
|
||||
<h2>Game IDs</h2>
|
||||
<div class="card-list">
|
||||
<GameListItem
|
||||
name="Alchemy Stars (SEA)"
|
||||
link="/games/alchemystars"
|
||||
playername="Damilora"
|
||||
gameid="67119157"
|
||||
/>
|
||||
<GameListItem name="Arcaea" link="/games/arcaea" playername="Damillora" gameid="264202217" />
|
||||
<GameListItem
|
||||
name="ARGONAVIS from BanG Dream! AAside"
|
||||
link="/games/aaside"
|
||||
playername="Damilora"
|
||||
gameid="3BUWJibt"
|
||||
/>
|
||||
<GameListItem
|
||||
name="Arknights"
|
||||
link="/games/arknights"
|
||||
playername="Damillora"
|
||||
gameid="Damillora#0835"
|
||||
/>
|
||||
<GameListItem
|
||||
name="Artery Gear: Fusion (EN)"
|
||||
link="/games/arterygear"
|
||||
playername="Damilora"
|
||||
gameid="030454085"
|
||||
/>
|
||||
<GameListItem
|
||||
name="Azur Lane (EN)"
|
||||
link="/games/azurlane"
|
||||
playername="Damillora"
|
||||
gameid="204960914"
|
||||
/>
|
||||
<GameListItem
|
||||
name="BanG Dream! Girls Band Party (JP)"
|
||||
link="/games/bandori"
|
||||
playername="Damillora"
|
||||
gameid="106205253"
|
||||
/>
|
||||
<GameListItem
|
||||
name="Blue Archive"
|
||||
link="/games/bluearchive"
|
||||
playername="Damillora"
|
||||
gameid="6296686"
|
||||
/>
|
||||
<GameListItem
|
||||
name="Counter:Side"
|
||||
link="/games/counterside"
|
||||
playername="Damillora"
|
||||
gameid="#394941"
|
||||
/>
|
||||
<GameListItem name="CUE!" link="/games/cue" playername="Damillora" gameid="37132287893" />
|
||||
<GameListItem
|
||||
name="Fate/Grand Order (JP)"
|
||||
link="/games/fgo"
|
||||
playername="Damillora"
|
||||
gameid="744497723"
|
||||
/>
|
||||
<GameListItem
|
||||
name="Genshin Impact"
|
||||
link="/games/genshin"
|
||||
playername="Damillora"
|
||||
gameid="804547223"
|
||||
/>
|
||||
<GameListItem
|
||||
name="Honkai Impact 3rd"
|
||||
link="/games/honkai"
|
||||
playername="Damillora"
|
||||
gameid="17918429"
|
||||
/>
|
||||
<GameListItem
|
||||
name="IDOLY PRIDE"
|
||||
link="/games/idoly"
|
||||
playername="Damillora"
|
||||
gameid="QAPHJWMY"
|
||||
/>
|
||||
<GameListItem
|
||||
name="Love Live! School Idol Festival (JP)"
|
||||
link="/games/llsif"
|
||||
playername="Damillora"
|
||||
gameid="755897396"
|
||||
/>
|
||||
<GameListItem
|
||||
name="Love Live! School idol festival ALL STARS (JP)"
|
||||
link="/games/llsifas"
|
||||
playername="-"
|
||||
gameid="-"
|
||||
/>
|
||||
<GameListItem
|
||||
name="maimai DX"
|
||||
link="/games/maimai"
|
||||
playername="YUIKA283"
|
||||
gameid="6027059823123"
|
||||
/>
|
||||
<GameListItem name="Nogikoi" link="/games/nogikoi" playername="-" gameid="1673068678" />
|
||||
<GameListItem
|
||||
name="Project SEKAI COLORFUL STAGE"
|
||||
link="/games/puroseka"
|
||||
playername="Damillora"
|
||||
gameid="5121608293470214"
|
||||
/>
|
||||
<GameListItem
|
||||
name="Revue Starlight Re LIVE (EN)"
|
||||
link="/games/starira"
|
||||
playername="[RS]Damillora"
|
||||
gameid="2490812618"
|
||||
/>
|
||||
<GameListItem
|
||||
name="Shadowverse"
|
||||
link="/games/shadowverse"
|
||||
playername="Damillora"
|
||||
gameid="778908673"
|
||||
/>
|
||||
<GameListItem
|
||||
name="SOUND VOLTEX VIVID WAVE"
|
||||
link="/games/sdvx"
|
||||
playername="YUIKA283"
|
||||
gameid="SV-6457-6694"
|
||||
/>
|
||||
<GameListItem
|
||||
name="The iDOLM@STER Million Live: Theater Days"
|
||||
link="/games/mirishita"
|
||||
playername="Damillora"
|
||||
gameid="CGTEDUQ4"
|
||||
/>
|
||||
<GameListItem
|
||||
name="THE iDOLM@STER POPLINKS"
|
||||
link="/games/poplinks"
|
||||
playername="Damillora"
|
||||
gameid="EQCU3N7K6T44J"
|
||||
/>
|
||||
<GameListItem
|
||||
name="THE IDOLM@STER: Shiny Colors"
|
||||
link="/games/shinymas"
|
||||
playername="Damillora"
|
||||
gameid="ePmtJyTwzn"
|
||||
/>
|
||||
<GameListItem
|
||||
name="THE IDOLM@STER SideM GROWING STARS"
|
||||
link="/games/saisuta"
|
||||
playername="Damillora"
|
||||
gameid="XZFL59XM"
|
||||
/>
|
||||
<GameListItem
|
||||
name="Tokyo 7th Sisters"
|
||||
link="/games/t7s"
|
||||
playername="Damillora"
|
||||
gameid="M2mXkWk"
|
||||
/>
|
||||
<GameListItem
|
||||
name="欅坂46・日向坂46 UNI'S ON AIR"
|
||||
link="games/unison"
|
||||
playername="Damillora"
|
||||
gameid="y2medy4d"
|
||||
/>
|
||||
<!--
|
||||
<GameListItem
|
||||
name=""
|
||||
link=""
|
||||
@ -185,5 +187,6 @@
|
||||
gameid=""
|
||||
/>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
</Index>
|
||||
</Container>
|
||||
|
@ -1,6 +1,7 @@
|
||||
<script>
|
||||
import Hero from '@damillora/plachta/components/Hero/Hero.svelte';
|
||||
import Container from '@damillora/plachta/components/Container/Container.svelte';
|
||||
import Index from '@damillora/plachta/components/PageTypes/Index.svelte';
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
@ -8,23 +9,25 @@
|
||||
</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> | <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>
|
||||
<Index>
|
||||
<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> | <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>
|
||||
</Index>
|
||||
</Container>
|
||||
|
@ -1,6 +1,7 @@
|
||||
<script>
|
||||
import Hero from '@damillora/plachta/components/Hero/Hero.svelte';
|
||||
import Container from '@damillora/plachta/components/Container/Container.svelte';
|
||||
import Index from '@damillora/plachta/components/PageTypes/Index.svelte';
|
||||
import MediaItem from '$lib/components/MediaItem.svelte';
|
||||
</script>
|
||||
|
||||
@ -9,15 +10,17 @@
|
||||
</svelte:head>
|
||||
|
||||
<Container>
|
||||
<h1>Links</h1>
|
||||
<Index>
|
||||
<h1>Links</h1>
|
||||
|
||||
<p>Here, I post links that is of my interest, and might be for you too!</p>
|
||||
<h2>Personal Links</h2>
|
||||
<div class="card-list">
|
||||
<MediaItem
|
||||
title="Damillora's Favorite Music Playlist"
|
||||
link="/favmusiclist"
|
||||
description="This playlist contains some of the music I listen to frequently."
|
||||
/>
|
||||
</div>
|
||||
<p>Here, I post links that is of my interest, and might be for you too!</p>
|
||||
<h2>Personal Links</h2>
|
||||
<div class="card-list">
|
||||
<MediaItem
|
||||
title="Damillora's Favorite Music Playlist"
|
||||
link="/favmusiclist"
|
||||
description="This playlist contains some of the music I listen to frequently."
|
||||
/>
|
||||
</div>
|
||||
</Index>
|
||||
</Container>
|
||||
|
@ -1,6 +1,7 @@
|
||||
<script>
|
||||
import Container from '@damillora/plachta/components/Container/Container.svelte';
|
||||
import ProjectItem from '$lib/components/ProjectItem.svelte';
|
||||
import Index from '@damillora/plachta/components/PageTypes/Index.svelte';
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
@ -8,44 +9,42 @@
|
||||
</svelte:head>
|
||||
|
||||
<Container>
|
||||
<h1>Projects</h1>
|
||||
<Index>
|
||||
<h1>Projects</h1>
|
||||
|
||||
<p>This is a list of projects that I maintain and publicly available on my GitHub.</p>
|
||||
<h2>Active Projects</h2>
|
||||
<div class="card-list">
|
||||
<ProjectItem
|
||||
name="nanao.moe"
|
||||
codename="rinze"
|
||||
description="The home page for my online identity"
|
||||
/>
|
||||
<ProjectItem
|
||||
name="Damillora's Virtual Memoir"
|
||||
codename="shallie"
|
||||
description="My online blog"
|
||||
/>
|
||||
<ProjectItem
|
||||
name="Altessimo"
|
||||
codename="altessimo"
|
||||
description="Work-in-progress database of composers and lyricists of THE iDOLM@STER"
|
||||
/>
|
||||
<ProjectItem
|
||||
name="Shioriko"
|
||||
codename="shioriko"
|
||||
description="Booru-like imageboard software written in Go and Svelte"
|
||||
/>
|
||||
</div>
|
||||
<h2>Inactive Projects</h2>
|
||||
<p>This is a list of projects that I maintain and publicly available on my GitHub.</p>
|
||||
<h2>Active Projects</h2>
|
||||
<div class="card-list">
|
||||
<ProjectItem
|
||||
name="nanao.moe"
|
||||
codename="rinze"
|
||||
description="The home page for my online identity"
|
||||
/>
|
||||
<ProjectItem
|
||||
name="Damillora's Virtual Memoir"
|
||||
codename="shallie"
|
||||
description="My online blog"
|
||||
/>
|
||||
<ProjectItem
|
||||
name="Altessimo"
|
||||
codename="altessimo"
|
||||
description="Work-in-progress database of composers and lyricists of THE iDOLM@STER"
|
||||
/>
|
||||
<ProjectItem
|
||||
name="Shioriko"
|
||||
codename="shioriko"
|
||||
description="Booru-like imageboard software written in Go and Svelte"
|
||||
/>
|
||||
</div>
|
||||
<h2>Inactive Projects</h2>
|
||||
|
||||
<div class="card-list">
|
||||
<ProjectItem
|
||||
name="nanao.moe (legacy)"
|
||||
codename="miracle"
|
||||
description="Former codebase of nanao.moe"
|
||||
/>
|
||||
<ProjectItem
|
||||
name="Yuika theme"
|
||||
codename="yuika"
|
||||
description="Previous theme for my blog"
|
||||
/>
|
||||
</div>
|
||||
<div class="card-list">
|
||||
<ProjectItem
|
||||
name="nanao.moe (legacy)"
|
||||
codename="miracle"
|
||||
description="Former codebase of nanao.moe"
|
||||
/>
|
||||
<ProjectItem name="Yuika theme" codename="yuika" description="Previous theme for my blog" />
|
||||
</div>
|
||||
</Index>
|
||||
</Container>
|
||||
|
Loading…
Reference in New Issue
Block a user