6 Commits

Author SHA1 Message Date
c1184fd330 updating theme 2021-03-18 20:01:14 +00:00
e7c61e2d86 adding latest 2021-03-18 18:59:36 +00:00
3529ff23aa adding title and description 2021-03-18 18:57:13 +00:00
a36673de41 adding initial title 2021-03-18 04:20:27 +00:00
159f676164 adding latest working query param parsing 2021-03-18 03:38:20 +00:00
58015eeba4 adding latest 2021-03-18 02:37:52 +00:00
7 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

View File

@@ -14,7 +14,7 @@
<h1 class="display-2 font-weight-bold mb-3">Onmyoji Deck Builder</h1>
<p class="subheading font-weight-regular">Build and share decks.</p>
<v-btn elevation="1" x-large color="#C0B094">Coming Soon</v-btn>
<v-btn elevation="1" x-large color="#C0B094">Get started</v-btn>
</v-col>
</v-row>
<!-- <v-row class="text-center">