diff --git a/app/assets/images/logop42-intro.png b/app/assets/images/logop42-intro.png new file mode 100644 index 0000000..3268ca9 Binary files /dev/null and b/app/assets/images/logop42-intro.png differ diff --git a/app/libs/myUser.js b/app/libs/myUser.js index 74ec2f1..6922df4 100755 --- a/app/libs/myUser.js +++ b/app/libs/myUser.js @@ -102,8 +102,7 @@ class myUser extends app.LoadedClasses.User { }; this.roles = ['admin'] this.isAuthenticated = true - console.log('Will call callback...', callBack) - callBack(); + setTimeout(callBack, 20000); /* fetch(app.config.userLib.authEndpoint+'?'+crypto.randomUUID(),{ diff --git a/index.html b/index.html index 2ee9d0c..1addcfc 100644 --- a/index.html +++ b/index.html @@ -129,8 +129,8 @@ } @keyframes deblur{ - 0% { filter: blur(14px); opacity: 0; font-size:20px } - 100% { filter: blur(0); opacity: 1; font-size:60px } + 0% { filter: blur(14px); opacity: 0; transform: scale(0.1) } + 100% { filter: blur(0); opacity: 1; transform: scale(1) } } @@ -153,6 +153,6 @@ -