Replace splash image, add resource files.
This commit is contained in:
parent
ed2342777d
commit
442d0a4dd5
12 changed files with 5 additions and 1 deletions
BIN
resources/logo/baps3-small.icns
Normal file
BIN
resources/logo/baps3-small.icns
Normal file
Binary file not shown.
BIN
resources/logo/baps3-small.ico
Normal file
BIN
resources/logo/baps3-small.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 118 KiB |
BIN
resources/logo/baps3-small.png
Normal file
BIN
resources/logo/baps3-small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 81 KiB |
BIN
resources/logo/baps3-small.psd
Normal file
BIN
resources/logo/baps3-small.psd
Normal file
Binary file not shown.
BIN
resources/logo/baps3.png
Normal file
BIN
resources/logo/baps3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 161 KiB |
BIN
resources/logo/baps3.psd
Normal file
BIN
resources/logo/baps3.psd
Normal file
Binary file not shown.
BIN
resources/logo/bapsicle-logo.png
Normal file
BIN
resources/logo/bapsicle-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
BIN
resources/logo/urywebstudio.psd
Normal file
BIN
resources/logo/urywebstudio.psd
Normal file
Binary file not shown.
BIN
resources/splash.psd
Normal file
BIN
resources/splash.psd
Normal file
Binary file not shown.
|
@ -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
BIN
ui-static/img/splash.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 223 KiB |
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue