[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:
@@ -57,7 +57,7 @@ h3 {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.loginHeader, .loginForm, .description, .copyrightText {
|
||||
.loginHeader, .loginForm, .description, .bottomText {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
@@ -66,8 +66,8 @@ h3 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.copyrightText {
|
||||
padding-top: 40px;
|
||||
.bottomText {
|
||||
padding-top: 60px;
|
||||
}
|
||||
|
||||
.formGroup {
|
||||
|
||||
@@ -25,9 +25,10 @@
|
||||
<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>
|
||||
<p> Welcome to Kube, this progressive web application (PWA)
|
||||
is used for tracking and optimising club transport.
|
||||
Internal use only.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="loginHeader">
|
||||
@@ -47,8 +48,8 @@
|
||||
<button type="submit" class="submitBtn">Login</button>
|
||||
</form>
|
||||
</div>
|
||||
<div class="copyrightText">
|
||||
Copyright (c) 2026. All rights reserved.
|
||||
<div class="bottomText">
|
||||
Heriot-Watt Snowsports Club (HWSSC)
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user