jam-cloud/web/app/views/users/welcome.html.haml

34 lines
1.3 KiB
Plaintext
Raw Normal View History

2014-06-27 19:25:26 +00:00
- provide(:page_name, 'welcome')
.welcome
.landing-tag
%h1 Play music together over the Internet as if in the same room
.login-wrapper
= link_to image_tag("web/cta_button.png", :alt => "Sign up now for your free account!"), signup_path, class: "signup", id: "signup"
.clearleft
= link_to "Already have an account?", signin_path, class: "signin", id: "signin"
2014-05-11 06:42:20 +00:00
- content_for :after_black_bar do
//= render :partial => 'users/follow_links'
- if Rails.application.config.show_jamblaster_kickstarter_link
.jamfest
%a{ href: 'https://www.kickstarter.com/projects/jamkazam/jamblaster-play-music-in-real-time-with-others-from-home', style: 'font-size:20px;margin-top:11px' }
= "Check out our new "
%span.jamblaster JamBlaster
= " on "
%span Kickstarter, the fastest way to play!
%div{style: "padding-top:20px;"}
.right
= render :partial => "buzz"
.left
= render :partial => "latest"
.clearall
.home-questions
= "Have questions about how JamKazam works?"
%a{id: "faq-open", href: "https://jamkazam.desk.com/customer/portal/articles/1305119-frequently-asked-questions-faq", target: "_blank"} Here are some answers
- content_for :extra_js do
:javascript
$(function () {
window.JK.WelcomePage();
})