added crypotcurrencies names

This commit is contained in:
antil0pa 2019-12-24 14:20:14 +01:00
parent 00560a3365
commit 7339414d0b
2 changed files with 5 additions and 1 deletions

View File

@ -85,6 +85,10 @@ header {
filter: grayscale(0%);
}
.domains .framed {
height: 260px;
}
.domains .framed h2 {
width: 100%;
padding-top: 20px;

View File

@ -10,7 +10,7 @@
<div class="service-logo"> <img src="/user/pages/aliaschallenge/_domains/tresor.png"></div>
<h2>{{ item.title }}</h2>
<p class="service">Vote for <br>{{ item.text }} <br> via <a href="{{ item.button1 }}" target=_blank style="color:#003087;" >Paypal/Creditcard</a>
or <a href="{{ item.button2 }}" style="color:#A3C44F;" >Cryptocurrency</a></p>
or <a href="{{ item.button2 }}" style="color:#A3C44F;" >Cryptocurrencies (BTC/XMR/FAIR)</a></p>
<a href="{{ item.button1 }}" target=_blank><img src="https://disroot.org/en/donate/_donate/pp_button.png" height="35"></a>
<a href="{{ item.button2 }}"><img src="https://disroot.org/en/donate/_donate/c_button.png" height="35"></a>
</div>