<html>
|
|
|
|
<head>
|
|
<title>
|
|
CLINL Kernel
|
|
</title>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-material-design/4.0.2/bootstrap-material-design.css"
|
|
\>
|
|
<link rel="stylesheet" href="style.css" \>
|
|
</head>
|
|
|
|
<body class="container page">
|
|
<div class="row navbar">
|
|
<a href="index.html" class="col-xs-3 navbut">Home</a>
|
|
<a href="https://kernel.clinl.org" class="col-xs-3 navbut">Repository</a>
|
|
<a href="aboutus.html" class="col-xs-3 navbut">About us</a>
|
|
<a href="contribute.html" class="col-xs-3 navbut">Contribute</a>
|
|
</div>
|
|
<div class="par">
|
|
You can contribute in different ways.
|
|
<ul>
|
|
<li>Donate money</li>
|
|
<!-- later: add hyperlinks -->
|
|
<li>
|
|
<a href="gettingstarted.html"> Help us programming </a>
|
|
</li>
|
|
<li>
|
|
Tell other people about us!
|
|
</li>
|
|
<li>
|
|
<a href="mailto:wittmaxi@clinl.org?Subject=Feedback on CLINL">Give us feedback on CLINL </a>
|
|
</li>
|
|
</ul>
|
|
<div class="big">Current Contributors: </div>
|
|
<ul>
|
|
<li>Marcel Haazen : Hosting the entirity of the CLINL project </li>
|
|
<li>4AF2 10DE 996B 673C 0FD8 AFA0 8B35 B3C8 94B9 64DD : Paying for the domain and managing the email infrastructure"
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|