adding navbar icons to repo

This commit is contained in:
2021-03-18 20:30:43 +00:00
parent 541a6cdd59
commit 2ac3a940fa
5 changed files with 0 additions and 8 deletions

1
.gitignore vendored
View File

@@ -25,7 +25,6 @@ pnpm-debug.log*
# Custom # Custom
src/assets/deck_of_cards src/assets/deck_of_cards
src/assets/avatars src/assets/avatars
src/assets/navbar
# terraform # terraform
*.terraform *.terraform

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View File

@@ -9,19 +9,12 @@
height="500" height="500"
/> />
</v-col> </v-col>
<v-col class="mb-4"> <v-col class="mb-4">
<h1 class="display-2 font-weight-bold mb-3">Onmyoji Deck Builder</h1> <h1 class="display-2 font-weight-bold mb-3">Onmyoji Deck Builder</h1>
<p class="subheading font-weight-regular">Build and share decks.</p> <p class="subheading font-weight-regular">Build and share decks.</p>
<v-btn elevation="1" x-large color="#C0B094">Get started</v-btn> <v-btn elevation="1" x-large color="#C0B094">Get started</v-btn>
</v-col> </v-col>
</v-row> </v-row>
<!-- <v-row class="text-center">
<v-col cols="12">
What next?
</v-col>
</v-row> -->
</v-container> </v-container>
</template> </template>