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

Staging #616

Merged
merged 16 commits into from
Feb 4, 2025
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 Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1.3
FROM ruby:3.3.5

RUN apt-get update && \
apt-get install --reinstall -y locales && \
Expand Down
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ end
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform?
gem "wdm", "~> 0.2.0" if Gem.win_platform?

gem "html-proofer", "~> 3.18"

gem 'sass-embedded'

gem 'jekyll-liquify', "0.0.2"
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@ GEM
rexml (3.3.9)
rouge (4.5.1)
safe_yaml (1.0.5)
sass-embedded (1.82.0)
sass-embedded (1.82.0-x64-mingw-ucrt)
google-protobuf (~> 4.28)
sass-embedded (1.82.0-x86_64-linux-gnu)
google-protobuf (~> 4.28)
rake (>= 13)
sprockets (3.7.5)
base64
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -128,6 +129,7 @@ DEPENDENCIES
jekyll-seo-tag
jekyll-sitemap
kramdown-parser-gfm (~> 1.1.0)
sass-embedded
sprockets (~> 3.7)
tzinfo-data
webrick (>= 1.8.2)
Expand Down
8 changes: 4 additions & 4 deletions _includes/searchgov/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
<input name="utf8" type="hidden" value="&#x2713;" />
<input name="affiliate" type="hidden" value="{{include.searchgov.affiliate}}" />

<div role="search">
<!-- <div role="search" hidden>
<label class="usa-sr-only" for="extended-search-field-small">Search small</label>
<input class="usa-input usagov-search-autocomplete" id="extended-search-field-small" type="search" name="query" autocomplete="off">
<button class="usa-button search-btn" type="submit">
<button class="usa-button search-btn" type="submit">
<img src="{{site.baseurl}}/assets/img/usa-icons-bg/search--white.svg" class="usa-search__submit-icon" alt="Search" />
</button>
</div>
</button>
</div> -->
</form>
{% endif %}
86 changes: 0 additions & 86 deletions _posts/2024-1-17-economy-recovery.md

This file was deleted.

2 changes: 1 addition & 1 deletion _posts/2024-9-2-challenge-winners.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ At the inception of this Challenge, OMB recognized the need for a user-friendly

In a recent interview with Challenge.gov, representatives from The Improve Group Cooperative shared what motivated them to enter this Challenge. "We live in a time when there are lots of different information sources and people don't have high trust in government.... The PMA acknowledges the history of people not feeling engaged. When people witness a deeper engagement effort like this Challenge and see what came out as a result, with emphasis on the result and how their feedback affected policy, they eventually become more engaged citizens." When asked about the unique aspects of their toolkit, The Improve Group officials highlighted their focus on how to conduct evaluations while implementing PPCE activities, how to use different methods of evaluation, and how to track trust building over time. In developing this evaluation toolkit, The Improve Group visualized an employee conducting *and* evaluating the engagement without having to overcome a huge learning curve. "Employees conducting engagement projects should feel empowered to do an evaluation themselves and not need to bring a separate 'evaluator' on board. This toolkit aims to provide agency staff with resources to do just that."

The resource is now available here on [Evaluation.gov]({{site.baseurl}}/assets/resources/The Improve Group PPCE Toolkit.pdf), on <a href="https://www.performance.gov/" target="_blank" aria-label="Performance.gov website">Performance.gov</a>, and will be shared widely with Federal agencies. OMB will also coordinate with The Improve Group to ensure that agencies taking up the toolkit have the resources and support they need to benefit from the rich collection of tools and insights it provides. We are very excited to announce the release of the toolkit!
The resource is now available, on <a href="https://www.performance.gov/" target="_blank" aria-label="Performance.gov website">Performance.gov</a>, and will be shared widely with Federal agencies. OMB will also coordinate with The Improve Group to ensure that agencies taking up the toolkit have the resources and support they need to benefit from the rich collection of tools and insights it provides. We are very excited to announce the release of the toolkit!

* * * * *

Expand Down

This file was deleted.

Loading