Skip to content

Commit

Permalink
add CPRA link to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
johlym committed May 30, 2023
1 parent aafd012 commit fa572eb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,9 @@ article img.full {
float: none;
margin-left: 0;
}

.cpra a img {
height: 17px;
margin-bottom: -2px !important;
margin-right: 5px;
}
Binary file added public/images/privacy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions views/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<div><a href="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/heroku/12factor">Sourcecode</a></div>
<div><a href="/12factor.epub">Download ePub Book</a></div>
<div><a href="https://www.heroku.com/policy/privacy">Privacy Policy</a></div>
<div class="cpra"><a rel="" href="https://www.salesforce.com/form/other/privacy-request/"><img src="/images/privacy.png" aria-label="Privacy Icon" title="Privacy Icon">Your Privacy Choices</a></div>
</footer>
</body>
</html>

0 comments on commit fa572eb

Please sign in to comment.