16 lines
556 B
Plaintext
16 lines
556 B
Plaintext
- provide(:page_name, 'landing_page tight wot_1')
|
|
|
|
h1 Watch Overview Video to See How JamKazam Works
|
|
.video-wrapper
|
|
.video-container
|
|
iframe src="//www.youtube.com/embed/ylYcvTY9CVo" frameborder="0" allowfullscreen
|
|
.row
|
|
.column
|
|
.cta-container
|
|
h2 It's FREE! Ready to Go?
|
|
= link_to image_tag("web/cta_button.png", :alt => "Sign up now for your free account!"), signup_path, class: "signup", id: "signup"
|
|
.column
|
|
.more-container
|
|
h2 Not a Good Time to Sign Up?
|
|
= render :partial => 'users/follow_links'
|
|
br clear="all" |