Now has all of the functions as the Astro site.

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
Louis Hollingworth 2023-05-09 19:55:32 +01:00
parent 2e98cb39f4
commit f9e7e5480c
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
12 changed files with 2618 additions and 3316 deletions

View file

@ -1,12 +1,12 @@
<template>
<div class="grid h-screen place-items-center">
<div class="grid place-items-center">
<h1 class="text-3xl font-bold underline">Vänner Bästa</h1>
<div class="mt-10 place-items-center">
<h1 class="text-6xl font-bold underline">Vänner Bästa</h1>
<div class="mt-10 mx-4 place-items-center">
<p>A Young Royals fan website with links to different discussion spaces.</p>
<strong class="pt-5">Season 2 is out now!</strong>
</div>
<div class="grid grid-cols-2 lg:grid-cols-3 mt-10">
<div class="grid grid-cols-2 md:grid-cols-3 mt-10">
<LLink v-for="link in links" :to="link.href" :title="link.title" />
</div>
</div>
@ -31,10 +31,6 @@ const links: Array<{href: string, title: string}> = [
href: "https://www.talkable.com/x/IchxFl",
title: "Babbel (ref)"
},
{
href: "https://masto.nu/yrdiscord",
title: "Mastodon"
},
{
href: "/utilities",
title: "Discord Utilities"