Replace splash image, add resource files.

This commit is contained in:
Matthew Stratford 2021-04-27 23:02:03 +01:00
parent ed2342777d
commit 442d0a4dd5
12 changed files with 5 additions and 1 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

BIN
resources/logo/baps3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

BIN
resources/logo/baps3.psd Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

BIN
resources/splash.psd Normal file

Binary file not shown.

View file

@ -10803,7 +10803,7 @@ a:focus {
} }
.bg-login-image, .bg-index-image { .bg-login-image, .bg-index-image {
background: url("https://source.unsplash.com/K4mSJ7kc0As/600x800"); background: url("/static/img/splash.png");
background-position: center; background-position: center;
background-size: cover; background-size: cover;
} }

BIN
ui-static/img/splash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 KiB

View file

@ -19,6 +19,10 @@
<hr> <hr>
<p>Version: {{data.server_version}} - Build: {{data.server_build}} - Branch: {{data.server_branch}}</p> <p>Version: {{data.server_version}} - Build: {{data.server_build}} - Branch: {{data.server_branch}}</p>
<p>Server Name: {{data.server_name}}</p> <p>Server Name: {{data.server_name}}</p>
<hr>
<small>
<a href="https://www.vecteezy.com/free-vector/island">Island Vectors by Vecteezy</a>, <a href="https://www.flaticon.com/free-icon/recording_3172492">Recording Vector from Flaticon</a>
</small>
</div> </div>
</div> </div>
</div> </div>