Skip to content
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
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ annual_reports:

banner:

text: "Propose a 2025 sprint topic!"
href: https://opportunity.census.gov/proposal/
isExternal: true
text: "Read a preview of our upcoming report: '10 Years of The Opportunity Project'"
href: /files/10-Years-of-TOP-Preview.pdf
isExternal: false



Expand Down
6 changes: 3 additions & 3 deletions _layouts/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
{% include announcement-banner.html %}
{% include home/homepage-hero.html data=page.hero %}

{% assign section = page.cta-one %}
{% include home/cta.html data=section %}

<section class="usa-section bg-base-darkest">
<div class="grid-container">
<div class="text-white margin-bottom-5">
Expand All @@ -17,9 +20,6 @@ <h2 class="line-height-sans-4">{{ page.challenges.title}}</h2>
</div>
</section>

{% assign section = page.cta-one %}
{% include home/cta.html data=section %}

{% include home/homepage-process.html data = page.process %}

{% assign section = page.vision %}
Expand Down
18 changes: 9 additions & 9 deletions pages/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,22 @@ challenges:

cta-one:
background-class: bg-primary
title:
text: Ready to solve the nation's biggest challenges?
title:
text: "To measure TOP’s impact on industry, government, and communities nationwide, our team has been gathering testimonials and impact data from past TOP participants. The full TOP impact report will be released in late 2025, so please stay tuned! Read a sneak peek of the report:"
class: font-sans-sm text-normal
primary:
text: Email TOP
href: mailto:census.opportunityproject@census.gov
isExternal: true
text: Download the Report Preview
href: /files/10-Years-of-TOP-Preview.pdf
isExternal: false

impact:
title: Our Impact
data:
- title: '**40+** National Challenges'
- title: '**80+** National Challenges'
subtitle: addressed, including ocean plastic pollution, COVID-19 economic recovery, disaster response, [and more](SITE.BASEURL/sprints)
- title: '**135+** Public-Facing Digital Products'
subtitle: launched [since 2016](SITE.BASEURL/showcase) through TOP's 12-week technology development sprints
- title: '**1300+** Alumni'
- title: '**250+** Public-Facing Digital Products'
subtitle: launched [since 2016](SITE.BASEURL/showcase) through TOPs 12-week technology development sprints
- title: '**3300+** Sprint Participants'
subtitle: participated in TOP sprints, including developers, designers, community leaders, data & policy experts, students, and government agencies

participants:
Expand Down
Loading