This commit is contained in:
Olu Amey
2020-11-07 14:27:08 -05:00
parent abc0e763ff
commit f535c1df47
60 changed files with 985 additions and 16 deletions
+7 -11
View File
@@ -1,20 +1,16 @@
<ion-header [translucent]="true">
<ion-toolbar>
<ion-title>
Blank
</ion-title>
</ion-toolbar>
</ion-header>
<ion-content [fullscreen]="true">
<ion-content [fullscreen]="true" class="home_style" style="background-color:red; background-image: src='./../../assets/imgs/merms-prov-back.jpg';">
<ion-header collapse="condense">
<ion-toolbar>
<ion-title size="large">Blank</ion-title>
<ion-title size="large">MERMS Provider</ion-title>
</ion-toolbar>
</ion-header>
<div id="container">
<strong>Ready to create an app?</strong>
<p>Start with Ionic <a target="_blank" rel="noopener noreferrer" href="https://ionicframework.com/docs/components">UI Components</a></p>
<img src="./../../assets/imgs/merms-prov-back.jpg">
<strong>Get Started Now?</strong>
<p><ion-button color="tertiary">Log in</ion-button></p>
</div>
</ion-content>
+4
View File
@@ -6,6 +6,10 @@
right: 0;
top: 50%;
transform: translateY(-50%);
}
.home_style{
background-image: url('./../../assets/imgs//merms-prov-back.jpg');
}
#container strong {
Binary file not shown.

After

Width:  |  Height:  |  Size: 508 KiB