Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.

Commit

Permalink
Merge pull request #421 from donjo/32-privacy
Browse files Browse the repository at this point in the history
adding privacy policy link to homepage footer
  • Loading branch information
cmc333333 authored Jun 29, 2016
2 parents 51a2064 + 5d8af65 commit d82ba82
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,9 @@ Footer partnership logos
display: inline-block;
margin: 8px 0 0 8px;
}

.privacy-footer {
margin-left: auto;
}
}
}

6 changes: 6 additions & 0 deletions notice_and_comment/templates/regulations/nc-homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,12 @@ <h3>We want to hear from you!</h3>
<img class="logo" src="{% static "regulations/img/logo-gsa.png" %}" alt="General Services Administration"/>
</a>

<div class="privacy-footer">
<span>
This site follows the <a href="https://www.regulations.gov/privacyNotice">Privacy and Security policy <span class="cf-icon cf-icon-external-link"></span></a> of Regulations.gov.
</span>
</div>

</section>

</div>
Expand Down

0 comments on commit d82ba82

Please sign in to comment.