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
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ annual_reports:

banner:

text: "Missed The Opportunity Project 2024 Product Showcase?"
href: https://www.youtube.com/watch?v=W7HeCaRJbtA
text: "Propose a 2025 sprint topic!"
href: https://opportunity.census.gov/proposal/
isExternal: true


Expand Down
4 changes: 2 additions & 2 deletions _includes/announcement-banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<div class="usa-banner__inner">
<div class="grid-col-fill tablet:grid-col-auto">
<p class="usa-banner__header-text font-sans-xs">
{{ banner.text }}
<a href="{% unless banner.isExternal %}{{site.baseurl}}{% endunless %}{{ banner.href }}">
Watch the recordings on YouTube!</a>
{{ banner.text }}
</a>
</p>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _layouts/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
---

<!-- {% include announcement-banner.html %} -->
{% include announcement-banner.html %}
{% include home/homepage-hero.html data=page.hero %}

<section class="usa-section bg-base-darkest">
Expand Down Expand Up @@ -72,4 +72,4 @@ <h3 class="text-normal font-sans-xl margin-top-1 margin-bottom-0">


{% assign section = page.cta-two %}
{% include home/cta.html data=section %}
{% include home/cta.html data=section %}
16 changes: 8 additions & 8 deletions pages/proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ layout: ps-proposal

files:
federal:
template: 'problem-statement-proposal/2024/PS_Template_TOP2024.docx'
guidance: 'problem-statement-proposal/2024/PS_Guidelines_TOP2024.pdf'
template: 'problem-statement-proposal/SprintTopic_Template_TOP2025.docx'
guidance: 'problem-statement-proposal/SprintTopic_Guidelines_TOP2025.pdf'

---
{% assign templateUrl = site.baseurl | append: "/assets/files/" | append: page.files.template %}
{% assign guidanceUrl = site.baseurl | append: "/assets/files/" | append: page.files.guidance %}

# Problem Statement Submission
# Propose a Sprint Topic
{: .text-base-darkest }

The problem statement submission for The Opportunity Project (TOP) 2024 sprint cycle is now open!
We are now accepting proposals for The Opportunity Project 2025 sprint cycle!

**We will be reviewing submissions on a rolling basis until April 15, 2024.**
**We will review submissions on a rolling basis. All 2025 sprints must begin no later than the week of September 15, 2025.**
{: .font-sans-md }

- Before you start drafting your problem statement proposal, please review the problem statement guidelines below
- Optional: We encourage you to meet with our team before submitting a problem statement. If you have not done so yet, please connect with us by emailing [census.opportunityproject@census.gov](mailto:census.opportunityproject@census.gov]).
- To submit a topic, please download and complete the Problem Statement Proposal Template below and email it to [census.opportunityproject@census.gov](mailto:census.opportunityproject@census.gov]) with the subject line “Problem Statement Proposal - [name of organization]”.
- Before you start drafting your sprint topic proposal, please review the guidelines below.
- We encourage you to meet with our team before submitting a sprint topic. If you have not done so yet, please connect with us by emailing [census.opportunityproject@census.gov](mailto:census.opportunityproject@census.gov]).
- To submit a topic, please download and complete the template below and email it to [census.opportunityproject@census.gov](mailto:census.opportunityproject@census.gov]) with the subject line “Sprint Topic Proposal - [name of organization]”.
Loading