Skip to content

Commit

Permalink
Add Apple Music and Spotify icons and links.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Dec 6, 2016
1 parent fc42093 commit 7ca4411
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
5 changes: 4 additions & 1 deletion Gemfile.lock
Expand Up @@ -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
1 change: 1 addition & 0 deletions src/_assets/images/icons/apple-music.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/_assets/images/icons/spotify.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions 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
);

Expand All @@ -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);
Expand Down
4 changes: 3 additions & 1 deletion src/_layouts/application.html
Expand Up @@ -66,6 +66,8 @@ <h1>
<li><a href="https://theorchid.bandcamp.com/" rel="me">{% asset icons/bandcamp.svg %}</a></li>
<li><a href="https://twitter.com/theorchid" rel="me">{% asset icons/twitter.svg %}</a></li>
<li><a href="https://www.facebook.com/whoistheorchid" rel="me">{% asset icons/facebook.svg %}</a></li>
<li><a href="https://itunes.apple.com/us/artist/the-orchid/id77784209" rel="me">{% asset icons/apple-music.svg %}</a></li>
<li><a href="https://open.spotify.com/artist/2n128iwOn5uLS8568XNRCQ" rel="me">{% asset icons/spotify.svg %}</a></li>
<li><a href="https://soundcloud.com/whoistheorchid" rel="me">{% asset icons/soundcloud.svg %}</a></li>
<li><a href="https://vimeo.com/whoistheorchid" rel="me">{% asset icons/vimeo.svg %}</a></li>
</ul>
Expand All @@ -87,7 +89,7 @@ <h1>
}

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

if (navigator.standalone) {
Expand Down

0 comments on commit 7ca4411

Please sign in to comment.