diff --git a/README.md b/README.md index ca2d0dce..1b1e2b9f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/assets/images/wave-pd1.svg b/src/assets/images/wave-pd1.svg new file mode 100644 index 00000000..9a3eaa7e --- /dev/null +++ b/src/assets/images/wave-pd1.svg @@ -0,0 +1 @@ +wavepad diff --git a/src/index.html b/src/index.html index 056d8b75..726fa406 100644 --- a/src/index.html +++ b/src/index.html @@ -58,6 +58,9 @@

2048 Puzzle

Get Kana!

+ +

Wave-PD1

+

Suggest

diff --git a/src/styles/list.scss b/src/styles/list.scss index 8fe3348d..472fee03 100644 --- a/src/styles/list.scss +++ b/src/styles/list.scss @@ -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; }