Skip to content
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 SAJE and Housing Justice for All logos to NoRent.org #1365

Merged
merged 3 commits into from
May 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/design_sources/norent-icons.sketch
Git LFS file not shown
14 changes: 12 additions & 2 deletions frontend/lib/norent/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,23 @@ const partnerLogoItems: PartnerLogo[] = [
srcName: "mha",
href: "https://mhaction.org/",
},
{
name: "Strategic Actions for a Just Economy",
srcName: "saje",
href: "https://www.saje.net/",
},
{
name: "Housing Justice for All",
srcName: "hj4a",
href: "https://www.housingjusticeforall.org/",
},
];

export const PartnerLogos = () => (
<div className="jf-partner-logos columns is-mobile is-multiline is-variable is-8-desktop">
{partnerLogoItems.map((partnerDetails, i) => (
<div
className="column is-one-fourth jf-has-centered-images is-paddingless"
className="column is-one-third-tablet is-half-mobile jf-has-centered-images is-paddingless"
key={i}
>
<OutboundLink
Expand Down Expand Up @@ -137,7 +147,7 @@ export const NorentAboutPage: React.FC<{}> = () => (
</p>
<br />
</div>
<div className="container jf-space-below-2rem">
<div className="container jf-tight-container jf-space-below-2rem">
<PartnerLogos />
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/lib/norent/homepage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export const NorentHomePage: React.FC<{}> = () => {
</p>
<br />
</div>
<div className="container">
<div className="container jf-tight-container">
<PartnerLogos />
</div>
</div>
Expand Down
Binary file added frontend/static/frontend/img/norent/hj4a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/static/frontend/img/norent/saje.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.