Skip to content

Commit

Permalink
add amundsen region
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Sep 27, 2024
1 parent 045be6b commit f55809c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
Binary file added public/cioos-amundsen-en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/cioos-amundsen-fr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicons/amundsen.ico
Binary file not shown.
21 changes: 21 additions & 0 deletions src/regions.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,27 @@ const regions = {
},
showInRegionSelector: true,
},
amundsen: {
title: { en: "Amundsen Science", fr: "Amundsen Science" },
titleFrPossessive: "de Amundsen Science",
catalogueTitle: {
fr: "Catalogue de données de Amundsen Science",
en: "Amundsen Science Data Catalogue",
},
colors: { primary: "#E31837", secondary: "#77777A" },
email: "[email protected]",
catalogueURL: {
fr: "https://catalogue.amundsenscience.ca/fr/",
en: "https://catalogue.amundsenscience.ca/",
},
introPageText: {
en:
"Amundsen Science is the nonprofit organization responsible for the scientific mandate of the research icebreaker CCGS Amundsen.",
fr:
"Amundsen Science est l’organisme à but non-lucratif responsable du mandat scientifique du brise-glace de recherche NGCC Amundsen.",
},
showInRegionSelector: true,
},
test: {
title: { en: "Test", fr: "Test" },
catalogueTitle: {
Expand Down

0 comments on commit f55809c

Please sign in to comment.