Add "Opportunities" page #45

Open
Stypox wants to merge 8 commits from jobs into main
28 changed files with 63 additions and 37 deletions
Showing only changes of commit 223dbe099f - Show all commits

View file

@ -28,7 +28,7 @@
<a href="about.html" class="current-page">About</a>
<a href="join.html">Join us</a>
<a href="blog.html">Blog</a>
<a href="jobs.html">Jobs</a>
<a href="opportunities.html">Opportunities</a>
<a href="donate.html" class="button-large">Donate</a>
</nav>

View file

@ -30,7 +30,7 @@
<a href="about.html">About</a>
<a href="join.html">Join us</a>
<a href="blog.html" class="current-page">Blog</a>
<a href="jobs.html">Jobs</a>
<a href="opportunities.html">Opportunities</a>
<a href="donate.html" class="button-large">Donate</a>
</nav>

View file

@ -28,7 +28,7 @@
<a href="../about.html">About</a>
<a href="../join.html">Join us</a>
<a href="../blog.html">Blog</a>
<a href="../jobs.html">Jobs</a>
<a href="../opportunities.html">Opportunities</a>
<a href="../donate.html" class="button-large">Donate</a>
</nav>

View file

@ -28,7 +28,7 @@
<a href="about.html">About</a>
<a href="join.html">Join us</a>
<a href="blog.html">Blog</a>
<a href="jobs.html">Jobs</a>
<a href="opportunities.html">Opportunities</a>
<a href="donate.html" class="button-large">Donate</a>
</nav>

View file

@ -27,7 +27,7 @@
<a href="about.html">About</a>
<a href="join.html">Join us</a>
<a href="blog.html">Blog</a>
<a href="jobs.html">Jobs</a>
<a href="opportunities.html">Opportunities</a>
<a href="donate.html" class="button-large">Donate</a>
</nav>

View file

@ -28,7 +28,7 @@
<a href="about.html">About</a>
<a href="join.html">Join us</a>
<a href="blog.html">Blog</a>
<a href="jobs.html">Jobs</a>
<a href="opportunities.html">Opportunities</a>
<a href="donate.html" class="button-large current-page">Donate</a>
</nav>

View file

@ -28,7 +28,7 @@
<a href="about.html">About</a>
<a href="join.html">Join us</a>
<a href="blog.html">Blog</a>
<a href="jobs.html">Jobs</a>
<a href="opportunities.html">Opportunities</a>
<a href="donate.html" class="button-large">Donate</a>
</nav>

View file

@ -30,7 +30,7 @@
<a href="about.html">About</a>
<a href="join.html">Join us</a>
<a href="blog.html">Blog</a>
<a href="jobs.html">Jobs</a>
<a href="opportunities.html">Opportunities</a>
<a href="donate.html" class="button-large">Donate</a>
</nav>

View file

@ -28,7 +28,7 @@
<a href="about.html">About</a>
<a href="join.html" class="current-page">Join us</a>
<a href="blog.html">Blog</a>
<a href="jobs.html">Jobs</a>
<a href="opportunities.html">Opportunities</a>
<a href="donate.html" class="button-large">Donate</a>
</nav>

View file

@ -28,7 +28,7 @@
<a href="about.html">About</a>
<a href="join.html">Join us</a>
<a href="blog.html">Blog</a>
<a href="jobs.html">Jobs</a>
<a href="opportunities.html">Opportunities</a>
<a href="donate.html" class="button-large">Donate</a>
</nav>

View file

