mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-09-02 05:30:56 -07:00
add tutorial links (#2223)
This commit is contained in:
parent
f7cc73e079
commit
980ed8f04a
4 changed files with 60 additions and 4 deletions
|
@ -14,6 +14,10 @@ export const EJSCREEN = 'https://www.epa.gov/ejscreen/how-does-epa-use-ejscreen'
|
|||
|
||||
export const CEJST_INSTRUCT = `https://static-data-screeningtool.geoplatform.gov/data-versions/1.0/data/score/downloadable/CEQ-CEJST-Instructions.pdf`;
|
||||
export const CEJST_MEMO = `https://www.whitehouse.gov/wp-content/uploads/2023/01/M-23-09_Signed_CEQ_CPO.pdf`;
|
||||
|
||||
export const USE_MAP_TUTORIAL_LINK = `https://static-data-screeningtool.geoplatform.gov/data-versions/1.0/data/score/downloadable/Using-the-CEJST-Tutorial.pdf`;
|
||||
export const USE_DATA_TUTORIAL_LINK = `https://static-data-screeningtool.geoplatform.gov/data-versions/1.0/data/score/downloadable/Using-the-CEJST-Spreadsheet-Tutorial.pdf`;
|
||||
|
||||
export const PAGE = defineMessages({
|
||||
TITLE: {
|
||||
id: 'about.page.title.text',
|
||||
|
@ -131,6 +135,21 @@ export const CONTENT = {
|
|||
link1: linkFn(PAGES_ENDPOINTS.METHODOLOGY, true, false),
|
||||
}}
|
||||
/>,
|
||||
|
||||
USE_MAP_TUTORIAL: <FormattedMessage
|
||||
id={'about.page.use.map.tutorial'}
|
||||
defaultMessage={`
|
||||
Download the CEJST tutorial (.pdf 9.6 MB)
|
||||
`}
|
||||
description={'Navigate to the About page. This the link to download the how to use map tutorial'}
|
||||
/>,
|
||||
USE_DATA_TUTORIAL: <FormattedMessage
|
||||
id={'about.page.use.map.tutorial'}
|
||||
defaultMessage={`
|
||||
Download the spreadsheet tutorial (.pdf 5.4 MB)
|
||||
`}
|
||||
description={'Navigate to the About page. This the link to download the how to use map tutorial'}
|
||||
/>,
|
||||
};
|
||||
|
||||
export const GITHUB_LINK = 'https://github.com/usds/justice40-tool';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue