18 lines
714 B
Plaintext
18 lines
714 B
Plaintext
- provide(:page_name, 'landing_page full wb_2')
|
|
- provide(:description, 'See How JamKazam Works')
|
|
|
|
.column
|
|
h1 See How JamKazam Works
|
|
.video-wrapper
|
|
.video-container
|
|
iframe src="//www.youtube.com/embed/ylYcvTY9CVo" 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 'Watch a Video to See How to Get Started', landing_wb_path(p: 3), class: 'landing_wb'
|
|
|
|
br clear="all" |