Skip to content

Commit

Permalink
Merge branch 'main' into bc-update-training
Browse files Browse the repository at this point in the history
  • Loading branch information
afeijoo authored Apr 19, 2024
2 parents 48015be + 06e5db8 commit 134a539
Show file tree
Hide file tree
Showing 6 changed files with 531 additions and 5,542 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This is the public repo for [plainlanguage.gov](http://www.plainlanguage.gov), w

You will need to have the following installed on your machine before following the commands below:

- Ruby v2.7.1+, [Installation guides](https://www.ruby-lang.org/en/documentation/installation/)
- Ruby v3.1.1, [Installation guides](https://www.ruby-lang.org/en/documentation/installation/)
- Fork this repo
- Clone the repo you just forked

Expand Down Expand Up @@ -68,3 +68,4 @@ This project is in the worldwide [public domain](LICENSE.md). As stated in [CONT
> This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the [CC0 1.0 Universal public domain dedication](https://creativecommons.org/publicdomain/zero/1.0/).
>
> All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.
4 changes: 2 additions & 2 deletions _data/contacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,8 @@
- department: Pension Benefit Guaranty Corporation
website: http://www.pbgc.gov/about/pbgc-in-plain-english.html
officials:
- name: J. Jioni Palmer
title: Senior Advisor and Director of Communications and Public Affairs
- name: David “JR” Wycinsky
title: Director of Communications, Outreach and Legislative Affairs

- department: Securities and Exchange Commission
website: http://www.sec.gov/plainwriting.shtml
Expand Down
15 changes: 3 additions & 12 deletions _includes/components/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,17 @@
{% if page.url != '/' or page.permalink != '/' %}
<div class="usa-footer-primary-section usa-section bg-tan">
<div class="usa-grid">
<h2>Subscribe to our mailing list</h2>
<h2>Join the Plain Language Community of Practice</h2>
<div class="usa-width-one-whole lg-flex items-center">
<p class="mb2 lg-mb0 lg-mr2">Learn about upcoming events and get the latest news from the federal plain language community.</p>
<a class="usa-button usa-button-primary m0 nowrap" href="https://www.digitalgov.gov/communities/plain-language/">Subscribe</a>
<p class="mb2 lg-mb0 lg-mr2">Learn about upcoming events and training, plus get support and answers to Plain Language questions.</p>
<a class="usa-button usa-button-primary m0 nowrap" href="https://www.digitalgov.gov/communities/plain-language/">Join the Plain Language Community</a>
</div>
</div>
</div>
{% endif %}
<div class="usa-footer__secondary-section usa-section bg-tan-dark">
<div class="usa-grid">
<div class="usa-width-one-half h4">
<p>
The <a href="{{ "/about/" | relative_url }}">Plain Language Action and Information Network</a> develops and maintains the content of this site with support from the <a href="https://www.gsa.gov/node/87579">General Services Administration</a>.
</p>
<p>
You may use any of the content on this site without explicit permission. As a federal website, the content is in the public domain. We ask only that you credit our work by citing back to PLAIN and www.plainlanguage.gov.
</p>
<p>
Help us improve this site on <a href="https://github.com/{{ site.github.organization }}/{{ site.github.repository }}"><i class="icon icon-github mr1" aria-hidden="true"></i>GitHub</a>
</p>
Expand All @@ -32,9 +26,6 @@ <h4>Contact us</h4>
<li><a href="mailto:{{ site.email }}"><i class="icon icon-envelope mr1" aria-hidden="true"></i>Email us</a></li>
<li><a href="{{ site.facebook }}"><i class="icon icon-facebook mr1" aria-hidden="true"></i>Facebook</a></li>
<li><a href="{{ site.twitter }}"><i class="icon icon-twitter mr1" aria-hidden="true"></i>Twitter</a></li>
<li><a href="{{ site.instagram }}"><i class="icon icon-instagram mr1" aria-hidden="true"></i>Instagram</a></li>
<li><a href="{{ site.pinterest }}"><i class="icon icon-pinterest mr1" aria-hidden="true"></i>Pinterest</a></li>
<li><a href="{{ site.linkedin }}"><i class="icon icon-linkedin mr1" aria-hidden="true"></i>LinkedIn</a></li>
</ul>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _pages/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ redirect_from:
<p class="usa-font-lead">The Plain Language Action and Information Network (PLAIN) is a community of federal employees dedicated to the idea that citizens deserve clear communication from government. We believe that using plain language saves federal agencies time and money and provides better service to the American public.</p>
</div>
<div class="usa-width-one-third">
<h3>Subscribe to our mailing list</h3>
<h3>Join the Plain Language Community</h3>
<p>Learn about upcoming events and get the latest news from the federal plain language community.</p>
<a class="usa-button usa-button-primary block m0 nowrap" href="https://www.digitalgov.gov/communities/plain-language/">Subscribe</a>
<a class="usa-button usa-button-primary block m0 nowrap" href="https://www.digitalgov.gov/communities/plain-language/">Join the community</a>
</div>
</div>
</section>
Loading

0 comments on commit 134a539

Please sign in to comment.