Skip to content

Commit

Permalink
Merge pull request #12 from UNDP-Data/update-iraq-page
Browse files Browse the repository at this point in the history
Update Iraq About and Top Cards
  • Loading branch information
mustafasaifee42 authored Dec 7, 2023
2 parents ca75c70 + b9c6074 commit 65118ac
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/AboutText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1137,4 +1137,30 @@ export const ABOUT_TEXT_LINKS = [
},
],
},
{
title: 'Iraq',
id: 'IRQ',
bodyText: (
<>
<p className='undp-typography'>
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.
</p>
<p className='undp-typography'>
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.
</p>
</>
),
resource: [
{
source: 'About Us Page',
link: 'https://www.undp.org/iraq/about-us',
},
],
},
];
47 changes: 47 additions & 0 deletions src/TopCards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: '%',
},
},
],
},
];

0 comments on commit 65118ac

Please sign in to comment.