Added google-play badge and link

This commit is contained in:
Kasper Rynning-Tønnesen
2017-05-20 12:44:15 +02:00
parent 0ffe14cbdf
commit d86cb764ab
3 changed files with 20 additions and 3 deletions

View File

@@ -2009,6 +2009,18 @@ nav ul li:hover, nav ul li.active {
display:none !important;
}
.google-play-image-list a {
padding-left: 0px !important;
}
.google-play-image-list {
margin-left: -1em;
}
.google-play-image-list a img {
width: 19.25em;
}
#bar
{
height:100%;

View File

@@ -170,6 +170,12 @@
<i class="material-icons left footer-button-icon">payment</i>Donate
</a>
</form>
</li>
<li class="google-play-image-list">
<a href="https://play.google.com/store/apps/details?id=zoff.me.zoff&hl=no&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1">
<img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png"/></a>
</li>
<li>
<p class="hide-on-small-only">
<div id="qr-code-link">
<img id="qr-code-image-link" class="card rounded" src="//chart.googleapis.com/chart?chs=150x150&amp;cht=qr&amp;chl=https://zoff.me/{{list_name}}&amp;choe=UTF-8&amp;chld=L%7C1" alt="QRCode for link" title="QR code for this page, for easy sharing!" />

View File

@@ -51,8 +51,8 @@ catch(err){
cors_proxy.createServer({
requireHeader: ['origin', 'x-requested-with'],
removeHeaders: ['cookie', 'cookie2'],
}).listen(8083, function() {
console.log('Running CORS Anywhere on :' + 8083);
}).listen(8081, function() {
console.log('Running CORS Anywhere on :' + 8081);
});
var http = require('http');
server = http.Server(app);
@@ -867,7 +867,6 @@ io.on('connection', function(socket){
params.hasOwnProperty('shuffling') &&
params.hasOwnProperty('channel'))
{
if(coll !== undefined) {
try {
coll = params.channel;