Fix capitalization of "Internet"
Build and publish Docker image / build (push) Successful in 14s Details

This commit is contained in:
TheAssassin 2024-05-20 00:32:43 +02:00
parent b0a19cd9a0
commit 8671939e57
1 changed files with 109 additions and 109 deletions

View File

@ -1,109 +1,109 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<!-- <!--
Halcyonic by HTML5 UP Halcyonic by HTML5 UP
html5up.net | @ajlkn html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
--> -->
<html lang="en"> <html lang="en">
<head> <head>
<title>NewPipe e.V.</title> <title>NewPipe e.V.</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="../assets/css/main.css" /> <link rel="stylesheet" href="../assets/css/main.css" />
</head> </head>
<body class="subpage"> <body class="subpage">
<div id="page-wrapper"> <div id="page-wrapper">
<!-- Header --> <!-- Header -->
<section id="header"> <section id="header">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-12"> <div class="col-12">
<!-- Logo --> <!-- Logo -->
<h1><a href="../index.html" id="logo">NewPipe e.&nbsp;V.</a></h1> <h1><a href="../index.html" id="logo">NewPipe e.&nbsp;V.</a></h1>
<!-- Nav --> <!-- Nav -->
<nav id="nav"> <nav id="nav">
<a href="../about.html">About</a> <a href="../about.html">About</a>
<a href="../join.html">Join us</a> <a href="../join.html">Join us</a>
<a href="../blog.html">Blog</a> <a href="../blog.html">Blog</a>
<a href="../donate.html" class="button-large">Donate</a> <a href="../donate.html" class="button-large">Donate</a>
</nav> </nav>
</div> </div>
</div> </div>
</div> </div>
</section> </section>
<!-- Content --> <!-- Content -->
<section id="content"> <section id="content">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-3 col-12-medium"> <div class="col-3 col-12-medium">
<!-- Sidebar --> <!-- Sidebar -->
<section> <section>
<header> <header>
<h2>Blog posts</h2> <h2>Blog posts</h2>
</header> </header>
<ul class="link-list"> <ul class="link-list">
<li><a href="./2024-04-22_weblate_donation.html">Donation to weblate</a></li> <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-19_1st_plenum_2nd_board_meeting.html">1st plenum, 2nd board meeting</a></li>
<li><strong><a href="./2023-12-18_pseudonyms.html">Pseudonyms</a></strong></li> <li><strong><a href="./2023-12-18_pseudonyms.html">Pseudonyms</a></strong></li>
<li><a href="./2023-07-13_1st_board_meeting.html">1st board meeting</a></li> <li><a href="./2023-07-13_1st_board_meeting.html">1st board meeting</a></li>
<li><a href="./2022-11-05_founded.html">We are founded!</a></li> <li><a href="./2022-11-05_founded.html">We are founded!</a></li>
</ul> </ul>
</section> </section>
</div> </div>
<div class="col-9 col-12-medium imp-medium"> <div class="col-9 col-12-medium imp-medium">
<!-- Main Content --> <!-- Main Content -->
<section> <section>
<header> <header>
<h2>Pseudonyms</h2> <h2>Pseudonyms</h2>
<h3>18.12.2023</h3> <h3>18.12.2023</h3>
</header> </header>
<p> <p>
Some members have reached out to us about pseudonyms. They do not want their actual name to appear on the internet in situations like a meeting protocol or when we mention them on this website. We understand this concern and came up with a solution! Some members have reached out to us about pseudonyms. They do not want their actual name to appear on the Internet in situations like a meeting protocol or when we mention them on this website. We understand this concern and came up with a solution!
</p> </p>
<p> <p>
We added a field to the official sign up form (which we send to all existing members) to add a wanted pseudonym. Then we can add this to our management system. This way, we know which member is behind a pseudonym and no one can enter a meeting with a new pseudonym and claim to be a member of our association. And we can use the pseudonyms in all public situations. We added a field to the official sign up form (which we send to all existing members) to add a wanted pseudonym. Then we can add this to our management system. This way, we know which member is behind a pseudonym and no one can enter a meeting with a new pseudonym and claim to be a member of our association. And we can use the pseudonyms in all public situations.
</p> </p>
</section> </section>
</div> </div>
</div> </div>
</div> </div>
</section> </section>
<!-- Footer --> <!-- Footer -->
<section id="footer"> <section id="footer">
<div class="container"> <div class="container">
<div class="row aln-center"> <div class="row aln-center">
<div class="col-12"> <div class="col-12">
<a href="https://git.newpipe-ev.de/NewPipe-eV/website">Website repository</a> | <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> <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> </div>
</div> </div>
</section> </section>
<!-- Copyright --> <!-- Copyright -->
<div id="copyright"> <div id="copyright">
Copyright &copy; NewPipe e.&nbsp;V., all rights reserved. | Design: <a href="https://html5up.net">HTML5 UP</a> Copyright &copy; NewPipe e.&nbsp;V., all rights reserved. | Design: <a href="https://html5up.net">HTML5 UP</a>
</div> </div>
</div> </div>
<!-- Scripts --> <!-- Scripts -->
<script src="../assets/js/jquery.min.js"></script> <script src="../assets/js/jquery.min.js"></script>
<script src="../assets/js/browser.min.js"></script> <script src="../assets/js/browser.min.js"></script>
<script src="../assets/js/breakpoints.min.js"></script> <script src="../assets/js/breakpoints.min.js"></script>
<script src="../assets/js/util.js"></script> <script src="../assets/js/util.js"></script>
<script src="../assets/js/main.js"></script> <script src="../assets/js/main.js"></script>
</body> </body>
</html> </html>