Skip to content

Commit cd02113

Browse files
authored
Extra footer removal at top ECASOGP-8386
Testing the extra footer being deleted for ECASOGP-8386 and then previewing it to see if the change works and is 508 compliant.
1 parent 807984b commit cd02113

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

_includes/footer.html

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,6 @@
22
<div class="grid-container usa-footer__return-to-top">
33
<a href="#">Return to top</a>
44
</div>
5-
<div class="usa-footer__primary-section">
6-
<nav class="usa-footer__nav" aria-label="Footer navigation">
7-
<ul class="grid-row grid-gap">
8-
<li class="
9-
mobile-lg:grid-col-4
10-
desktop:grid-col-auto
11-
usa-footer__primary-content
12-
">
13-
<a class="usa-footer__primary-link" href="https://www.gsa.gov/website-information/accessibility-aids" >Accessibility</a>
14-
</li>
15-
<li class="
16-
mobile-lg:grid-col-4
17-
desktop:grid-col-auto
18-
usa-footer__primary-content
19-
">
20-
<a class="usa-footer__primary-link" href="https://www.gsa.gov/reference/freedom-of-information-act-foia" >FOIA</a>
21-
</li>
22-
<li class="
23-
mobile-lg:grid-col-4
24-
desktop:grid-col-auto
25-
usa-footer__primary-content
26-
">
27-
<a class="usa-footer__primary-link" href="https://www.gsa.gov/website-information/website-policies" >Privacy Statement</a>
28-
</li>
29-
</ul>
30-
</nav>
31-
</div>
325
<div class="usa-footer__secondary-section padding-bottom-8">
336
<!-- start section -->
347
<div class="grid-container">
@@ -150,4 +123,4 @@ <h3 class="margin-bottom-2">Contact Us:</h3>
150123
</div>
151124

152125

153-
</footer>
126+
</footer>

0 commit comments

Comments
 (0)