[code] significant work done to login page, changed text around and done some light formatting adjustments, will continue to work on.

This commit is contained in:
2026-04-24 00:24:59 +01:00
parent 02f85f8783
commit 5dc557661c
2 changed files with 18 additions and 6 deletions

View File

@@ -21,10 +21,14 @@
</div>
<div class="loginPane">
<div class="loginLogo">
<img src="/assets/images/favicon-192x192.png" alt="Kube Logo">
<p>Kube is a progressive web application (PWA)
coded in HTML, CSS & JS which is used for
tracking and optimising club transport.</p>
<div class="logo">
<img src="/assets/images/favicon-192x192.png" alt="Kube Logo">
</div>
<div class="description">
<p>This progressive web application (PWA)
is for internal use only, relevant club
committee members will be assigned logins</p>
</div>
</div>
<div class="loginHeader">
<h2>Login</h2>
@@ -43,6 +47,9 @@
<button type="submit" class="submitBtn">Login</button>
</form>
</div>
<div class="copyrightText">
Copyright (c) 2026. All rights reserved.
</div>
</div>
</div>
</body>