forked from US-GHG-Center/veda-config-ghg
-
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
freitagb
committed
Nov 12, 2024
1 parent
a31b53b
commit 794e410
Showing
5 changed files
with
5 additions
and
3 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 |
---|---|---|
@@ -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' | ||
}] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.