diff --git a/img/website/auth0_logo.svg b/img/website/auth0_logo.svg new file mode 100644 index 00000000..12a27bb8 --- /dev/null +++ b/img/website/auth0_logo.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + diff --git a/img/website/auth0_logo_ft.svg b/img/website/auth0_logo_ft.svg deleted file mode 100644 index 57c51da3..00000000 --- a/img/website/auth0_logo_ft.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/img/website/auth0_logo_header.svg b/img/website/auth0_logo_header.svg deleted file mode 100644 index c24832d1..00000000 --- a/img/website/auth0_logo_header.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/views/extension/index.pug b/views/extension/index.pug index ede24c46..71a2b7ed 100644 --- a/views/extension/index.pug +++ b/views/extension/index.pug @@ -38,7 +38,7 @@ block content .pull-left a(target="_blank" href="https://developer.auth0.com") | Crafted by   - img(src="/img/auth0_logo_ft.svg" alt='Crafted by Auth0 - JWT.io Token Based Authentication') + img(src="/img/auth0_logo.svg" alt='Crafted by Auth0 - JWT.io Token Based Authentication') a  -  a.keep-deco(href='https://github.com/jsonwebtoken/jsonwebtoken.github.io/blob/master/LICENSE.txt', target="_blank") License diff --git a/views/website/counter.pug b/views/website/counter.pug index 95c4363d..a4a41daa 100644 --- a/views/website/counter.pug +++ b/views/website/counter.pug @@ -1,6 +1,6 @@ .tokens-created .container - img(src='/img/auth0_logo_ft.svg' alt='Auth0 logo').logo + img(src='/img/auth0_logo.svg' alt='Auth0 logo').logo p JWT.io is brought to you by a(href='https://auth0.com/signup/?utm_source=jwt.io&utm_medium=microsites&utm_campaign=devn_signup', target="_blank", rel="noreferrer noopener") Auth0 p Securely implement authentication with JWTs using Auth0 on any stack and any device in less than 10 minutes. diff --git a/views/website/layout.pug b/views/website/layout.pug index d692a850..b65068f5 100644 --- a/views/website/layout.pug +++ b/views/website/layout.pug @@ -64,7 +64,7 @@ html(lang='en') img.ccpa-toggle(src='https://cdn.auth0.com/website/footer/ccpa.svg' alt='Privacy choices') a(href='https://developer.auth0.com', target="_blank") | Crafted by - img(src='/img/auth0_logo_ft.svg' alt='Crafted by Auth0 - JWT.io Token Based Authentication').logo + img(src='/img/auth0_logo.svg' alt='Crafted by Auth0 - JWT.io Token Based Authentication').logo #ccpa-modal button#close-ccpa x h3 Your Privacy Choices diff --git a/views/website/md/introduction.md b/views/website/md/introduction.md index ff39b890..c4a2abc7 100755 --- a/views/website/md/introduction.md +++ b/views/website/md/introduction.md @@ -134,4 +134,4 @@ Regarding usage, JWT is used at Internet scale. This highlights the ease of clie ![Comparing the length of an encoded JWT and an encoded SAML](https://cdn.auth0.com/content/jwt/comparing-jwt-vs-saml2.png) _Comparison of the length of an encoded JWT and an encoded SAML_ -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. +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. diff --git a/views/website/navigation.pug b/views/website/navigation.pug index d84a986e..beda0aa9 100644 --- a/views/website/navigation.pug +++ b/views/website/navigation.pug @@ -28,9 +28,9 @@ nav.navbar .social a.a0(href='https://developer.auth0.com', target='_blank') span.by-text Crafted by - img(src='/img/auth0_logo_header.svg', alt='Crafted by Auth0 - JWT.io Token Based Authentication') + img(src='/img/auth0_logo.svg', alt='Crafted by Auth0 - JWT.io Token Based Authentication') span.crafted-by__question-mark ? a.supported(href='https://auth0.com', target="_blank") | Crafted by - img(src='/img/auth0_logo_ft.svg', alt='Crafted by Auth0 - JWT.io Token Based Authentication').logo-mobile + img(src='/img/auth0_logo.svg', alt='Crafted by Auth0 - JWT.io Token Based Authentication').logo-mobile