* VRFS-2991 - updating descriptions for SEO per David's comments
This commit is contained in:
parent
ec7cffbe49
commit
35d2cb7657
|
|
@ -403,6 +403,14 @@
|
|||
}
|
||||
|
||||
// Session Functions
|
||||
|
||||
function SessionCurrrentJamTrackPlayPosMs() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
function SessionGetJamTracksPlayDurationMs() {
|
||||
return 60000;
|
||||
}
|
||||
function SessionAddTrack() {}
|
||||
|
||||
function SessionAudioResync() {
|
||||
|
|
@ -1031,6 +1039,8 @@
|
|||
|
||||
// Session
|
||||
this.SessionAddTrack = SessionAddTrack;
|
||||
this.SessionCurrrentJamTrackPlayPosMs = SessionCurrrentJamTrackPlayPosMs;
|
||||
this.SessionGetJamTracksPlayDurationMs = SessionGetJamTracksPlayDurationMs;
|
||||
this.SessionGetControlState = SessionGetControlState;
|
||||
this.SessionGetAllControlState = SessionGetAllControlState;
|
||||
this.SessionSetUserName = SessionSetUserName;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
- provide(:page_name, 'landing_page full landing_jamtrack individual_jamtrack')
|
||||
- provide(:description, @jam_track.nil? ? nil : "Preview our JamTrack: #{@jam_track.name}")
|
||||
- provide(:description, @jam_track.nil? ? nil : "Preview multi-track JamTrack recording: #{@jam_track.name} by #{@jam_track.original_artist}. Way better than a backing track.")
|
||||
|
||||
.two_by_two
|
||||
.row
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
- provide(:page_name, 'landing_page full landing_jamtrack individual_jamtrack_band')
|
||||
- provide(:description, @jam_track.nil? ? nil : "Preview our JamTrack: #{@jam_track.name}")
|
||||
- provide(:description, @jam_track.nil? ? nil : "Preview multi-track JamTrack recording: #{@jam_track.name} by #{@jam_track.original_artist}. Way better than a backing track.")
|
||||
|
||||
.two_by_two
|
||||
.row
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
- provide(:title, 'Sign in')
|
||||
- provide(:page_name, 'signin')
|
||||
- provide(:description, 'Sign into your JamKazam account to meet & play with other musicians')
|
||||
- provide(:description, 'Sign in to your JamKazam account to connect and play with other musicians.')
|
||||
|
||||
.signin-overlay.signin-page
|
||||
.content-head
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<% provide(:title, 'Downloads') %>
|
||||
<% provide(:description, 'Download JamKazam on Windows or Mac') %>
|
||||
<% provide(:description, 'Download the JamKazam app for Windows or Mac to play music online with others.') %>
|
||||
|
||||
<%= render "users/downloads" %>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
- provide(:page_name, 'home')
|
||||
- provide(:description, 'Play with other musicians in real-time, and play along with multi-track backing tracks of popular songs')
|
||||
- provide(:description, 'Play music with others online in real time. Play with multitrack audio of your favorite music. Musician community.')
|
||||
|
||||
.home-column
|
||||
= link_to image_tag("web/thumbnail_jamtracks.jpg", :alt => "JamTracks explanatory video"), '#', class: "jamtracks-video video-item", 'data-video-header' => 'JamTracks', 'data-video-url' => 'http://www.youtube.com/embed/ylYcvTY9CVo?autoplay=1'
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<% provide(:page_name, 'register') %>
|
||||
<% provide(:title, 'Register') %>
|
||||
<% provide(:description, 'Sign up for a free JamKazam account') %>
|
||||
<% provide(:description, 'Sign up for your JamKazam account to play music with others online in real time and network with musicians.') %>
|
||||
|
||||
<div class="content-wrapper register-page">
|
||||
<h2 class="create-account-header"><div class="badge-number">1</div>Create your free JamKazam account</h2>
|
||||
|
|
|
|||
Loading…
Reference in New Issue