jam-cloud/web/app/views/landings/product_jamtracks.html.slim

42 lines
1.8 KiB
Plaintext

- provide(:page_name, 'landing_page full landing_product product_jamtracks')
.two_by_two
.row
.column
h1.product-headline
| JamTracks by JamKazam
p.product-description
| We have 100+ amazing JamTracks. Click the play buttons to hear the master mix and fully isolated track. All are included in each JamTrack.
.previews
.column
h1 See What You Can With JamTracks
.video-wrapper
.video-container
iframe src="//www.youtube.com/embed/2Zk7-04IAx4" frameborder="0" allowfullscreen
br clear="all"
.row
.column
h1
| Get Your First JamTrack Free Now!
p Click the GET A JAMTRACK FREE button below. Browse to find the one you want, click the Add to cart, and we'll apply a credit during checkout to make the first one free! We're confident you'll be back for more.
.cta-big-button
a.white-bordered-button href="/client#/jamtrack" GET A JAMTRACK FREE!
.column
h1 Why are JamTracks Better than Backing Tracks?
p
| JamTracks are the best way to play with your favorite music. Unlike traditional backing tracks, JamTracks are complete multitrack recordings, with fully isolated tracks for each part. Used with the free JamKazam app/service, you can:
ul.jamtrack-reasons
li Solo just the individual track you want to play to hear and learn it
li Mute just the track you want to play, and play along with the rest
li Make audio recordings and share them via Facebook or URL
li Make video recordings and share them via YouTube or URL
li And even go online to play JamTracks with others in real time!
br clear="all"
br clear="all"
javascript:
$(document).on('JAMKAZAM_READY', function (e, data) {
var song = new JK.IndividualJamTrack(data.app);
song.initialize();
})