Fynn Godau
1a5c58773a
Some checks failed
Build and publish Docker image / build (pull_request) Failing after 22s
135 lines
4.8 KiB
HTML
135 lines
4.8 KiB
HTML
<!DOCTYPE HTML>
|
|
<!--
|
|
Halcyonic by HTML5 UP
|
|
html5up.net | @ajlkn
|
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
-->
|
|
<html lang="en">
|
|
<head>
|
|
<title>NewPipe e.V.</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
|
<link rel="stylesheet" href="assets/css/main.css" />
|
|
</head>
|
|
<body class="subpage">
|
|
<div id="page-wrapper">
|
|
|
|
<!-- Header -->
|
|
<section id="header">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-12">
|
|
|
|
<!-- Logo -->
|
|
<h1><a href="index.html" id="logo">NewPipe e.V.</a></h1>
|
|
|
|
<!-- Nav -->
|
|
<nav id="nav">
|
|
<a href="about.html">About</a>
|
|
<a href="join.html">Join us</a>
|
|
<a href="blog.html">Blog</a>
|
|
<a href="donate.html" class="button-large">Donate</a>
|
|
</nav>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Content -->
|
|
<section id="content">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-12">
|
|
|
|
<!-- Main Content -->
|
|
<section>
|
|
<header>
|
|
<h2>Donate</h2>
|
|
</header>
|
|
<p>
|
|
You want to donate to our association in order to help further its goals? Thank you!
|
|
</p>
|
|
<h3>Current goal</h3>
|
|
<p>
|
|
Your funding helps us to finance paid development time for NewPipe and further support for TeamNewPipe like infrastrucutre, event travel cost, and hardware expenses. We are currently <a href="posts/2024-12-03_hiring_contributor.html">paying Profpatsch</a> to work on NewPipe and hope to keep him going for a long time!
|
|
</p>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row row-equal-column my-0">
|
|
<div class="col-6 col-12-medium">
|
|
<section>
|
|
<h3>Wire transfer</h3>
|
|
<div>
|
|
<p>Transferring money to our bank account directly has the fewest additional charges, so we get the most from your donation!</p>
|
|
<table>
|
|
<tbody>
|
|
<tr><td>Account holder: </td><td>NewPipe e.V.</td></tr>
|
|
<tr><td>IBAN: </td><td><pre>DE94 4306 0967 1308 7563 00</pre></td></tr>
|
|
<tr><td>BIC: </td><td><pre>GENODEM1GLS</pre></td></tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
|
|
<div class="col-6 col-12-medium">
|
|
<section>
|
|
<h3>Liberapay</h3>
|
|
<div>
|
|
<p>We also accept recurring donations through PayPal, credit card and direct debit through Liberapay.</p>
|
|
<div class="text-center">
|
|
<a class="button-large my-1" href="https://liberapay.com/NewPipe_e.V./">Liberapay</a>
|
|
</div>
|
|
</div>
|
|
|
|
</section>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row my-0">
|
|
<div class="col-12">
|
|
<section>
|
|
<h3>Since you're a non-profit, can I get a donation receipt?</h3>
|
|
<p>
|
|
Due to our unique focus, we were not able to register the association as "beneficial to the public", which is a different concept from "non-profit" in Germany. Sadly, we do not get the same tax benefits as an association that "benefits the public" would.<br />
|
|
Our legal status still prevents profits from being made through this association, though. We have to spend all the money we get towards its goals (and cannot, for example, pay ourselves a salary, sneakily buy stocks to make more money, or, heaven forbid, invest in cryptocurrencies).
|
|
</p>
|
|
|
|
</section>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Footer -->
|
|
<section id="footer">
|
|
<div class="container">
|
|
<div class="row aln-center">
|
|
<div class="col-12">
|
|
<a href="https://git.newpipe-ev.de/NewPipe-eV/website">Website repository</a> |
|
|
<a href="contact.html">Contact</a> | <a href="license.html">Licensing</a> | <a href="privacy.html">Privacy Policy</a> | <a href="credits.html">Credits</a> | <a href="imprint.html">Imprint</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Copyright -->
|
|
<div id="copyright">
|
|
Copyright © NewPipe e.V., all rights reserved. | Design: <a href="https://html5up.net">HTML5 UP</a>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- Scripts -->
|
|
<script src="assets/js/jquery.min.js"></script>
|
|
<script src="assets/js/browser.min.js"></script>
|
|
<script src="assets/js/breakpoints.min.js"></script>
|
|
<script src="assets/js/util.js"></script>
|
|
<script src="assets/js/main.js"></script>
|
|
|
|
</body>
|
|
</html>
|