197 lines
13 KiB
HTML
197 lines
13 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>BTCPay Server Foundation</title>
|
|
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
|
|
<meta content="utf-8" http-equiv="encoding"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/>
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/>
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/>
|
|
<link rel="manifest" href="/site.webmanifest"/>
|
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#51b13e"/>
|
|
<meta name="msapplication-TileColor" content="#0f3b21"/>
|
|
<meta name="theme-color" content="#ffffff"/>
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "Organization",
|
|
"name": "BTCPay Server Foundation",
|
|
"alternateName": "BTCPayServer Foundation",
|
|
"url": "https://foundation.btcpayserver.org/",
|
|
"logo": "https://foundation.btcpayserver.org/assets/meta.png",
|
|
"sameAs": [
|
|
"https://twitter.com/BtcpayServer",
|
|
"https://t.me/btcpayserver",
|
|
"http://chat.btcpayserver.org/"
|
|
]
|
|
}
|
|
</script>
|
|
<script src="scripts/main.js"></script>
|
|
<link href="/styles/btcpayserver-variables.css" rel="stylesheet"/>
|
|
<link href="/styles/btcpayserver-bootstrap.css" rel="stylesheet"/>
|
|
<link href="/styles/btcpayserver-main.css" rel="stylesheet"/>
|
|
<link href="/styles/foundation.css" rel="stylesheet"/>
|
|
</head>
|
|
<body>
|
|
<header class="navbar navbar-expand-sm btcpay-header">
|
|
<div class="container d-flex align-items-center justify-content-between">
|
|
<a class="navbar-brand d-flex align-items-center me-auto" href="/index.html">
|
|
<img src="/assets/btcpay-logo.svg" width="18" height="32" alt="" class="me-3"/>
|
|
BTCPay Foundation
|
|
</a>
|
|
<button id="navbar-toggler-btn" class="navbar-toggler" type="button" data-toggle="collapse"
|
|
data-target="#navbarToggler" aria-controls="navbarToggler" aria-expanded="false"
|
|
aria-label="Toggle navigation">
|
|
<svg class="icon-button" xmlns="http://www.w3.org/2000/svg" width="33" height="29" viewBox="0 0 8 8">
|
|
<line id="cr3" fill="none" stroke="var(--btcpay-header-color)" stroke-width="0.5"
|
|
stroke-linecap="round"
|
|
stroke-miterlimit="10" x1="1" x2="7" y1="2" y2="2"/>
|
|
<line id="cr2" fill="none" stroke="var(--btcpay-header-color)" stroke-width="0.5" stroke-linecap="round"
|
|
stroke-miterlimit="10" x1="1" x2="7" y1="4" y2="4"/>
|
|
<line id="cr1" fill="none" stroke="var(--btcpay-header-color)" stroke-width="0.5" stroke-linecap="round"
|
|
stroke-miterlimit="10" x1="1" x2="7" y1="6" y2="6"/>
|
|
</svg>
|
|
</button>
|
|
<div class="collapse navbar-collapse" id="navbarToggler">
|
|
<ul class="navbar-nav ms-auto mt-2">
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="/about-us.html">About</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="/index.html#membership">Become a supporter</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<button class="btcpay-theme-switch">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10">
|
|
<path class="btcpay-theme-switch-dark" transform="translate(1 1)"
|
|
d="M2.72 0A3.988 3.988 0 000 3.78c0 2.21 1.79 4 4 4 1.76 0 3.25-1.14 3.78-2.72-.4.13-.83.22-1.28.22-2.21 0-4-1.79-4-4 0-.45.08-.88.22-1.28z"/>
|
|
<path class="btcpay-theme-switch-light" transform="translate(1 1)"
|
|
d="M4 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5S4.28 0 4 0zM1.5 1c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm5 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM4 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM.5 3.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM1.5 6c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm5 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM4 7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5S4.28 7 4 7z"/>
|
|
</svg>
|
|
</button>
|
|
<script src="/scripts/theme-switch.js"></script>
|
|
<noscript>
|
|
<style>.btcpay-theme-switch {
|
|
display: none;
|
|
}</style>
|
|
</noscript>
|
|
</div>
|
|
</header>
|
|
<main class="container my-5">
|
|
<h1 class="text-center mb-3 text-primary">Sustainable Support for BTCPay Server</h1>
|
|
<p class="h4 text-center text-secondary font-weight-normal mb-4">
|
|
Ensuring an open future for businesses and individuals regardless of geographic,
|
|
political or financial barriers.
|
|
</p>
|
|
<div class="mb-5 d-flex flex-wrap align-items-center justify-content-center">
|
|
<a href="/about-us.html" class="btn btn-lg btn-primary mx-4 my-2">About the Foundation</a>
|
|
<a href="/index.html#membership" class="btn btn-lg btn-outline-primary mx-4 my-2">Become a supporter</a>
|
|
</div>
|
|
<hr id="supporters" class="my-5 mx-auto"/>
|
|
<h2 class="text-center mb-3">Past Foundation Supporters</h2>
|
|
<p class="h5 text-center text-secondary font-weight-normal mb-4">
|
|
The BTCPay Server Project has been supported by these entities through the
|
|
BTCPay Server Foundation in the past
|
|
</p>
|
|
<svg width="0" height="0" xmlns="http://www.w3.org/2000/svg">
|
|
<symbol id="supporter-esc" viewBox="0 0 74.222 74.044"><g style="fill:var(--btcpay-body-text)"><path d="M625.227 7403.82c-287.542-92.014-494.572-337.383-538.662-640.26-21.087-157.19-21.087-5869.689 0-6026.878 46.007-308.628 260.704-557.832 555.914-646.01C736.41 63.833 1046.955 60 3769.018 60s3032.608 3.834 3126.539 30.671c295.21 88.18 509.907 337.383 555.914 646.01 21.086 157.19 21.086 5869.69 0 6026.879-46.007 308.628-260.705 557.83-555.914 646.01-93.93 26.838-404.476 30.672-3134.207 28.755-2842.83 0-3036.442-1.917-3136.123-34.505zm6208.987-299.044c120.768-42.173 187.861-97.764 251.12-207.03l57.509-99.681V702.177l-57.509-99.681c-63.259-109.266-130.352-164.858-251.12-207.03-120.767-44.09-6009.625-44.09-6130.393 0-120.767 42.172-187.86 97.764-251.12 207.03l-57.508 99.68v6095.889l57.509 99.68c61.342 105.433 130.352 164.858 243.452 207.031 113.1 40.256 6021.127 42.173 6138.06 0z" style="stroke-width:1.91694" transform="matrix(.0098 0 0 .0098 .182 .285)"/><path d="M1934.5 4967.381c-272.206-55.591-492.654-249.203-582.75-511.824-32.59-97.764-36.423-162.94-36.423-705.436 0-542.496 3.834-607.672 36.422-705.436 74.761-216.615 241.535-391.057 456.233-475.403 103.515-42.173 139.937-44.09 529.077-46.007h419.811l46.007 53.675c59.425 69.01 59.425 136.103-1.917 195.528-46.007 47.924-49.84 47.924-398.725 47.924-433.23 0-513.741 19.17-646.01 151.439-113.1 113.1-134.186 180.193-134.186 425.562v185.944l59.425 11.501c32.588 5.751 291.376 11.502 575.084 11.502h513.741l38.339 49.84c51.758 65.177 51.758 122.685 0 187.861l-38.339 49.84h-513.741c-283.708 0-542.496 5.752-577.001 11.502l-61.342 13.419 5.75 224.283c7.668 207.03 11.502 230.033 61.343 302.877 69.01 107.35 185.943 187.86 302.877 212.781 51.758 11.502 247.286 21.087 431.313 21.087 329.715 0 335.465 0 381.472 47.923 61.342 59.425 61.342 126.519 1.917 195.529l-46.007 53.674-371.887 3.834c-203.196 1.917-406.393-5.75-450.482-13.419zM3677.004 2553.947c-208.947 55.59-368.053 189.777-461.984 389.14-42.172 92.013-49.84 134.186-49.84 279.874 0 157.19 5.75 185.943 63.259 300.96 70.927 143.771 184.027 254.954 325.88 323.964 67.094 32.588 145.689 46.007 312.463 57.508 251.12 17.253 289.459 28.755 379.555 105.432 228.117 191.695 147.605 565.5-139.937 649.845-70.927 21.086-197.445 28.754-481.153 28.754-379.555 0-387.223 0-427.48 44.09-57.507 61.342-55.59 147.605 7.669 207.03 49.84 46.007 49.84 46.007 492.655 46.007 412.143-1.917 452.4-3.834 550.163-44.09 153.356-61.342 293.293-191.694 368.054-345.05 57.508-115.017 63.26-143.771 63.26-300.96 0-157.19-5.752-185.944-63.26-300.961-69.01-143.771-184.027-254.954-325.88-323.964-69.011-32.588-141.855-46.007-312.463-57.508-164.857-11.502-243.452-24.92-300.96-53.675-237.702-120.767-283.709-415.977-93.931-611.506 97.764-101.598 195.529-118.85 638.343-118.85h389.14l38.339-49.84c59.425-74.762 51.758-147.606-19.17-207.031l-59.425-49.84-394.89 1.916c-279.875 0-427.48 9.585-498.407 28.755zM5630.372 4965.465c-299.043-57.509-546.33-297.127-613.423-594.254-26.837-109.266-26.837-1132.915 0-1242.18 69.01-302.878 314.38-538.663 621.091-594.254 174.442-32.588 745.692-26.837 812.785 7.668 84.346 42.173 107.35 153.356 47.924 230.033-26.837 36.422-57.509 38.34-435.147 47.924-392.974 9.585-410.226 13.419-504.157 61.342-113.1 59.426-193.611 157.19-230.033 279.874-38.34 124.602-38.34 1054.32 0 1178.922 36.422 120.768 122.684 226.2 235.784 281.791 88.18 46.007 111.183 47.924 484.987 53.675 368.054 5.75 394.891 9.584 437.064 47.923 23.003 21.087 42.173 61.343 42.173 92.014 0 153.355-49.84 170.608-473.486 168.691-187.86-1.917-379.555-9.585-425.562-19.17z" style="stroke-width:1.91694" transform="matrix(.0098 0 0 .0098 .182 .285)"/></g></symbol>
|
|
</svg>
|
|
<div class="row justify-content-center past-supporters">
|
|
<div class="figure p-3">
|
|
<a href="https://kraken.com" target="_blank" class="text-muted small">
|
|
<img src="assets/kraken.svg" alt="Sponsor Kraken" />
|
|
<div class="figure-caption">Kraken</div>
|
|
</a>
|
|
</div>
|
|
<div class="figure p-3">
|
|
<a href="https://acinq.co/" target="_blank" class="text-muted small">
|
|
<img src="assets/acinq-logo.svg" alt="Sponsor ACINQ" />
|
|
<div class="figure-caption">ACINQ</div>
|
|
</a>
|
|
</div>
|
|
<div class="figure p-3">
|
|
<a href="https://www.okcoin.com/" target="_blank" class="text-muted small">
|
|
<img src="assets/okcoin.svg" alt="Sponsor OKCoin" height="75" />
|
|
<div class="figure-caption">OKCoin</div>
|
|
</a>
|
|
</div>
|
|
<div class="figure p-3">
|
|
<a href="https://www.btse.com/" target="_blank" class="text-muted small">
|
|
<img src="assets/btse.svg" alt="Sponsor BTSE" height="75" />
|
|
<div class="figure-caption">BTSE</div>
|
|
</a>
|
|
</div>
|
|
<div class="figure p-3">
|
|
<a href="https://www.dglab.com/en/" target="_blank" class="text-muted small">
|
|
<img src="assets/dglab.svg" alt="Sponsor DG Lab" height="75" />
|
|
<div class="figure-caption">DG Lab</div>
|
|
</a>
|
|
</div>
|
|
<div class="figure p-3">
|
|
<a href="https://nomics.com/" target="_blank" class="text-muted small">
|
|
<img src="assets/nomics.svg" alt="Sponsor Nomics" height="75" />
|
|
<div class="figure-caption">Nomics</div>
|
|
</a>
|
|
</div>
|
|
<div class="figure p-3">
|
|
<a href="https://pnxbet.com/" target="_blank" class="text-muted small">
|
|
<img src="assets/pnxbet.png" alt="Sponsor Nomics" height="75" />
|
|
<div class="figure-caption">PNXBET</div>
|
|
</a>
|
|
</div>
|
|
<div class="figure p-3">
|
|
<a href="https://escapetoelsalvador.org/" target="_blank" class="text-muted small">
|
|
<svg role="img" height="75" width="75"><use href="#supporter-esc"></use></svg>
|
|
<div class="figure-caption">ESC</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
<br class="my-3"/>
|
|
<footer class="btcpay-footer py-3">
|
|
<div class="container">
|
|
<div class="btcpay-footer-columns">
|
|
<div>
|
|
<h6>Shortcuts</h6>
|
|
<ul>
|
|
<li><a href="/about-us.html">About the Foundation</a></li>
|
|
<li>
|
|
<a href="https://btcpayserver.org">BTCPay Server</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://blog.btcpayserver.org">Blog</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<h6>Documentation</h6>
|
|
<ul>
|
|
<li><a href="/foundation-goals.html">Foundation Goals</a></li>
|
|
<li>
|
|
<a href="/privacy-policy.html">Privacy Policy</a>
|
|
</li>
|
|
<li><a href="https://github.com/btcpayserver/">GitHub</a></li>
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<h6>Contact</h6>
|
|
<ul>
|
|
<li><a href="/index.html#contact-us">Contact form</a></li>
|
|
<li><a href="https://chat.btcpayserver.org">Official chat</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<p>
|
|
<small>
|
|
Content Released under MIT license.
|
|
<br/>
|
|
This website does not use cookies nor collect personal data.
|
|
</small>
|
|
</p>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|