App simplifying
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
style="width: 200px"
|
||||
>
|
||||
<div
|
||||
class="mt-1 ml-3 rotyr-font"
|
||||
class="mt-1 ml-3"
|
||||
style="font-size: 26px; color: #505682"
|
||||
>
|
||||
ALPHANE
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
</template>
|
||||
<div>
|
||||
<h6 class="text-subtitle-1 font-weight-semibold mb-2 custom-title">
|
||||
ROTYR System Administration
|
||||
System Administration
|
||||
</h6>
|
||||
</div>
|
||||
<p class="text-subtitle-1 font-weight-regular textSecondary">Manage this application</p>
|
||||
|
||||
@@ -23,38 +23,14 @@
|
||||
>
|
||||
ALPHANE
|
||||
</h2>
|
||||
<div
|
||||
class="card-subtitle mb-6"
|
||||
style="font-size: 1.2rem"
|
||||
>
|
||||
Helicopter Maintenance Tracking Platform
|
||||
</div>
|
||||
<p>
|
||||
This application is will streamline maintenance control decision making and unlock
|
||||
operational constraints.
|
||||
</p>
|
||||
<h6 class="text-h6 text-medium-emphasis d-flex align-center mt-6 font-weight-medium">
|
||||
<v-btn
|
||||
block
|
||||
color="primary"
|
||||
text="Sign in"
|
||||
@click="doLogin"
|
||||
>Sign in</v-btn
|
||||
>
|
||||
/>
|
||||
</h6>
|
||||
|
||||
<div class="my-6 text-medium-emphasis">
|
||||
If you don't have an account, create one to get started using ROTYR. It's free to sign
|
||||
up and only takes a few seconds.
|
||||
</div>
|
||||
|
||||
<!-- <v-btn
|
||||
block
|
||||
variant="outlined"
|
||||
color="primary"
|
||||
class="mt-3"
|
||||
:to="{ name: 'SignUpPage' }"
|
||||
text="Sign Up"
|
||||
/> -->
|
||||
<div
|
||||
v-if="isAuthenticated"
|
||||
class="mt-5 text-center"
|
||||
@@ -62,9 +38,9 @@
|
||||
<v-btn
|
||||
color="warning"
|
||||
variant="text"
|
||||
text="Sign out"
|
||||
@click="logoutWrapper"
|
||||
>Sign out</v-btn
|
||||
>
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user