Skip to content

Commit

Permalink
Add SAJE and Housing Justice for All logos to NoRent.org (#1365)
Browse files Browse the repository at this point in the history
This PR adds the SAJE and Housing Justice for All logos to homepage and about page... pretty self explanatory.
  • Loading branch information
sraby authored May 4, 2020
1 parent 3441e97 commit a810ea7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
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.

0 comments on commit a810ea7

Please sign in to comment.