generated from GSA/ai-hackathon-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
161 additions
and
81 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ import instagramIcon from '~uswds/dist/img/usa-icons/instagram.svg'; | |
import rssIcon from '~uswds/dist/img/usa-icons/rss_feed.svg'; | ||
import twitterIcon from '~uswds/dist/img/usa-icons/twitter.svg'; | ||
import youtubeIcon from '~uswds/dist/img/usa-icons/youtube.svg'; | ||
import logo from '/img/logo.svg'; | ||
import logo from '/img/logo--white.svg'; | ||
|
||
export const Footer = (): React.ReactElement => { | ||
const scrollToTop = (event: React.MouseEvent<HTMLAnchorElement>): void => { | ||
|
@@ -24,72 +24,6 @@ export const Footer = (): React.ReactElement => { | |
Return to top | ||
</a> | ||
</div> | ||
<div className="usa-footer__primary-section"> | ||
<nav className="usa-footer__nav" aria-label="Footer navigation"> | ||
<ul className="grid-row grid-gap"> | ||
<li | ||
className=" | ||
mobile-lg:grid-col-4 | ||
desktop:grid-col-auto | ||
usa-footer__primary-content | ||
" | ||
> | ||
<a className="usa-footer__primary-link" href="/#"> | ||
<Primary link> | ||
</a> | ||
</li> | ||
|
||
<li | ||
className=" | ||
mobile-lg:grid-col-4 | ||
desktop:grid-col-auto | ||
usa-footer__primary-content | ||
" | ||
> | ||
<a className="usa-footer__primary-link" href="/#"> | ||
<Primary link> | ||
</a> | ||
</li> | ||
|
||
<li | ||
className=" | ||
mobile-lg:grid-col-4 | ||
desktop:grid-col-auto | ||
usa-footer__primary-content | ||
" | ||
> | ||
<a className="usa-footer__primary-link" href="/#"> | ||
<Primary link> | ||
</a> | ||
</li> | ||
|
||
<li | ||
className=" | ||
mobile-lg:grid-col-4 | ||
desktop:grid-col-auto | ||
usa-footer__primary-content | ||
" | ||
> | ||
<a className="usa-footer__primary-link" href="/#"> | ||
<Primary link> | ||
</a> | ||
</li> | ||
|
||
<li | ||
className=" | ||
mobile-lg:grid-col-4 | ||
desktop:grid-col-auto | ||
usa-footer__primary-content | ||
" | ||
> | ||
<a className="usa-footer__primary-link" href="/#"> | ||
<Primary link> | ||
</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
</div> | ||
|
||
<div className="usa-footer__secondary-section"> | ||
<div className="grid-container"> | ||
<div className="grid-row grid-gap"> | ||
|
@@ -162,16 +96,16 @@ export const Footer = (): React.ReactElement => { | |
</div> | ||
</div> | ||
<h2 className="usa-footer__contact-heading"> | ||
<Agency Contact Center> | ||
Contact Information | ||
</h2> | ||
<address className="usa-footer__address"> | ||
<div className="usa-footer__contact-info grid-row grid-gap"> | ||
<div className="grid-col-auto"> | ||
<a href="tel:1-800-555-5555"> <(800) 555-GOVT> </a> | ||
<a href="tel:(703) 292-5111">(703) 292-5111</a> | ||
</div> | ||
<div className="grid-col-auto"> | ||
<a href="mailto:<[email protected]>"> | ||
<[email protected]> | ||
Sign up for email updates | ||
</a> | ||
</div> | ||
</div> | ||
|
@@ -180,6 +114,89 @@ export const Footer = (): React.ReactElement => { | |
</div> | ||
</div> | ||
</div> | ||
<div className="usa-footer__primary-section"> | ||
<nav className="usa-footer__nav" aria-label="Footer navigation"> | ||
<ul className="grid-row grid-gap"> | ||
<li | ||
className=" | ||
mobile-lg:grid-col-4 | ||
desktop:grid-col-auto | ||
usa-footer__primary-content | ||
" | ||
> | ||
<a className="usa-footer__primary-link" href="/#"> | ||
Vulnerability Disclosures | ||
</a> | ||
</li> | ||
<li | ||
className=" | ||
mobile-lg:grid-col-4 | ||
desktop:grid-col-auto | ||
usa-footer__primary-content | ||
" | ||
> | ||
<a className="usa-footer__primary-link" href="/#"> | ||
Inspector General | ||
</a> | ||
</li> | ||
<li | ||
className=" | ||
mobile-lg:grid-col-4 | ||
desktop:grid-col-auto | ||
usa-footer__primary-content | ||
" | ||
> | ||
<a className="usa-footer__primary-link" href="/#"> | ||
Privacy | ||
</a> | ||
</li> | ||
<li | ||
className=" | ||
mobile-lg:grid-col-4 | ||
desktop:grid-col-auto | ||
usa-footer__primary-content | ||
" | ||
> | ||
<a className="usa-footer__primary-link" href="/#"> | ||
FOIA | ||
</a> | ||
</li> | ||
<li | ||
className=" | ||
mobile-lg:grid-col-4 | ||
desktop:grid-col-auto | ||
usa-footer__primary-content | ||
" | ||
> | ||
<a className="usa-footer__primary-link" href="/#"> | ||
No FEAT Act | ||
</a> | ||
</li> | ||
<li | ||
className=" | ||
mobile-lg:grid-col-4 | ||
desktop:grid-col-auto | ||
usa-footer__primary-content | ||
" | ||
> | ||
<a className="usa-footer__primary-link" href="/#"> | ||
USA.gov | ||
</a> | ||
</li> | ||
<li | ||
className=" | ||
mobile-lg:grid-col-4 | ||
desktop:grid-col-auto | ||
usa-footer__primary-content | ||
" | ||
> | ||
<a className="usa-footer__primary-link" href="/#"> | ||
Accessibility | ||
</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</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
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
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
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
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