Add bitcoin-s and edge to community integrations

This commit is contained in:
hunicus
2023-03-11 01:04:35 -05:00
parent aef26097ec
commit 24a8cca758
4 changed files with 66 additions and 1 deletions

View File

@@ -209,7 +209,7 @@
<span>EmbassyOS</span>
</a>
<a href="https://github.com/btcpayserver/btcpayserver" target="_blank" title="BTCPay Server">
<img class="image" src="/resources/profile/btcpayserver.svg" />
<img class="image not-rounded" src="/resources/profile/btcpayserver.svg" />
<span>BTCPay</span>
</a>
<a href="https://github.com/bisq-network/bisq" target="_blank" title="Bisq">
@@ -268,6 +268,14 @@
<img class="image" src="/resources/profile/nunchuk.svg" />
<span>Nunchuk</span>
</a>
<a href="https://github.com/bitcoin-s/bitcoin-s" target="_blank" title="bitcoin-s">
<img class="image" src="/resources/profile/bitcoin-s.svg" />
<span>bitcoin-s</span>
</a>
<a href="https://github.com/EdgeApp" target="_blank" title="Edge">
<img class="image not-rounded" src="/resources/profile/edge.svg" />
<span>Edge</span>
</a>
</div>
</div>

View File

@@ -11,6 +11,10 @@
line-height: 32px;
}
.image.not-rounded {
border-radius: 0;
}
.intro {
margin: 25px auto 30px;
width: 250px;