2022-05-21 21:10:00 +00:00
|
|
|
<script>
|
|
|
|
import '@/assets/styles/index.scss';
|
|
|
|
</script>
|
|
|
|
|
2022-05-21 20:03:12 +00:00
|
|
|
<template>
|
2022-05-21 20:28:41 +00:00
|
|
|
<div class="container">
|
2022-05-22 15:57:52 +00:00
|
|
|
<h1 class="title">Vänner Bästa</h1>
|
2022-05-21 21:10:00 +00:00
|
|
|
<p>
|
|
|
|
A Young Royals fan website with links to different discussion
|
|
|
|
spaces.
|
|
|
|
</p>
|
2022-05-22 15:57:52 +00:00
|
|
|
<strong>It's official! There is going to be another season!</strong>
|
2022-05-21 21:10:00 +00:00
|
|
|
<div class="grid">
|
2022-05-21 21:42:40 +00:00
|
|
|
<LinkCard
|
2022-05-22 15:57:52 +00:00
|
|
|
title="Watch"
|
2022-05-22 16:15:42 +00:00
|
|
|
to="https://www.netflix.com/title/81210762"
|
2022-05-21 21:42:40 +00:00
|
|
|
/>
|
2022-05-22 16:15:42 +00:00
|
|
|
<LinkCard title="Discord" to="https://discord.gg/hyKVDeRJ8Y" />
|
2022-05-21 21:42:40 +00:00
|
|
|
<LinkCard
|
2022-05-22 15:57:52 +00:00
|
|
|
title="Reddit"
|
2022-05-22 16:15:42 +00:00
|
|
|
to="https://www.reddit.com/r/YoungRoyals/"
|
2022-05-21 21:42:40 +00:00
|
|
|
/>
|
|
|
|
<LinkCard
|
2022-05-22 15:57:52 +00:00
|
|
|
title="Babbel (ref)"
|
2022-05-22 16:15:42 +00:00
|
|
|
to="https://www.talkable.com/x/IchxFl"
|
2022-05-21 21:42:40 +00:00
|
|
|
/>
|
|
|
|
<LinkCard
|
|
|
|
title="Matrix →"
|
2022-05-22 16:15:42 +00:00
|
|
|
to="https://matrix.to/#/#young-royals:matrix.org"
|
2022-05-22 15:57:52 +00:00
|
|
|
/>
|
2022-05-22 16:15:42 +00:00
|
|
|
<LinkCard title="Discord Utilities" to="/utilities" />
|
2022-05-21 21:10:00 +00:00
|
|
|
</div>
|
2022-05-21 20:28:41 +00:00
|
|
|
</div>
|
|
|
|
</template>
|