diff --git a/public/helpbuild/background.png b/public/helpbuild/background.png deleted file mode 100644 index 48c415d..0000000 Binary files a/public/helpbuild/background.png and /dev/null differ diff --git a/public/helpbuild/logo.png b/public/helpbuild/logo.png index a4076eb..8ab5edf 100644 Binary files a/public/helpbuild/logo.png and b/public/helpbuild/logo.png differ diff --git a/public/helpbuild/theme.css b/public/helpbuild/theme.css index 09bd5cb..26a041a 100644 --- a/public/helpbuild/theme.css +++ b/public/helpbuild/theme.css @@ -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!"; } diff --git a/public/helpbuild/theme.js b/public/helpbuild/theme.js index b28809c..9f06f43 100644 --- a/public/helpbuild/theme.js +++ b/public/helpbuild/theme.js @@ -1,6 +1,6 @@ const privacyPolicy = document.getElementById('privacy-policy'); if (privacyPolicy) { - privacyPolicy.innerHTML = 'By signing up you agree to the TheGardenPrivacy Policy Privacy Policy' + privacyPolicy.innerHTML = 'By signing up you agree to the Helpbuild Privacy Policy Privacy Policy' }