Code cleanup. Added utilities index

Utilities has been added since it is my aim to have all of the staff forms and timezones added to the site
This commit is contained in:
Louis Hollingworth 2022-05-22 16:57:52 +01:00
parent 67ffe0c200
commit ca2f305a0a
No known key found for this signature in database
GPG key ID: 1E66DEA3F5D623D1
6 changed files with 41 additions and 73 deletions

View file

@ -4,32 +4,34 @@ import '@/assets/styles/index.scss';
<template>
<div class="container">
<h1>Vanner Basta</h1>
<h1 class="title">Vänner sta</h1>
<p>
A Young Royals fan website with links to different discussion
spaces.
</p>
<strong>It's official! There is going to be another season!</strong>
<div class="grid">
<LinkCard
title="Watch"
title="Watch"
link="https://www.netflix.com/title/81210762"
/>
<LinkCard title="Discord" link="https://discord.gg/hyKVDeRJ8Y" />
<LinkCard
title="Discord →"
link="https://discord.gg/hyKVDeRJ8Y"
/>
<LinkCard
title="Reddit →"
title="Reddit"
link="https://www.reddit.com/r/YoungRoyals/"
/>
<LinkCard
title="Babbel (ref)"
title="Babbel (ref)"
link="https://www.talkable.com/x/IchxFl"
/>
<LinkCard
title="Matrix →"
link="https://matrix.to/#/#young-royals:matrix.org"
/>
<LinkCard
title="Discord Utilities"
link="/utilities"
/>
</div>
</div>
</template>