mirror of
https://github.com/Damillora/Rinze.git
synced 2024-11-22 03:37:33 +00:00
feat: update site
This commit is contained in:
parent
76ca0ae363
commit
daab8e4739
@ -29,6 +29,6 @@
|
||||
"@sveltejs/adapter-node": "^1.0.0-next.17",
|
||||
"dayjs": "^1.10.4",
|
||||
"howler": "^2.2.1",
|
||||
"node-sass": "^5.0.0"
|
||||
"sass": "^1.35.2"
|
||||
}
|
||||
}
|
||||
|
21
src/routes/games/idoly.svelte
Normal file
21
src/routes/games/idoly.svelte
Normal file
@ -0,0 +1,21 @@
|
||||
<script>
|
||||
import PageHeader from '$lib/components/PageHeader.svelte';
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Damillora: Game Profile</title>
|
||||
</svelte:head>
|
||||
|
||||
<div class="page">
|
||||
<PageHeader>
|
||||
<h1 class="page-header__heading">Game Profile: IDOLY PRIDE</h1>
|
||||
<p class="page-header__text">
|
||||
<a class="post-header__social" href="https://idolypride.jp/game/">Game Website</a>
|
||||
</p>
|
||||
</PageHeader>
|
||||
<!-- <main class="container mx-auto main">
|
||||
<h2>My Review</h2>
|
||||
<blockquote />
|
||||
<p><a href="/">Read more</a></p>
|
||||
</main> -->
|
||||
</div>
|
@ -80,6 +80,12 @@
|
||||
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"
|
||||
|
2385
yarn-error.log
2385
yarn-error.log
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user