App simplifying
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
style="width: 200px"
|
style="width: 200px"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="mt-1 ml-3 rotyr-font"
|
class="mt-1 ml-3"
|
||||||
style="font-size: 26px; color: #505682"
|
style="font-size: 26px; color: #505682"
|
||||||
>
|
>
|
||||||
ALPHANE
|
ALPHANE
|
||||||
|
|||||||
@@ -75,7 +75,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<div>
|
<div>
|
||||||
<h6 class="text-subtitle-1 font-weight-semibold mb-2 custom-title">
|
<h6 class="text-subtitle-1 font-weight-semibold mb-2 custom-title">
|
||||||
ROTYR System Administration
|
System Administration
|
||||||
</h6>
|
</h6>
|
||||||
</div>
|
</div>
|
||||||
<p class="text-subtitle-1 font-weight-regular textSecondary">Manage this application</p>
|
<p class="text-subtitle-1 font-weight-regular textSecondary">Manage this application</p>
|
||||||
|
|||||||
@@ -23,38 +23,14 @@
|
|||||||
>
|
>
|
||||||
ALPHANE
|
ALPHANE
|
||||||
</h2>
|
</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">
|
<h6 class="text-h6 text-medium-emphasis d-flex align-center mt-6 font-weight-medium">
|
||||||
<v-btn
|
<v-btn
|
||||||
block
|
block
|
||||||
color="primary"
|
color="primary"
|
||||||
|
text="Sign in"
|
||||||
@click="doLogin"
|
@click="doLogin"
|
||||||
>Sign in</v-btn
|
/>
|
||||||
>
|
|
||||||
</h6>
|
</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
|
<div
|
||||||
v-if="isAuthenticated"
|
v-if="isAuthenticated"
|
||||||
class="mt-5 text-center"
|
class="mt-5 text-center"
|
||||||
@@ -62,9 +38,9 @@
|
|||||||
<v-btn
|
<v-btn
|
||||||
color="warning"
|
color="warning"
|
||||||
variant="text"
|
variant="text"
|
||||||
|
text="Sign out"
|
||||||
@click="logoutWrapper"
|
@click="logoutWrapper"
|
||||||
>Sign out</v-btn
|
/>
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user