65 lines
2.0 KiB
Plaintext
65 lines
2.0 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 2
|
|
| Download the free JamKazam app
|
|
|
|
.download-content
|
|
.download-entreaty
|
|
|
|
p You need the JamKazam application to:
|
|
ul
|
|
li Play and control your JamTracks multi-track recordings
|
|
li Play music with others in real time on the JamKazam platform
|
|
li Make audio recordings and share them via Facebook or URL
|
|
li Make video recordings and share them via YouTube or URL
|
|
li Live broadcast your sessions to family, friends, and fans
|
|
|
|
p.click-to-download Click the button below to download the JamKazam application installer.
|
|
.downloads-blurb
|
|
|
|
.jamtracks
|
|
|
|
h2.shop-jamtracks
|
|
.badge-number 3
|
|
| Get your free JamTrack
|
|
span.special-value
|
|
| ($4.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"
|
|
|
|
|