feat: add counterside and fix formatting

This commit is contained in:
Damillora 2021-05-20 23:54:57 +07:00
parent b0219c2a05
commit b048f3e0d5
20 changed files with 182 additions and 175 deletions

View File

@ -9,7 +9,7 @@
<div class="page">
<PageHeader>
<h1 class="page-header__heading">Game Profile: Arknights</h1>
"$lib/components/<p class="page-header__text"><a class="post-header__social" href="https://www.arknights.global">Game Website</a></p>
<p class="page-header__text"><a class="post-header__social" href="https://www.arknights.global">Game Website</a></p>
</PageHeader>
<main class="container mx-auto main">
<h2>My Review</h2>

View File

@ -9,7 +9,7 @@
<div class="page">
<PageHeader>
<h1 class="page-header__heading">Game Profile: Azur Lane (EN)</h1>
"$lib/components/<p class="page-header__text"><a class="post-header__social" href="https://azurlane.yo-star.com">Game Website</a></p>
<p class="page-header__text"><a class="post-header__social" href="https://azurlane.yo-star.com">Game Website</a></p>
</PageHeader>
<main class="container mx-auto main" />
</div>

View File

@ -9,7 +9,7 @@
<div class="page">
<PageHeader>
<h1 class="page-header__heading">Game Profile: BanG Dream! Girls Band Party (JP)</h1>
"$lib/components/<p class="page-header__text"><a class="post-header__social" href="https://bang-dream.bushimo.jp/">Game Website</a></p>
<p class="page-header__text"><a class="post-header__social" href="https://bang-dream.bushimo.jp/">Game Website</a></p>
</PageHeader>
<main class="container mx-auto main" />
</div>

View File

@ -9,7 +9,7 @@
<div class="page">
<PageHeader>
<h1 class="page-header__heading">Game Profile: Blue Archive</h1>
"$lib/components/<p class="page-header__text"><a class="post-header__social" href="https://bluearchive.jp/">Game Website</a></p>
<p class="page-header__text"><a class="post-header__social" href="https://bluearchive.jp/">Game Website</a></p>
</PageHeader>
<main class="container mx-auto main">
<h2>My Review</h2>

View File

@ -0,0 +1,19 @@
<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: Counter:Side</h1>
<p class="page-header__text"><a class="post-header__social" href="https://counterside.zlongame.com/">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>

View File

@ -9,7 +9,7 @@
<div class="page">
<PageHeader>
<h1 class="page-header__heading">Game Profile: CUE!</h1>
"$lib/components/<p class="page-header__text"><a class="post-header__social" href="https://www.cue-liber.jp/">Game Website</a></p>
<p class="page-header__text"><a class="post-header__social" href="https://www.cue-liber.jp/">Game Website</a></p>
</PageHeader>
<main class="container mx-auto main">
<h2>My Review</h2>

View File

@ -9,7 +9,7 @@
<div class="page">
<PageHeader>
<h1 class="page-header__heading">Game Profile: Fate/Grand Order (JP)</h1>
"$lib/components/<p class="page-header__text"><a class="post-header__social" href="https://www.fate-go.jp">Game Website</a></p>
<p class="page-header__text"><a class="post-header__social" href="https://www.fate-go.jp">Game Website</a></p>
</PageHeader>
<main class="container main" />
</div>

View File

@ -9,7 +9,7 @@
<div class="page">
<PageHeader>
<h1 class="page-header__heading">Game Profile: Genshin Impact</h1>
"$lib/components/<p class="page-header__text"><a class="post-header__social" href="https://genshin.mihoyo.com">Game Website</a></p>
<p class="page-header__text"><a class="post-header__social" href="https://genshin.mihoyo.com">Game Website</a></p>
</PageHeader>
<main class="container mx-auto main" />
</div>

View File

@ -9,7 +9,7 @@
<div class="page">
<PageHeader>
<h1 class="page-header__heading">Game Profile: Honkai Impact 3rd</h1>
"$lib/components/<p class="page-header__text"><a class="post-header__social" href="https://honkaiimpact3.mihoyo.com">Game Website</a></p>
<p class="page-header__text"><a class="post-header__social" href="https://honkaiimpact3.mihoyo.com">Game Website</a></p>
</PageHeader>
<main class="container mx-auto main" />
</div>

View File

@ -1,6 +1,6 @@
<script>
import PageHeader from "$lib/components/PageHeader.svelte";
import GameListItem from "$lib/components/GameListItem.svelte";
import PageHeader from '$lib/components/PageHeader.svelte';
import GameListItem from '$lib/components/GameListItem.svelte';
</script>
<svelte:head>
@ -15,18 +15,10 @@
<p class="page-header__text">
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>
<p>My most frequently played genre is rhythm games, but sometimes I try other genres too</p>
<h2>Game IDs</h2>
<div class="card-list">
<GameListItem
name="Arcaea"
link="/games/arcaea"
playername="Damillora"
gameid="264202217"
/>
<GameListItem name="Arcaea" link="/games/arcaea" playername="Damillora" gameid="264202217" />
<GameListItem
name="ARGONAVIS from BanG Dream! AAside"
link="/games/aaside"
@ -58,11 +50,12 @@
gameid="6296686"
/>
<GameListItem
name="CUE!"
link="/games/cue"
name="Counter:Side"
link="/games/counterside"
playername="Damillora"
gameid="37132287893"
gameid="#394941"
/>
<GameListItem name="CUE!" link="/games/cue" playername="Damillora" gameid="37132287893" />
<GameListItem
name="Fate/Grand Order (JP)"
link="/games/fgo"
@ -99,12 +92,7 @@
playername="YUIKA283"
gameid="6027059823123"
/>
<GameListItem
name="Nogikoi"
link="/games/nogikoi"
playername="-"
gameid="1673068678"
/>
<GameListItem name="Nogikoi" link="/games/nogikoi" playername="-" gameid="1673068678" />
<GameListItem
name="Project SEKAI COLORFUL STAGE"
link="/games/puroseka"

