From cc57311623559837920e72bc779dd5f86087bf88 Mon Sep 17 00:00:00 2001 From: Paridhi <073bct525.paridhi@pcampus.edu.np> Date: Fri, 24 Jan 2025 10:43:48 -0600 Subject: [PATCH] change ordering --- 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 5dccb1585..9c10725aa 100644 --- a/overrides/home/carousel/items.js +++ b/overrides/home/carousel/items.js @@ -6,6 +6,13 @@ export default [ image: new URL('../../media/Methane_Carousel_card.png', import.meta.url).href, imageAlt: 'Earth shown with purple gas indicating atmospheric methane.' }, + { + link: '/stories/nist-methane-intercomparisons', + title: 'NIST Developing Standards for Methane Plume Data', + description: 'Read about NIST efforts to develop consensus standards for growing volume of public and private methane plume satellite data.', + image: new URL('../../../stories/methane/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.' + }, { link: '/stories/modeling-natural-methane-emissions', @@ -14,11 +21,4 @@ export default [ image: new URL('../../../stories/methane/media/Wetlands_image_v2_rs.png', import.meta.url).href, imageAlt: 'View of wetland and brush/forest area from above.' }, - { - link: '/stories/nist-methane-intercomparisons', - title: 'NIST Developing Standards for Methane Plume Data', - description: 'Read about NIST efforts to develop consensus standards for growing volume of public and private methane plume satellite data.', - image: new URL('../../../stories/methane/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.' - }, ]