From 9e9d0587e623098607bca5079042ab1c7e6a3eaf Mon Sep 17 00:00:00 2001 From: Paridhi <073bct525.paridhi@pcampus.edu.np> Date: Thu, 9 Jan 2025 09:56:55 -0600 Subject: [PATCH] change order and add alt image text --- overrides/home/carousel/items.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/overrides/home/carousel/items.js b/overrides/home/carousel/items.js index 09f28543a..95a7e81b7 100644 --- a/overrides/home/carousel/items.js +++ b/overrides/home/carousel/items.js @@ -6,13 +6,6 @@ export default [ image: new URL('../../media/Methane_Carousel_card.png', import.meta.url).href, imageAlt: 'Earth shown with purple gas indicating atmospheric methane.' }, - { - link: 'https://earth.gov/ghgcenter/stories/nist-methane-intercomparisons', - title: 'NIST Developing Standards for Methane Plume Data', - description: 'Description: Read about NIST efforts to develop consensus standards for growing volume of public and private methane plume satellite data.', - image: new URL('../../media/NIST_Methane_Intercomparisons_card.png', import.meta.url).href, - imageAlt: 'NIST Developing Standards for Methane Plume Data' - }, { link: 'https://appliedsciences.nasa.gov/get-involved/training/english/arset-methane-observations-large-emission-event-detection-and', @@ -21,4 +14,11 @@ export default [ image: new URL('../../media/Methane_Website_Header.png', import.meta.url).href, imageAlt: 'Register: Stakeholder Engagement Forum.' }, + { + link: 'https://earth.gov/ghgcenter/stories/nist-methane-intercomparisons', + title: 'NIST Developing Standards for Methane Plume Data', + description: 'Description: Read about NIST efforts to develop consensus standards for growing volume of public and private methane plume satellite data.', + image: new URL('../../media/NIST_Methane_Intercomparisons_card.png', import.meta.url).href, + imageAlt: 'Construction worker overlooking an industrial refinery at dusk, with interconnected glowing lines and nodes overlaid in the sky.' + }, ]