Skip to content

Commit

Permalink
add identifier and update POC name
Browse files Browse the repository at this point in the history
  • Loading branch information
jfredrickson committed Sep 11, 2024
1 parent a450a57 commit 9c86710
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 76 deletions.
23 changes: 12 additions & 11 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
<footer class="usa-footer usa-background-dark">
<footer class="usa-identifier usa-footer usa-background-dark">
<div class="usa-grid">
<nav aria-label="footer navigation">
<div class="usa-width-one-whole" style="margin-bottom: 1em; color: white;">
<div>open.gsa.gov / GSA Office of Office of Enterprise Data & Privacy Management</div>
<div style="font-weight: bold;">An official website of the U.S. General Services Administration</div>
</div>
<div class="usa-width-one-fourth">
<h3>Work</h3>
<ul class="usa-unstyled-list">
<li><a href="{{ '/about' | prepend: site.baseurl }}">About us</a></li>
<li><a href="https://github.com/GSA/">Our projects</a></li>
<li><a href="https://www.gsa.gov/about-us">About us</a></li>
<li><a href="https://www.gsa.gov/website-information/accessibility-aids">Accessibility support</a></li>
</ul>
</div>
<div class="usa-width-one-fourth">
<h3>Open Source</h3>
<ul class="usa-unstyled-list">
<li><a href="https://github.com/gsa/open-gsa-redesign">Fork this site</a></li>
<li><a href="https://www.gsa.gov/reference/freedom-of-information-act-foia">FOIA requests</a></li>
<li><a href="https://www.gsa.gov/reference/civil-rights-programs/notification-and-federal-employee-antidiscrimination-and-retaliation-act-of-2002">No FEAR Act data</a></li>
</ul>
</div>
<div class="usa-width-one-fourth">
<h3>Contact Us</h3>
<ul class="usa-unstyled-list">
<li><a href="{{ '/contact' | prepend: site.baseurl }}">Contact us</a></li>
<li><a href="https://www.gsaig.gov/">Office of the Inspector General</a></li>
<li><a href="https://www.gsa.gov/reference/reports/budget-performance">Performance reports</a></li>
</ul>
</div>
<div class="usa-width-one-fourth">
<h3>Notices</h3>
<ul class="usa-unstyled-list">
<li><a href="https://www.gsa.gov/website-information/accessibility-aids">Accessibility support</a></li>
<li><a href="https://www.gsa.gov/reference/freedom-of-information-act-foia">FOIA requests</a></li>
<li><a href="https://www.gsa.gov/website-information/website-policies">Privacy policy</a></li>
<li><a href="{{ '/contact' | prepend: site.baseurl }}">Contact us</a></li>
</ul>
</div>
</nav>
Expand Down
33 changes: 0 additions & 33 deletions _includes/footerapi.html

This file was deleted.

2 changes: 1 addition & 1 deletion _layouts/apidocs.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: pageapi
layout: page
---

<aside class="usa-width-one-fourth sidebar-sticky" style="word-wrap: break-word;">
Expand Down
16 changes: 0 additions & 16 deletions _layouts/baseapi.html

This file was deleted.

13 changes: 0 additions & 13 deletions _layouts/pageapi.html

This file was deleted.

4 changes: 2 additions & 2 deletions pages/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ banner-heading: Contact Us

### How to get help with an API

Each API has its own specific support team. If you need assistance with an API, please visit the [API Documentation]({{ '/api' | prepend: site.baseurl }}) for the API you are interested in, and use the contact information listed under the *Contact Us* section. You may also contact [the GSA Office of the CTO](mailto:[email protected]) for assistance in identifying the best point of contact for an API.
Each API has its own specific support team. If you need assistance with an API, please visit the [API Documentation]({{ '/api' | prepend: site.baseurl }}) for the API you are interested in, and use the contact information listed under the *Contact Us* section. You may also contact [the GSA Office of Office of Enterprise Data & Privacy Management](mailto:[email protected]) for assistance in identifying the best point of contact for an API.

### How to submit feedback regarding this website

The openGSA website is open source, and we welcome your feedback on it. [Please open an issue on our repository](https://github.com/gsa/open-gsa-redesign/issues) if you would like to submit feedback.

### General inquiries

For all other inquiries related to open data and open source at GSA, please [email the GSA Office of the CTO](mailto:[email protected]). Please note that this email address cannot answer API-related questions.
For all other inquiries related to open data and open source at GSA, please [email the GSA Office of Office of Enterprise Data & Privacy Management](mailto:[email protected]). Please note that this email address cannot answer API-related questions.

0 comments on commit 9c86710

Please sign in to comment.