Bloom is Exygy’s affordable housing platform. Bloom's goal is to be a single entry point for affordable housing seekers and a hub for application and listing management for developers.
Updates all of the AC in the ticket and in the linked Figma, which changes some copy and content on the homepage.
Making changes in the footer proved to be really awkward & was touching doorway-uic, so I rewrote the footer using Seeds, based off of the core PR that does the same.
As part of cleaning this up, some other changes are:
Changing some footer padding / spacing & icon sizes to match the Figma
Changing the button colors and font to match the Figma
Updating the linkedIn icon so that it isn't singled out as the only icon with a border and shadow
Making the YouTube icon slightly larger so it is less disproportionate
Fixing the focus outlines around the socials icons so that they wrap the icon rather than go through it
Update button text to have the right casing
I was also then able to remove the doorway-uic footer components we are no longer using.
[x] Added QA notes to the issue with applicable URLs
[x] Reviewed in a desktop view
[x] Reviewed in a mobile view
[x] Reviewed considering accessibility
[ ] Added tests covering the changes
[ ] Made corresponding changes to the documentation
[ ] Ran yarn generate:client and/or created a migration when required
Review Process:
Read and understand the issue
Ensure the author has added QA notes
Review the code itself from a style point of view
Pull the changes down locally and test that the acceptance criteria is met
Either (1) explicitly ask a clarifying question, (2) request changes, or (3) approve the PR, even if there are very small remaining changes, if you don't need to re-review after the updates
This PR addresses #887
Description
Updates all of the AC in the ticket and in the linked Figma, which changes some copy and content on the homepage.
Making changes in the footer proved to be really awkward & was touching doorway-uic, so I rewrote the footer using Seeds, based off of the core PR that does the same.
As part of cleaning this up, some other changes are:
I was also then able to remove the doorway-uic footer components we are no longer using.
How Can This Be Tested/Reviewed?
Compare the homepage and footer to the Figma
Author Checklist:
yarn generate:client
and/or created a migration when requiredReview Process: