41 lines
1.5 KiB
Plaintext
41 lines
1.5 KiB
Plaintext
<%= content_tag(:div, :class => "welcome") do -%>
|
|
<%= content_tag(:div, :class => "landing-tag") do -%>
|
|
<%= content_tag(:h1, "Play music together over the Internet as if in the same room") %>
|
|
<% end %>
|
|
<div class="login-wrapper">
|
|
<%= link_to image_tag("web/cta_button.png", :alt => "Sign up now for your free account!"), signup_path,
|
|
class: "signup", id: "signup" %>
|
|
<div class="clearleft"></div>
|
|
<%= link_to "Already have an account?", signin_path,
|
|
class: "signin", id: "signin" %>
|
|
</div>
|
|
<% end %>
|
|
|
|
<% content_for :after_black_bar do %>
|
|
<%= content_tag(:div, '', :style =>"padding-top:20px;") do %>
|
|
|
|
<!-- @FIXME revisit to make responsive -->
|
|
|
|
<!-- buzz -->
|
|
<%= content_tag(:div, render(:partial => "buzz"), :class => "right") %>
|
|
|
|
<!-- latest -->
|
|
<%= content_tag(:div, render(:partial => "latest"), :class => "left") %>
|
|
|
|
<%= content_tag(:div, '', :class => "clearall") %>
|
|
|
|
<%= content_tag(:div, :class => "home-questions") do -%>
|
|
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</a>.
|
|
<% end %>
|
|
<% end %>
|
|
<% end %>
|
|
|
|
<% content_for :extra_js do %>
|
|
<script type="text/javascript">
|
|
$(function () {
|
|
window.JK.WelcomePage();
|
|
})
|
|
</script>
|
|
<% end %>
|