3
0

added new logo and styling for helpbuild
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
mike 2022-04-30 14:17:07 +01:00
parent 1ac42925d8
commit 432da5d6ea
4 changed files with 7 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,10 +1,5 @@
.login-pf body {
background: url(background.png) !important;
background-size: cover !important;
}
.login-pf-page .login-pf-header h1 {
background: #618c36 !important;
background: #363F48 !important;
}
.pf-c-button.pf-m-primary {
@ -16,7 +11,7 @@ div#kc-registration span a:hover {
}
#kc-header {
background: #ffffff;
background: #363F48;
}
.app-logo {
@ -24,7 +19,7 @@ div#kc-registration span a:hover {
}
.login-pf-page .login-pf-page-header p::before {
content: "Create infinitely nested trees and turn your plans and vision into managed work.";
content: "Making your network work for success.";
}
.login-main-title::before {
@ -32,16 +27,16 @@ div#kc-registration span a:hover {
}
.login-sub-heading::before {
content: "Create, tend and grow your trees of wonder and promise.";
content: "Get your network working.";
}
#new-to-app::before {
content: "New to amalati?";
content: "New to Helpbuild?";
}
.register-main-title::before {
content: "Create your account";
}
.register-sub-heading::before {
content: "Join and start planting your trees in Amalati!";
content: "Join and get building!";
}

View File

@ -1,6 +1,6 @@
const privacyPolicy = document.getElementById('privacy-policy');
if (privacyPolicy) {
privacyPolicy.innerHTML = '<span>By signing up you agree to the TheGardenPrivacy Policy <a href="https://thegarden.rocks/privacy/">Privacy Policy</a></span>'
privacyPolicy.innerHTML = '<span>By signing up you agree to the Helpbuild Privacy Policy <a href="https://helpbuild.co/privacy/">Privacy Policy</a></span>'
}