17 lines
673 B
Plaintext
17 lines
673 B
Plaintext
- provide(:page_name, 'landing_page full wb_1')
|
|
|
|
.column
|
|
h1 Watch 6 Bands Play Together from Different Locations
|
|
.video-wrapper
|
|
.video-container
|
|
iframe src="//www.youtube.com/embed/I2reeNKtRjg" 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 a Video to See How JamKazam Works', landing_wb_path(p: 2), class: 'landing_wb'
|
|
|
|
br clear="all" |