diff --git a/README.md b/README.md index 125a956a4..ecc5f39fe 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- StartOS Logo + StartOS Logo

StartOS

@@ -65,7 +65,7 @@ There are multiple ways to contribute: work directly on StartOS, package a servi To report security issues, please email our security team - security@start9.com. ## 🌎 Marketplace -There are dozens of service available for StartOS, and new ones are being added all the time. Check out the full list of available services [here](https://marketplace.start9.com/marketplace). To read more about the Marketplace ecosystem, check out this [blog post](https://blog.start9.com/start9-marketplace-strategy/) +There are dozens of services available for StartOS, and new ones are being added all the time. Check out the full list of available services [here](https://marketplace.start9.com/marketplace). To read more about the Marketplace ecosystem, check out this [blog post](https://blog.start9.com/start9-marketplace-strategy/) ## 🖥️ User Interface Screenshots diff --git a/frontend/projects/install-wizard/src/app/pages/home/home.page.html b/frontend/projects/install-wizard/src/app/pages/home/home.page.html index d1ebe43b5..5bdaee493 100644 --- a/frontend/projects/install-wizard/src/app/pages/home/home.page.html +++ b/frontend/projects/install-wizard/src/app/pages/home/home.page.html @@ -2,8 +2,8 @@ -
- +
+
diff --git a/frontend/projects/setup-wizard/src/app/pages/home/home.page.html b/frontend/projects/setup-wizard/src/app/pages/home/home.page.html index 3c803bb34..ab517cbcb 100644 --- a/frontend/projects/setup-wizard/src/app/pages/home/home.page.html +++ b/frontend/projects/setup-wizard/src/app/pages/home/home.page.html @@ -4,13 +4,13 @@
- + - Start9 +
diff --git a/frontend/projects/ui/src/app/app/menu/menu.component.scss b/frontend/projects/ui/src/app/app/menu/menu.component.scss index b85269c36..a7c8c762f 100644 --- a/frontend/projects/ui/src/app/app/menu/menu.component.scss +++ b/frontend/projects/ui/src/app/app/menu/menu.component.scss @@ -4,8 +4,9 @@ .logo { display: block; - width: 60%; + width: 36%; margin: 0 auto; + padding: 16px 16px 0 16px; } .menu { diff --git a/frontend/projects/ui/src/app/app/preloader/preloader.component.html b/frontend/projects/ui/src/app/app/preloader/preloader.component.html index 8669831e0..94d6d7107 100644 --- a/frontend/projects/ui/src/app/app/preloader/preloader.component.html +++ b/frontend/projects/ui/src/app/app/preloader/preloader.component.html @@ -60,9 +60,7 @@ - - diff --git a/frontend/projects/ui/src/app/components/store-icon/store-icon.component.ts b/frontend/projects/ui/src/app/components/store-icon/store-icon.component.ts index 076311697..3436a90d4 100644 --- a/frontend/projects/ui/src/app/components/store-icon/store-icon.component.ts +++ b/frontend/projects/ui/src/app/components/store-icon/store-icon.component.ts @@ -31,7 +31,7 @@ export class GetIconPipe implements PipeTransform { const { start9, community } = this.config.marketplace if (sameUrl(url, start9)) { - return 'assets/img/icon_transparent.png' + return 'assets/img/icon.png' } else if (sameUrl(url, community)) { return 'assets/img/community-store.png' } diff --git a/frontend/projects/ui/src/app/pages/login/ca-wizard/ca-wizard.component.html b/frontend/projects/ui/src/app/pages/login/ca-wizard/ca-wizard.component.html index 326eedd33..fb38b58ec 100644 --- a/frontend/projects/ui/src/app/pages/login/ca-wizard/ca-wizard.component.html +++ b/frontend/projects/ui/src/app/pages/login/ca-wizard/ca-wizard.component.html @@ -1,5 +1,5 @@ - + StartOS diff --git a/frontend/projects/ui/src/app/pages/login/login.page.html b/frontend/projects/ui/src/app/pages/login/login.page.html index a61553e44..cfd233caf 100644 --- a/frontend/projects/ui/src/app/pages/login/login.page.html +++ b/frontend/projects/ui/src/app/pages/login/login.page.html @@ -23,8 +23,6 @@ - - StartOS Login diff --git a/frontend/projects/ui/src/app/pages/login/login.page.scss b/frontend/projects/ui/src/app/pages/login/login.page.scss index 27524ee79..d9c9ce375 100644 --- a/frontend/projects/ui/src/app/pages/login/login.page.scss +++ b/frontend/projects/ui/src/app/pages/login/login.page.scss @@ -9,7 +9,7 @@ .title { margin: 24px 0 16px; color: #e0e0e0; - text-transform: uppercase; + font-size: 1.8rem; } .grid { @@ -23,11 +23,6 @@ text-align: center; } -.logo { - max-width: 240px; - padding-bottom: 16px; -} - .error { display: block; text-align: left; diff --git a/frontend/projects/ui/src/manifest.webmanifest b/frontend/projects/ui/src/manifest.webmanifest index 94e6b08f9..9971a98ab 100644 --- a/frontend/projects/ui/src/manifest.webmanifest +++ b/frontend/projects/ui/src/manifest.webmanifest @@ -9,7 +9,7 @@ "id": "/?version=0344", "icons": [ { - "src": "assets/img/icon_pwa.png", + "src": "assets/img/icon.png", "sizes": "256x256", "type": "image/png", "purpose": "any"