diff --git a/html/style.css b/html/style.css index 8791b98..472dc2f 100644 --- a/html/style.css +++ b/html/style.css @@ -82,3 +82,56 @@ html, body { .row h1 { font-size:20pt; } + +.verify-body{ + padding-left:15px; + padding-right:15px; + margin-left:auto; + margin-right:auto; + display:flex; + flex-direction:column; +} + +.discord-user{ + align-self:center; + display:flex; + justify-content:space-around; + align-items:center; + width:300px; +} + +#discord-username{ + margin-left:10px; +} + +.verify-form{ + align-self:center; + display:flex; + flex-direction:column; + justify-content:space-between; + height:100px; +} + +.verify-input{ + border-radius:2px; + border:0; + background-color:#d1f0ff; + box-sizing:border-box; + padding:4px 20px 0; + + +} + +.verify-submit{ + border-radius:2px; + border:0; + background-color:#83d8ff; + box-sizing:border-box; + padding:4px 20px 0; + cursor:pointer; +} + +.verify-submit:hover, +.verify-submit:active{ + background-color:#72fff3; +} \ No newline at end of file diff --git a/html/verify.html b/html/verify.html index 09942ed..a973dac 100644 --- a/html/verify.html +++ b/html/verify.html @@ -95,15 +95,35 @@ -
+

Verification Form

When you submit the form below, your Imperial login details are checked using the Union login page and then discarded, the only data saved is whether the login succeeded and your Imperial shortcode, to be connected - to your Discord account by Nano.

+ to your Discord account by Nano. Details input here will not be sent/visible to anyone nor will they be + stored at any point, and will only be used to verify the account is a valid Imperial login using the + Imperial eActivities API directly.

We don't want to ever know your login details as that's a whole GDPR and security nightmare. The code for this website and the verification system is available on GitHub.

-

+

If you would prefer, you can continue to use verification via membership (if you have bought membership + this year) or manual verification, such as when verifying using College ID or an acceptance letter. +

+
+
+

Verification for:

+ +

Loading...

+
+
+
+ + + + +
+