<!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> <!-- Content --> <section id="content"> <div class="container"> <div class="row"> <div class="col-9 col-12-medium"> <section> <header> <h2>About us</h2> </header> <p> NewPipe e.V. is a non-profit organization which supports technology that enables using digital media or improves access to it, especially if it is free and open source. </p> <div> We want to realize this goal through the following means: <ul style="font-style: italic;"> <li>* organize public briefings, conferences or congresses</li> <li>* support projects which develop such technology, especially via financial support for their members</li> <li>* engage in public relations activities and provide advertising materials for projects</li> </ul> </div> <p> These goals and everything required legally to run an association for these goals is written down in our statue, which we link to on this page. We also provide a best effort English translation of it, but legally binding is the German one. </p> <p> The organization is governed by these three board members. They make day to day decisions and represent the organization. Every half year they have a meeting which every member can attend. </p> </section> </div> <div class="col-3 imp-medium col-12-medium"> <!-- Sidebar --> <section> <header> <h2>Important links</h2> </header> <ul class="link-list"> <li><a href="./assets/documents/statute de.pdf">Statute (German)</a></li> <li><a href="./assets/documents/statute en.pdf">Statue (English)</a></li> <li><a href="./assets/documents/privacy policy en.pdf">Privacy policy (English)</a></li> <li><a href="./assets/documents/member fee regulation en.pdf">Member fee regulation (English)</a></li> </ul> </section> </div> <div class="col-3 col-6-medium"> <section> <p>Stypox</p> <a class="feature-image"><img src="images/stypox.png" alt=""></a> <ul class="standard-list"> <li>Age: 21 years</li> <li>Occupation: studying software engineering, interested in competitive programming, cybersecurity, Android development and Rust</li> <li>Open source work: Maintainer of <a href="https://newpipe.net">NewPipe</a> and <a href="https://github.com/Stypox/dicio-android">Dicio assistant</a>, talked at SFSCon.</li> <li>Board member since 2022</li> </ul> </section> </div> <div class="col-3 col-6-medium"> <section> <p>Schabi</p> <a class="feature-image"><img src="images/schabi.jpg" alt=""></a> <ul class="standard-list"> <li>Age: 28 years</li> <li>Occupation: software engineering, interested in machine learnig, system and compiler development and Android</li> <li>Open source work: Initial maintainer of <a href="https://newpipe.net/blog/">NewPipe</a>, Developer for the <a href="https://github.com/owncloud/android/">ownCloud Android app</a>, Initial dev for <a href="https://gitlab.com/bisada/OCBookmarks">NextCloud Android Bookmarks app</a>, Contributor of JITTY OS (Jet to be released)</li> <li>Board member since 2022</li> </ul> </section> </div> <div class="col-3 col-6-medium"> <section> <p>Poolitzer</p> <a class="feature-image"><img src="images/poolitzer.jpg" alt=""></a> <ul class="standard-list"> <li>Age: 23 years</li> <li>Occupation: electrician for automation technology, studying electrical engineering and information technology</li> <li>Open source work: Maintainer of <a href="https://python-telegram-bot.org">python-telegram-bot</a>, writing blogposts for <a href="https://newpipe.net/blog/">NewPipe</a>.</li> <li>Board member since 2022</li> <li><a href="https://poolitzer.eu">Homepage</a></li> </ul> </section> </div> <div class="col-9 col-12-medium"> <section> <p> They are supported in their work by Fynn, in the role of the cash auditor. </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>