Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions root/about/sponsors.tx
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,25 @@ money...
</p>
</td>
</tr>
<tr>
<td>
<a target="_blank" rel="noopener nofollow" href="https://www.iban.com/">
<img src="/static/images/sponsors/iban-logo.png" width="170">
</a>
</td>
<td>
<p>
<a target="_blank" rel="noopener nofollow"
href="https://www.iban.com/">iban.com</a> provides enterprise-grade
Software as a Service (SaaS) solutions for payment validation,
Verification of Payee (VoP), and data retrieval, including
comprehensive services for validating International Bank Account
Numbers (IBAN), Bank Identifier Codes (BIC), and other global
banking details. They offer an easy-to-integrate API to help
businesses reduce failed payments and associated bank charges.
</p>
</td>
</tr>
<tr>
<td>
<a target="_blank" rel="noopener nofollow" href="https://www.fastmail.com/">
Expand Down
9 changes: 3 additions & 6 deletions root/base.tx
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,6 @@
<a class="footer-sponsor-link" target="_blank" href="https://www.liquidweb.com/" rel="noopener">
<img class="footer-sponsor-liquidweb" src="/static/images/sponsors/liquidweb_logo.png" alt="liquidweb logo">
</a>
<a class="footer-sponsor-link" target="_blank" href="https://deriv.com/careers/" rel="noopener">
<img class="footer-sponsor-deriv" src="/static/images/sponsors/deriv.svg" alt="Deriv logo">
</a>
<a class="footer-sponsor-link" target="_blank" href="https://geocode.xyz" rel="noopener">
<img class="footer-sponsor-geocode" src="/static/images/sponsors/geocodelogo.svg" alt="Geocode logo">
</a>
Expand All @@ -203,9 +200,9 @@
<a class="footer-sponsor-link" target="_blank" href="https://www.elastic.co/" rel="noopener">
<img class="footer-sponsor-elastic" src="/static/images/sponsors/elastic.svg" alt="Elastic logo">
</a>
<!-- Added 2024-07-22 -->
<a class="footer-sponsor-link" target="_blank" href="https://route4me.com/" rel="noopener">
<img class="footer-sponsor-route4me" src="/static/images/sponsors/route4me.png" alt="Route4Me logo">
<!-- Added 2026-01-06 -->
<a class="footer-sponsor-link" target="_blank" href="https://www.iban.com/" rel="noopener">
<img class="footer-sponsor-iban" src="/static/images/sponsors/iban-logo.png" alt="IBAN logo">
</a>
</div>
</div>
Expand Down
Binary file added root/static/images/sponsors/iban-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions root/static/less/footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ html {
.footer-sponsor-route4me {
width: 110px;
}

.footer-sponsor-iban {
width: 70px;
}
}

.footer-logo {
Expand Down
Loading