sign up added
This commit is contained in:
@@ -3,10 +3,43 @@
|
||||
<ion-buttons slot="start">
|
||||
<ion-back-button></ion-back-button>
|
||||
</ion-buttons>
|
||||
<ion-title>Sign up</ion-title>
|
||||
<ion-title>Sign Up</ion-title>
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
|
||||
<ion-content>
|
||||
|
||||
<ion-content>
|
||||
<form class="login_box">
|
||||
<ion-card>
|
||||
<ion-card-content>
|
||||
<ion-item lines="full">
|
||||
<ion-label position="floating">Firstname</ion-label>
|
||||
<ion-input type="text" required></ion-input>
|
||||
</ion-item>
|
||||
<ion-item lines="full">
|
||||
<ion-label position="floating">Lastname</ion-label>
|
||||
<ion-input type="text" required></ion-input>
|
||||
</ion-item>
|
||||
<ion-item lines="full">
|
||||
<ion-label position="floating">Email(username)</ion-label>
|
||||
<ion-input type="text" required></ion-input>
|
||||
</ion-item>
|
||||
<ion-item lines="full">
|
||||
<ion-label position="floating">Password</ion-label>
|
||||
<ion-input type="password" required></ion-input>
|
||||
</ion-item>
|
||||
|
||||
<ion-row>
|
||||
<ion-col>
|
||||
<ion-button type="submit" expand="block" shape="round">Sign Up</ion-button>
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
<ion-row>
|
||||
<ion-col>
|
||||
<a [routerLink]="['/login']" class="small-text">Already have an account ?</a>
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
</ion-card-content>
|
||||
</ion-card>
|
||||
</form>
|
||||
</ion-content>
|
||||
|
||||
Reference in New Issue
Block a user