forked from NewPipe-eV/website
113 lines
4.0 KiB
HTML
113 lines
4.0 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>
|
|
<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-3 col-12-medium">
|
|
|
|
<!-- Sidebar -->
|
|
<section>
|
|
<header>
|
|
<h2>Blog posts</h2>
|
|
</header>
|
|
<ul class="link-list">
|
|
<li><a href="./2024-04-22_weblate_donation.html">Donation to weblate</a></li>
|
|
<li><a href="./2023-12-19_1st_plenum_2nd_board_meeting.html">1st plenum, 2nd board meeting</a></li>
|
|
<li><a href="./2023-12-18_pseudonyms.html">Pseudonyms</a></li>
|
|
<li><strong><a href="./2023-07-13_1st_board_meeting.html">1st board meeting</a></strong></li>
|
|
<li><a href="./2022-11-05_founded.html">We are founded!</a></li>
|
|
</ul>
|
|
</section>
|
|
|
|
</div>
|
|
<div class="col-9 col-12-medium imp-medium">
|
|
|
|
<!-- Main Content -->
|
|
<section>
|
|
<header>
|
|
<h2>1st board meeting</h2>
|
|
<h3>13.07.2023</h3>
|
|
</header>
|
|
<p>
|
|
Today we had our first board meeting. The full protocol can be found <a href="https://cloud.newpipe-ev.de/s/KxSxfdbbdvfaJav">here</a>.
|
|
</p>
|
|
<p>
|
|
This meeting was mostly a recap of what got done. The bank account was created at the GLS, a medium-sized server was bought and the newpipe-ev.de domain. Also a backup space at hetzner. Also a mailbox email was created to get infrastructure relevant e-mail to a second mail provider.
|
|
</p>
|
|
<p>
|
|
Membership collecting and logo decisions were postponed to a later date. The idea to support the NewPipe rewrite was suggested, e.g. paying a student during their semester. An announcement regarding the e.V. should be done as soon as a website is there. There was an attempt to reach Wolf/Rossman with no reply.
|
|
</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="http://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>
|