17 lines
652 B
Plaintext
17 lines
652 B
Plaintext
|
|
- provide(:page_name, 'landing_page full wo_1')
|
||
|
|
|
||
|
|
.column
|
||
|
|
h1 Watch Video to See How JamKazam Works
|
||
|
|
.video-wrapper
|
||
|
|
.video-container
|
||
|
|
iframe src="//www.youtube.com/embed/ylYcvTY9CVo" frameborder="0" allowfullscreen
|
||
|
|
.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
|
||
|
|
= render :partial => "users/buzz", locals: {header: 'From Our Community'}
|
||
|
|
.more-container
|
||
|
|
h2 Need to Know More?
|
||
|
|
= link_to 'Watch 6 Bands Play Using JamKazam', landing_wo_path(p: 2), class: 'landing_wb'
|
||
|
|
|
||
|
|
br clear="all"
|