-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add ucsf partner logo #1307
Add ucsf partner logo #1307
Conversation
…estyle CSS/JSX to better fit all the logos
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.
LGTM, I left a few detailed CSS-related comments, but I don't think they are blockers for this to merge.
@@ -154,17 +154,17 @@ export const LinkSf = () => ( | |||
</li> | |||
<li> | |||
<a href="http://evictiondefense.org/" rel="noopener"> | |||
<img src={EDCLogo} alt="WeWork" /> | |||
<img src={EDCLogo} alt="Eviction Defense Collaborative" /> |
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.
Thanks for fixing the copy paste issues with the alt text everywhere!
Co-authored-by: Richard Xia <richardxia@richardxia.com>
…hSF/askdarcel-web into add-ucsf-partner-logo
Thanks for reviewing! I've added your suggested changes, and everything looks better. Good catch noticing the effects of removing the |
Made updates to the home page partners. These include markup/CSS changes for the list of logos. Adding that extra logo causes them to wrap to the next line, which made them look awkward with our current setup.
I also added the logo to the SFSG about page as well as the LinkSF page. I'm not exactly sure if we need to keep the LinkSF page updated or even include the UCSF logo there, but it contains our other logos, so I added it for the time being. I'm not sure we get much traffic on LinkSF as it is, anyhow.
I think the UI that we currently have is not perfect, and it can look awkward on smaller screens, but maybe we should wait until our exec discussion before perfecting the logo UI.