We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6962f5c + 01ac0ae commit 5860eceCopy full SHA for 5860ece
2 files changed
stylus/website/index.styl
@@ -1244,6 +1244,11 @@ footer
1244
.logo
1245
height 18px
1246
1247
+ .privacy-links
1248
+ margin-bottom 16px
1249
+ span
1250
+ padding 0 6px
1251
+
1252
.pull-request
1253
+breakpoint("tablet")
1254
text-align center
views/website/layout.pug
@@ -51,6 +51,12 @@ html(lang='en')
51
.container
52
.columns
53
.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
60
a(href='https://auth0.com/developers/', target="_blank")
61
| Supported by
62
img(src='/img/ico_logo.svg' alt='Supported by Auth0 - JWT.io Token Based Authentication').logo
0 commit comments