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 #764

Merged
merged 16 commits into from
Jan 30, 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
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ annual_reports:


banner:
text: "Watch recordings of all Census Open Innovation Summit 2024 sessions on YouTube."
text: "Missed Census Open Innovation Summit 2024? Watch the recordings on YouTube!"
href: https://www.youtube.com/watch?v=Jj6WyVAmvmQ&list=PLewV-zKXDZkghdjPUCmmU02T7xI2dUPme
isExternal: true

Expand Down
2 changes: 1 addition & 1 deletion _includes/home/cta.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<section class="usa-section {{data.background-class}} usa-section--dark">
<div class="grid-container {{data.container-class}}">
<h2 {% if data.title.class %}class="{{ data.title.class }}"{% endif %}>
{{ data.title.text }}
{{ data.title.text | markdownify }}
</h2>
{% if data.body %}
<div class="margin-bottom-4">
Expand Down
16 changes: 8 additions & 8 deletions pages/summit.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,29 @@ class: summit

background: banner-background padding-x-4 tablet:padding-x-6 desktop:padding-x-10
hero:
text: Our annual innovation summit is a multi-day virtual conference that features speakers, discussions, product demonstrations, and hands-on learning opportunities by and for the TOP community.
subtext: Showcasing the latest in open innovation, cross-sector collaboration, civic technology, open data, and human-centered design.
text: Our annual innovation summit is a multi-day virtual conference showcasing the latest in open innovation, cross-sector collaboration, civic technology, open data, and human-centered design.
subtext:

cta-one:
container-class: display-flex flex-column flex-align-center text-center cta-one
background-class: bg-blue-warm-60v
title:
text: Census Open Innovation Summit is January 17 - 19, 2024!
text: Missed [Census Open Innovation Summit 2024](https://coilsummit2024.splashthat.com/)? Watch the recordings on YouTube, featuring 25 sessions, more than 90 speakers, and 30 new tech products.
class: text-normal cta-one padding-x-5 tablet:padding-x-9
blurb:
text: |-
Our annual innovation conference will showcase 30+ new products built by hundreds of participants in The Opportunity Project sprints in 2023.
class: text-normal cta-one padding-x-5 tablet:padding-x-9
Watch recordings of the sessions on the U.S. Census Bureau's YouTube channel:
class: text-normal cta-one padding-x-5 tablet:padding-x-9 display-none
custom:
text: RSVP to Attend
href: http://coilsummit2024.splashthat.com
text: Catch Up on YouTube
href: https://www.youtube.com/watch?v=Jj6WyVAmvmQ&list=PLewV-zKXDZkghdjPUCmmU02T7xI2dUPme
isExternal: true
class: usa-button--secondary

video-one:
class: highlight-video-section tablet:width-full
video:
src: https://www.youtube.com/embed/videoseries?si=qtl6VAkzlIoFThBN&amp;list=PLewV-zKXDZkghdjPUCmmU02T7xI2dUPme
src: https://www.youtube.com/embed/aUvG5fpQtD0?si=0H25_23CWMbxpkpj
alt-text: "2022 TOP Summit (February 2023)"
mobile-width: 233
mobile-height: 125
Expand Down
Loading