Skip to content

Commit

Permalink
Merge pull request #44 from eea/develop
Browse files Browse the repository at this point in the history
change(footer): updated logos order and added climate observatory
  • Loading branch information
avoinea authored Jun 23, 2022
2 parents 60691d6 + 8ca39b3 commit 395fe09
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 20 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.6.12](https://github.com/eea/volto-eea-website-theme/compare/0.6.11...0.6.12)

- change(footer): updated logos order and added climate observatory [`96ddddf`](https://github.com/eea/volto-eea-website-theme/commit/96ddddffd0530ffb10d50a1d011f82bb97e6ba2b)

#### [0.6.11](https://github.com/eea/volto-eea-website-theme/compare/0.6.10...0.6.11)

> 16 June 2022
- content box fixes [`#43`](https://github.com/eea/volto-eea-website-theme/pull/43)
- change(website): removed container from styles that implement content-box [`c513000`](https://github.com/eea/volto-eea-website-theme/commit/c513000ce374f3209f57a3d050c29a0fbff0916c)
- Optimize Content Box SVG [`ba0d417`](https://github.com/eea/volto-eea-website-theme/commit/ba0d417ad30bfb3994855716d0d387463317d24e)
- Add preview for Content Box preset styles [`cbed054`](https://github.com/eea/volto-eea-website-theme/commit/cbed05403113cb46bc2ed63dd9c47fc6168ac492)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-eea-website-theme",
"version": "0.6.11",
"version": "0.6.12",
"description": "@eeacms/volto-eea-website-theme: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down
38 changes: 19 additions & 19 deletions src/config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
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';
Expand All @@ -10,6 +9,7 @@ import industryLogo from '@eeacms/volto-eea-design-system/../theme/themes/eea/as
import marineLogo from '@eeacms/volto-eea-design-system/../theme/themes/eea/assets/logo/marine.svg';
import eionetLogo from '@eeacms/volto-eea-design-system/../theme/themes/eea/assets/logo/eionet.svg';
import eeaLogo from '@eeacms/volto-eea-design-system/../theme/themes/eea/assets/logo/eea.svg';
import climateLogo from '@eeacms/volto-eea-design-system/../theme/themes/eea/assets/logo/climate-health.svg';

// TODO: to be consolidated with headerLinks
// Footer.jsx config options
Expand Down Expand Up @@ -37,26 +37,31 @@ export const footerOpts = {
},
],
sites: [
{
link: 'https://water.europa.eu/marine',
src: marineLogo,
alt: 'WISE marine',
},
{
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://climate-adapt.eea.europa.eu/observatory',
src: climateLogo,
alt: 'European Climate and Health Observatory',
},
{
link: 'https://industry.eea.europa.eu/',
src: industryLogo,
alt: 'European industrial emissions portal',
},
{
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,
Expand All @@ -72,21 +77,16 @@ export const footerOpts = {
src: ccaLogo,
alt: 'Climate adapt',
},
{
link: 'https://climate-energy.eea.europa.eu/',
src: energyLogo,
alt: 'Climate and energy in the EU',
},
{
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',
},
],
managedBy: [
{
Expand Down

0 comments on commit 395fe09

Please sign in to comment.