7 Commits

7 changed files with 5 additions and 6 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.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -60,8 +60,8 @@ import {
} from "@mdi/js"; } from "@mdi/js";
const home_icon = require(`@/assets/navbar/0000034a.png`); const home_icon = require(`@/assets/navbar/0000034a.png`);
const deck_icon = require(`@/assets/navbar/00000047.png`); // const deck_icon = require(`@/assets/navbar/00000047.png`);
const help_icon = require(`@/assets/navbar/00000121.png`); // const help_icon = require(`@/assets/navbar/00000121.png`);
export default { export default {
name: "App", name: "App",
@@ -71,8 +71,8 @@ export default {
model: true, model: true,
items: [ items: [
{ title: "Home", icon: home_icon, link: "/" }, { title: "Home", icon: home_icon, link: "/" },
{ title: "Deck Builder", icon: deck_icon, link: "deck-builder" }, // { title: "Deck Builder", icon: deck_icon, link: "deck-builder" },
{ title: "Help", icon: help_icon, link: "help" }, // { title: "Help", icon: help_icon, link: "help" },
], ],
}, },
icons: { icons: {

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

@@ -14,7 +14,7 @@
<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">Coming Soon</v-btn>
</v-col> </v-col>
</v-row> </v-row>
<!-- <v-row class="text-center"> <!-- <v-row class="text-center">