Skip to content

Commit 134a539

Browse files
authored
Merge branch 'main' into bc-update-training
2 parents 48015be + 06e5db8 commit 134a539

File tree

6 files changed

+531
-5542
lines changed

6 files changed

+531
-5542
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is the public repo for [plainlanguage.gov](http://www.plainlanguage.gov), w
1414

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

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

@@ -68,3 +68,4 @@ This project is in the worldwide [public domain](LICENSE.md). As stated in [CONT
6868
> 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/).
6969
>
7070
> 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.
71+

_data/contacts.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,8 @@
398398
- department: Pension Benefit Guaranty Corporation
399399
website: http://www.pbgc.gov/about/pbgc-in-plain-english.html
400400
officials:
401-
- name: J. Jioni Palmer
402-
title: Senior Advisor and Director of Communications and Public Affairs
401+
- name: David “JR” Wycinsky
402+
title: Director of Communications, Outreach and Legislative Affairs
403403

404404
- department: Securities and Exchange Commission
405405
website: http://www.sec.gov/plainwriting.shtml

_includes/components/footer.html

+3-12
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,17 @@
33
{% if page.url != '/' or page.permalink != '/' %}
44
<div class="usa-footer-primary-section usa-section bg-tan">
55
<div class="usa-grid">
6-
<h2>Subscribe to our mailing list</h2>
6+
<h2>Join the Plain Language Community of Practice</h2>
77
<div class="usa-width-one-whole lg-flex items-center">
8-
<p class="mb2 lg-mb0 lg-mr2">Learn about upcoming events and get the latest news from the federal plain language community.</p>
9-
<a class="usa-button usa-button-primary m0 nowrap" href="https://www.digitalgov.gov/communities/plain-language/">Subscribe</a>
8+
<p class="mb2 lg-mb0 lg-mr2">Learn about upcoming events and training, plus get support and answers to Plain Language questions.</p>
9+
<a class="usa-button usa-button-primary m0 nowrap" href="https://www.digitalgov.gov/communities/plain-language/">Join the Plain Language Community</a>
1010
</div>
1111
</div>
1212
</div>
1313
{% endif %}
1414
<div class="usa-footer__secondary-section usa-section bg-tan-dark">
1515
<div class="usa-grid">
1616
<div class="usa-width-one-half h4">
17-
<p>
18-
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>.
19-
</p>
20-
<p>
21-
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.
22-
</p>
2317
<p>
2418
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>
2519
</p>
@@ -32,9 +26,6 @@ <h4>Contact us</h4>
3226
<li><a href="mailto:{{ site.email }}"><i class="icon icon-envelope mr1" aria-hidden="true"></i>Email us</a></li>
3327
<li><a href="{{ site.facebook }}"><i class="icon icon-facebook mr1" aria-hidden="true"></i>Facebook</a></li>
3428
<li><a href="{{ site.twitter }}"><i class="icon icon-twitter mr1" aria-hidden="true"></i>Twitter</a></li>
35-
<li><a href="{{ site.instagram }}"><i class="icon icon-instagram mr1" aria-hidden="true"></i>Instagram</a></li>
36-
<li><a href="{{ site.pinterest }}"><i class="icon icon-pinterest mr1" aria-hidden="true"></i>Pinterest</a></li>
37-
<li><a href="{{ site.linkedin }}"><i class="icon icon-linkedin mr1" aria-hidden="true"></i>LinkedIn</a></li>
3829
</ul>
3930
</div>
4031
</div>

_pages/home.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ redirect_from:
7373
<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>
7474
</div>
7575
<div class="usa-width-one-third">
76-
<h3>Subscribe to our mailing list</h3>
76+
<h3>Join the Plain Language Community</h3>
7777
<p>Learn about upcoming events and get the latest news from the federal plain language community.</p>
78-
<a class="usa-button usa-button-primary block m0 nowrap" href="https://www.digitalgov.gov/communities/plain-language/">Subscribe</a>
78+
<a class="usa-button usa-button-primary block m0 nowrap" href="https://www.digitalgov.gov/communities/plain-language/">Join the community</a>
7979
</div>
8080
</div>
8181
</section>

0 commit comments

Comments
 (0)