@ -28,7 +28,7 @@
<a href="about.html">About</a>
<a href="join.html">Join us</a>
<a href="blog.html">Blog</a>
<a href="jobs.html" class="current-page">Jobs</a>
<a href="opportunities.html" class="current-page">Opportunities</a>
<a href="donate.html" class="button-large">Donate</a>
</nav>
@ -47,13 +47,16 @@
<!-- Main Content -->
<section>
<header>
<h2>Jobs</h2>
<h2>Opportunities</h2>
</header>
<p>
NewPipe e.V. is looking for two people that could bring forward the NewPipe refactor and make our web infrastructure more resilient, as decided in <a href="posts/2025-02-08_5th_plenum.html">the 5th plenum meeting</a>. Note that at this time we can only hire <strong>independent contractors</strong> that can emit invoices, and work would be paid by the hour at a gross rate of 32€/h. You can apply by sending us an email at <a href="mailto:board@newpipe-ev.de">board@newpipe-ev.de</a> using the two buttons below.
NewPipe e.V. is looking for two paid contractors that could bring forward the NewPipe refactor and make our web infrastructure more resilient, as decided in <a href="posts/2025-02-08_5th_plenum.html">the 5th plenum meeting</a>. Note that at this time we can only pay <strong>independent contractors</strong> that can emit invoices, and work would be paid by the hour at a negotiable gross rate.
</p>
<p>
You can read about hirings we have concluded in the past <a href="posts/2024-06-23_3rd_board_meeting.html">here</a> and <a href="posts/2024-12-03_hiring_contributor.html">here</a>.
You can apply by sending us an email at <a href="mailto:board@newpipe-ev.de">board@newpipe-ev.de</a> using the two buttons below. Please include a few lines about what relevant experiences you have for the respective position and, if available, a website or git platform account we could look at. We do not expect a full CV or other documentation. We will respond to every applicant.
</p>
<p>
You can read about contracts we have concluded in the past <a href="posts/2024-06-23_3rd_board_meeting.html">here</a> and <a href="posts/2024-12-03_hiring_contributor.html">here</a>.
</p>
</section>
</div>
@ -64,9 +67,19 @@
<section>
<h3>Android developer for NewPipe</h3>
<div>
<p>We are looking for a developer for the NewPipe app, especially to bring forward <a href="https://newpipe.net/blog/pinned/announcement/newpipe-0.28.0-released/#progress-on-the-refactor">the refactor</a>. Your main task would be to port UI components from XML to <strong>Jetpack Compose</strong>, while keeping an eye on style and <strong>usability of the interfaces</strong>, and to implement the business logic in Kotlin using view models, dependency injection, and other modern technologies. You would be working in close contact with other TeamNewPipe members and open Pull Requests to <a href="https://github.com/TeamNewPipe/NewPipe">NewPipe</a> (on the <code>refactor</code> branch), <a href="https://github.com/TeamNewPipe/NewPlayer">NewPlayer</a> and <a href="https://github.com/TeamNewPipe/NewPipeExtractor">NewPipeExtractor</a>.</p>
<p>Bonus points for your application if you: have experience with native Android development, already know modern Android development practices (Kotlin, Jetpack Compose, Dependency Injection, etc.), have contributed to open source projects in the past.</p>
<p>This is a remote part-time job with a flexible schedule of 40 to 80 hours per month.</p>
<p>We are looking for a developer for the NewPipe app, especially to bring forward <a href="https://newpipe.net/blog/pinned/announcement/newpipe-0.28.0-released/#progress-on-the-refactor">the refactor</a>. Your main task would be to port UI components from XML to <strong>Jetpack Compose</strong>, while keeping an eye on style and <strong>usability of the interfaces</strong>, and to implement the business logic in Kotlin using view models, dependency injection, and other modern technologies. You would be working in close contact with other TeamNewPipe members and open pull requests to <a href="https://github.com/TeamNewPipe/NewPipe">NewPipe</a> (on the <code>refactor</code> branch), <a href="https://github.com/TeamNewPipe/NewPlayer">NewPlayer</a> and <a href="https://github.com/TeamNewPipe/NewPipeExtractor">NewPipeExtractor</a>.</p>
Requirements for the position:
<ul>
<li>Native Android development (Java or Kotlin)</li>
<li>Version control system (git)</li>
</ul>
Bonus points:
<ul>
<li>Modern Android development practices (Kotlin, Jetpack Compose, Dependency Injection, etc.)</li>
<li>Contributed to open source projects in the past</li>
<li>Experience with <a href="https://github.com/androidx/media">ExoPlayer</a> or video/audio formats</li>
</ul>
<p>This is a remote part-time freelance contract with a flexible schedule of 40 to 80 hours per month.</p>
<div class="text-center">
<a class="button-large" href="mailto:board@newpipe-ev.de?subject=Applying for paid work on NewPipe">Apply</a>
</div>
@ -78,9 +91,22 @@
<section>
<h3>System administrator</h3>
<div>
<p>We are looking for a sysadmin that could setup some new services on NewPipe e.V.'s servers (e.g. Lemmy) and help with regular maintenance. You would be working alongside our volunteer sysadmin <a href="https://github.com/TheAssassin">@TheAssassin</a>, who has already compiled a list of tasks to delegate.</p>
<p>Bonus points for your application if you: are already self-hosting something for yourself, have experience with Ansible.</p>
<p>This is a remote part-time job that will initially last 2-3 months, with a flexible schedule of 16 to 32 hours per month.</p>
<p>We are looking for a sysadmin that could setup some new services on NewPipe e.V.'s servers and help with regular maintenance. You would be working alongside our volunteer sysadmin <a href="https://github.com/TheAssassin">@TheAssassin</a>, who has already compiled a list of tasks to delegate.</p>
Requirements for the position:
<ul>
<li>Linux system administration</li>
<li>Prior experience in ops ("system administration")</li>
<li>IaC and configuration management, Ansible skills</li>
<li>Docker/Podman/containers</li>
</ul>
Bonus points:
<ul>
<li>DevOps (CI/CD, e.g. GitHub/Gitea actions, GitLab CI)</li>
<li>Experience with database administration</li>
<li>Backups with borg(matic)</li>
<li>Experience with K8s</li>
</ul>
<p>This is a remote part-time freelance contract that will initially last 2-3 months, with a flexible schedule of 16 to 32 hours per month.</p>
<div class="text-center">
<a class="button-large" href="mailto:board@newpipe-ev.de?subject=Applying for paid work as a sysadmin">Apply</a>
</div>

