Compare commits
7 Commits
query-para
...
placeholde
| Author | SHA1 | Date | |
|---|---|---|---|
| eda95e1f93 | |||
| 8a57b31e0d | |||
| 1e31fca106 | |||
| 73f0aba213 | |||
| 2647b029ac | |||
| 03f184b2d1 | |||
| ca2b54e083 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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 |
@@ -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: {
|
||||||
|
|||||||
BIN
src/assets/navbar/00000047.png
Normal file
BIN
src/assets/navbar/00000047.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
BIN
src/assets/navbar/00000121.png
Normal file
BIN
src/assets/navbar/00000121.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 70 KiB |
BIN
src/assets/navbar/0000034a.png
Normal file
BIN
src/assets/navbar/0000034a.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user