JamKazam Application - A web page where you can download our free Mac or Windows
app. The app lets you do a lot more with JamTracks than you can do in a browser.
+
JamTracks iOS App - iOS app store link where you can download our free iOS JamTracks app.
Play Live With Others from Different Locations on JamKazam
diff --git a/web/app/assets/images/content/badge-download-on-the-app-store.svg b/web/app/assets/images/content/badge-download-on-the-app-store.svg
new file mode 100644
index 000000000..ac111e597
--- /dev/null
+++ b/web/app/assets/images/content/badge-download-on-the-app-store.svg
@@ -0,0 +1,129 @@
+
+
+
+
diff --git a/web/app/assets/javascripts/react-components/JamTrackLandingScreen.js.jsx.coffee b/web/app/assets/javascripts/react-components/JamTrackLandingScreen.js.jsx.coffee
index c5d09b153..0d14868f9 100644
--- a/web/app/assets/javascripts/react-components/JamTrackLandingScreen.js.jsx.coffee
+++ b/web/app/assets/javascripts/react-components/JamTrackLandingScreen.js.jsx.coffee
@@ -97,25 +97,14 @@ rest = context.JK.Rest()
what are jamtracks?
- JamTracks are the best way to play along with your favorite music! Unlike traditional backing tracks, JamTracks are professionally mastered, complete multitrack recordings, with fully isolated tracks for each part of the master mix. Used with the free JamKazam app & Internet service, you can:
+ JamTracks are the best way to play along with your favorite music! Unlike traditional backing tracks, JamTracks are professionally mastered, complete multitrack recordings, with fully isolated tracks for each part of the master mix. Watch the video below to learn more.
-
-
Choose your favorites from our catalog of 3,700+ songs
-
Listen to just the single part you want to play to learn it
-
Mute the part you want to play, and play along with the rest of the band
-
Slow down playback to practice without changing the pitch
-
Change the song key by raising or lowering pitch in half steps
-
Save your custom mixes for easy access, and export them to use anywhere
-
Apply VST & AU audio plugin effects to your live performance
-
Use MIDI with VST & AU instruments for keys, electronic drums, more
-
Make audio recordings and share via Facebook or URL
-
Make video recordings and share via YouTube
-
Play online live and in sync with others from different locations
-
JamTracks work in standard browser, with more features in Win/Mac apps
diff --git a/web/app/assets/javascripts/react-components/landing/JamTrackLandingBottomPage.js.jsx.coffee b/web/app/assets/javascripts/react-components/landing/JamTrackLandingBottomPage.js.jsx.coffee
index 605822869..51e174a60 100644
--- a/web/app/assets/javascripts/react-components/landing/JamTrackLandingBottomPage.js.jsx.coffee
+++ b/web/app/assets/javascripts/react-components/landing/JamTrackLandingBottomPage.js.jsx.coffee
@@ -168,6 +168,11 @@ context = window
If you want to mix your live performance with the JamTrack for recordings, and to access other advanced
features, you'll need to use a JamKazam app. Our app is currently available for Mac and Windows computers,
and we will have iOS and Android apps coming very soon as well. So you can access your JamTracks on just about any device.
+
+
+
+
+
diff --git a/web/app/assets/stylesheets/client/jamtrack_landing.css.scss b/web/app/assets/stylesheets/client/jamtrack_landing.css.scss
index 80bc6ca70..3e273def2 100644
--- a/web/app/assets/stylesheets/client/jamtrack_landing.css.scss
+++ b/web/app/assets/stylesheets/client/jamtrack_landing.css.scss
@@ -203,4 +203,8 @@
margin:-35.75% auto 0;
}
}
+ .ios-appstore-badge {
+ display:block;
+ text-align:center;
+ }
}
diff --git a/web/app/assets/stylesheets/landings/individual_jamtrack.css.scss b/web/app/assets/stylesheets/landings/individual_jamtrack.css.scss
index 21cce50ee..095de917a 100644
--- a/web/app/assets/stylesheets/landings/individual_jamtrack.css.scss
+++ b/web/app/assets/stylesheets/landings/individual_jamtrack.css.scss
@@ -695,4 +695,8 @@ body.web.individual_jamtrack {
color:white;
margin-top:10px;
}
+ .ios-appstore-badge {
+ display:block;
+ text-align:center;
+ }
}
\ No newline at end of file
diff --git a/web/app/assets/stylesheets/modern/modern.css.scss b/web/app/assets/stylesheets/modern/modern.css.scss
index c39bed098..efeca26f7 100644
--- a/web/app/assets/stylesheets/modern/modern.css.scss
+++ b/web/app/assets/stylesheets/modern/modern.css.scss
@@ -109,6 +109,10 @@ a, a:hover {
}
}
+#jamtracks .cta-button {
+ margin-top:20px;
+}
+
.cta-button:hover {
background-color:#F9CA25 !important;
color:#ed3718 !important;