diff --git a/Gemfile.lock b/Gemfile.lock index 3706b2c..f9198cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,5 +113,8 @@ DEPENDENCIES jekyll-assets (~> 2.1)! sass-globbing (~> 1.1)! +RUBY VERSION + ruby 2.2.4p230 + BUNDLED WITH - 1.11.2 + 1.13.6 diff --git a/src/_assets/images/icons/apple-music.svg b/src/_assets/images/icons/apple-music.svg new file mode 100644 index 0000000..f1bd164 --- /dev/null +++ b/src/_assets/images/icons/apple-music.svg @@ -0,0 +1 @@ +Apple Music \ No newline at end of file diff --git a/src/_assets/images/icons/spotify.svg b/src/_assets/images/icons/spotify.svg new file mode 100644 index 0000000..ee484d7 --- /dev/null +++ b/src/_assets/images/icons/spotify.svg @@ -0,0 +1 @@ +Spotify \ No newline at end of file diff --git a/src/_assets/stylesheets/components/_global-footer.scss b/src/_assets/stylesheets/components/_global-footer.scss index 733f77e..b5a135d 100644 --- a/src/_assets/stylesheets/components/_global-footer.scss +++ b/src/_assets/stylesheets/components/_global-footer.scss @@ -1,8 +1,10 @@ $profiles: ( bandcamp: #629aa9, - twitter: #55acee, facebook: #3b5998, + itunes: #fff, soundcloud: #f30, + spotify: #2ebd59, + twitter: #55acee, vimeo: #1ab7ea ); @@ -21,12 +23,12 @@ $profiles: ( } ul { - margin: 1.5rem 0; + margin: 1.25rem 0; } li { display: inline-block; - margin: 0 0.25rem; + margin: 0.25rem; a { color: rgba(#fff, 0.4); diff --git a/src/_layouts/application.html b/src/_layouts/application.html index aa4caee..22386fb 100644 --- a/src/_layouts/application.html +++ b/src/_layouts/application.html @@ -66,6 +66,8 @@

  • {% asset icons/bandcamp.svg %}
  • {% asset icons/twitter.svg %}
  • {% asset icons/facebook.svg %}
  • +
  • {% asset icons/apple-music.svg %}
  • +
  • {% asset icons/spotify.svg %}
  • {% asset icons/soundcloud.svg %}
  • {% asset icons/vimeo.svg %}
  • @@ -87,7 +89,7 @@

    } if (navigator.serviceWorker) { - navigator.serviceWorker.register('/service-worker.js'); + // navigator.serviceWorker.register('/service-worker.js'); } if (navigator.standalone) {