generated from eea/volto-addon-template
-
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.
- Loading branch information
1 parent
49cad25
commit 472d08c
Showing
3 changed files
with
137 additions
and
131 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,120 @@ | ||
import biseLogo from '@eeacms/volto-eea-design-system/../theme/themes/eea/assets/logo/bise.svg'; | ||
import energyLogo from '@eeacms/volto-eea-design-system/../theme/themes/eea/assets/logo/energy.svg'; | ||
import insituLogo from '@eeacms/volto-eea-design-system/../theme/themes/eea/assets/logo/insitu.svg'; | ||
import ipchemLogo from '@eeacms/volto-eea-design-system/../theme/themes/eea/assets/logo/ipchem.svg'; | ||
import freshwaterLogo from '@eeacms/volto-eea-design-system/../theme/themes/eea/assets/logo/freshwater.svg'; | ||
import fiseLogo from '@eeacms/volto-eea-design-system/../theme/themes/eea/assets/logo/fise.svg'; | ||
import ccaLogo from '@eeacms/volto-eea-design-system/../theme/themes/eea/assets/logo/cca.svg'; | ||
import copernicusLogo from '@eeacms/volto-eea-design-system/../theme/themes/eea/assets/logo/copernicus.svg'; | ||
import industryLogo from '@eeacms/volto-eea-design-system/../theme/themes/eea/assets/logo/industry.svg'; | ||
import marineLogo from '@eeacms/volto-eea-design-system/../theme/themes/eea/assets/logo/marine.svg'; | ||
|
||
export const partnerWebsites = [ | ||
{ | ||
link: 'https://biodiversity.europa.eu/', | ||
src: biseLogo, | ||
alt: 'Biodiversity', | ||
}, | ||
{ | ||
link: 'https://climate-energy.eea.europa.eu/', | ||
src: energyLogo, | ||
alt: 'Climate and energy in the EU', | ||
}, | ||
{ | ||
link: 'https://insitu.copernicus.eu/', | ||
src: insituLogo, | ||
alt: 'Copernicus in situ', | ||
}, | ||
{ | ||
link: 'https://ipchem.jrc.ec.europa.eu/RDSIdiscovery/ipchem/index.html', | ||
src: ipchemLogo, | ||
alt: 'Information platform for chemical monitoring', | ||
}, | ||
{ | ||
link: 'https://water.europa.eu/freshwater', | ||
src: freshwaterLogo, | ||
alt: 'WISE freshwater', | ||
}, | ||
{ | ||
link: 'https://forest.eea.europa.eu/', | ||
src: fiseLogo, | ||
alt: 'Forest information system for europe', | ||
}, | ||
{ | ||
link: 'https://climate-adapt.eea.europa.eu/', | ||
src: ccaLogo, | ||
alt: 'Climate adapt', | ||
}, | ||
{ | ||
link: 'https://land.copernicus.eu/', | ||
src: copernicusLogo, | ||
alt: 'Copernicus land monitoring service', | ||
}, | ||
{ | ||
link: 'https://industry.eea.europa.eu/', | ||
src: industryLogo, | ||
alt: 'European industrial emissions portal', | ||
}, | ||
{ | ||
link: 'https://water.europa.eu/marine', | ||
src: marineLogo, | ||
alt: 'WISE marine', | ||
}, | ||
]; | ||
|
||
export const globalActions = [ | ||
{ | ||
link: 'https://www.eea.europa.eu/login_form', | ||
title: 'CMS Login', | ||
}, | ||
{ | ||
link: '/sitemap', | ||
title: 'Sitemap', | ||
}, | ||
{ | ||
link: 'https://www.eea.europa.eu/legal/', | ||
title: 'Privacy', | ||
}, | ||
{ | ||
link: 'https://www.eea.europa.eu/copyright', | ||
title: '@Copyright', | ||
}, | ||
]; | ||
|
||
export const socialActions = [ | ||
{ | ||
name: 'twitter', | ||
link: 'https://twitter.com/euenvironment', | ||
}, | ||
{ | ||
name: 'facebook', | ||
link: 'https://www.facebook.com/European.Environment.Agency', | ||
}, | ||
{ | ||
name: 'linkedin', | ||
link: 'https://www.linkedin.com/company/european-environment-agency', | ||
}, | ||
{ | ||
name: 'youtube', | ||
link: 'https://www.youtube.com/user/EEAvideos', | ||
}, | ||
{ | ||
name: 'rss', | ||
link: '/subscription/news-feeds', | ||
}, | ||
]; | ||
|
||
export const footerActions = [ | ||
{ | ||
icon: 'comment outline', | ||
text: 'Ask your question', | ||
link: 'https://www.eea.europa.eu/contact-us', | ||
}, | ||
{ | ||
icon: 'envelope outline', | ||
text: 'Sign up to our newsletter', | ||
link: 'https://www.eea.europa.eu/subscription/targeted-subscription', | ||
}, | ||
]; | ||
|
||
export const address = 'Kongens Nytorv 6 1050 Copenhagen K (+45) 33 36 71 00'; |
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