This commit is contained in:
2021-03-17 16:45:20 +00:00
parent 4573814d91
commit 232dae3377
3 changed files with 27 additions and 6 deletions

View File

@@ -3,17 +3,17 @@
<v-row class="text-center">
<v-col cols="12">
<v-img
:src="require('../assets/logo.svg')"
:src="require('../assets/front_page_shikigami.png')"
class="my-3"
contain
height="200"
height="500"
/>
</v-col>
<v-col class="mb-4">
<h1 class="display-2 font-weight-bold mb-3">Onymoji Deck Builder</h1>
<p class="subheading font-weight-regular">Share and build decks.</p>
<p class="subheading font-weight-regular">Build and share decks.</p>
<v-btn elevation="1" x-large color="#EA6F1A">Get started</v-btn>
</v-col>
</v-row>