mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-21 06:41:39 -07:00
Update copy on site based on living copy document (#697)
* Update copy on site based on living copy document * Updates copy from living doc v2 - updates shots * Update styling to sidepanel - make indicator heading white - change bg color of add'nl indicators 'FAFAFA' * Separate dataset cards sections by style - abstract out additional cards color to utils - create a baseCard mixin - add datasetCardAdditional style block - add additionalIndicator prop to DatasetCard - lower abstaction of GridContainer from methodology to DatasetContainer - updates snapshot * Swap resolution and source in dataset cards - update snapshots * Update SVGs on About page - re-center the SVGs to content vertically
This commit is contained in:
parent
cd33f323c8
commit
61fc8e6c15
25 changed files with 1714 additions and 701 deletions
|
@ -19,7 +19,7 @@ const ScoreStepsList = () => {
|
|||
block boundaries from 2010.
|
||||
</p>
|
||||
<p>
|
||||
The following describes the process for identifying disadvantaged communities.
|
||||
The following describes the process for identifying communities of focus.
|
||||
</p>
|
||||
</Grid>
|
||||
</Grid>
|
||||
|
@ -29,9 +29,6 @@ const ScoreStepsList = () => {
|
|||
<ProcessListItem>
|
||||
<ProcessListHeading type="h4">Gather datasets</ProcessListHeading>
|
||||
<p>{' '}</p>
|
||||
<h4>
|
||||
Data inputs
|
||||
</h4>
|
||||
<p className={'flush'}>
|
||||
The methodology includes the following inputs that are equally weighted.
|
||||
</p>
|
||||
|
@ -69,7 +66,7 @@ const ScoreStepsList = () => {
|
|||
|
||||
<ProcessListItem>
|
||||
<ProcessListHeading type="h4">
|
||||
Current Formula
|
||||
Determine communites of focus
|
||||
</ProcessListHeading>
|
||||
<p>{' '}</p>
|
||||
<p className={'flush'}>
|
||||
|
@ -77,16 +74,19 @@ const ScoreStepsList = () => {
|
|||
community of focus if:
|
||||
</p>
|
||||
<p>
|
||||
(The median income is <80% of the area median income OR
|
||||
(The median income is less than 80% of the area median income
|
||||
</p>
|
||||
<p className={'flush'}>
|
||||
households living in poverty (at or below 100% of the federal poverty level) is >20%)
|
||||
OR
|
||||
</p>
|
||||
<p className={'flush'}>
|
||||
households living in poverty (at or below 100% of the federal poverty level) is greater than 20%)
|
||||
</p>
|
||||
<p className={'flush'}>
|
||||
AND
|
||||
</p>
|
||||
<p className={'flush'}>
|
||||
The high school degree achievement rate for adults 25 years and older is <95%
|
||||
The high school degree achievement rate for adults 25 years and older is greater than 95%
|
||||
</p>
|
||||
</ProcessListItem>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue