Skip to content

Commit

Permalink
Merge pull request pwarocks#19 from kenchris/master
Browse files Browse the repository at this point in the history
Add Web NFC Shopping Cart
  • Loading branch information
Vadim Makeev committed Apr 2, 2016
2 parents 457f94f + 5a81e91 commit 77d0907
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/images/webnfc.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 @@ -67,6 +67,9 @@ <h2 elem="title">2048 Puzzle</h2>
<a elem="item" mod="wave-pd1" href="https://alexgibson.github.io/wavepad/">
<h2 elem="title">Wave-PD1</h2>
</a>
<a elem="item" mod="webnfc" href="https://webnfc-shoppingcart.appspot.com/">
<h2 elem="title">WebNFC Shopping Cart</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 @@ -103,6 +103,9 @@
&--wave-pd1 {
background:#191622 url(../images/wave-pd1.svg) 50% 50% / 48% auto no-repeat;
}
&--webnfc {
background:#FFC107 url(../images/webnfc.svg) 50% 50% / 48% auto no-repeat;
}
&--suggest {
background:#282828 url(../images/suggest.svg) 50% 50% / 20% auto no-repeat;
}
Expand Down

0 comments on commit 77d0907

Please sign in to comment.