View file

@ -28,7 +28,7 @@
<a href="../about.html">About</a>
<a href="../join.html">Join us</a>
<a href="../blog.html">Blog</a>
<a href="../jobs.html">Jobs</a>
<a href="../opportunities.html">Opportunities</a>
<a href="../donate.html" class="button-large">Donate</a>
</nav>

View file

@ -28,7 +28,7 @@
<a href="../about.html">About</a>
<a href="../join.html">Join us</a>
<a href="../blog.html">Blog</a>
<a href="../jobs.html">Jobs</a>
<a href="../opportunities.html">Opportunities</a>
<a href="../donate.html" class="button-large">Donate</a>
</nav>

View file

@ -28,7 +28,7 @@
<a href="../about.html">About</a>
<a href="../join.html">Join us</a>
<a href="../blog.html">Blog</a>
<a href="../jobs.html">Jobs</a>
<a href="../opportunities.html">Opportunities</a>
<a href="../donate.html" class="button-large">Donate</a>
</nav>

View file

@ -28,7 +28,7 @@
<a href="../about.html">About</a>
<a href="../join.html">Join us</a>
<a href="../blog.html">Blog</a>
<a href="../jobs.html">Jobs</a>
<a href="../opportunities.html">Opportunities</a>
<a href="../donate.html" class="button-large">Donate</a>
</nav>

View file

@ -28,7 +28,7 @@
<a href="../about.html">About</a>
<a href="../join.html">Join us</a>
<a href="../blog.html">Blog</a>
<a href="../jobs.html">Jobs</a>
<a href="../opportunities.html">Opportunities</a>
<a href="../donate.html" class="button-large">Donate</a>
</nav>

View file

