[code] made changes to text on login page, minimal changes to tags done as well, have updated styles.css to reflect these updates.

This commit is contained in:
2026-04-24 00:33:44 +01:00
parent 5dc557661c
commit 5686a816af
2 changed files with 9 additions and 8 deletions

View File

@@ -57,7 +57,7 @@ h3 {
overflow-y: auto; overflow-y: auto;
} }
.loginHeader, .loginForm, .description, .copyrightText { .loginHeader, .loginForm, .description, .bottomText {
width: 100%; width: 100%;
text-align: left; text-align: left;
} }
@@ -66,8 +66,8 @@ h3 {
text-align: center; text-align: center;
} }
.copyrightText { .bottomText {
padding-top: 40px; padding-top: 60px;
} }
.formGroup { .formGroup {

View File

@@ -25,9 +25,10 @@
<img src="/assets/images/favicon-192x192.png" alt="Kube Logo"> <img src="/assets/images/favicon-192x192.png" alt="Kube Logo">
</div> </div>
<div class="description"> <div class="description">
<p>This progressive web application (PWA) <p> Welcome to Kube, this progressive web application (PWA)
is for internal use only, relevant club is used for tracking and optimising club transport.
committee members will be assigned logins</p> Internal use only.
</p>
</div> </div>
</div> </div>
<div class="loginHeader"> <div class="loginHeader">
@@ -47,8 +48,8 @@
<button type="submit" class="submitBtn">Login</button> <button type="submit" class="submitBtn">Login</button>
</form> </form>
</div> </div>
<div class="copyrightText"> <div class="bottomText">
Copyright (c) 2026. All rights reserved. Heriot-Watt Snowsports Club (HWSSC)
</div> </div>
</div> </div>
</div> </div>