Add a bigger logo, fix deploy script
This commit is contained in:
parent
dcc22a4d16
commit
23e76b5e69
6 changed files with 6 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -12,3 +12,5 @@ profiles.clj
|
||||||
/log
|
/log
|
||||||
/data
|
/data
|
||||||
/yenu_dev.db
|
/yenu_dev.db
|
||||||
|
/.idea
|
||||||
|
/dist
|
||||||
|
|
|
@ -12,6 +12,7 @@ cp target/uberjar/yenu.jar dist/
|
||||||
cp yenu.properties dist/
|
cp yenu.properties dist/
|
||||||
cp Dockerfile dist/
|
cp Dockerfile dist/
|
||||||
cp docker-compose.yml dist/
|
cp docker-compose.yml dist/
|
||||||
cp README dist/
|
cp README.md dist/
|
||||||
|
|
||||||
tar czf yenu-release.tar.gz dist/*
|
tar czf yenu-release.tar.gz dist/*
|
||||||
|
sha256sum yenu-release.tar.gz
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 1.9 KiB |
BIN
resources/public/img/logo_big.png
Normal file
BIN
resources/public/img/logo_big.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
|
@ -4,6 +4,8 @@
|
||||||
<div class="container mt-5">
|
<div class="container mt-5">
|
||||||
<div class="row justify-content-md-center">
|
<div class="row justify-content-md-center">
|
||||||
<div class="col-lg-5 col-sm-12">
|
<div class="col-lg-5 col-sm-12">
|
||||||
|
<img src="/img/logo_big.png">
|
||||||
|
|
||||||
<p>Um die Seite anzusehen oder die Aktion auszuführen wird ein Passwort benötigt.</p>
|
<p>Um die Seite anzusehen oder die Aktion auszuführen wird ein Passwort benötigt.</p>
|
||||||
|
|
||||||
<form method="POST" class="form-horizontal">
|
<form method="POST" class="form-horizontal">
|
||||||
|
|
|
@ -55,4 +55,3 @@
|
||||||
(mount/start #'yenu.config/env)
|
(mount/start #'yenu.config/env)
|
||||||
(setup-prerequisites)
|
(setup-prerequisites)
|
||||||
(start-app args))
|
(start-app args))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue