Switch to Astro
Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
parent
6741f91f5c
commit
9241dc0783
46 changed files with 3009 additions and 5145 deletions
|
|
@ -1,34 +0,0 @@
|
|||
<template>
|
||||
<div class="container">
|
||||
<h1 class="title">Vänner Bästa</h1>
|
||||
<p>
|
||||
A Young Royals fan website with links to different discussion
|
||||
spaces.
|
||||
</p>
|
||||
<strong>Season 2 coming out November 2022</strong>
|
||||
<div class="grid-3">
|
||||
<LinkCard
|
||||
title="Watch"
|
||||
to="https://www.netflix.com/title/81210762"
|
||||
/>
|
||||
<LinkCard title="Discord" to="https://discord.gg/hyKVDeRJ8Y" />
|
||||
<LinkCard
|
||||
title="Reddit"
|
||||
to="https://www.reddit.com/r/YoungRoyals/"
|
||||
/>
|
||||
<LinkCard
|
||||
title="Babbel (ref)"
|
||||
to="https://www.talkable.com/x/IchxFl"
|
||||
/>
|
||||
<LinkCard
|
||||
title="Matrix"
|
||||
to="https://matrix.to/#/#young-royals:matrix.org"
|
||||
/>
|
||||
<LinkCard title="Discord Utilities" to="/utilities" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import '@/assets/styles/index.scss';
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue