Merge pull request #6665 from mempool/natsoni/add-sv2-logo
Some checks failed
Backend Integration Tests with MariaDB / Backend Integration Tests - node 24.13.0 (push) Has been cancelled
CI Pipeline for the Backend and Frontend / Backend (dev) - node 24.13.0 (push) Has been cancelled
CI Pipeline for the Backend and Frontend / Backend (prod) - node 24.13.0 (push) Has been cancelled
CI Pipeline for the Backend and Frontend / Cache assets for builds (push) Has been cancelled
CI Pipeline for the Backend and Frontend / Validate generated backend Docker JSON (push) Has been cancelled
Supply Chain Audit / Backend install-script audit (push) Has been cancelled
Supply Chain Audit / Frontend install-script audit (push) Has been cancelled
CI Pipeline for the Backend and Frontend / Frontend (dev) - node 24.13.0 (push) Has been cancelled
CI Pipeline for the Backend and Frontend / Frontend (prod) - node 24.13.0 (push) Has been cancelled
CI Pipeline for the Backend and Frontend / E2E tests for liquid (push) Has been cancelled
CI Pipeline for the Backend and Frontend / E2E tests for mempool (push) Has been cancelled
CI Pipeline for the Backend and Frontend / E2E tests for testnet4 (push) Has been cancelled

Add sv2 logo to about page
This commit is contained in:
wiz 2026-07-29 18:29:51 +09:00 committed by GitHub
commit a35308abcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 0 deletions

View file

@ -711,6 +711,11 @@
<img src="/resources/profile/bdk.svg" />
</div>
</a>
<a target="_blank" class="d-block col-12 col-md-6 col-lg-4" href="https://stratumprotocol.org/" title="Stratum V2">
<div class="p-2 alliance-logo">
<img class="stratum-v2-logo" src="/resources/profile/stratum-v2.png" />
</div>
</a>
</div>
</div>

View file

@ -104,6 +104,7 @@
.alliances-logos {
align-items: center;
margin-bottom: 80px;
justify-content: center;
}
.alliance-logo {
height: 80px;
@ -114,6 +115,12 @@
margin-top: 45px;
}
}
.stratum-v2-logo {
object-fit: contain;
@media (max-width: 767px) {
width: 300px;
}
}
.copa {
@media (min-width: 992px) {
position: relative;

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB