codecombat/app/templates/modal/employer_signup_modal.jade

62 lines
3 KiB
Text
Raw Normal View History

extends /templates/modal/modal_base
block modal-header-content
2014-04-24 18:27:37 -04:00
if userIsAnonymous || !userIsAuthorized
2014-07-08 02:23:36 -04:00
h3(data-i18n="employer_signup.title") Sign Up to Hire CodeCombat Players
2014-04-24 18:27:37 -04:00
else
2014-04-24 20:36:07 -04:00
h3 CodeCombat Placement Agreement
block modal-body-content
2014-04-24 18:27:37 -04:00
if userIsAnonymous
2014-04-24 20:36:07 -04:00
if userIsAuthorized
| You appear to be authorized on CodeCombat with LinkedIn.
else if sentMoreInfoEmail
| Thanks! You should receive an email from George shortly.
2014-04-24 20:36:07 -04:00
else
.form#signup-form
2014-04-24 20:36:07 -04:00
.form-group
2014-07-08 02:23:36 -04:00
input#signup-email.form-control.input-large(name="email",type="email" placeholder="Email")
.form-group
input#signup-password.input-large.form-control(name="password", type="password" placeholder="Password")
.modal-footer.linkedin
button.btn.btn-primary(id="create-account-button") Create Account
br
br
| Already have a CodeCombat account?
a.login-link(data-toggle="coco-modal", data-target="core/AuthModal") Log in to continue!
2014-04-24 18:27:37 -04:00
else if !userIsAuthorized
.modal-footer.linkedin
p Please sign into your LinkedIn account to verify your identity.
script(type="in/Login" id="linkedInAuthButton" data-onAuth="contractCallback")
else
2014-04-24 20:36:07 -04:00
| Please agree to our terms before accessing our candidates.
2014-04-24 18:27:37 -04:00
br
br
2014-04-24 20:36:07 -04:00
b Who we are:
| CodeCombat is a programming game that both teaches and vets programmers. If you accept this agreement, we will let you hire the most talented developers on our platform.
2014-04-24 18:27:37 -04:00
br
br
2014-04-24 20:36:07 -04:00
b Placement fee:
2014-06-30 19:01:00 -04:00
| If you hire any of our players, you agree to pay us 15% of the candidate's first year annualized starting base salary. The fee is due on the first day that the candidate is employed and is 100% refundable for up to 90 day if the candidate doesn't remain employed at the company for any reason.
2014-04-24 18:27:37 -04:00
br
br
2014-04-24 20:36:07 -04:00
b Interns are free:
| We will not bill you for interns and part time hires (remote or onsite) hired through this site, provided they do not become full time hires within 1 year of their start date. If they do become full time hires within 1 year of their start date, we will invoice you 15% of their first year's annualized starting base salary on their first day of full time employment. For these hires, the 90 day guarantee does not apply.
2014-04-24 18:27:37 -04:00
br
br
2014-04-24 20:36:07 -04:00
| By clicking Agree, you are agreeing to CodeCombat's Placement Agreement on behalf of your company. You also consent to CodeCombat storing basic LinkedIn profile data for verification purposes, including your name, email, public profile URL, and work history.
2014-04-23 14:25:36 -04:00
block modal-footer
2014-04-24 20:36:07 -04:00
if userIsAnonymous
if userIsAuthorized
2014-04-24 20:36:07 -04:00
.modal-footer.linkedin
a.login-link(data-toggle="coco-modal", data-target="core/AuthModal") Please log in to continue.
2014-04-24 18:27:37 -04:00
else if !userIsAnonymous && !userIsAuthorized
.modal-footer.linkedin
else if userIsAuthorized && !userHasSignedContract
.modal-footer.linkedin
button.btn.btn-primary(id="contract-agreement-button") I agree
2014-04-23 14:25:36 -04:00
else
.modal-footer.linkedin
2014-06-30 19:01:00 -04:00
| Thanks! You've already agreed to the contract.