[feature/frontend] Add login button to index page which reiterates info about clients (#3377)

* Add login button to index page which reiterates info about clients

* bit of CSS fiddling, move apps from front page to login info

* fix indentation

---------

Co-authored-by: tobi <tobi.smethurst@protonmail.com>
This commit is contained in:
Vivian Lim ⭐ 2025-01-27 05:24:31 -08:00 committed by GitHub
commit 7b7fc528f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 386 additions and 179 deletions

View file

@ -135,3 +135,9 @@
text-align: center;
}
}
.login {
position: absolute;
top: 2vh;
right: 2vh;
}