Skip to content

Commit

Permalink
EN-37098: Add Tyler Privacy Policy Link to ODN (#697)
Browse files Browse the repository at this point in the history
* EN-37098: Add Tyler Privacy Policy Link to ODN
* EN-37098: Downgraded node to less bleeding edge 12.4.0.
* EN-37098: Downgraded node to 10.18.0 to see if this fixes the Travis error.
  • Loading branch information
ToshMeston authored Dec 18, 2019
1 parent 498ac63 commit 3f18603
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 6.2.2
- 10.18.0
before_install:
- npm install -g [email protected]
- npm install -g [email protected]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"sync-request": "^6.0.0"
},
"engines": {
"node": "6.2.2"
"node": "10.18.0"
},
"scripts": {
"postinstall": "gulp build",
Expand Down
15 changes: 15 additions & 0 deletions styles/_footer.sass
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,18 @@ footer
border-top: 1px solid $bottom-gray-border-color
padding: 30px
text-align: left

.text-link
-webkit-transition: all 200ms linear
-moz-transition: all 200ms linear
-o-transition: all 200ms linear
-ms-transition: all 200ms linear
transition: all 200ms linear
color: $dark-gray-text-color
font-size: 13px
margin-left: 15px
position: relative
top: -3px

&:hover
color: $blue-text-color
1 change: 1 addition & 0 deletions views/_footer.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<a href="http://socrata.com/company-info/" target="_blank" aria-label="Powered by Socrata">
<img src="/images/v3-powered-by-socrata.png" alt="Powered by Socrata" role="presentation" />
</a>
<a class="text-link" href="https://www.tylertech.com/privacy">Privacy Policy</a>
</footer>

<% include _google-analytics %>
Expand Down

0 comments on commit 3f18603

Please sign in to comment.