From 10a3805fe9d5a57c76e866cc99ce5cd91cacec3a Mon Sep 17 00:00:00 2001 From: Thomas Roque Date: Thu, 27 Apr 2023 16:33:48 +0200 Subject: [PATCH] Update logo and loading screen --- .idea/codeStyles/Project.xml | 15 ++ .idea/codeStyles/codeStyleConfig.xml | 5 + .idea/inspectionProfiles/Project_Default.xml | 6 + .idea/vcs.xml | 6 + .idea/workspace.xml | 24 +++- app/app.ejs | 6 +- app/assets/css/launcher.css | 139 ++++++++++++++++++- app/assets/images/SealCircle.ico | Bin 6693 -> 6444 bytes app/assets/images/logo.png | Bin 13736 -> 12719 bytes build/logo.png | Bin 0 -> 12719 bytes 10 files changed, 189 insertions(+), 12 deletions(-) create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/vcs.xml create mode 100644 build/logo.png diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 00000000..34af152a --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,15 @@ + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 00000000..79ee123c --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 00000000..03d9549e --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..35eb1ddf --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index e87e2ac8..aae461a7 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,12 +4,13 @@