Skip to content

Commit 11ddb09

Browse files
authored
feat: update header and footer logo (#731)
1 parent 4b55fae commit 11ddb09

File tree

8 files changed

+35
-40
lines changed

8 files changed

+35
-40
lines changed

img/website/auth0_logo.svg

+29
Loading

img/website/auth0_logo_ft.svg

-17
This file was deleted.

img/website/auth0_logo_header.svg

-17
This file was deleted.

views/extension/index.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ block content
3838
.pull-left
3939
a(target="_blank" href="https://developer.auth0.com")
4040
| Crafted by &nbsp
41-
img(src="/img/auth0_logo_ft.svg" alt='Crafted by Auth0 - JWT.io Token Based Authentication')
41+
img(src="/img/auth0_logo.svg" alt='Crafted by Auth0 - JWT.io Token Based Authentication')
4242
a &nbsp-&nbsp
4343
a.keep-deco(href='https://github.com/jsonwebtoken/jsonwebtoken.github.io/blob/master/LICENSE.txt', target="_blank") License
4444

views/website/counter.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.tokens-created
22
.container
3-
img(src='/img/auth0_logo_ft.svg' alt='Auth0 logo').logo
3+
img(src='/img/auth0_logo.svg' alt='Auth0 logo').logo
44
p JWT.io is brought to you by
55
a(href='https://auth0.com/signup/?utm_source=jwt.io&utm_medium=microsites&utm_campaign=devn_signup', target="_blank", rel="noreferrer noopener") 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

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ html(lang='en')
6464
img.ccpa-toggle(src='https://cdn.auth0.com/website/footer/ccpa.svg' alt='Privacy choices')
6565
a(href='https://developer.auth0.com', target="_blank")
6666
| Crafted by
67-
img(src='/img/auth0_logo_ft.svg' alt='Crafted by Auth0 - JWT.io Token Based Authentication').logo
67+
img(src='/img/auth0_logo.svg' alt='Crafted by Auth0 - JWT.io Token Based Authentication').logo
6868
#ccpa-modal
6969
button#close-ccpa x
7070
h3 Your Privacy Choices

views/website/md/introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ Regarding usage, JWT is used at Internet scale. This highlights the ease of clie
134134
![Comparing the length of an encoded JWT and an encoded SAML](https://cdn.auth0.com/content/jwt/comparing-jwt-vs-saml2.png)
135135
_Comparison of the length of an encoded JWT and an encoded SAML_
136136

137-
If you want to read more about JSON Web Tokens and even start using them to perform authentication in your own applications, browse to the [JSON Web Token landing page](http://auth0.com/learn/json-web-tokens) at Auth0 by Okta.
137+
If you want to read more about JSON Web Tokens and even start using them to perform authentication in your own applications, browse to the [JSON Web Token landing page](http://auth0.com/learn/json-web-tokens) at Auth0.

views/website/navigation.pug

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ nav.navbar
2828
.social
2929
a.a0(href='https://developer.auth0.com', target='_blank')
3030
span.by-text Crafted by
31-
img(src='/img/auth0_logo_header.svg', alt='Crafted by Auth0 - JWT.io Token Based Authentication')
31+
img(src='/img/auth0_logo.svg', alt='Crafted by Auth0 - JWT.io Token Based Authentication')
3232
span.crafted-by__question-mark ?
3333

3434
a.supported(href='https://auth0.com', target="_blank")
3535
| Crafted by
36-
img(src='/img/auth0_logo_ft.svg', alt='Crafted by Auth0 - JWT.io Token Based Authentication').logo-mobile
36+
img(src='/img/auth0_logo.svg', alt='Crafted by Auth0 - JWT.io Token Based Authentication').logo-mobile

0 commit comments

Comments
 (0)