Skip to content

Commit dc8a49f

Browse files
committed
Update Auth0 brand identity
1 parent 34984f1 commit dc8a49f

File tree

7 files changed

+19
-58
lines changed

7 files changed

+19
-58
lines changed

img/website/ico_logo.svg

Lines changed: 1 addition & 26 deletions
Loading

img/website/pic_logo_ft.svg

Lines changed: 1 addition & 15 deletions
Loading

package-lock.json

Lines changed: 3 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stylus/website/index.styl

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,9 @@ body
268268
.supported
269269
display none
270270

271+
.logo-mobile
272+
height 18px
273+
271274
&.fixed
272275
.brand
273276
.icon
@@ -1007,6 +1010,9 @@ body
10071010
padding 60px 0
10081011
font-size 26px
10091012

1013+
.logo
1014+
height 55px
1015+
10101016
img
10111017
margin-bottom 35px
10121018

@@ -1028,11 +1034,11 @@ body
10281034
display inline-block
10291035
margin-top 30px
10301036
&.btn-success
1031-
background-color #eb5424
1037+
background-color #635dff
10321038
color white
10331039
border-color transparent
10341040
&:hover
1035-
background-color darken(#eb5424, 30%)
1041+
background-color #564ed1
10361042
color white
10371043

10381044
.btn, a.btn
@@ -1235,6 +1241,9 @@ footer
12351241
img
12361242
margin-left 5px
12371243

1244+
.logo
1245+
height 18px
1246+
12381247
.pull-request
12391248
+breakpoint("tablet")
12401249
text-align center

views/website/counter.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.tokens-created
22
.container
3-
img(src='/img/pic_logo_ft.svg' alt='Auth0 logo')
3+
img(src='/img/pic_logo_ft.svg' alt='Auth0 logo').logo
44
p JWT.io is brought to you by
55
a(href='https://auth0.com/signup', target="_blank") Auth0
66
p Securely implement authentication with JWTs using Auth0 on any stack and any device in less than 10 minutes.

views/website/layout.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ html(lang='en')
6363
.column
6464
a(href='https://auth0.com/developers/', target="_blank")
6565
| Supported by
66-
img(src='/img/ico_logo.svg' alt='Supported by Auth0 - JWT.io Token Based Authentication')
66+
img(src='/img/ico_logo.svg' alt='Supported by Auth0 - JWT.io Token Based Authentication').logo
6767
.column.pull-request
6868
span Missing something?
6969
a(href='https://github.com/jsonwebtoken/jsonwebtoken.github.io/tree/master/views', target="_blank") Send a Pull Request

views/website/navigation.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ nav.navbar.closed
2222

2323
a.supported(href='https://auth0.com/?utm_source=jwtio&utm_campaign=craftedby', target="_blank")
2424
| Supported by
25-
img(src='/img/ico_logo.svg', alt='Supported by Auth0 - JWT.io Token Based Authentication')
25+
img(src='/img/ico_logo.svg', alt='Supported by Auth0 - JWT.io Token Based Authentication').logo-mobile

0 commit comments

Comments
 (0)