Skip to content

Commit

Permalink
chore(html): update site header images
Browse files Browse the repository at this point in the history
The current logo isn't as sharp as it could be and has some
clipping at under the baseline. Refresh with a new graphic:

- Replace PNG with SVG assets
- Use solid, rather than gradient fill
- Remove unused `logo.svg` file
cweider committed Jul 19, 2023
1 parent 29fb68c commit 64e5b47
Showing 7 changed files with 39 additions and 1,303 deletions.
5 changes: 5 additions & 0 deletions cl/assets/static-global/css/override.css
Original file line number Diff line number Diff line change
@@ -29,6 +29,11 @@ header {
border-left: none;
}

.navbar-brand > img {
display: block;
margin: 0 0 0 -1px; /* visually compensate for leading edge 'C' */
}

.navbar-toggle {
margin-bottom: 0;
}
Binary file removed cl/assets/static-global/png/logo-initials-only.png
Binary file not shown.
Binary file removed cl/assets/static-global/png/logo-large.png
Binary file not shown.
15 changes: 15 additions & 0 deletions cl/assets/static-global/svg/logo-full.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions cl/assets/static-global/svg/logo-initials-only.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 64e5b47

Please sign in to comment.