Skip to content

Commit

Permalink
Essentially removed everything out of the Home page and instead put t…
Browse files Browse the repository at this point in the history
…hem in the shared layout page.
  • Loading branch information
ZestyTS committed Sep 19, 2024
1 parent b143a5c commit b4145bb
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
@@ -1,46 +1,2 @@
<template>
<v-container class="fill-height">
<v-responsive class="align-center fill-height mx-auto" max-width="xs:370 700">
<!-- UWUVCI Logo -->
<v-img
class="mb-4"
height="150"
src="@/assets/UWUVCI_LOGO.png"
alt="UWUVCI Logo"
/>

<!-- Welcome message -->
<div class="text-center">
<div class="text-body-2 font-weight-light mb-n1">Welcome to</div>
<h1 class="text-h2 font-weight-bold">UWUVCI</h1>
</div>

<!-- Closing this tag, is this really needed though? -->
<div class="py-4"></div>

<!-- Notification card -->
<v-row>
<v-col cols="12">
<v-card class="py-4" color="surface-variant" rounded="lg" variant="outlined">
<v-card-text class="xs:text-sm-body-2 text-h5 font-weight-bold" style="text-align:center">
The UWUVCI Webpage will be available soon. <br />
The Table below is for testing.
</v-card-text>
</v-card>
</v-col>
</v-row>

<!-- Closing this tag, is this really needed though? -->
<div class="py-4"></div>

<!-- Added example of linking somewhere -->
<v-row justify="center">
<v-col cols="12" md="6">
<router-link to="/ndscompat">
<v-btn block color="primary">NDS Compatibility</v-btn>
</router-link>
</v-col>
</v-row>
</v-responsive>
</v-container>
</template>

0 comments on commit b4145bb

Please sign in to comment.