diff --git a/client/src/components/PublicEngageButton/PublicEngageButton.module.scss b/client/src/components/PublicEngageButton/PublicEngageButton.module.scss index 950c73ca..0a30c196 100644 --- a/client/src/components/PublicEngageButton/PublicEngageButton.module.scss +++ b/client/src/components/PublicEngageButton/PublicEngageButton.module.scss @@ -5,7 +5,8 @@ @include u-margin-bottom(1); @include u-margin-right(1); .tag { - @include u-bg("gray-cool-10"); + // @include u-bg("gray-cool-10"); // Standard gray + @include u-bg("yellow-20v"); // "new" yellow color: black; border-radius: 5px; @include u-text('bold'); diff --git a/client/src/data/copy/publicEngage.tsx b/client/src/data/copy/publicEngage.tsx index 839a502c..a21896f3 100644 --- a/client/src/data/copy/publicEngage.tsx +++ b/client/src/data/copy/publicEngage.tsx @@ -7,6 +7,8 @@ import mar22 from '../../images/eventDates/mar22.svg'; import mar30 from '../../images/eventDates/mar30.svg'; import mar31 from '../../images/eventDates/mar31.svg'; import apr15 from '../../images/eventDates/apr15.svg'; +import may10 from '../../images/eventDates/may10.svg'; +import may19 from '../../images/eventDates/may19.svg'; import mar9Exp from '../../images/eventDates/mar9-inactive.svg'; import mar10Exp from '../../images/eventDates/mar10-inactive.svg'; import mar16Exp from '../../images/eventDates/mar16-inactive.svg'; @@ -14,6 +16,8 @@ import mar22Exp from '../../images/eventDates/mar22-inactive.svg'; import mar30Exp from '../../images/eventDates/mar30-inactive.svg'; import mar31Exp from '../../images/eventDates/mar31-inactive.svg'; import apr15Exp from '../../images/eventDates/apr15-inactive.svg'; +import may10Exp from '../../images/eventDates/may10-inactive.svg'; +import may19Exp from '../../images/eventDates/may19-inactive.svg'; export const PAGE_INTRO = defineMessages({ @@ -309,4 +313,38 @@ export const EVENTS = [ REG_LINK: `https://pitc.zoomgov.com/webinar/register/WN_dLw3xChiTlaOLGdHXQWk0w`, DATA_CY: `apr-15-reg-link-block`, }, + { + DATE: new Date(2022, 4, 11), + NAME: EVENT_TYPES.LISTENING_SESS.NAME, + DESC: EVENT_TYPES.LISTENING_SESS.DESCRIPTION, + NUMBER: 3, + IMAGE: may10, + EXPIRED_IMG: may10Exp, + FIELDS: defineMessages({ + INFO: { + id: 'public.eng.page.event.listening.3.info', + defaultMessage: `May 10th (4:00 PM EST)`, + description: 'Navigate to the the public engagement page, this will be the public engagement page event listening session 3 date', + }, + }), + REG_LINK: `https://pitc.zoomgov.com/webinar/register/WN_dt0xRNioR8SugY2hrDk1JA`, + DATA_CY: `may-10-reg-link-block`, + }, + { + DATE: new Date(2022, 4, 20), + NAME: EVENT_TYPES.LISTENING_SESS.NAME, + DESC: EVENT_TYPES.LISTENING_SESS.DESCRIPTION, + NUMBER: 4, + IMAGE: may19, + EXPIRED_IMG: may19Exp, + FIELDS: defineMessages({ + INFO: { + id: 'public.eng.page.event.listening.4.info', + defaultMessage: `May 19th (4:00 PM EST)`, + description: 'Navigate to the the public engagement page, this will be the public engagement page event listening session 4 date', + }, + }), + REG_LINK: `https://pitc.zoomgov.com/webinar/register/WN_1PR73vLDQpq1zoAWkhKB5g`, + DATA_CY: `may-19-reg-link-block`, + }, ]; diff --git a/client/src/images/eventDates/may10-inactive.svg b/client/src/images/eventDates/may10-inactive.svg new file mode 100644 index 00000000..cb2f7082 --- /dev/null +++ b/client/src/images/eventDates/may10-inactive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/src/images/eventDates/may10.svg b/client/src/images/eventDates/may10.svg new file mode 100644 index 00000000..231a76cd --- /dev/null +++ b/client/src/images/eventDates/may10.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/src/images/eventDates/may19-inactive.svg b/client/src/images/eventDates/may19-inactive.svg new file mode 100644 index 00000000..d614dafe --- /dev/null +++ b/client/src/images/eventDates/may19-inactive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/src/images/eventDates/may19.svg b/client/src/images/eventDates/may19.svg new file mode 100644 index 00000000..32dd3f8c --- /dev/null +++ b/client/src/images/eventDates/may19.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/src/intl/en.json b/client/src/intl/en.json index 9262e069..dd746d43 100644 --- a/client/src/intl/en.json +++ b/client/src/intl/en.json @@ -1395,6 +1395,14 @@ "defaultMessage": "April 15th (4:00 - 5:00 PM EST)", "description": "Navigate to the the public engagement page, this will be the public engagement page event listening session 2 date" }, + "public.eng.page.event.listening.3.info": { + "defaultMessage": "May 10th (4:00 PM EST)", + "description": "Navigate to the the public engagement page, this will be the public engagement page event listening session 3 date" + }, + "public.eng.page.event.listening.4.info": { + "defaultMessage": "May 19th (4:00 PM EST)", + "description": "Navigate to the the public engagement page, this will be the public engagement page event listening session 4 date" + }, "public.eng.page.event.listening.sess.description": { "defaultMessage": "CEQ is hosting public listening sessions to seek input and feedback on the beta version of the tool, including on the datasets it includes and the methodology it uses. This feedback is critical to the development and enhancement of the tool. This feedback will help CEQ update and refine the tool to ensure that it reflects the environmental, climate and other challenges that communities are experiencing.", "description": "Navigate to the the public engagement page, this will be the public engagement page event listening session description" diff --git a/client/src/pages/tests/__snapshots__/publicEng.test.tsx.snap b/client/src/pages/tests/__snapshots__/publicEng.test.tsx.snap index d1dd87bb..ed9b438a 100644 --- a/client/src/pages/tests/__snapshots__/publicEng.test.tsx.snap +++ b/client/src/pages/tests/__snapshots__/publicEng.test.tsx.snap @@ -801,6 +801,130 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
++ + CEQ is hosting public listening sessions to seek input and feedback on the beta version of the + tool, including on the datasets it includes and the methodology it uses. This feedback is critical + to the development and enhancement of the tool. This feedback will help CEQ update and refine the + tool to ensure that it reflects the environmental, climate and other challenges that communities + are experiencing. + +
++ + Event info + + : May 10th (4:00 PM EST) +
++ + + +
++ + CEQ is hosting public listening sessions to seek input and feedback on the beta version of the + tool, including on the datasets it includes and the methodology it uses. This feedback is critical + to the development and enhancement of the tool. This feedback will help CEQ update and refine the + tool to ensure that it reflects the environmental, climate and other challenges that communities + are experiencing. + +
++ + Event info + + : May 19th (4:00 PM EST) +
++ + + +
+