Skip to content

Commit

Permalink
google play badge
Browse files Browse the repository at this point in the history
  • Loading branch information
pschroen committed Nov 16, 2016
1 parent 26d44a7 commit 50edc93
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
15 changes: 9 additions & 6 deletions _includes/jellybeans.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<div class="jellybean"><img src="{{ site.cdn }}/assets/images/jellybean_slack.png" style="width:59px; height:19px;" alt=""><span>Your music playing Slack bot</span></div>
<div class="jellybean"><img src="{{ site.cdn }}/assets/images/jellybean_twitter.png" style="width:58px; height:19px; margin-left:1px;" alt=""><span>Twitter jukebox</span></div>
<div class="jellybean"><img src="{{ site.cdn }}/assets/images/jellybean_google.png" style="width:56px; height:19px; margin-left:3px;" alt=""><span>Spelling correction</span></div>
<div class="jellybean"><img src="{{ site.cdn }}/assets/images/jellybean_cast.png" style="width:22px; height:18px; margin-left:37px;" alt=""><span>Chromecast support</span></div>
<div class="jellybean"><img src="{{ site.cdn }}/assets/images/jellybean_settings.png" style="width:22px; height:18px; margin-left:37px;" alt=""><span>Post to an Amp URL</span></div>
<div class="jellybean"><img src="{{ site.cdn }}/assets/images/jellybean_settings.png" style="width:22px; height:18px; margin-left:37px;" alt=""><span>Share Spotify tracksets</span></div>
<div class="jellybean"><img src="{{ site.cdn }}/assets/images/jellybean_slack.png" style="width:59px; height:19px;"><span>Your music playing Slack bot</span></div>
<div class="jellybean"><img src="{{ site.cdn }}/assets/images/jellybean_twitter.png" style="width:58px; height:19px; margin-left:1px;"><span>Twitter jukebox</span></div>
<div class="jellybean"><img src="{{ site.cdn }}/assets/images/jellybean_google.png" style="width:56px; height:19px; margin-left:3px;"><span>Spelling correction</span></div>
<div class="jellybean"><img src="{{ site.cdn }}/assets/images/jellybean_cast.png" style="width:22px; height:18px; margin-left:37px;"><span>Chromecast support</span></div>
<div class="jellybean"><img src="{{ site.cdn }}/assets/images/jellybean_settings.png" style="width:22px; height:18px; margin-left:37px;"><span>Post to an Amp URL</span></div>
<div class="jellybean"><img src="{{ site.cdn }}/assets/images/jellybean_settings.png" style="width:22px; height:18px; margin-left:37px;"><span>Share Spotify tracksets</span></div>
<div class="badges">
<a href="https://play.google.com/store/apps/details?id=ai.ufo.amp&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1" style="opacity:1;"><img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" style="width:162px; margin-left:59px;"></a>
</div>
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<div><a href="https://github.com/ufotechnologies/amp" target="_blank">GitHub</a></div>
<div><a href="http://www.billboard.com/biz/articles/news/digital-and-mobile/5800475/rip-winamp-1997-2013-marking-the-end-of-the-beginning" target="_blank">RIP Winamp</a></div>
<div><a class="heart"><span class="icon-heart-o"></span></a></div>
<div><a class="spotify" href="https://www.spotify.com/" target="_blank"><img src="{{ site.cdn }}/assets/images/spotify.png" alt="Spotify"></a></div>
<div><a class="spotify" href="https://www.spotify.com/" target="_blank"><img alt="Spotify" src="{{ site.cdn }}/assets/images/spotify.png"></a></div>
</footer>
</body>
</html>
4 changes: 4 additions & 0 deletions assets/css/amp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ pre {
}
}

.badges {
margin-top: 10px;
}

.intro {
display: block;
width: 100%;
Expand Down

0 comments on commit 50edc93

Please sign in to comment.