diff --git a/README.md b/README.md index 622489c..381fdc5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Two- / Multi- Factor Authenication (2FA / MFA) for browser JavaScript - + ![](https://blog.authy.com/assets/posts/authenticator.png) There are a number of apps that various websites use to give you 6-digit codes to increase security when you log in: @@ -22,7 +22,8 @@ to provide codes that are exactly compatible with all other *Authenticator* apps Demo ==== -[Live Demo](https://daplie.github.io/browser-authenticator/) at +[Live Demo](https://authenticator.ppl.family/) +at You may also be interested in [Node Authenticator](https://git.coolaj86.com/coolaj86/node-authenticator.js) over at diff --git a/demo/daplie-logo.png b/demo/daplie-logo.png deleted file mode 100644 index a4d0dff..0000000 Binary files a/demo/daplie-logo.png and /dev/null differ diff --git a/demo/logo.svg b/demo/logo.svg new file mode 100644 index 0000000..07d12a8 --- /dev/null +++ b/demo/logo.svg @@ -0,0 +1 @@ +ppl-circle- \ No newline at end of file diff --git a/demo/style.css b/demo/style.css index 544bd56..2a32ae1 100644 --- a/demo/style.css +++ b/demo/style.css @@ -108,12 +108,12 @@ input { } .logo { - background-image: url("daplie-logo.png"); + background-image: url("logo.svg"); background-repeat: no-repeat; - background-size: 200px 50px; - width: 200px; - height: 50px; - margin: 50px auto 0 auto; + background-size: 75px 75px; + width: 75px; + height: 75px; + margin: 25px auto 0 auto; line-height: 1.0556; text-align: center; z-index: 2; @@ -124,7 +124,7 @@ input { } .token-issuer { - margin-top: 50px; + margin-top: 25px; z-index: 2; font-size: 12px; line-height: 1.0556; diff --git a/test.html b/test.html index 1751a08..dec8dca 100644 --- a/test.html +++ b/test.html @@ -1,6 +1,6 @@ - + Redirecting...