From b9c6074a59c543ab480d2c101b0de907e4146c97 Mon Sep 17 00:00:00 2001 From: balagurova Date: Wed, 6 Dec 2023 18:37:23 +0200 Subject: [PATCH] Update Iraq About and Top Cards --- src/AboutText.tsx | 26 ++++++++++++++++++++++++++ src/TopCards.tsx | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) diff --git a/src/AboutText.tsx b/src/AboutText.tsx index 0da882b..dae1ce0 100644 --- a/src/AboutText.tsx +++ b/src/AboutText.tsx @@ -1137,4 +1137,30 @@ export const ABOUT_TEXT_LINKS = [ }, ], }, + { + title: 'Iraq', + id: 'IRQ', + bodyText: ( + <> +

+ Iraq was a founding member of the United Nations in 1945. Present in + Iraq since 1976, the United Nations Development Programme (UNDP) is + committed to supporting the Government and people of Iraq during their + transition towards reconciliation, reform and stability. +

+

+ UNDP support’s the Government’s vision for a sustainable, peaceful + Iraq through an approach that strengthens societal resilience to + better deal with social, economic, environmental and political shocks + and stresses. +

+ + ), + resource: [ + { + source: 'About Us Page', + link: 'https://www.undp.org/iraq/about-us', + }, + ], + }, ]; diff --git a/src/TopCards.tsx b/src/TopCards.tsx index 08e08ac..7c5a9da 100644 --- a/src/TopCards.tsx +++ b/src/TopCards.tsx @@ -1575,4 +1575,51 @@ export const TOP_CARDS = [ }, ], }, + { + id: 'IRQ', + cards: [ + { + vizType: 'lineChart', + settings: { + dataKey: 'Climate Change Readiness Ranking', + strokeWidth: 1, + lineColor: '#232E3D', + graphTitle: 'Climate Change Readiness Ranking', + suffix: '', + }, + }, + { + vizType: 'lineChart', + settings: { + dataKey: 'School enrollment, tertiary (% gross)', + strokeWidth: 1, + lineColor: '#232E3D', + graphTitle: 'School enrollment, tertiary (% gross)', + suffix: '%', + }, + }, + { + vizType: 'lineChart', + settings: { + dataKey: 'Current health expenditure (% of GDP)', + strokeWidth: 1, + lineColor: '#232E3D', + graphTitle: + 'Current Health Expenditure, percentage of the national gross domestic product (GDP)', + suffix: '%', + }, + }, + { + vizType: 'lineChart', + settings: { + dataKey: + 'People using safely managed drinking water services (% of population)', + strokeWidth: 1, + lineColor: '#232E3D', + graphTitle: 'Access to water services, percent of population', + suffix: '%', + }, + }, + ], + }, ];