Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

added podle.audio #118

Merged
merged 3 commits into from Oct 12, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions src/assets/images/podle.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/index.html
Expand Up @@ -166,6 +166,11 @@ <h2 elem="title">Oumy</h2>
<h2 elem="title">Paper Planes</h2>
</a>
</li>
<li elem="app" mix="block:js-app" data-tags="demo other">
<a elem="link" mod="podle" href="https://podle.audio/">
<h2 elem="title">Podle</h2>
</a>
</li>
<li elem="app" mix="block:js-app" data-tags="reference">
<a elem="link" mod="pokedex" href="https://www.pokedex.org/">
<h2 elem="title">Pokedex</h2>
Expand Down
5 changes: 5 additions & 0 deletions src/styles/list.scss
Expand Up @@ -170,6 +170,11 @@
content: '';
}
}
&--podle {
background:
url(../images/podle.svg) 50% 50% / 50% auto no-repeat,
linear-gradient(300deg, #7F4FFF, #9E54FF);
}
&--pokedex {
image-rendering: pixelated;
background:
Expand Down