Skip to content

Commit

Permalink
formatting improvement to login page (version 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohanMaker authored and psvenk committed Nov 25, 2020
1 parent b045446 commit f016e8e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
6 changes: 4 additions & 2 deletions public/css/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,14 +234,14 @@ iframe {
/*------------------------------------------------------------------
[ ]*/
#login100-form {
width: 290px;
width: 320px;
margin: auto 0 auto 0;
height: fit-content;
}

#login100-form-title {
font-family: Poppins-Bold;
font-size: 24px;
font-size: 35px;
color: var(--gray3);
line-height: 1.2;
text-align: center;
Expand All @@ -258,6 +258,7 @@ iframe {
width: 100%;
z-index: 1;
margin-bottom: 10px;
margin-top: 5px;
}

.input100 {
Expand Down Expand Up @@ -352,6 +353,7 @@ iframe {
flex-wrap: wrap;
justify-content: center;
padding-top: 20px;
padding-bottom: 20px;
}

#login100-form-btn {
Expand Down
24 changes: 12 additions & 12 deletions public/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</span>
<div class="text-center p-t-12">
<span class="txt1" style="color:#595959">
Use Aspen credentials or leave blank to import data
Aspen credentials or leave blank to import data
</span>
</div>
<!-- Username Input -->
Expand All @@ -80,7 +80,7 @@
<!-- Remember Me Checkbox -->
<div><label>
<input id="remember-me" type="checkbox">
Remember Me?
Remember Me
</label></div>
<!-- Login Button -->
<div id="container-login100-form-btn">
Expand All @@ -91,19 +91,19 @@
</div>
<div class="text-center p-t-12">
<span class="txt1" style="color:#595959">
For issues and feature requests, please let us know with this
<a href="https://goo.gl/forms/PYQDtzkp0vHJbFLz2">google form</a>!
Issues or feature requests:
<a href="https://goo.gl/forms/PYQDtzkp0vHJbFLz2">Google Form</a>
<br>
To see the code and contribute to this open source project
check out our <a href="https://github.com/maxtkc/aspine">github</a>!
</span>
</div>
<div class="text-center p-t-12">
<span class="txt1" style="color:#595959">
Check out our <a href="https://www.cpsd.us/privacy">Privacy Policy</a>
Open source project:
<a href="https://github.com/maxtkc/aspine">GitHub</a>
<br>
Privacy policy:
<a href="https://www.cpsd.us/privacy">CPSD</a>
<br>
Join Aspine/CTF club at CRLS:
<a href = "mailto: crls-ctf-club-usergroup@cpsd.us">Email</a>
</span>
</div>
<br>
<div class="text-center">
<img src="images/district-logo.png" style="width:75%">
</div>
Expand Down

0 comments on commit f016e8e

Please sign in to comment.