Compare commits

..

4 Commits

Author SHA1 Message Date
Renovate Bot 776fcb0720 Update nginx Docker tag to v1.26.0
Build and publish Docker image / build (push) Successful in 2m15s Details
2024-05-19 15:46:10 +00:00
TheAssassin a23a9ea85d Build Docker image with Gitea actions
Build and publish Docker image / build (push) Successful in 19s Details
2024-05-19 17:31:23 +02:00
Poolitzer df586d0a83 fix link 2024-05-19 15:33:05 +02:00
Poolitzer ced77bbc02 update 2024-05-02 15:21:16 +02:00
11 changed files with 187 additions and 23 deletions

View File

@ -0,0 +1,40 @@
name: Build and publish Docker image
on: [push]
env:
REGISTRY: git.newpipe-ev.de
# make sure the name is lowercase, otherwise Docker won't accept it
IMAGE_NAME: newpipe-ev/website
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- name: Log in to registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: |
linux/amd64

View File

@ -50,6 +50,15 @@
</header>
</section>
<section>
<a href="./posts/2024-04-22_weblate_donation.html" class="hidden-blog">
<h2>Donation to weblate</h2>
<h3>22.04.2024</h3>
<p class="last-child">
We donated 600 € to weblate and intend to do this yearly, read here why.
</p>
</a>
</section>
<section>
<a href="./posts/2023-12-19_1st_plenum_2nd_board_meeting.html" class="hidden-blog">
<h2>1st plenum, 2nd board meeting</h2>

View File

@ -53,7 +53,7 @@
For press inquiries please contact the board via email: <a href="mailto:newpipe-ev@mailbox.org?subject=Press inquiry">board@newpipe-ev.de</a>.
</p>
<p>
<strong>Matrix</strong> is group chat platform of choice. Feel free to join it at <a href="https://matrix.to/#/#newpipe-ev:newpipe-ev.de">#newpipe-ev:newpipe-ev.de</a>.
<strong>Matrix</strong> is our group chat platform of choice and a great way to reach a lot of our active members. Feel free to join it at <a href="https://matrix.to/#/#newpipe-ev:newpipe-ev.de">#newpipe-ev:newpipe-ev.de</a>.
</p>
</section>

View File

@ -60,6 +60,9 @@
(<a href="https://www.instagram.com/timmossholder/">@timmossholder</a> on instagram).
Thank you all for providing these for everyone to use freely. You're awesome!
</p>
<p>
We also have <a href="https://github.com/WeblateOrg/website/blob/main/weblate_web/static/img/LeftPhoto.jpg">LeftPhoto.jpg</a> from <a href="https://weblate.org">Weblate</a>, which is licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3</a>
</p>
</section>
</div>

BIN
images/weblate_donation.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -99,7 +99,20 @@
<div class="container">
<div class="row aln-center">
<div class="col-3 col-6-medium col-12-small">
<a href="#" class="hidden">
<a href="./posts/2024-04-22_weblate_donation.html" class="hidden">
<!-- Feature #4 -->
<section>
<div href="#" class="bordered-feature-image"><img src="images/weblate_donation.jpg" alt="" /></div>
<h2>Donation to weblate</h2>
<h4>22.04.2024</h4>
<p class="hide-a" >
We donated 600 € to weblate and intend to do this yearly, read here why.
</p>
</section>
</a>
</div>
<div class="col-3 col-6-medium col-12-small">
<a href="./posts/2023-12-19_1st_plenum_2nd_board_meeting.html" class="hidden">
<!-- Feature #1 -->
<section>
<div href="#" class="bordered-feature-image"><img src="images/meeting.jpg" alt="" /></div>
@ -113,7 +126,7 @@
</a>
</div>
<div class="col-3 col-6-medium col-12-small">
<a href="#" class="hidden">
<a href="./posts/2023-12-18_pseudonyms.html" class="hidden">
<!-- Feature #2 -->
<section>
<div href="#" class="bordered-feature-image"><img src="images/nametag.jpg" alt="" /></div>
@ -127,7 +140,7 @@
</a>
</div>
<div class="col-3 col-6-medium col-12-small">
<a href="#" class="hidden">
<a href="./posts/2023-07-13_1st_board_meeting.html" class="hidden">
<!-- Feature #3 -->
<section>
<div href="#" class="bordered-feature-image"><img src="images/meeting.jpg" alt="" /></div>
@ -140,20 +153,6 @@
</a>
</div>
<div class="col-3 col-6-medium col-12-small">
<a href="#" class="hidden">
<!-- Feature #4 -->
<section>
<div href="#" class="bordered-feature-image"><img src="images/hello.jpg" alt="" /></div>
<h2>We are an association</h2>
<h4>05.11.2022</h4>
<p class="hide-a" >
We are founded. Read this post for a small hello letter.
</p>
</section>
</a>
</div>
</div>
</div>
</section>

View File

@ -21,7 +21,7 @@
<div class="col-12">
<!-- 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 id="nav">
@ -49,6 +49,7 @@
<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><a href="./2023-07-13_1st_board_meeting.html">1st board meeting</a></li>

View File

@ -21,7 +21,7 @@
<div class="col-12">
<!-- 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 id="nav">
@ -49,6 +49,7 @@
<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>

View File

@ -21,7 +21,7 @@
<div class="col-12">
<!-- 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 id="nav">
@ -49,6 +49,7 @@
<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><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>

View File

@ -21,7 +21,7 @@
<div class="col-12">
<!-- 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 id="nav">
@ -49,6 +49,7 @@
<h2>Blog posts</h2>
</header>
<ul class="link-list">
<li><a href="./2024-04-22_weblate_donation.html">Donation to weblate</a></li>
<li><strong><a href="./2023-12-19_1st_plenum_2nd_board_meeting.html">1st plenum, 2nd board meeting</a></strong></li>
<li><a href="./2023-12-18_pseudonyms.html">Pseudonyms</a></li>
<li><a href="./2023-07-13_1st_board_meeting.html">1st board meeting</a></li>

View File

@ -0,0 +1,109 @@
<!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.&nbsp;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><strong><a href="./2024-04-22_weblate_donation.html">Donation to weblate</a></strong></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><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>
</ul>
</section>
</div>
<div class="col-9 col-12-medium imp-medium">
<!-- Main Content -->
<section>
<header>
<h2>Donation to weblate</h2>
<h3>22.04.2024</h3>
</header>
<p>
On the 26th of March, a member of the association approached the board with the idea to donate to <a href="https://weblate.org/en/">Weblate</a>. One of the reasons is that this project is instrumental for the app NewPipe and as one of the biggest projects on their platform, NewPipe will be a big contributor to the running costs of Weblate. They have also been really quick in fixing bugs and were always helpful in their communication.
</p>
<p>
After a couple of days discussing this, the board suggested donating 600 € yearly. This was communicated to the members and the donation happened on the 22th of April. We are really happy that we are now able to do things like this, and look forward to more to come!
</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 &copy; NewPipe e.&nbsp;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>