diff --git a/assets/css/signup.css b/assets/css/signup.css index 7498749..ecc27f2 100644 --- a/assets/css/signup.css +++ b/assets/css/signup.css @@ -14,7 +14,8 @@ button.nopadding { } .signup.form { - width: fit-content; + /* width: fit-content; */ + max-width: 70%; } .signup.container { @@ -78,4 +79,12 @@ button.nopadding { min-width: min-content; max-width: max-content; } +} + +.notice { + margin: 1em 0 1em 0; + padding: 0.5em !important; + background-color: #ffbc2160; + border-radius: 8px; + border: 2px solid #ffbc21ac; } \ No newline at end of file diff --git a/assets/i18n/de.json b/assets/i18n/de.json index 11d06ec..dd94517 100644 --- a/assets/i18n/de.json +++ b/assets/i18n/de.json @@ -74,6 +74,7 @@ "submit": "Registrieren", "login": "Einloggen" } - } + }, + "notice": "Notiz: Wir akzeptieren momentan keine neuen Mitglieder.
Bitte komme später wieder." } } diff --git a/assets/i18n/en.json b/assets/i18n/en.json index a208ca8..b5fb368 100644 --- a/assets/i18n/en.json +++ b/assets/i18n/en.json @@ -74,6 +74,7 @@ "submit": "Register", "login": "Log in" } - } + }, + "notice": "Note: We currently do not accept new members.
Please check back at a later date." } } \ No newline at end of file diff --git a/signup/index.html b/signup/index.html index 8e8477c..658ac39 100644 --- a/signup/index.html +++ b/signup/index.html @@ -38,37 +38,44 @@

TBZ Community Signup Form

+ +
+

+ Note: We currently do not accept new members.
+ Please check back at a later date. +

+
- *
-
+ *
+
- *
-
+ *
+
- *
-
+ *
+
- (optional)
-
+ (optional)
+

Signing up implies that you agree to abide by our code of conduct.
No drama. Be respectful. Have fun. We're all trying, and we're all in this together :)

- - *
+ + *
- - *

+ + *

* = required
* = optional

- - Login + +