-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #765 from 18F/mr/guides-footer-edits
Minor edits in the guides footer
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,9 @@ | |
<div class="grid-container"> | ||
<div class="grid-row"> | ||
<div class="grid-col usa-dark-background"> | ||
<p class="margin-bottom-0 text-white"> This project is maintained by <a class="usa-link text-primary-dark" href="https://18f.gsa.gov/">18F</a>.</p> | ||
<p class="margin-bottom-0 margin-top-05 text-white"> Learn more about our <a class="usa-link text-primary-dark" href="https://18f.gsa.gov/linking-policy/">Linking Policy</a>.</p> | ||
<p class="margin-top-05 text-white"> Have questions or would like to contact us? Email us at <a class="usa-link text-primary-dark" href="mailto:[email protected]">[email protected]</a>.</p> | ||
<p class="margin-bottom-0 text-white"> This site is maintained by <a class="usa-link text-primary-dark" href="https://18f.gsa.gov/">18F</a>.</p> | ||
<p class="margin-bottom-0 margin-top-05 text-white"> Read our <a class="usa-link text-primary-dark" href="https://18f.gsa.gov/linking-policy/">linking policy</a>.</p> | ||
<p class="margin-top-05 text-white"> Have questions or want to contact us? Email us at <a class="usa-link text-primary-dark" href="mailto:[email protected]">[email protected]</a>.</p> | ||
</div> | ||
</div> | ||
</div> | ||
|