Add UCSF Acute Care Innovation Center Logo. #378
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This logo is being added to both the Partners and Sponsors block as well as to the Impact Page, under the Hosted Partners section.
Since we wanted to add a hyperlink to their website, this also includes some code changes to those components to allow for optional hyperlinks.
Partners and Sponsors block on the home page:
Impact Page:
BTW, @schroerbrian, since the raw image of their logo that we got was huge (like over 5000 px wide), I ended up resizing them to something a lot smaller, to avoid forcing visitors to download huge images that are ultimately rendered at much smaller sizes. This is actually something that Gatsby's supposed to handle out of the box, but we're kind of using Gatsby wrong, so it isn't easy without doing some larger refactoring.
I added two different resized versions, since the Partners and Sponsors block has much smaller images than the Impact page, since I targeted approximately a 2x resolution of the rendered image (for Retina displays). Feel free to grab them for the SF Service Guide site if you want, src/pages/impact/ucsf-acute-care-innovation-center-logo.png is the larger one that's probably better for the SF Service Guide pages.