View File

@ -11,7 +11,7 @@
<h1 class="page-header__heading">
Game Profile: Love Live! School Idol Festival (JP)
</h1>
"$lib/components/<p class="page-header__text"><a class="post-header__social" href="https://lovelive-sif.bushimo.jp/">Game Website</a></p>
<p class="page-header__text"><a class="post-header__social" href="https://lovelive-sif.bushimo.jp/">Game Website</a></p>
</PageHeader>
<main class="container mx-auto main" />
</div>

View File

@ -11,7 +11,7 @@
<h1 class="page-header__heading">
Game Profile: Love Live! School idol festival ALL STARS
</h1>
"$lib/components/<p class="page-header__text"><a class="post-header__social" href="https://lovelive-as.bushimo.jp/">Game Website</a></p>
<p class="page-header__text"><a class="post-header__social" href="https://lovelive-as.bushimo.jp/">Game Website</a></p>
</PageHeader>
<main class="container mx-auto main" />
</div>

View File

@ -9,7 +9,7 @@
<div class="page">
<PageHeader>
<h1 class="page-header__heading">Game Profile: maimai DX</h1>
"$lib/components/<p class="page-header__text"><a class="post-header__social" href="https://maimai.sega.com/">Game Website</a></p>
<p class="page-header__text"><a class="post-header__social" href="https://maimai.sega.com/">Game Website</a></p>
</PageHeader>
<main class="container mx-auto main" />
</div>

View File

@ -9,7 +9,7 @@
<div class="page">
<PageHeader>
<h1 class="page-header__heading">Game Profile: Nogikoi</h1>
"$lib/components/<p class="page-header__text"><a class="post-header__social" href="https://nogikoi.jp">Game Website</a></p>
<p class="page-header__text"><a class="post-header__social" href="https://nogikoi.jp">Game Website</a></p>
</PageHeader>
<main class="container mx-auto main" />
</div>

View File

@ -9,7 +9,7 @@
<div class="page">
<PageHeader>
<h1 class="page-header__heading">Game Profile: Project SEKAI COLORFUL STAGE!</h1>
"$lib/components/<p class="page-header__text"><a class="post-header__social" href="https://pjsekai.sega.jp/">Game Website</a></p>
<p class="page-header__text"><a class="post-header__social" href="https://pjsekai.sega.jp/">Game Website</a></p>
</PageHeader>
<main class="container mx-auto main">
<h2>My Review</h2>

View File

@ -9,7 +9,7 @@
<div class="page">
<PageHeader>
<h1 class="page-header__heading">Game Profile: Shadowverse</h1>
"$lib/components/<p class="page-header__text"><a class="post-header__social" href="https://shadowverse.com/">Game Website</a></p>
<p class="page-header__text"><a class="post-header__social" href="https://shadowverse.com/">Game Website</a></p>
</PageHeader>
<main class="container mx-auto main" />
</div>

View File

@ -9,7 +9,7 @@
<div class="page">
<PageHeader>
<h1 class="page-header__heading">Game Profile: THE IDOLM@STER: Shiny Colors</h1>
"$lib/components/<p class="page-header__text"><a class="post-header__social" href="https://shinycolors.idolmaster.jp">Game Website</a></p>
<p class="page-header__text"><a class="post-header__social" href="https://shinycolors.idolmaster.jp">Game Website</a></p>
</PageHeader>
<main class="container mx-auto main" />
</div>

View File

@ -9,7 +9,7 @@
<div class="page">
<PageHeader>
<h1 class="page-header__heading">Game Profile: Tokyo 7th Sisters</h1>
"$lib/components/<p class="page-header__text"><a class="post-header__social" href="https://t7s.jp">Game Website</a></p>
<p class="page-header__text"><a class="post-header__social" href="https://t7s.jp">Game Website</a></p>
</PageHeader>
<main class="container mx-auto main" />
</div>

View File

@ -9,7 +9,7 @@
<div class="page">
<PageHeader>
<h1 class="page-header__heading">Game Profile:</h1>
"$lib/components/<p class="page-header__text"><a class="post-header__social" href="/">Game Website</a></p>
<p class="page-header__text"><a class="post-header__social" href="/">Game Website</a></p>
</PageHeader>
<main class="container mx-auto main">
<h2>My Review</h2>

View File

@ -9,7 +9,7 @@
<div class="page">
<PageHeader>
<h1 class="page-header__heading">Game Profile: 欅坂46・日向坂46 UNI'S ON AIR</h1>
"$lib/components/<p class="page-header__text"><a class="post-header__social" href="https://keyahina-unisonair.com/">Game Website</a></p>
<p class="page-header__text"><a class="post-header__social" href="https://keyahina-unisonair.com/">Game Website</a></p>
</PageHeader>
<main class="container mx-auto main">
<h2>My Review</h2>