-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add highligted operations and country key figures
- Loading branch information
1 parent
8adafa4
commit de043b2
Showing
9 changed files
with
201 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
.country-ongoing-activities { | ||
display: flex; | ||
flex-direction: column; | ||
gap: var(--go-ui-spacing-2xl); | ||
padding: var(--go-ui-spacing-2xl) 0; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,21 @@ | ||
{ | ||
"namespace": "countryOngoingActivitiesEmergencies", | ||
"strings": { | ||
"pageTitle": "Country Ongoing Emergencies", | ||
"fullScreenHeading": "IFRC Disaster Response and Preparedness", | ||
"countryCloseButton": "Close" | ||
"countryCloseButton": "Close", | ||
"countryOngoingActivitiesDREFOperations": "Active DREF Operations", | ||
"countryOngoingActivitiesKeyFiguresDrefTitle": "DREF", | ||
"countryOngoingActivitiesKeyFiguresDref": "These are small to medium scale emergency operations funded through the Disaster Relief Emergency Fund (DREF).The DREF provides immediate financial support to National Red Cross and Red Crescent Societies, enabling them to carry out their unique role as first responders after a disaster.", | ||
"countryOngoingActivitiesKeyFiguresAppealsTitle": "Emergency Appeal", | ||
"countryOngoingActivitiesFigureAppealDescription": "These are medium to large scale emergency operations funded through a public appeal for funds.", | ||
"countryOngoingActivitiesKeyFiguresActiveAppeals": "Active Emergency Appeals", | ||
"countryOngoingActivitiesKeyFiguresTargetPop": "Targeted Population", | ||
"countryOngoingActivitiesKeyFiguresBudget": "Funding Requirements (CHF)", | ||
"countryOngoingActivitiesKeyFiguresAppealsFunding": "Funding Coverage", | ||
"countryOngoingActivitiesEditCountryLink": "Edit Country", | ||
"countryOngoingActivitiesEmergenciesDescription": "The following data displays the current and ongoing emergencies within the country that are reported by the National Societies and partners. The displayed data is based on reporting and may not be fully indicative of all the activities.", | ||
"countryOngoingActivitiesTitle": "Active Emergencies", | ||
"countryOngoingActivitiesViewAll":"View all Emergencies in this Country", | ||
"countryOngoingActivitiesViewAllInRegion": "View all Emergencies in this Region" | ||
} | ||
} |
Oops, something went wrong.