From a25751380412c790d49dd8a19536b05776996898 Mon Sep 17 00:00:00 2001 From: Sadie <19538219+sadiejay@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:49:18 -0500 Subject: [PATCH 1/4] Updates copy and video links --- pages/summit.md | 37 +++++++++++++++++++++++++++---------- 1 file changed, 27 insertions(+), 10 deletions(-) diff --git a/pages/summit.md b/pages/summit.md index 026d0fdf1..cfcb18c0d 100644 --- a/pages/summit.md +++ b/pages/summit.md @@ -29,8 +29,8 @@ cta-one: video-one: class: highlight-video-section tablet:width-full video: - src: https://www.youtube.com/embed/aUvG5fpQtD0?si=0H25_23CWMbxpkpj - alt-text: "2022 TOP Summit (February 2023)" + src: https://www.youtube.com/embed/JLzaa3T0HGc?si=uGLgOvvajjl6JrCo + alt-text: "Census Open Innovation Summit (January 2024)" mobile-width: 233 mobile-height: 125 tablet-width: 318 @@ -38,14 +38,31 @@ video-one: desktop-width: 510 desktop-height: 273 copy-class: bg-white + blurb: + title: "Census Open Innovation Summit (January 2024)" + class: text-center + p: "Featured more than 30 new technology products created through 2023 TOP sprints focused on financial inclusion, economic growth, and data quality, and highlighted sprints focused on Indigenous communities and Puerto Rico." + + +video-two: + class: tablet:margin-x-105 desktop:margin-x-205 + video: + src: https://www.youtube.com/embed/aUvG5fpQtD0?si=0H25_23CWMbxpkpj + alt-text: "2022 TOP Summit (February 2023)" + mobile-width: 233 + mobile-height: 125 + tablet-width: 247 + tablet-height: 133 + desktop-width: 392 + desktop-height: 211 + copy-class: bg-white blurb: title: "2022 TOP Summit (February 2023)" class: text-center p: "Featured more than 25 new technology products created through 2022 TOP sprints focused on national and Puerto Rico-specific challenges." - class: -video-two: +video-three: class: tablet:margin-x-105 desktop:margin-x-205 video: src: https://www.youtube.com/embed/videoseries?si=cDwzTAWNVcuRFq0V&list=PLewV-zKXDZkitrXN6T7a0MG-oTi7WGTu_ @@ -63,7 +80,7 @@ video-two: p: "Featured digital products envisioning the world post-COVID 19 and announced $260,000 in awards to the winners of the Open Data for Good Grand Challenge." -video-three: +video-four: class: tablet:margin-x-105 desktop:margin-x-205 video: src: https://www.youtube.com/embed/-c-DaW3ZHko?si=3kNadCt7cT3SNqo- @@ -81,7 +98,7 @@ video-three: p: "Showcased 35+ new digital tools focused on challenges impacting the natural and built environment." -video-four: +video-five: class: tablet:margin-x-105 desktop:margin-x-205 video: src: https://www.youtube.com/embed/_qLQ8OD4bWI?si=mBiaainthFXorljE @@ -99,7 +116,7 @@ video-four: p: "Featured 20+ digital tools that tackled a number of challenges — such as disaster response, local address data collection, and more." -video-five: +video-six: class: tablet:margin-x-105 desktop:margin-x-205 video: src: https://www.youtube.com/embed/36sdFlR1F-s?si=VzuwsflRIfhGJsEh @@ -117,7 +134,7 @@ video-five: p: "Showcased 20+ digital tools that addressed issues like connecting veterans to jobs, student access to STEM fields, the opioid crisis, and more." -video-six: +video-seven: class: tablet:margin-x-105 desktop:margin-x-205 video: src: https://www.youtube.com/embed/hiqn9a64wlo?si=uRRzo67q5XYXnk-p @@ -135,7 +152,7 @@ video-six: p: "Featured 10 new tools that took on problems such as youth and veteran homelessness, engaging hard-to-count populations in the decennial census, and making federal grant data user-friendly." -video-seven: +video-8: class: tablet:margin-x-105 desktop:margin-x-205 video: src: https://www.youtube.com/embed/uqIiMj2S_Vk?si=zjm-En0_68jsmAo3 @@ -154,7 +171,7 @@ video-seven: -video-eight: +video-9: class: tablet:margin-x-105 desktop:margin-x-205 video: src: https://www.youtube.com/embed/6un7g9HhbrU?si=sNeLdDEd6fmZQY3b From 14eee23641b9f0411c33b4e19420dff7a25a04db Mon Sep 17 00:00:00 2001 From: Sadie <19538219+sadiejay@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:50:01 -0500 Subject: [PATCH 2/4] Updates and adds section --- pages/summit.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/summit.md b/pages/summit.md index cfcb18c0d..99a86ed6b 100644 --- a/pages/summit.md +++ b/pages/summit.md @@ -213,7 +213,9 @@ video-9: {% include summit-video.html data=section %} {% assign section = page.video-seven %} {% include summit-video.html data=section %} - {% assign section = page.video-eight %} + {% assign section = page.video-8 %} + {% include summit-video.html data=section %} + {% assign section = page.video-9 %} {% include summit-video.html data=section %} From 3d0eadd7ae40c2a7b78a71e04877e1c67f777e46 Mon Sep 17 00:00:00 2001 From: Sadie <19538219+sadiejay@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:50:31 -0500 Subject: [PATCH 3/4] Removes cta --- pages/summit.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/summit.md b/pages/summit.md index 99a86ed6b..8c5323f28 100644 --- a/pages/summit.md +++ b/pages/summit.md @@ -191,8 +191,6 @@ video-9: --- {% include hero.html %} -{% assign section = page.cta-one %} -{% include home/cta.html data=section %}

Past Events

From 5aae7013e1006f1af0fb7513d384ea86081ab757 Mon Sep 17 00:00:00 2001 From: Sadie <19538219+sadiejay@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:23:20 -0500 Subject: [PATCH 4/4] Updates height of highlight card text --- css/_uswds-theme-custom-styles.scss | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/css/_uswds-theme-custom-styles.scss b/css/_uswds-theme-custom-styles.scss index e837a7d44..482352708 100644 --- a/css/_uswds-theme-custom-styles.scss +++ b/css/_uswds-theme-custom-styles.scss @@ -3621,14 +3621,17 @@ code { } } } + section.highlight-video-section div.video-section-text-container { + height: auto; + h3 { + @include at-media("desktop") { + font-size: 24px; + line-height: 24px; + } + } + } } - section.highlight-video-section div.video-section-text-container h3 { - @include at-media("desktop") { - font-size: 24px; - line-height: 24px; - } -} // Logo Garden