Added LinkCard
LinkCard is the component that deals with links on the homepage.
This commit is contained in:
parent
ca7034738b
commit
b230abc48b
4 changed files with 49 additions and 26 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue