147 lines
6.8 KiB
HTML
147 lines
6.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Foundation Goals | 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">
|
|
<div class="content-wrap">
|
|
<h1 class="mb-3 text-primary">Foundation Goals</h1>
|
|
<p class="mb-5">
|
|
The reality of financial sovereignty for every individual is closer than ever thanks
|
|
to freely-available, open-source BTCPay Server.<br>
|
|
The efforts of the Foundation and the support it receives are directed toward the
|
|
following goals which seek to advance the ongoing development of the stack while meeting
|
|
operational requirements.
|
|
</p>
|
|
|
|
<h4>Software Development</h4>
|
|
<ul class="ps-3 mb-5">
|
|
<li>Development of new BTCPay Server features</li>
|
|
<li>Development and maintenance of e-commerce plugins</li>
|
|
<li>Production of training/tutorial material (Video, documentation...)</li>
|
|
<li>Promotion of BTCPay Server (events, hackathon, goodies)</li>
|
|
<li>Increase of the reach of BTCPay Server (helping it to run in more diverse environments)</li>
|
|
</ul>
|
|
|
|
<h4>Foundation Self-Sufficiency</h4>
|
|
<ul class="ps-3 mb-5">
|
|
<li>Legal fees</li>
|
|
<li>Accountancy fees</li>
|
|
<li>Server maintenance costs</li>
|
|
</ul>
|
|
|
|
<p>To learn more about the BTCPay Server Foundation visit the <a href="/about-us.html">about us</a> section.</p>
|
|
</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>
|