67 lines
2.9 KiB
Plaintext
67 lines
2.9 KiB
Plaintext
div layout="screen" layout-id="redeemSignup" id="redeemSignupScreen" class="screen secondary no-login-required"
|
|
.content
|
|
.content-head
|
|
.content-icon= image_tag("content/icon_shopping_cart.png", {:height => 19, :width => 19})
|
|
h1 check out
|
|
= render "screen_navigation"
|
|
.content-body
|
|
.content-body-scroller
|
|
.redeem-signup
|
|
|
|
.content-holder
|
|
.already-signed-in
|
|
h3 YOU ARE ALREADY LOGGED IN
|
|
p.carry-on-prompt
|
|
| You can go back to browsing.
|
|
.actions
|
|
a.btnNext.button-orange href="/client#/jamtrackBrowse" BROWSE JAMTRACKS
|
|
.not-signed-in.prompt
|
|
| To get your free
|
|
span.jamtrack-name
|
|
| JamTrack, join thousands of musicians in the JamKazam community by registering for your free account.
|
|
.left-side
|
|
.left-side-content
|
|
= link_to image_tag("content/button_facebook_signup.png", {:width => 249, :height => 46}), '/auth/facebook', class: "signup-facebook"
|
|
br clear="all"
|
|
.field.terms_of_service
|
|
input type="checkbox"
|
|
label
|
|
| I have read and agree to the JamKazam
|
|
br
|
|
= link_to "terms of service", corp_terms_path, rel: "external"
|
|
|.
|
|
br clear="all"
|
|
|
|
.right-side
|
|
h3 OR SIGN UP USING YOUR EMAIL
|
|
|
|
.signup-form
|
|
form.signup-form
|
|
.input-elements
|
|
.field
|
|
label.inline First Name:
|
|
input name='first_name' autofocus="true" type="text"
|
|
.field
|
|
label.inline Last Name:
|
|
input name='last_name' type="text"
|
|
.field
|
|
label.inline Email:
|
|
input name='email' type="text"
|
|
.field
|
|
label.inline Password:
|
|
input name='password' autofocus="true" type="password"
|
|
.field.terms_of_service
|
|
input type="checkbox"
|
|
label
|
|
| I have read and agree to the JamKazam
|
|
= link_to "terms of service", corp_terms_path, rel: "external"
|
|
|.
|
|
.field.recaptcha style="display:none"
|
|
- if Rails.application.config.recaptcha_enable
|
|
#recaptcha_select name="recaptcha_response_field" class="g-recaptcha" data-sitekey=Rails.application.config.recaptcha_public_key
|
|
.actions
|
|
input.button-orange.signup-submit type="submit" value="SIGNUP"
|
|
|
|
= link_to "Already have a JamKazam account? Sign in", "#", class: 'signin'
|
|
|
|
br clear='all' |