Update index.html

This commit is contained in:
Arc
2020-04-22 20:55:51 +01:00
committed by GitHub
parent 498eceeb46
commit cd22aaded9

View File

@@ -59,30 +59,7 @@
<!-- Ads -->
<div class="col-12 col-md-3 col-lg-3 q-gutter-y-md">
<q-btn flat color="deep-purple" label="Advertising/sponsorship space" type="a" href="mailto:lnbits@pm.me" class="full-width"></q-btn>
<div>
<a href="https://where39.com/">
<q-img :ratio="48/9" src="{{ url_for('static', filename='images/where39.png') }}" class="rounded-borders">
</q-img>
</a>
</div>
<br/>
<div>
<a href="https://github.com/rootzoll/raspiblitz">
<q-img :ratio="65/9" src="{{ url_for('static', filename='images/raspilogo.png') }}" class="rounded-borders">
</q-img>
</a>
</div>
<br/>
<div>
<a href="https://github.com/arcbtc/Quickening">
<q-img :ratio="65/18" src="{{ url_for('static', filename='images/quickening.png') }}" class="rounded-borders">
</q-img>
</a>
</div>
<q-btn flat color="deep-purple" label="Advertising/sponsorship space" type="a" href="mailto:lnbits@pm.me" class="full-width">
</div>
</div>
{% endblock %}