Skip to content

Commit

Permalink
update homepage carousel with new contents (#629)
Browse files Browse the repository at this point in the history
<!-- -----------^ Click "Preview" for a functional view! -->

## Why are you creating this Pull Request?

- Adding new homepage carousel contents.
  • Loading branch information
sanzog03 authored Oct 25, 2024
2 parents cc6c6e7 + 3e14376 commit f482311
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions overrides/home/carousel/items.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
export default [{
export default [
{
link: 'https://emg-wd.wixsite.com/us-ghg-2024',
title: 'Register: Stakeholder Engagement Forum',
description: "The US GHG Center will host its second annual Stakeholder Engagement Forum on December 4-5, 2024.",
image: new URL('../../media/StakeholderForum2024_carousel_1.png', import.meta.url).href,
imageAlt: 'Register: Stakeholder Engagement Forum.'
},
{
link: 'https://us-ghg-center.github.io/agu-2024-workshop/ghg-center-at-agu-2024.html',
title: 'Schedule: US GHG Center at AGU 2024',
description: 'Join us at the annual American Geophysical Union (AGU) meeting, held December 9-13 in Washington, D.C.',
image: new URL('../../media/AGU2024_carousel_2.png', import.meta.url).href,
imageAlt: 'US GHG Center at AGU 2024.'
},
{
link: '/stories/urban',
title: 'Spotlight on Urban Emissions',
description: 'The U.S. Greenhouse Gas Center offers an introduction to the latest national and city scale datasets and highlights innovative emissions research in cities across the country.',
image: 'https://www.nasa.gov/wp-content/uploads/2023/03/1-maia-los-angeles-1041.jpg',
imageAlt: 'Los Angeles skyline shown with visible haze of air pollution.'
}, {
link: '/stories/gra2pes',
title: 'Nationwide Dataset Connects Greenhouse Gases and Air Quality',
description: "The GReenhouse gas And Air Pollutants Emissions System (GRA²PES) is a new measurement system to combine greenhouse gas and air quality pollutant sources.",
image: new URL('../../../stories/media/gra2pes.png', import.meta.url).href,
imageAlt: 'two GRA2PES data plots: left is gridded CO₂ emissions and right is NOₓ emissions over the Northeast US.'
},
{
link: '/stories/newyork',
title: 'New York City Researchers Take to the Street to Investigate Emissions',
description: 'Researchers in NYC are working to pinpoint unidentified or incorrectly cataloged sources of GHGs by combining measurements from a local network of sensors with data collected by satellites and aircraft.',
image: new URL('../../../stories/media/newyork_banner.png', import.meta.url).href,
imageAlt: 'view of the New York skyline from the tip of Manhattan.'
}]
Binary file added overrides/media/AGU2024_carousel_2.png
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.

0 comments on commit f482311

Please sign in to comment.