@ -28,7 +28,7 @@
<a href="../about.html">About</a>
<a href="../join.html">Join us</a>
<a href="../blog.html">Blog</a>
<a href="../jobs.html">Jobs</a>
<a href="../opportunities.html">Opportunities</a>
<a href="../donate.html" class="button-large">Donate</a>
</nav>

View file

@ -28,7 +28,7 @@
<a href="../about.html">About</a>
<a href="../join.html">Join us</a>
<a href="../blog.html">Blog</a>
<a href="../jobs.html">Jobs</a>
<a href="../opportunities.html">Opportunities</a>
<a href="../donate.html" class="button-large">Donate</a>
</nav>

View file

@ -28,7 +28,7 @@
<a href="../about.html">About</a>
<a href="../join.html">Join us</a>
<a href="../blog.html">Blog</a>
<a href="../jobs.html">Jobs</a>
<a href="../opportunities.html">Opportunities</a>
<a href="../donate.html" class="button-large">Donate</a>
</nav>

View file

@ -28,7 +28,7 @@
<a href="../about.html">About</a>
<a href="../join.html">Join us</a>
<a href="../blog.html">Blog</a>
<a href="../jobs.html">Jobs</a>
<a href="../opportunities.html">Opportunities</a>
<a href="../donate.html" class="button-large">Donate</a>
</nav>

View file

@ -28,7 +28,7 @@
<a href="../about.html">About</a>
<a href="../join.html">Join us</a>
<a href="../blog.html">Blog</a>
<a href="../jobs.html">Jobs</a>
<a href="../opportunities.html">Opportunities</a>
<a href="../donate.html" class="button-large">Donate</a>
</nav>

View file

@ -28,7 +28,7 @@
<a href="../about.html">About</a>
<a href="../join.html">Join us</a>
<a href="../blog.html">Blog</a>
<a href="../jobs.html">Jobs</a>
<a href="../opportunities.html">Opportunities</a>
<a href="../donate.html" class="button-large">Donate</a>
</nav>

View file

@ -28,7 +28,7 @@
<a href="../about.html">About</a>
<a href="../join.html">Join us</a>
<a href="../blog.html">Blog</a>
<a href="../jobs.html">Jobs</a>
<a href="../opportunities.html">Opportunities</a>
<a href="../donate.html" class="button-large">Donate</a>
</nav>

View file

@ -28,7 +28,7 @@
<a href="../about.html">About</a>
<a href="../join.html">Join us</a>
<a href="../blog.html">Blog</a>
<a href="../jobs.html">Jobs</a>
<a href="../opportunities.html">Opportunities</a>
<a href="../donate.html" class="button-large">Donate</a>
</nav>

View file

@ -28,7 +28,7 @@
<a href="../about.html">About</a>
<a href="../join.html">Join us</a>
<a href="../blog.html">Blog</a>
<a href="../jobs.html">Jobs</a>
<a href="../opportunities.html">Opportunities</a>
<a href="../donate.html" class="button-large">Donate</a>
</nav>

View file

@ -28,7 +28,7 @@
<a href="../about.html">About</a>
<a href="../join.html">Join us</a>
<a href="../blog.html">Blog</a>
<a href="../jobs.html">Jobs</a>
<a href="../opportunities.html">Opportunities</a>
<a href="../donate.html" class="button-large">Donate</a>
</nav>

View file

@ -28,7 +28,7 @@
<a href="../about.html">About</a>
<a href="../join.html">Join us</a>
<a href="../blog.html">Blog</a>
<a href="../jobs.html">Jobs</a>
<a href="../opportunities.html">Opportunities</a>
<a href="../donate.html" class="button-large">Donate</a>
</nav>

View file

@ -28,7 +28,7 @@
<a href="about.html">About</a>
<a href="join.html">Join us</a>
<a href="blog.html">Blog</a>
<a href="jobs.html">Jobs</a>
<a href="opportunities.html">Opportunities</a>
<a href="donate.html" class="button-large">Donate</a>
</nav>