Skip to content

Commit 5860ece

Browse files
authored
Merge pull request jsonwebtoken#575 from jsonwebtoken/footer-links
Add privacy links
2 parents 6962f5c + 01ac0ae commit 5860ece

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

stylus/website/index.styl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,6 +1244,11 @@ footer
12441244
.logo
12451245
height 18px
12461246

1247+
.privacy-links
1248+
margin-bottom 16px
1249+
span
1250+
padding 0 6px
1251+
12471252
.pull-request
12481253
+breakpoint("tablet")
12491254
text-align center

views/website/layout.pug

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ html(lang='en')
5151
.container
5252
.columns
5353
.column
54+
div.privacy-links
55+
a(href='https://auth0.com/privacy/', target="_blank")
56+
| Privacy
57+
span •
58+
a(href='https://auth0.com/web-terms', target="_blank")
59+
| Terms of Service
5460
a(href='https://auth0.com/developers/', target="_blank")
5561
| Supported by
5662
img(src='/img/ico_logo.svg' alt='Supported by Auth0 - JWT.io Token Based Authentication').logo

0 commit comments

Comments
 (0)