|
|
|
@@ -18,12 +18,12 @@ |
|
|
|
Get Started |
|
|
|
</ion-button> |
|
|
|
<p class="signin-description"> |
|
|
|
Already have account? <a (click)="signinPage()"> Sign in </a> |
|
|
|
Already have account? <a [routerLink]="['/login']"> Sign in </a> |
|
|
|
</p> |
|
|
|
</ion-slide> |
|
|
|
|
|
|
|
<!-- Slide 2 --> |
|
|
|
<ion-slide class="page2"> |
|
|
|
<!-- <ion-slide class="page2"> |
|
|
|
<ion-button class="back-button" color="transparent" size="small" (click)="previousPage()"> |
|
|
|
<ion-icon src="assets/custom/left-arrow.svg"></ion-icon> |
|
|
|
</ion-button> |
|
|
|
@@ -58,10 +58,10 @@ |
|
|
|
<p class="signin-description" (click)="nextPage()"> |
|
|
|
<a> Not Now </a> |
|
|
|
</p> |
|
|
|
</ion-slide> |
|
|
|
</ion-slide> --> |
|
|
|
|
|
|
|
<!-- Slide 3 --> |
|
|
|
<ion-slide class="page3"> |
|
|
|
<!-- Slide 5 --> |
|
|
|
<ion-slide class="page5"> |
|
|
|
<ion-button class="back-button" color="transparent" size="small" (click)="previousPage()"> |
|
|
|
<ion-icon src="assets/custom/left-arrow.svg"></ion-icon> |
|
|
|
</ion-button> |
|
|
|
@@ -69,7 +69,7 @@ |
|
|
|
<img src="assets/custom/logo.svg"> |
|
|
|
</figure> |
|
|
|
<header> |
|
|
|
Enter your Email ID <br> to verify your account |
|
|
|
Now let's set up your <br> Profile |
|
|
|
</header> |
|
|
|
|
|
|
|
<div class="input-holder"> |
|
|
|
@@ -77,48 +77,6 @@ |
|
|
|
<input type="email" placeholder="Email ID" [(ngModel)]="credentials.email"> |
|
|
|
</div> |
|
|
|
|
|
|
|
<ion-button class="next-button" shape="round" [disabled]="!this.credentials.email" (click)="verifyEmail()"> |
|
|
|
Continue |
|
|
|
</ion-button> |
|
|
|
</ion-slide> |
|
|
|
|
|
|
|
<ion-slide class="page4"> |
|
|
|
<ion-button class="back-button" color="transparent" size="small" (click)="previousPage()"> |
|
|
|
<ion-icon src="assets/custom/left-arrow.svg"></ion-icon> |
|
|
|
</ion-button> |
|
|
|
<figure class="logo"> |
|
|
|
<img src="assets/custom/logo.svg"> |
|
|
|
</figure> |
|
|
|
<header> |
|
|
|
We sent you a code to <br> verify your email |
|
|
|
</header> |
|
|
|
|
|
|
|
<div class="input-holder"> |
|
|
|
<img src="assets/custom/otp.svg"> |
|
|
|
<input type="tel" placeholder="OTP" [(ngModel)]="otp"> |
|
|
|
</div> |
|
|
|
|
|
|
|
<p class="signin-description"> |
|
|
|
Didn't received OTP <a> Resend in 00:{{ padBefore(timer) }} </a> |
|
|
|
</p> |
|
|
|
|
|
|
|
<ion-button class="next-button" [disabled]="!otp" shape="round" (click)="nextPage()"> |
|
|
|
Continue |
|
|
|
</ion-button> |
|
|
|
</ion-slide> |
|
|
|
|
|
|
|
<!-- Slide 5 --> |
|
|
|
<ion-slide class="page5"> |
|
|
|
<ion-button class="back-button" color="transparent" size="small" (click)="previousPage()"> |
|
|
|
<ion-icon src="assets/custom/left-arrow.svg"></ion-icon> |
|
|
|
</ion-button> |
|
|
|
<figure class="logo"> |
|
|
|
<img src="assets/custom/logo.svg"> |
|
|
|
</figure> |
|
|
|
<header> |
|
|
|
Now let's set you <br> password |
|
|
|
</header> |
|
|
|
|
|
|
|
<div class="input-holder"> |
|
|
|
<img src="assets/custom/name.svg"> |
|
|
|
<input type="text" placeholder="Name" [(ngModel)]="credentials.name"> |
|
|
|
@@ -155,12 +113,37 @@ |
|
|
|
</ion-item> |
|
|
|
</ion-list> |
|
|
|
|
|
|
|
<ion-button class="next-button" shape="round" [disabled]="!this.credentials.mobile || !this.credentials.password" |
|
|
|
<ion-button class="next-button" shape="round" [disabled]="!this.credentials.mobile || !this.credentials.password || !this.credentials.email" |
|
|
|
(click)="registerUser()"> |
|
|
|
Continue |
|
|
|
</ion-button> |
|
|
|
</ion-slide> |
|
|
|
|
|
|
|
<ion-slide class="page4"> |
|
|
|
<ion-button class="back-button" color="transparent" size="small" (click)="previousPage()"> |
|
|
|
<ion-icon src="assets/custom/left-arrow.svg"></ion-icon> |
|
|
|
</ion-button> |
|
|
|
<figure class="logo"> |
|
|
|
<img src="assets/custom/logo.svg"> |
|
|
|
</figure> |
|
|
|
<header> |
|
|
|
We sent you a code to <br> verify your email |
|
|
|
</header> |
|
|
|
|
|
|
|
<div class="input-holder"> |
|
|
|
<img src="assets/custom/otp.svg"> |
|
|
|
<input type="tel" placeholder="OTP" [(ngModel)]="otp"> |
|
|
|
</div> |
|
|
|
|
|
|
|
<p class="signin-description"> |
|
|
|
Didn't received OTP <a> Resend in 00:{{ padBefore(timer) }} </a> |
|
|
|
</p> |
|
|
|
|
|
|
|
<ion-button class="next-button" [disabled]="!otp" shape="round" (click)="validateUser()"> |
|
|
|
Continue |
|
|
|
</ion-button> |
|
|
|
</ion-slide> |
|
|
|
|
|
|
|
<!-- Slide 6 --> |
|
|
|
<!-- <ion-slide class="page6"> |
|
|
|
<ion-button class="back-button" color="transparent" size="small" (click)="previousPage()"> |
|
|
|
|