Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates summit page #866

Merged
merged 8 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions css/_uswds-theme-custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
43 changes: 30 additions & 13 deletions pages/summit.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,40 @@ 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
tablet-height: 170
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_
Expand All @@ -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-
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -174,8 +191,6 @@ video-eight:

---
{% include hero.html %}
{% assign section = page.cta-one %}
{% include home/cta.html data=section %}
<section class="past-events padding-bottom-9 tablet:padding-bottom-10 desktop:padding-bottom-15">
<div class="grid-container">
<h2 class="text-center text-white">Past Events</h2>
Expand All @@ -196,7 +211,9 @@ video-eight:
{% 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 %}
</div>
</div>
Expand Down
Loading