18 lines
696 B
Plaintext
18 lines
696 B
Plaintext
- provide(:page_name, 'landing_page full wo_3')
|
|
- provide(:description, 'See How to Get Started Using JamKazam')
|
|
|
|
.column
|
|
h1 See How to Get Started Using JamKazam
|
|
.video-wrapper
|
|
.video-container
|
|
iframe src="//www.youtube.com/embed/DBo--aj_P1w" 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 Not a Good Time to Sign Up?
|
|
= render :partial => 'users/follow_links'
|
|
|
|
br clear="all" |