2014-06-27 19:25:26 +00:00
- provide(:page_name, 'welcome')
2014-02-27 00:38:01 +00:00
.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
2014-02-27 00:38:01 +00:00
- content_for :after_black_bar do
2014-08-15 03:53:39 +00:00
= render :partial => 'users/follow_links'
2014-03-27 19:03:06 +00:00
- if @jamfest_2014
.jamfest{style: 'top:-70px;position:relative'}
2014-03-28 04:03:44 +00:00
%a{ href: event_path(@jamfest_2014.slug), style: 'font-size:20px;margin-top:11px' }
2014-03-27 19:03:06 +00:00
Listen to the terrific band performances from Virtual Jam Fest 2014!
2014-02-27 00:38:01 +00:00
%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();
})