<!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> <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> <!-- Features --> <section id="features"> <div class="container"> <div class="row"> <div class="col-4 col-12-medium"> <!-- Box #1 --> <section> <header> <h2>Who We Are</h2> </header> <!-- <a href="#" class="feature-image"><img src="images/pic05.jpg" alt="" /></a> --> <p>A non-profit association founded in Germany in 2022, mostly by TeamNewPipe members. Almost anyone can join us. Find out how <a href="join.html">here</a>. <br /> The association is governed directly by the members. At least once a year, a full assembly is held where the board presents the work that took place since the last assembly, and decisions for future work are voted upon.</p> </section> </div> <div class="col-4 col-6-medium col-12-small"> <!-- Box #2 --> <section> <header> <h2>What We Do</h2> </header> <p> Per our statute, our organization has the following purposes: </p> <ul class="check-list"> <li>Organize public informational events or congresses</li> <li>Provide financial support to projects which develop digital media technology</li> <li>Facilitate code contributions in accordance with our goals</li> <li>Provide digital infrastructure for projects</li> <li>Coordinate and help groups of volunteers which have the same goals</li> </ul> </section> </div> <div class="col-4 col-6-medium col-12-small"> <!-- Box #3 --> <section> <header style="margin-bottom: 20px;"> <h2>Our support</h2> </header> <p> We are currently supporting these projects: </p> <div style="background:#cd201fff;padding:1em"> <p style="font-weight:600"><img style="vertical-align:middle" src="images/TNPlogo.svg" alt="" height=70 /> NewPipe</p> <ul> <li>Hired part-time contractor</li> <li>Communication and website infrastructure</li> <li><a href="policy/trademark.html">Trademark</a> registration</li> </ul> </div> <p style="margin-top:1em">We also contributed financially to <strong>Weblate</strong>, <strong>Liberapay</strong>, <strong>FSFE</strong> and <strong>CiviCRM</strong>.</p> <h3 style="font-style: italic">Your cause matches our goals and needs funding? <a style="text-decoration: none;color: #FCFBF8;" href="contact.html">Get in touch.</a></h3> </section> </div> </div> </div> </section> <!-- Content --> <section id="content"> <div class="container"> <div class="row row-equal-column aln-center"> <div class="col-3 col-6-medium col-12-small"> <a href="./posts/2025-02-20_thanks_luanrt.html" class="hidden"> <section> <h2>Thanks, LuanRT!</h2> <h4>20.02.2025</h4> <p class="hide-a"> Who is LuanRT, and what did they contribute to NewPipe? </p> </section> </a> </div> <div class="col-3 col-6-medium col-12-small"> <a href="./posts/2025-02-08_5th_plenum.html" class="hidden"> <section> <div href="#" class="bordered-feature-image"><img src="images/meeting.jpg" alt="" /> </div> <h2>5th plenum</h2> <h4>08.02.2025</h4> <p class="hide-a"> On the 8th of February 2025 we had a plenum. Read this post to find the main points and the meeting protocol. </p> </section> </a> </div> <div class="col-3 col-6-medium col-12-small"> <a href="./posts/2025-01-04_4th_plenum.html" class="hidden"> <!-- Feature #2 --> <section> <div href="#" class="bordered-feature-image"><img src="images/meeting.jpg" alt="" /> </div> <h2>4th plenum</h2> <h4>04.01.2025</h4> <p class="hide-a"> On the 4th of January 2025 we had a plenum. Read this post to find the main points and the meeting protocol. </p> </section> </a> </div> <div class="col-3 col-6-medium col-12-small"> <a href="./posts/2024-12-03_hiring_contributor.html" class="hidden"> <section> <h2>NewPipe e.V. hires contributor</h2> <h4>03.12.2024</h4> <p class="hide-a">Putting funds to good use: e.V. hires Profpatsch for at least three months. Read more here.</p> </section> </a> </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>