Skip to content

Commit

Permalink
Merge pull request #1419 from hackforla/1051-about-page-cfa-changes
Browse files Browse the repository at this point in the history
1051 About Page update - HfLA/ CfA changes
  • Loading branch information
sydneywalcoff authored Jun 5, 2024
2 parents c3a5bf9 + 5cf2d9b commit d85097e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,16 +261,16 @@
"page_header": "About Us",
"title1": "Who we are",
"paragraph1": "We are a team of volunteer designers, engineers, researchers, writers, and activists building technology to improve LA County. Meet the current team and past contributors on Hack for LA’s website.",
"title2": "Part of a national effort",
"paragraph2_li2": "Code for America’s goal is to clear all eligible records in America",
"paragraph2_li3": "500,000 records were cleared in Utah when Code for America’s Clear my Record initiative partnered with the state *source",
"title2": "What is Expunge Assist?",
"paragraph2": "Expunge Assist is a free step-by-step tool that helps individuals with eligible criminal convictions in California write a declaration letter. This is one part of the process in record clearance or expungement.",
"paragraph2c": "This is not a replacement for legal advice.",
"title3": "Why record clearance matters",
"paragraph3_li1": "1 in 3 people in America have a criminal record",
"paragraph3_li2": "Black and BIPOC people are disproportionally convicted of low-level, nonviolent crimes",
"paragraph3_li3": "144,000 eligible marijuana records for clearance (reduced or dismissed) in California",
"title4": "Partner with us",
"paragraph4": "Expunge Assist is actively looking to partner with clinics and organizations focused on criminal justice reform. Partnership means, in part, that Expunge Assist would refine and tailor this product to the needs of your organization and clients.",
"paragraph4b": "Contacts us to learn more."
"paragraph4b": "Contact us to learn more."
},
"terms_of_use_page": {
"generator_heading": "The declaration letter generator",
Expand Down
64 changes: 25 additions & 39 deletions products/statement-generator/src/pages/AboutUs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,50 +53,36 @@ export default function AboutUs() {
className={classes.buttonStyle}
/>

<br />
<br />
<h3>{t('about_us_page.title2')}</h3>
<br />
<ul className={classes.paragraphStyle}>
<li className={classes.pointStyle}>
<span className={classes.spanStyle}>
Expunge Assist is part of{' '}
<Link
underline="always"
className={classes.linkStyle}
href="https://www.hackforla.org/"
>
Hack for LA
</Link>{' '}
and{' '}
<Link
underline="always"
className={classes.linkStyle}
href="https://codeforamerica.org/"
>
Code for America{' '}
</Link>
</span>
</li>
<li className={classes.pointStyle}>
<span className={classes.spanStyle}>
{t('about_us_page.paragraph2_li2')}
</span>
</li>
<li className={classes.pointStyle}>
<span className={classes.spanStyle}>
{t('about_us_page.paragraph2_li3')}
</span>
</li>
</ul>
<p className={classes.paragraphStyle}>{t('about_us_page.paragraph2')}</p>
<p className={classes.paragraphStyle}>
<Link
underline="always"
className={classes.linkStyle}
href="https://codeforamerica.org/programs/criminal-justice/automatic-record-clearance/"
>
*source
</Link>
<span className={classes.spanStyle}>
This tool is provided for free by{' '}
<Link
underline="always"
className={classes.linkStyle}
href="https://www.hackforla.org/"
>
Hack for LA
</Link>
, a project under the nonprofit{' '}
<Link
underline="always"
className={classes.linkStyle}
href="https://www.civictechstructure.org/"
>
Civic Tech Structure
</Link>
.
</span>
</p>
<br />
<p className={classes.paragraphStyle}>{t('about_us_page.paragraph2c')}</p>
<br />

<h3>{t('about_us_page.title3')}</h3>
<br />
<ul className={classes.paragraphStyle}>
Expand Down

0 comments on commit d85097e

Please sign in to comment.