-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add USWDS identifier, edit footer (#2475)
* add uswds identifier, edit footer * update no fear act link * fix footer/include image paths * fix link checker * reconfigure footer to coordinate with new identifier --------- Co-authored-by: Sarah Rudder <[email protected]>
- Loading branch information
Showing
5 changed files
with
238 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,72 @@ | ||
<footer class="usa-footer site-footer" role="contentinfo"> | ||
<div class="footer-section-bottom"> | ||
<footer class="usa-footer usa-footer--slim" role="contentinfo"> | ||
<div class="usa-footer__primary-section bg-accent-warm-light border-top border-accent-warm-dark padding-bottom-4"> | ||
<div class="grid-container"> | ||
<div class="grid-row padding-y-3"> | ||
<div class="tablet:grid-col-5"> | ||
<a class="footer-logo media_link float-left padding-right-2" href="https://gsa.gov"> | ||
<img src={{site.baseurl}}/assets/images/logos/GSA-logo.svg alt="GSA Logo" width="50"/> | ||
</a> | ||
Cloud.gov is a product of the <a href="https://www.gsa.gov/">General Services Administration.</a> | ||
<nav class="usa-footer__nav" aria-label="Footer navigation,,"> | ||
<div class="grid-row grid-gap-4"> | ||
<div class="mobile-lg:grid-col-6 desktop:grid-col-3"> | ||
<section class="usa-footer__primary-content usa-footer__primary-content--collapsible"> | ||
<h4 class="usa-footer__primary-link">Get in touch</h4> | ||
<ul class="usa-list usa-list--unstyled"> | ||
<li class="usa-footer__secondary-link"> | ||
<a href="{{ site.baseurl }}/contact">Customer support</a> | ||
</li> | ||
<li class="usa-footer__secondary-link"> | ||
<a href="mailto:[email protected]">Business inquiries</a> | ||
</li> | ||
<li class="usa-footer__secondary-link"> | ||
<a href="https://join.tts.gsa.gov/">Join our team</a> | ||
</li> | ||
</ul> | ||
</section> | ||
</div> | ||
<div class="mobile-lg:grid-col-6 desktop:grid-col-3"> | ||
<section class="usa-footer__primary-content usa-footer__primary-content--collapsible"> | ||
<h4 class="usa-footer__primary-link">For developers</h4> | ||
<ul class="usa-list usa-list--unstyled"> | ||
<li class="usa-footer__secondary-link"> | ||
<a href="{{ site.baseurl }}/docs/ops/repos/#repositories">Repositories</a> | ||
</li> | ||
<li class="usa-footer__secondary-link"> | ||
<a href="{{ site.baseurl }}/docs/pricing/free-limited-sandbox/">Free developer sandbox</a> | ||
</li> | ||
<li class="usa-footer__secondary-link"> | ||
<a href="https://cloudgov.statuspage.io/">cloud.gov status</a> | ||
</li> | ||
</ul> | ||
</section> | ||
</div> | ||
<div class="mobile-lg:grid-col-6 desktop:grid-col-3"> | ||
<section class="usa-footer__primary-content usa-footer__primary-content--collapsible"> | ||
<h4 class="usa-footer__primary-link">Policies</h4> | ||
<ul class="usa-list usa-list--unstyled"> | ||
<li class="usa-footer__secondary-link"> | ||
<a href="https://www.gsa.gov/vulnerability-disclosure-policy"> | ||
Vulnerability disclosure policy</a> | ||
</li> | ||
<li class="usa-footer__secondary-link"> | ||
<a href="https://18f.gsa.gov/open-source-policy/">Open source policy</a> | ||
</li> | ||
</ul> | ||
</section> | ||
</div> | ||
</div> | ||
<div class="tablet:grid-col-3"> | ||
<ul class="add-list-reset"> | ||
<li><a href="https://cloud.gov/">cloud.gov home</a></li> | ||
<li><a href="https://cloud.gov/docs/help/#support-for-people-who-use-cloud-gov">Get help for customer issues</a></li> | ||
<li><a href="https://18f.gsa.gov/">Built by 18F</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</div> | ||
|
||
<div class="usa-footer__secondary-section bg-accent-warm"> | ||
<div class="grid-container"> | ||
<div class="usa-footer__logo grid-row grid-gap-2"> | ||
<div class="grid-col-auto"> | ||
<img lass="usa-footer__logo-img" src="{{ site.baseurl }}/assets/images/content/cloud-gov-logo.svg" | ||
alt="cloud.gov" class="width-card-lg"> | ||
</div> | ||
|
||
<div class="tablet:grid-col-4"> | ||
<ul class="add-list-reset"> | ||
<li> | ||
A United States government platform | ||
</li> | ||
<li> | ||
<a href="https://cloud.gov/docs/ops/repos/">Open source and in the public domain</a> | ||
</li> | ||
<li> | ||
<a href="https://www.gsa.gov/vulnerability-disclosure-policy">Vulnerability disclosure policy</a> | ||
</li> | ||
</ul> | ||
<div class="grid-col-auto desktop:margin-left-auto"> | ||
<p class=""> | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
<div class="usa-identifier"> | ||
<section | ||
class="usa-identifier__section usa-identifier__section--masthead" | ||
aria-label="Agency identifier," | ||
> | ||
<div class="usa-identifier__container"> | ||
<div class="usa-identifier__logos"> | ||
<a href="" class="usa-identifier__logo"> | ||
<img | ||
class="usa-identifier__logo-img" | ||
src="{{ site.baseurl }}/assets/images/logos/GSA-logo.svg" | ||
alt="GSA logo" | ||
role="img" | ||
/> | ||
</a> | ||
</div> | ||
<section | ||
class="usa-identifier__identity" | ||
aria-label="Agency description" | ||
> | ||
<p class="usa-identifier__identity-domain">cloud.gov</p> | ||
<p class="usa-identifier__identity-disclaimer"> | ||
An official website of the | ||
<a href="https://www.gsa.gov">U.S. General Services Administration</a> | ||
</p> | ||
</section> | ||
</div> | ||
</section> | ||
<nav | ||
class="usa-identifier__section usa-identifier__section--required-links" | ||
aria-label="Important links," | ||
> | ||
<div class="usa-identifier__container"> | ||
<ul class="usa-identifier__required-links-list"> | ||
<li class="usa-identifier__required-links-item"> | ||
<a | ||
href="https://www.gsa.gov/about-us" | ||
class="usa-identifier__required-link usa-link" | ||
> | ||
About GSA | ||
</a> | ||
</li> | ||
|
||
<li class="usa-identifier__required-links-item"> | ||
<a | ||
href="https://www.gsa.gov/website-information/accessibility-statement" | ||
class="usa-identifier__required-link usa-link" | ||
> | ||
Accessibility statement | ||
</a> | ||
</li> | ||
|
||
<li class="usa-identifier__required-links-item"> | ||
<a | ||
href="https://www.gsa.gov/reference/freedom-of-information-act-foia" | ||
class="usa-identifier__required-link usa-link" | ||
> | ||
FOIA requests | ||
</a> | ||
</li> | ||
|
||
<li class="usa-identifier__required-links-item"> | ||
<a | ||
href="https://www.gsa.gov/reference/civil-rights-programs/the-no-fear-act" | ||
class="usa-identifier__required-link usa-link" | ||
> | ||
No FEAR Act data | ||
</a> | ||
</li> | ||
|
||
<li class="usa-identifier__required-links-item"> | ||
<a | ||
href="https://www.gsaig.gov/" | ||
class="usa-identifier__required-link usa-link" | ||
> | ||
Office of the Inspector General | ||
</a> | ||
</li> | ||
|
||
<li class="usa-identifier__required-links-item"> | ||
<a | ||
href="https://www.gsa.gov/reference/reports/budget-performance" | ||
class="usa-identifier__required-link usa-link" | ||
> | ||
Performance reports | ||
</a> | ||
</li> | ||
|
||
<li class="usa-identifier__required-links-item"> | ||
<a | ||
href="https://www.gsa.gov/website-information/website-policies" | ||
class="usa-identifier__required-link usa-link" | ||
> | ||
Privacy policy | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> | ||
<section | ||
class="usa-identifier__section usa-identifier__section--usagov" | ||
aria-label="U.S. government information and services," | ||
> | ||
<div class="usa-identifier__container"> | ||
<div class="usa-identifier__usagov-description"> | ||
Looking for U.S. government information and services? | ||
</div> | ||
<a href="https://www.usa.gov/" class="usa-link"> Visit USA.gov </a> | ||
</div> | ||
</section> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters