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

Update footer content #426

Merged
merged 7 commits into from
Mar 29, 2024
Merged
Show file tree
Hide file tree
Changes from 6 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
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>