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

[ISSUE #506] Remove NOFO content #507

Merged
merged 3 commits into from
Sep 13, 2023
Merged

Conversation

andycochran
Copy link
Collaborator

@andycochran andycochran commented Sep 12, 2023

Summary

Fixes #506

Time to review: 15 mins

Changes proposed

  • remove the NOFO content from index (we can deprecate/delete the <FundingContent /> component later)
  • update remaining content to not reference HHS NOFO improvement (plus a few grammar improvements)
  • add border to divide content sections (as we no longer have grey background of NOFO section)
  • fix emails… 
    • replace tbd@ with a real email
    • add new route for [email protected] (footer and "get involved" sections should use diff emails)
    • refactor how emails in the routes are passed to content (probably coulda separated this into its own, but couldn't help myself when fixing tbd)
      • visible email address must always match the mailto: value
      • the value can be changed in 1 place
      • avoid passing emails in content strings; they don't need translation (yet?)
  • add more padding between content and "return to top" link
  • alphabetize routes (can be discussed, but I find alpha makes stuff easier to find)

Context for reviewers

  • @itsemilyianacone and @lucasmbrown-usds should review this before merging. This change is meant primarily as a quick nix of the NOFO content. A subsequent change will more holistically improve the content — with e.g. highlights from previous research efforts, milestones, FAQs, stronger calls-to-action, etc.

Additional information

A couple screenshots… 

image

image

@@ -2,14 +2,14 @@
"Index": {
"page_title": "Home | Beta.grants.gov",
"meta_description": "A one‑stop shop for all federal discretionary funding to make it easy for you to discover, understand, and apply for opportunities.",
"alert_title": "This website is a work in progress.",
"alert": "To search for funding opportunities and apply, visit <LinkToGrants>www.grants.gov</LinkToGrants>.",
"alert_title": "Beta.grants.gov is a work in progress.",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I chose to say "This website Beta.grants.gov is a work in progress." as it's more direct. And I'm now wondering if the "Grants.gov" in the site header should be changed to include "beta" too.

@andycochran
Copy link
Collaborator Author

andycochran commented Sep 12, 2023

@itsemilyianacone @lucasmbrown-usds — The primary changes that need your attention are… 

section prev content new
beta message in blue hero "This new website will be your go‑to resource to follow our progress on improving funding opportunity announcements and the application experience." "This new website will be your go‑to resource to follow our progress as we improve the grants experience, making it easier to find, share, and apply."
alert "This website is a work in progress." Beta.grants.gov is a work in progress."
For applicants "We’re building a one‑stop shop for all federal discretionary funding to make it easy for you to discover, understand, and apply for opportunities." "We’re building a one‑stop shop for all federal discretionary funding that makes it easy for you to discover, understand, and apply for opportunities."
For grantmaker "If you work for a federal grantmaking agency, we’re making it easier for you to write, post, announce, and manage funding opportunities that reach your communities, including underserved communities." "If you work for a federal grantmaking agency, we’re making it easier for your communities (including underserved communities) to find the funding they need."
callto-action Read our project goals and milestones
Join our open‑source community on GitHub
Contact us at [email protected]
Join our open‑source community on GitHub

Follow the repository (github.com/HHS/grants-equity)
Read the project goals
View the Grants Equity Milestone Roadmap
Learn about how you can contribute
Questions? Contact us at [email protected].

@andycochran
Copy link
Collaborator Author

Updated the "Ways to get involved" section with more explicit calls-to-action:

image

@andycochran
Copy link
Collaborator Author

andycochran commented Sep 12, 2023

Also, updated the site title to be beta-specific.

image

@andycochran andycochran merged commit d3ff8b5 into main Sep 13, 2023
@andycochran andycochran deleted the andycochran/remove-nofo-content branch September 13, 2023 19:54
@sumiat sumiat mentioned this pull request Sep 19, 2023
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove NOFO content from beta site
2 participants