-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Align web app UI to website design #679
Conversation
Signed-off-by: Ryan Keairns <[email protected]>
Signed-off-by: Ryan Keairns <[email protected]>
</footer> | ||
</div>`, | ||
</div> | ||
<footer class="main-footer"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The footer is big enough now that it should be broken into its own component.
This is beautiful. A few things need fixing:
|
</ul> | ||
<div class="main-nav--container clearfix"> | ||
<div class="main-nav--logo"> | ||
<a href="/"><h1>{{appName}}</h1></a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's inconsistent use of 2/4 spaces in here.
📌 Commit 8edc7d6 has been approved by |
Signed-off-by: Ryan Keairns <[email protected]> Pull request: #679 Approved by: smith
Signed-off-by: Ryan Keairns <[email protected]> Pull request: #679 Approved by: smith
☀️ Test successful - travis |
Signed-off-by: Ryan Keairns <[email protected]> Pull request: #679 Approved by: smith
Signed-off-by: Ryan Keairns <[email protected]> Pull request: #679 Approved by: smith
The big additions/changes are the nav/global navigation and footer to match the new website design (including smaller device size support... although there will be more work to refine this, it is functional).
There are many additional smaller tweaks related to global layout and branding.