diff --git a/README.md b/README.md index c990768..ce50a7e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Burgernotes-client-web -Burgernotes web client \ No newline at end of file +Burgernotes web client + +/static/img/background.jpg by perga (@pergagreen on discord) diff --git a/login/index.html b/login/index.html index 73bc88d..d8c1b0a 100644 --- a/login/index.html +++ b/login/index.html @@ -21,6 +21,7 @@ +

Image by perga (@pergagreen on discord)

Login

diff --git a/signup/index.html b/signup/index.html index 5918f58..e2dbceb 100644 --- a/signup/index.html +++ b/signup/index.html @@ -21,6 +21,7 @@ +

Image by perga (@pergagreen on discord)

Signup

diff --git a/static/css/style.css b/static/css/style.css index 0a79d2c..22e4d40 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -565,6 +565,15 @@ body { min-height: 100%; } +.credit { + position: fixed; + left: 5px; + color: white; + z-index: -1; + margin: 0; + bottom: 5px; +} + .hidden { display: none !important; }