Skip to content

Commit

Permalink
Add new app Wave-PD1 (closes pwarocks#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson committed Feb 20, 2016
1 parent fee985b commit 9f1ccfa
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 @@ -17,6 +17,7 @@ What is progressive web app? See “[Progress Web Apps](https://developer.chrome
- [Wiki Offline](https://wiki-offline.jakearchibald.com/)
- [2048](https://2048-opera-pwa.surge.sh)
- [Get Kana!](https://getkana.com/app)
- [Wave-PD1](https://alexgibson.github.io/wavepad/)

## Development

Expand Down
1 change: 1 addition & 0 deletions src/assets/images/wave-pd1.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 @@ -58,6 +58,9 @@ <h2 elem="title">2048 Puzzle</h2>
<a elem="item" mod="get-kana" href="https://getkana.com/app">
<h2 elem="title">Get Kana!</h2>
</a>
<a elem="item" mod="wave-pd1" href="https://alexgibson.github.io/wavepad/">
<h2 elem="title">Wave-PD1</h2>
</a>
<a elem="item" mod="suggest" href="https://github.com/operasoftware/pwa-list">
<h2 elem="title">Suggest</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 @@ -97,6 +97,9 @@
&--get-kana {
background:#7C7171 url(../images/get-kana.svg) 50% 50% / 50% auto no-repeat;
}
&--wave-pd1 {
background:#0e0e0e url(../images/wave-pd1.svg) 50% 50% / 50% auto no-repeat;
}
&--suggest {
background:#282828 url(../images/suggest.svg) 50% 50% / 20% auto no-repeat;
}
Expand Down

0 comments on commit 9f1ccfa

Please sign in to comment.