-
Notifications
You must be signed in to change notification settings - Fork 20
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
fix(images): add favicon and brand image #280
Conversation
a5b241a
to
5b26432
Compare
I think for the black background, we can use a version that's white. I can generate one for you. Thoughts? |
Also I can generate an Icon version that you can add; it's a bit weird to see the full Cryostat logo along with the Cryostat text immediately under it... |
Oh and I need to make the background for the favicon transparent. Oops |
Sure, that all sounds good. |
I like the logo, looks good :) Also, I understand what the other changed files do but what is |
So, the overall build process for a React application typically has a few steps.
|
Makes sense, thank you! |
5b26432
to
3451b78
Compare
Hm... Okay so atm there's Cryostat icon on top of the text, but the vertical spacing between them is quite large. I think it would be best to replace the both of them with just a Cryostat logo image instead. |
FWIW that's what the Patternfly example component looks like: https://www.patternfly.org/v4/components/about-modal I can make it look like this easily enough however: |
Oh... well damn. The vertical space is so off though :| |
@andrewazores any chance you could share another screenshot of what it looks like now? |
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.
One nit:
Is src/app/assets/cryostat-3-icon-white-500px.png
file still needed? Rest LGTM.
5ef4006
to
aa2fa3d
Compare
It was unused, so I've removed it and rebased. There was just one small conflict with some imports. |
* fix(images): add favicon and brand image * fix(license): don't expect license in images * Update assets * Use logo variant * Update logo and use horizontal variant in masthead * Remove unused asset (cherry picked from commit 4f42251) # Conflicts: # src/app/AppLayout/AppLayout.tsx
* fix(images): add favicon and brand image (#280) * fix(images): add favicon and brand image * fix(license): don't expect license in images * Update assets * Use logo variant * Update logo and use horizontal variant in masthead * Remove unused asset (cherry picked from commit 4f42251) # Conflicts: # src/app/AppLayout/AppLayout.tsx * fixup Co-authored-by: Andrew Azores <aazores@redhat.com>
Fixes #279
Depends on #281