-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Essentially removed everything out of the Home page and instead put t…
…hem in the shared layout page.
- Loading branch information
Showing
1 changed file
with
0 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |