Skip to content

Commit

Permalink
Merge pull request pwarocks#18 from adrianholovaty/master
Browse files Browse the repository at this point in the history
Add Soundslice to list
  • Loading branch information
Vadim Makeev committed Apr 2, 2016
2 parents 77d0907 + f2ac657 commit d99b9c6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ What is a progressive web app? See “[Progressive Web Apps](https://developer.c
- [Inbox Attack](https://andreasbovens.github.io/inbox-attack/)
- [Oumy](https://www.oumy.com/)
- [Pokedex](https://www.pokedex.org/)
- [Soundslice](https://www.soundslice.com/)
- [Trained to Thrill](https://jakearchibald.github.io/trained-to-thrill/)
- [Twitter](https://twitter.com/)
- [Voice Memos](https://voice-memos.appspot.com/)
Expand Down
1 change: 1 addition & 0 deletions src/assets/images/soundslice.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ <h2 elem="title">Oumy</h2>
<a elem="item" mod="pokedex" href="https://www.pokedex.org/">
<h2 elem="title">Pokedex</h2>
</a>
<a elem="item" mod="soundslice" href="https://www.soundslice.com/">
<h2 elem="title">Soundslice</h2>
</a>
<a elem="item" mod="trained-thrill" href="https://jakearchibald.github.io/trained-to-thrill/">
<h2 elem="title">Trained to Thrill</h2>
</a>
Expand Down
3 changes: 3 additions & 0 deletions src/styles/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@
linear-gradient(to right, #78C850 50%, #A040A0 50%)
#78C850;
}
&--soundslice {
background:#FFF url(../images/soundslice.svg) 50% 50% / 45% auto no-repeat;
}
&--trained-thrill {
background:#DA50A8 url(../images/trained-thrill.svg) 50% 50% / 55% auto no-repeat;
}
Expand Down

0 comments on commit d99b9c6

Please sign in to comment.