diff --git a/overrides/home/carousel/items.js b/overrides/home/carousel/items.js index 509272b4e..9eeab139c 100644 --- a/overrides/home/carousel/items.js +++ b/overrides/home/carousel/items.js @@ -1,20 +1,22 @@ export default [ { link: 'https://earth.gov/ghgcenter', + title: 'U.S. Greenhouse Gas Center', description: "The U.S. Greenhouse Gas Center (US GHG Center) is a multi-agency effort consolidating greenhouse gas information from observations and models.", - image: new URL('../media/earth-1.png', import.meta.url).href, + image: new URL('../media/ghgc.png', import.meta.url).href, imageAlt: 'Earth with Greenhouse Gas Emissions shaded in red' }, { link: 'https://earth.gov/sealevel', + title: 'Global Sea Level Rise', description: 'The Global Sea Level Rise Portal offers essential information on current and project sea level rise to inform coastal communities across the globe.', - image: new URL('../media/global-slr.jpg', import.meta.url).href, + image: new URL('../media/global_slr.png', import.meta.url).href, imageAlt: 'Coastline with crashing waves' }, { link: 'https://earth.gov/sealevel/us', title: 'U.S. Sea Level Rise', description: ' The U.S. Sea Level Rise portal is a federally supported data visualizations coupled with explanations and science education to help communities prepare for challenges that will affect our coastal environments.', - image: new URL('../media/seaside-background.jpg', import.meta.url).href, + image: new URL('../media/us_slr.png', import.meta.url).href, imageAlt: 'Coastline with crashing waves' }] diff --git a/overrides/home/media/ghgc.png b/overrides/home/media/ghgc.png new file mode 100644 index 000000000..7a1234927 Binary files /dev/null and b/overrides/home/media/ghgc.png differ diff --git a/overrides/home/media/global-slr.jpg b/overrides/home/media/global-slr.jpg deleted file mode 100644 index 3de5eb696..000000000 Binary files a/overrides/home/media/global-slr.jpg and /dev/null differ diff --git a/overrides/home/media/global_slr.png b/overrides/home/media/global_slr.png new file mode 100644 index 000000000..50b6e076c Binary files /dev/null and b/overrides/home/media/global_slr.png differ diff --git a/overrides/home/media/us_slr.png b/overrides/home/media/us_slr.png new file mode 100644 index 000000000..687fa0210 Binary files /dev/null and b/overrides/home/media/us_slr.png differ