added crypotcurrencies names
This commit is contained in:
parent
00560a3365
commit
7339414d0b
2 changed files with 5 additions and 1 deletions
|
@ -85,6 +85,10 @@ header {
|
|||
filter: grayscale(0%);
|
||||
}
|
||||
|
||||
.domains .framed {
|
||||
height: 260px;
|
||||
}
|
||||
|
||||
.domains .framed h2 {
|
||||
width: 100%;
|
||||
padding-top: 20px;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue