From 1773b0f96b8199d916f81aa89aa4d60fe840b3d7 Mon Sep 17 00:00:00 2001 From: Travis McCrea Date: Wed, 24 Jul 2019 14:20:31 -0700 Subject: [PATCH] New Homepage + Updated "well" ##New Homepage I have created a much better and inviting homepage design. It still needs a lot of work but this at least is a little better than what we have. Since the "quickstart" guide is also given once you login and download the client it seemed redundant to have on the homepage. The homepage uses inline styles for now maybe this will be updated in the future but I thought it would be better to just inline style instead of creating one time use styles in CSS while it's still in development. Please provide additional fixes if you can, this is far from being "done" ## New Well Design Well has been updated to a deep purple to better integrate with purple design throughout. --- src/assets/css/bootstrap.min.css | 2 +- src/welcome/welcome.component.html | 129 ++++++++++++++++------------- 2 files changed, 73 insertions(+), 58 deletions(-) diff --git a/src/assets/css/bootstrap.min.css b/src/assets/css/bootstrap.min.css index 2538d6c..32b7e82 100644 --- a/src/assets/css/bootstrap.min.css +++ b/src/assets/css/bootstrap.min.css @@ -5734,7 +5734,7 @@ button.list-group-item-danger.active:focus { min-height: 20px; padding: 19px; margin-bottom: 20px; - background-color: #4e5d6c; + background-color: #180f2b; border: 1px solid transparent; border-radius: 0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); diff --git a/src/welcome/welcome.component.html b/src/welcome/welcome.component.html index 3d7db1c..f7e86a3 100644 --- a/src/welcome/welcome.component.html +++ b/src/welcome/welcome.component.html @@ -1,64 +1,79 @@ -