Welcome to judas!
+a remote PC fleet management system
++
Notice: Please use this system responsibly and in accordance with all applicable laws and organizational policies.
+Please log in to manage your remote PCs.
+diff --git a/judas_server/web/static/css/style.css b/judas_server/web/static/css/style.css index 2448f11..9e010e7 100644 --- a/judas_server/web/static/css/style.css +++ b/judas_server/web/static/css/style.css @@ -4,6 +4,27 @@ box-sizing: border-box; } +body { + background-color: #b48ead; + font-family: monospace, sans-serif !important; + color: #eceff4; +} + +input { + font-family: inherit; + color: #eceff4; + background-color: #434c5e; + border: none; + border-radius: 0.25rem; + padding: 0.25rem; +} + +#wrapper { + display: flex; + flex-direction: column; + min-height: 100vh; +} + header { display: flex; justify-content: space-between; @@ -14,7 +35,36 @@ header { } main { - padding: 2rem; - background-color: #eceff4; + padding: 1rem; + background-color: #3b4252; + flex-grow: 1; +} + +header a{ + text-decoration: none; + color: #eceff4; +} + +.button { + padding: 0.5rem 1rem; + border-radius: 0.25rem; + display: inline-block; + background-color: #8fbcbb; + transition: 0.3s ease-in-out; + border: none; color: #2e3440; +} + +.button:hover { + background-color: #81a1c1; + cursor: pointer; +} + +.button a { + text-decoration: none; + color: #2e3440; +} + +.center{ + text-align: center; } \ No newline at end of file diff --git a/judas_server/web/templates/index.html b/judas_server/web/templates/index.html index b983aa3..9e51fc3 100644 --- a/judas_server/web/templates/index.html +++ b/judas_server/web/templates/index.html @@ -9,13 +9,39 @@
Welcome, {{ username }}! Logout
{% else %} - + {% endif %}a remote PC fleet management system
+Notice: Please use this system responsibly and in accordance with all applicable laws and organizational policies.
+Please log in to manage your remote PCs.
+