New pages added
This commit is contained in:
@@ -1,59 +1,48 @@
|
||||
<ion-header>
|
||||
<ion-toolbar>
|
||||
<ion-title>[Icon] Practice Manager</ion-title>
|
||||
<ion-title><img class='header-icon' src='../../../assets/automedsys-icon.png'> Practice Manager</ion-title>
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
|
||||
<ion-content>
|
||||
<ion-text color="primary">
|
||||
<h1>Best Medical Center</h1>
|
||||
<p>
|
||||
<ion-text color="warning">
|
||||
<ion-icon name="medkit-outline"></ion-icon>
|
||||
</ion-text>
|
||||
<ion-text>
|
||||
Dr. Bob Marley
|
||||
</ion-text>
|
||||
|
||||
</p>
|
||||
</ion-text>
|
||||
<div class="head-sesction-wrapper">
|
||||
<app-practice-header></app-practice-header>
|
||||
</div>
|
||||
|
||||
<ion-grid>
|
||||
|
||||
<ion-row>
|
||||
<ion-col>
|
||||
ion-col
|
||||
<app-item-card-tiles
|
||||
tileCardData="{tileCardData}"
|
||||
></app-item-card-tiles>
|
||||
</ion-col>
|
||||
<ion-col>
|
||||
ion-col
|
||||
<app-item-card-tiles></app-item-card-tiles>
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
|
||||
<ion-row>
|
||||
<ion-col>
|
||||
ion-col
|
||||
<app-item-card-tiles></app-item-card-tiles>
|
||||
</ion-col>
|
||||
<ion-col>
|
||||
ion-col
|
||||
<app-item-card-tiles></app-item-card-tiles>
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
|
||||
<ion-row>
|
||||
<ion-col>
|
||||
ion-col
|
||||
<app-item-card-tiles></app-item-card-tiles>
|
||||
</ion-col>
|
||||
<ion-col>
|
||||
ion-col
|
||||
<app-item-card-tiles></app-item-card-tiles>
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
|
||||
</ion-grid>
|
||||
|
||||
</ion-content>
|
||||
|
||||
<!-- Fade Footer -->
|
||||
<ion-footer collapse="fade">
|
||||
<ion-toolbar>
|
||||
<ion-title>Footer</ion-title>
|
||||
</ion-toolbar>
|
||||
</ion-footer>
|
||||
<app-footer-menu></app-footer-menu>
|
||||
|
||||
</ion-footer>
|
||||
|
||||
Reference in New Issue
Block a user