From 8942ed4ccf1d430590b115c7e9bbd041f1e41599 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Tue, 23 Feb 2016 05:55:15 -0600 Subject: [PATCH] * itunes links --- .../user_mailer/welcome_message.html.erb | 1 + .../badge-download-on-the-app-store.svg | 129 ++++++++++++++++++ .../JamTrackLandingScreen.js.jsx.coffee | 19 +-- .../landing/HomePage.js.jsx.coffee | 9 +- .../JamTrackLandingBottomPage.js.jsx.coffee | 5 + .../client/jamtrack_landing.css.scss | 4 + .../landings/individual_jamtrack.css.scss | 4 + .../assets/stylesheets/modern/modern.css.scss | 4 + 8 files changed, 156 insertions(+), 19 deletions(-) create mode 100644 web/app/assets/images/content/badge-download-on-the-app-store.svg diff --git a/ruby/lib/jam_ruby/app/views/jam_ruby/user_mailer/welcome_message.html.erb b/ruby/lib/jam_ruby/app/views/jam_ruby/user_mailer/welcome_message.html.erb index 177f38c92..15fb540f3 100644 --- a/ruby/lib/jam_ruby/app/views/jam_ruby/user_mailer/welcome_message.html.erb +++ b/ruby/lib/jam_ruby/app/views/jam_ruby/user_mailer/welcome_message.html.erb @@ -42,6 +42,7 @@
  • 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.
    - + + +
    diff --git a/web/app/assets/javascripts/react-components/landing/HomePage.js.jsx.coffee b/web/app/assets/javascripts/react-components/landing/HomePage.js.jsx.coffee index 4ad52aa51..6b15fe683 100644 --- a/web/app/assets/javascripts/react-components/landing/HomePage.js.jsx.coffee +++ b/web/app/assets/javascripts/react-components/landing/HomePage.js.jsx.coffee @@ -228,13 +228,14 @@ context = window
     
    -
     
    -
    LEARN MOREGET - YOUR FIRST JAMTRACK FREE!
    +
    LEARN MOREGET FIRST JAMTRACK FREE! + DOWNLOAD DESKTOP APP + DOWNLOAD IOS APP +
     
    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;