|
|
|
|
1
|
|
1
|
|
2
|
|
2
|
|
3
|
<ion-content padding-vertical style="background: url(../assets/img/welcome.png) no-repeat center;background-size:cover">
|
3
|
<ion-content padding-vertical style="background: url(../assets/img/welcome.png) no-repeat center;background-size:cover">
|
4
|
- <div style="align-items: center">
|
|
|
5
|
- <h1 style="color: black; text-align: center;"> Welcome to the Vault </h1>
|
|
|
6
|
-
|
|
|
|
|
4
|
+
|
|
|
5
|
+ <ion-grid style="height: 100%; justify-content: center;">
|
|
|
6
|
+ <h1 style="color:white; text-shadow: #7D5FE7 2px 2px; text-align: center; width: 100%;">Welcome to the Vault</h1>
|
|
|
7
|
+ <ion-row>
|
7
|
<button ion-button block style="background-color: #7D5FE7; color: white" (click)="login()">Login</button>
|
8
|
<button ion-button block style="background-color: #7D5FE7; color: white" (click)="login()">Login</button>
|
|
|
9
|
+ </ion-row>
|
|
|
10
|
+ <ion-row>
|
8
|
<button ion-button block style="background-color: #7D5FE7; color: white" (click)="signup()">Signup</button>
|
11
|
<button ion-button block style="background-color: #7D5FE7; color: white" (click)="signup()">Signup</button>
|
9
|
-
|
|
|
10
|
- </div>
|
|
|
|
|
12
|
+ </ion-row>
|
|
|
13
|
+ </ion-grid>
|
11
|
</ion-content>
|
14
|
</ion-content>
|