diff --git a/src/app/pages/about/docs.page.html b/src/app/pages/about/docs.page.html index 84d01b4e..c866aa6e 100644 --- a/src/app/pages/about/docs.page.html +++ b/src/app/pages/about/docs.page.html @@ -115,12 +115,18 @@ Monitor interactions with the Identity Management service - -

- For further information, visit + + + More information + + +

+ For further information, visit:
www.aerogear.org

+ + \ No newline at end of file diff --git a/src/app/pages/files/files.page.html b/src/app/pages/files/files.page.html index 904bdc7a..e030c50e 100644 --- a/src/app/pages/files/files.page.html +++ b/src/app/pages/files/files.page.html @@ -9,7 +9,7 @@ - + Upload Document @@ -29,7 +29,8 @@
- +

{{ item.filename }}

diff --git a/src/app/pages/home/home.page.html b/src/app/pages/home/home.page.html index 94287f44..31a17e6a 100644 --- a/src/app/pages/home/home.page.html +++ b/src/app/pages/home/home.page.html @@ -8,50 +8,68 @@ - - - + +
+ +
+ + + This app demonstrates how to use the AeroGear Mobile services, backed by + OpenShift to perform a wide range of common mobile tasks such as Data + Synchronisation, Identity Management, Device Security, Metrics Capture, + Push Notifications and more. + + - - - - About -

Information about this application

-
-
- + Manage Tasks -

An example task manager to demonstrate how to perform data synchronisation with AeroGear Data Sync powered by - Voyager GraphQL

+

+ An example task manager to demonstrate how to perform data + synchronisation with AeroGear Data Sync powered by Voyager GraphQL +

- + User profile -

An example to demonstrate how to perform user profile management with AeroGear Identity Management Service - powered by Keycloak

+

+ An example to demonstrate how to perform user profile management with + AeroGear Identity Management Service powered by Keycloak +

- + Files -

An example to demonstrate how to synchronise binary data with AeroGear Data Sync powered by Voyager GraphQL +

+ An example to demonstrate how to synchronise binary data with AeroGear + Data Sync powered by Voyager GraphQL

- + Device Security -

An example to demonstrate security checks capabilities powered by Device Security SDK

+

+ An example to demonstrate security checks capabilities powered by + Device Security SDK +

- + Settings

Application Settings

+ + + + About +

Information about this application

+
+
-
\ No newline at end of file +
diff --git a/src/app/pages/home/home.page.scss b/src/app/pages/home/home.page.scss index ef6aa96f..70f0256b 100644 --- a/src/app/pages/home/home.page.scss +++ b/src/app/pages/home/home.page.scss @@ -1,16 +1,37 @@ -.welcome-card ion-img { - max-height: 35vh; +.welcome-header { + // background-color: var(--ion-color-light); + padding: 16px; + width: 100%; + text-align: center; +} + +.welcome-header img { + max-width: 200px; + padding: 25px 5px 20px 0; +} + +.welcome-header ion-img { + // max-height: 5vh; overflow: hidden; } +.welcome-header ion-img img { + width: 100%; +} + .logo { - margin: 2vw; + margin: 1vw; + max-width: 40% } .menu-container { margin: 0vw; } +.item-inner{ + border-style: unset !important; +} + .header-text { font-size: 2em; } diff --git a/src/app/pages/settings/settings.page.html b/src/app/pages/settings/settings.page.html index 185e256f..f2afa8c4 100644 --- a/src/app/pages/settings/settings.page.html +++ b/src/app/pages/settings/settings.page.html @@ -11,7 +11,7 @@ - Push Notification +

Push Notification

Enabled diff --git a/src/app/pages/task/task.page.scss b/src/app/pages/task/task.page.scss index e69de29b..ddae1090 100644 --- a/src/app/pages/task/task.page.scss +++ b/src/app/pages/task/task.page.scss @@ -0,0 +1,24 @@ +.task-item { + padding-bottom: 0; +} + +.item .sc-ion-label-md-h { + overflow: visible; + white-space: pre-wrap; +} + +ion-note { + padding: 10px; + line-height: 21px; + white-space: pre-wrap; +} + +ion-badge { + vertical-align: middle; + white-space: pre-line; + text-align: left; +} + +ion-footer div { + margin: 10px; +} \ No newline at end of file diff --git a/src/assets/icon/aerogear_icon.svg b/src/assets/icon/aerogear_icon.svg new file mode 100644 index 00000000..4e34e73e --- /dev/null +++ b/src/assets/icon/aerogear_icon.svg @@ -0,0 +1,53 @@ + + + +]> + + + + + + + + + + + + + diff --git a/src/assets/icon/favicon.png b/src/assets/icon/favicon.png deleted file mode 100644 index 51888a7b..00000000 Binary files a/src/assets/icon/favicon.png and /dev/null differ diff --git a/src/global.scss b/src/global.scss index e55afdc9..e544a242 100644 --- a/src/global.scss +++ b/src/global.scss @@ -12,4 +12,15 @@ .banner { margin-right: 2vh; +} + +ion-item { + --inner-padding-end: 0; + --padding-end: 16px; +} + +.last-item { + ion-item { + --border-color: transparent; + } } \ No newline at end of file diff --git a/src/index.html b/src/index.html index 2f8dbd0d..566f5383 100644 --- a/src/index.html +++ b/src/index.html @@ -10,7 +10,7 @@ - +