diff --git a/pages/fiscal-sponsorship/climate/index.js b/pages/fiscal-sponsorship/climate/index.js index 4cee54bb2..ffc2db91d 100644 --- a/pages/fiscal-sponsorship/climate/index.js +++ b/pages/fiscal-sponsorship/climate/index.js @@ -1281,22 +1281,6 @@ export class Organization { } } - /** - * Checks if the organization is recommended by 128 Collective. - * @type {boolean} - */ - get is128Recommended() { - return false - } - - /** - * Checks if the organization is funded by 128 Collective. - * @type {boolean} - */ - get is128Funded() { - return false - } - /** * Updates the organization data by making an API call. * @returns {Organization} The updated Organization instance. diff --git a/pages/fiscal-sponsorship/directory/index.js b/pages/fiscal-sponsorship/directory/index.js index aff1f501d..15c0b3208 100644 --- a/pages/fiscal-sponsorship/directory/index.js +++ b/pages/fiscal-sponsorship/directory/index.js @@ -1156,22 +1156,6 @@ export class Organization { } } - /** - * Checks if the organization is recommended by 128 Collective. - * @type {boolean} - */ - get is128Recommended() { - return false - } - - /** - * Checks if the organization is funded by 128 Collective. - * @type {boolean} - */ - get is128Funded() { - return false - } - /** * Updates the organization data by making an API call. * @returns {Organization} The updated Organization instance. diff --git a/pages/fiscal-sponsorship/index.js b/pages/fiscal-sponsorship/index.js index 8b5b189aa..b7ef55a7c 100644 --- a/pages/fiscal-sponsorship/index.js +++ b/pages/fiscal-sponsorship/index.js @@ -315,7 +315,75 @@ export default function Page() { - + {/** removed for now + + + +
+ + + The fiscal sponsor of choice for the best funders. + + + + {['ycjf.png', 'first.png'].map(file => ( + {file.split('.')[0].toUpperCase()} + ))} + +
+ + + “Quote goes here” + + + — + + FirstName LastName + + , Title,{' '} + + Organization + + + +
+
+
+ */}