This commit is contained in:
Olu Amey
2020-09-06 09:29:16 -04:00
parent 53e6adc674
commit 0160625426
+60 -17
View File
@@ -1,6 +1,12 @@
<ion-header>
<ion-toolbar>
<ion-title><img src="./../assets/imgs/app-logo.png"></ion-title>
</ion-toolbar>
</ion-header>
<ion-content>
<ion-card class="welcome-card">
<img src="./../assets/imgs/app-logo.png">
<ion-card-header>
@@ -8,35 +14,72 @@
<ion-card-title>CoreGrade</ion-card-title>
</ion-card-header>
<ion-card-content>
<p>CoreGrade is your interest connection platform. Enter the page of the group to get started. You can also find an open group by using the search.
<p>CoreGrade is your interest connection platform. Enter the page of the group to get started. You can also find
an open group by using the search.
</p>
</ion-card-content>
</ion-card>
<ion-grid>
<ion-row>
<ion-col>
<ion-item> <ion-button color="secondary" expand="block">Gmail login</ion-button></ion-item>
<ion-col size="9">
<p>CoreGrade is your interest connection platform. Enter the page of the group to get started. You can also find
an open group by using the search.
</p>
</ion-col>
<ion-col>
<ion-item> <ion-button color="primary">Facebook login</ion-button></ion-item>
<ion-col size="3">
<img src="./../assets/imgs/app-logo.png">
</ion-col>
</ion-row>
<ion-row>
<ion-col>
<ion-item><ion-button color="primary" expand="block">Sign up</ion-button></ion-item>
<ion-col size="9">
<p>CoreGrade is your interest connection platform. Enter the page of the group to get started. You can also find
an open group by using the search.
</p>
</ion-col>
<ion-col size="3">
<img src="./../assets/imgs/app-logo.png">
</ion-col>
</ion-row>
<ion-row>
<ion-col size="9">
<p>CoreGrade is your interest connection platform. Enter the page of the group to get started. You can also find
an open group by using the search.
</p>
</ion-col>
<ion-col size="3">
<img src="./../assets/imgs/app-logo.png">
</ion-col>
</ion-row>
<ion-row>
<ion-col size="9">
<p>CoreGrade is your interest connection platform. Enter the page of the group to get started. You can also find
an open group by using the search.
</p>
</ion-col>
<ion-col size="3">
<img src="./../assets/imgs/app-logo.png">
</ion-col>
</ion-row>
</ion-grid>
<ion-list>
<ion-item> <ion-button color="warning" (click)="onLogin()">Login</ion-button></ion-item>
</ion-list>
</ion-grid>
</ion-content>
<ion-footer class="ion-no-border">
<ion-toolbar>
<ion-title>
<ion-button color="warning" (click)="onLogin()">Login</ion-button>
</ion-title>
</ion-toolbar>
</ion-footer>