Added LinkCard

LinkCard is the component that deals with links on the homepage.
This commit is contained in:
Louis Hollingworth 2022-05-21 22:10:00 +01:00
parent ca7034738b
commit b230abc48b
No known key found for this signature in database
GPG key ID: 1E66DEA3F5D623D1
4 changed files with 49 additions and 26 deletions

View file

@ -1,5 +1,16 @@
<script>
import '@/assets/styles/index.scss';
</script>
<template>
<div class="container">
<h1>Vanner Basta</h1>
<p>
A Young Royals fan website with links to different discussion
spaces.
</p>
<div class="grid">
<LinkCard title="Watch" description="Watch the series on Netflix" link="https://www.netflix.com/title/81210762" />
</div>
</div>
</template>