add voltage logo to index.html under runs on section (#1711)
* add voltage to index.html under runs on section * fixed url --------- Co-authored-by: Jose Sahagun <jsahagun91@gmail.com>
This commit is contained in:
parent
035d6263f9
commit
37ac630573
3 changed files with 12 additions and 0 deletions
|
|
@ -150,6 +150,18 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col">
|
||||||
|
<a href="https://voltage.cloud">
|
||||||
|
<q-img
|
||||||
|
contain
|
||||||
|
:src="($q.dark.isActive) ? '/static/images/voltage.png' : '/static/images/voltagel.png'"
|
||||||
|
></q-img>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="col q-pl-md">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if AD_SPACE %} {% for ADS in AD_SPACE %} {% set AD = ADS.split(';') %}
|
{% if AD_SPACE %} {% for ADS in AD_SPACE %} {% set AD = ADS.split(';') %}
|
||||||
|
|
|
||||||
BIN
lnbits/static/images/voltage.png
Normal file
BIN
lnbits/static/images/voltage.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
BIN
lnbits/static/images/voltagel.png
Normal file
BIN
lnbits/static/images/voltagel.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
Loading…
Add table
Add a link
Reference in a new issue