18 lines
772 B
Plaintext
18 lines
772 B
Plaintext
- provide(:page_name, 'landing_page full wo_2')
|
|
- provide(:description, 'Watch 6 Bands Play Together from Different Locations')
|
|
|
|
.column
|
|
h1 Watch 6 Bands Play Together from Different Locations
|
|
.video-wrapper
|
|
.video-container
|
|
iframe src="//www.youtube.com/embed/I2reeNKtRjg" frameborder="0" allowfullscreen="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 Still Need More Info?
|
|
= link_to 'See How to Get Started Using JamKazam', landing_wo_path(p: 3), class: 'landing_wb'
|
|
|
|
br clear="all" |