Make latest copy changes from Living Copy (#1055)

* Make latest copy changes

- update snapshots

* Update cypress test on feedback link

- update snapshot

* Update side panel and copy

- update snapshots

* Make 2nd EO link open in new tab

* Add latest changes from Living copy

* Add back HS indicator to map

* Add "X of Y thresholds exceed" to side panel

- update snapshots

* Update with latest copy

* Update to latest copy

- make BETA pill in logo bold
- correct exceed to exceeded
- update snapshots
- update page title to Meth & data

* Update total indicators to 21

* Update snapshot
This commit is contained in:
Vim 2021-12-17 16:17:57 -05:00 committed by GitHub
commit 409c7238ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 518 additions and 358 deletions

View file

@ -2,7 +2,7 @@ import React from 'react';
import {defineMessages} from 'react-intl';
import {FormattedMessage} from 'gatsby-plugin-intl';
export const EXEC_ORDER_LINK = 'https://www.federalregister.gov/documents/2021/02/01/2021-02177/tackling-the-climate-crisis-at-home-and-abroad#:~:text=Sec.%20223.%20Justice40,40-percent%20goal.';
export const EXEC_ORDER_LINK = 'https://www.whitehouse.gov/briefing-room/presidential-actions/2021/01/27/executive-order-on-tackling-the-climate-crisis-at-home-and-abroad/';
export const PAGE = defineMessages({
TILE: {
@ -12,7 +12,7 @@ export const PAGE = defineMessages({
},
HEADING: {
id: 'index.heading.about.us',
defaultMessage: 'About us',
defaultMessage: 'About',
description: 'main heading for about page',
},
HEADING_1: {
@ -20,19 +20,6 @@ export const PAGE = defineMessages({
defaultMessage: 'Screening tool',
description: 'heading for about screening tool',
},
HEADING1_DESCRIPTION1: {
id: 'about.page.sub.header.1.text.1',
defaultMessage: 'In Executive Order 14008 on Tackling the Climate Crisis at Home and Abroad'+
' Environmental Quality (CEQ) to create a climate and economic'+
' justice screening tool. The purpose of the tool is to help'+
' Federal agencies identify disadvantaged communities and provide'+
' socioeconomic, environmental, and climate information and data'+
' to inform decisions that may affect these communities. The tool'+
' identifies disadvantaged communities as communities of focus'+
' through publicly available, nationally consistent, high-quality'+
' data.',
description: 'about page sub header text',
},
HEADING1_DESCRIPTION2: {
id: 'about.page.sub.header.1.text.2',
defaultMessage: 'The current version of the tool is in a public beta form and'+
@ -41,20 +28,21 @@ export const PAGE = defineMessages({
},
HEADING_2: {
id: 'index.heading.justice40',
defaultMessage: 'Justice40 Initiative',
defaultMessage: 'Justice40',
description: 'heading for about justice 40',
},
HEADING2_DESCRIPTION1: {
id: 'about.page.sub.header.2.text.1',
defaultMessage: 'The tool will provide important information for the Justice40'+
' Initiative. The goal of the Justice40 Initiative is to provide'+
' 40-percent of the overall benefits of certain federal'+
' programs in seven key areas to disadvantaged communities.'+
' These seven key areas are: climate change, clean energy and'+
' energy efficiency, clean transit, affordable and sustainable'+
' housing, training and workforce development, the remediation'+
' and reduction of legacy pollution, and the development of'+
' critical clean water infrastructure.',
defaultMessage: `
The tool will provide important information for the Justice40 Initiative. The goal of the
Justice40 Initiative is to provide 40 percent of the overall benefits of certain federal
programs in seven key areas to disadvantaged communities. These seven key areas are: climate
change, clean energy and energy efficiency, clean transit, affordable and sustainable
housing, training and workforce development (related to climate, natural disasters, environment,
clean energy, clean transportation, affordable and sustainable housing, water and
wastewater infrastructure, and legacy pollution reduction, including in energy communities),
the remediation and reduction of legacy pollution, and the development of critical clean water infrastructure.
`,
description: 'about page sub header text',
},
});
@ -65,24 +53,19 @@ export const HEADING_1 = {
id={'about.page.sub.header.1.text.1'}
description={'about page sub header text'}
defaultMessage={`
In {eoLink} on Tackling the Climate Crisis at Home and Abroad,
President Biden directed the Council on
Environmental Quality (CEQ) to create a Climate and Economic
Justice Screening Tool. The purpose of the tool is to help
Federal agencies identify disadvantaged communities
that have been historically marginalized, underserved, and
overburdened by pollution. The tool provides
socioeconomic, environmental, and climate information
to inform decisions that may affect these communities. The tool
identifies disadvantaged communities
through publicly available, nationally consistent, high-quality
data.
In {eoLink} on {tacklingItalics}, President Biden directed the Council on Environmental Quality (CEQ)
to create a Climate and Economic Justice Screening Tool. The purpose of the tool is to help
Federal agencies identify disadvantaged communities that have been historically
marginalized, underserved, and overburdened by pollution. The tool provides socioeconomic,
environmental, and climate information to inform decisions that may affect these communities. The
tool identifies disadvantaged communities through publicly-available, nationally-consistent, and high-quality data.
`}
values={{
eoLink:
<a href={EXEC_ORDER_LINK}>
<a href={EXEC_ORDER_LINK} target={'blank'}>
Executive Order 14008
</a>,
tacklingItalics: <i>Tackling the Climate Crisis at Home and Abroad</i>,
}}
/>,
};
@ -94,13 +77,14 @@ export const HEADING_2 = {
description={'about page sub header text'}
defaultMessage={`
Read more about the Justice40 Initiative in President Bidens
{eoLink} on Tackling the Climate Crisis at Home and Abroad.
{eoLink} on {tacklingItalics}.
`}
values={{
eoLink:
<a href={EXEC_ORDER_LINK}>
<a href={EXEC_ORDER_LINK} target={'blank'}>
Executive Order 14008
</a>,
tacklingItalics: <i>Tackling the Climate Crisis at Home and Abroad</i>,
}}
/>,
};
@ -176,7 +160,7 @@ export const GET_INVOLVED = defineMessages({
JOIN_OSC_INFO: {
id: 'join.open.source.info',
defaultMessage: 'The screening tools code is open source, which means it is '+
' available for the public to view and contribute to. Anyone can view and contribute on GitHub.',
' available for the public to view and contribute to.',
description: 'info on joining open source community',
},
JOIN_OSC_LINK_TEXT: {