Add Jobs page
This commit is contained in:
parent
e14440af94
commit
ecff6a4b49
28 changed files with 112 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
||||||
<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="jobs.html">Jobs</a>
|
||||||
<a href="donate.html" class="button-large">Donate</a>
|
<a href="donate.html" class="button-large">Donate</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
<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="jobs.html">Jobs</a>
|
||||||
<a href="donate.html" class="button-large">Donate</a>
|
<a href="donate.html" class="button-large">Donate</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
<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="../jobs.html">Jobs</a>
|
||||||
<a href="../donate.html" class="button-large">Donate</a>
|
<a href="../donate.html" class="button-large">Donate</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
<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="jobs.html">Jobs</a>
|
||||||
<a href="donate.html" class="button-large">Donate</a>
|
<a href="donate.html" class="button-large">Donate</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
<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="jobs.html">Jobs</a>
|
||||||
<a href="donate.html" class="button-large">Donate</a>
|
<a href="donate.html" class="button-large">Donate</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
<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="jobs.html">Jobs</a>
|
||||||
<a href="donate.html" class="button-large">Donate</a>
|
<a href="donate.html" class="button-large">Donate</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
<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="jobs.html">Jobs</a>
|
||||||
<a href="donate.html" class="button-large">Donate</a>
|
<a href="donate.html" class="button-large">Donate</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
<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="jobs.html">Jobs</a>
|
||||||
<a href="donate.html" class="button-large">Donate</a>
|
<a href="donate.html" class="button-large">Donate</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
85
jobs.html
Normal file
85
jobs.html
Normal file
|
@ -0,0 +1,85 @@
|
||||||
|
<!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 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="jobs.html">Jobs</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-12">
|
||||||
|
|
||||||
|
<!-- Main Content -->
|
||||||
|
<section>
|
||||||
|
<header>
|
||||||
|
<h2>Jobs</h2>
|
||||||
|
</header>
|
||||||
|
</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>
|
|
@ -28,6 +28,7 @@
|
||||||
<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="jobs.html">Jobs</a>
|
||||||
<a href="donate.html" class="button-large">Donate</a>
|
<a href="donate.html" class="button-large">Donate</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
<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="jobs.html">Jobs</a>
|
||||||
<a href="donate.html" class="button-large">Donate</a>
|
<a href="donate.html" class="button-large">Donate</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
<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="../jobs.html">Jobs</a>
|
||||||
<a href="../donate.html" class="button-large">Donate</a>
|
<a href="../donate.html" class="button-large">Donate</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
<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="../jobs.html">Jobs</a>
|
||||||
<a href="../donate.html" class="button-large">Donate</a>
|
<a href="../donate.html" class="button-large">Donate</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
<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="../jobs.html">Jobs</a>
|
||||||
<a href="../donate.html" class="button-large">Donate</a>
|
<a href="../donate.html" class="button-large">Donate</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
<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="../jobs.html">Jobs</a>
|
||||||
<a href="../donate.html" class="button-large">Donate</a>
|
<a href="../donate.html" class="button-large">Donate</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
<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="../jobs.html">Jobs</a>
|
||||||
<a href="../donate.html" class="button-large">Donate</a>
|
<a href="../donate.html" class="button-large">Donate</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
<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="../jobs.html">Jobs</a>
|
||||||
<a href="../donate.html" class="button-large">Donate</a>
|
<a href="../donate.html" class="button-large">Donate</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
<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="../jobs.html">Jobs</a>
|
||||||
<a href="../donate.html" class="button-large">Donate</a>
|
<a href="../donate.html" class="button-large">Donate</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
<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="../jobs.html">Jobs</a>
|
||||||
<a href="../donate.html" class="button-large">Donate</a>
|
<a href="../donate.html" class="button-large">Donate</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
<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="../jobs.html">Jobs</a>
|
||||||
<a href="../donate.html" class="button-large">Donate</a>
|
<a href="../donate.html" class="button-large">Donate</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
<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="../jobs.html">Jobs</a>
|
||||||
<a href="../donate.html" class="button-large">Donate</a>
|
<a href="../donate.html" class="button-large">Donate</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
<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="../jobs.html">Jobs</a>
|
||||||
<a href="../donate.html" class="button-large">Donate</a>
|
<a href="../donate.html" class="button-large">Donate</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
<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="../jobs.html">Jobs</a>
|
||||||
<a href="../donate.html" class="button-large">Donate</a>
|
<a href="../donate.html" class="button-large">Donate</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
<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="../jobs.html">Jobs</a>
|
||||||
<a href="../donate.html" class="button-large">Donate</a>
|
<a href="../donate.html" class="button-large">Donate</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
<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="../jobs.html">Jobs</a>
|
||||||
<a href="../donate.html" class="button-large">Donate</a>
|
<a href="../donate.html" class="button-large">Donate</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
<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="../jobs.html">Jobs</a>
|
||||||
<a href="../donate.html" class="button-large">Donate</a>
|
<a href="../donate.html" class="button-large">Donate</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
<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="../jobs.html">Jobs</a>
|
||||||
<a href="../donate.html" class="button-large">Donate</a>
|
<a href="../donate.html" class="button-large">Donate</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
<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="jobs.html">Jobs</a>
|
||||||
<a href="donate.html" class="button-large">Donate</a>
|
<a href="donate.html" class="button-large">Donate</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue