first commit
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
<ion-header>
|
||||
<ion-toolbar>
|
||||
<ion-title>UserDash</ion-title>
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
|
||||
<ion-content>
|
||||
<div class="dash_top">
|
||||
<ion-grid>
|
||||
<ion-row>
|
||||
|
||||
<ion-item>
|
||||
<ion-avatar slot="start">
|
||||
<img alt="Silhouette of a person's head" src="https://ionicframework.com/docs/img/demos/avatar.svg" />
|
||||
</ion-avatar>
|
||||
<ion-label>
|
||||
Avatar Item
|
||||
</ion-label>
|
||||
</ion-item>
|
||||
|
||||
</ion-row>
|
||||
<ion-row>
|
||||
<ion-col>
|
||||
<ion-slides pager="true">
|
||||
<ion-slide>
|
||||
<ion-button shape="round" size="small" fill="outline" class="slide_c" outline
|
||||
>Menu Item 11</ion-button
|
||||
>
|
||||
</ion-slide>
|
||||
<ion-slide>
|
||||
<ion-button shape="round" size="small" fill="outline" class="slide_c" outline
|
||||
>Menu Item 22</ion-button
|
||||
>
|
||||
</ion-slide>
|
||||
<ion-slide>
|
||||
<ion-button shape="round" size="small" fill="outline" class="slide_c" outline
|
||||
>Menu Item 33</ion-button
|
||||
>
|
||||
</ion-slide>
|
||||
<ion-slide>
|
||||
<ion-button shape="round" size="small" fill="outline" class="slide_c" outline
|
||||
>Menu Item 44</ion-button
|
||||
>
|
||||
</ion-slide>
|
||||
</ion-slides>
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
</ion-grid>
|
||||
</div>
|
||||
|
||||
</ion-content>
|
||||
Reference in New Issue
Block a user