58 lines
1.7 KiB
Plaintext
58 lines
1.7 KiB
Plaintext
// used by congrats_musician, and downloads
|
|
- provide(:page_name, "downloads #{@page_context}")
|
|
|
|
.w100.download-container
|
|
.download-app
|
|
.spinner-large
|
|
|
|
h2.create-account-header
|
|
.badge-number 3
|
|
| Download the free JamKazam app
|
|
|
|
.download-content
|
|
.download-entreaty
|
|
|
|
p You must use the JamKazam app to get into online sessions with other musicians. Click the button below to download the JamKazam app installer. Then double click the installer to run it.
|
|
|
|
.downloads-blurb
|
|
|
|
.jamtracks
|
|
|
|
h2.shop-jamtracks
|
|
.badge-number 4
|
|
| Get your free JamTrack
|
|
span.special-value
|
|
| ($2.99 value)
|
|
|
|
|
|
.jamtrack-content
|
|
.jamtrack-entreaty
|
|
|
|
p JamTracks are multi-track pro recordings you can use to:
|
|
ul
|
|
li Solo any part to hear and learn it
|
|
li Mute the part 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 Go online to play real time sessions, with others playing parts
|
|
p
|
|
| Watch the video below to learn more. Then click the button to shop
|
|
| for your first JamTrack - free! Add it to your shopping cart, and we'll
|
|
| make it free during the checkout process. Free offer good for 1 week only!
|
|
.video-container
|
|
- if !Rails.env.test?
|
|
iframe src="//www.youtube.com/embed/askHvcCoNfw" frameborder="0" allowfullscreen="allowfullscreen"
|
|
|
|
a.go-jamtrack-shopping href="/client#/jamtrack/search" rel="external"
|
|
| Shop for free
|
|
br
|
|
| JamTrack now!
|
|
|
|
br clear="all"
|
|
|
|
|
|
|
|
= render "users/download_templates"
|
|
|
|
|