mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
40eead0341
Wikipedia supports (but does not yet require) https. This will change in the future but it will not hurt to switch to https ourselves :) https://blog.wikimedia.org/2013/08/01/future-https-wikimedia-projects/
33 lines
1.6 KiB
Text
33 lines
1.6 KiB
Text
extends /templates/modal/modal_base
|
|
|
|
block modal-header-content
|
|
h3(data-i18n="signup.create_account_title") Create Account to Save Progress
|
|
|
|
block modal-body-content
|
|
.modal-content
|
|
.modal-body
|
|
p(data-i18n="signup.description") It's free. Just need a couple things and you'll be good to go:
|
|
.form
|
|
.form-group
|
|
label.control-label(for="signup-email", data-i18n="general.email") Email
|
|
input#signup-email.form-control.input-large(name="email", type="email")
|
|
.form-group
|
|
label.control-label(for="signup-password", data-i18n="forms.password") Password
|
|
input#signup-password.input-large.form-control(name="password", type="password")
|
|
hr
|
|
.form-group.checkbox
|
|
label.control-label(for="signup-subscribe")
|
|
input#signup-subscribe(name="subscribe", type="checkbox", checked='checked')
|
|
span(data-i18n="signup.email_announcements") Receive announcements by email
|
|
.form-group.checkbox
|
|
label.control-label(for="signup-confirm-age")
|
|
input#signup-confirm-age(name="confirm-age", type="checkbox", checked='checked')
|
|
span(data-i18n="signup.coppa") 13+ or non-USA
|
|
a(href="https://en.wikipedia.org/wiki/Children's_Online_Privacy_Protection_Act", data-i18n="signup.coppa_why", target="_blank") (Why?)
|
|
|
|
block modal-body-wait-content
|
|
h3(data-i18n="signup.creating") Creating Account...
|
|
|
|
block modal-footer
|
|
.modal-footer
|
|
button.btn.btn-primary.btn-large#signup-button(data-i18n="signup.sign_up") Sign Up
|