adding navbar icons to repo
This commit is contained in:
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
|
||||||
|
|||||||
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 |
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user