In this repo i store all my websites, each in a different branch
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.4 KiB

  1. <html>
  2. <head>
  3. <title>
  4. CLINL Kernel
  5. </title>
  6. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-material-design/4.0.2/bootstrap-material-design.css"
  7. \>
  8. <link rel="stylesheet" href="style.css" \>
  9. </head>
  10. <body class="container page">
  11. <div class="row navbar">
  12. <a href="index.html" class="col-xs-3 navbut">Home</a>
  13. <a href="https://kernel.clinl.org" class="col-xs-3 navbut">Repository</a>
  14. <a href="aboutus.html" class="col-xs-3 navbut">About us</a>
  15. <a href="contribute.html" class="col-xs-3 navbut">Contribute</a>
  16. </div>
  17. <div class="par">
  18. You can contribute in different ways.
  19. <ul>
  20. <li>Donate money</li>
  21. <!-- later: add hyperlinks -->
  22. <li>
  23. <a href="gettingstarted.html"> Help us programming </a>
  24. </li>
  25. <li>
  26. Tell other people about us!
  27. </li>
  28. <li>
  29. <a href="mailto:wittmaxi@clinl.org?Subject=Feedback on CLINL">Give us feedback on CLINL </a>
  30. </li>
  31. </ul>
  32. <div class="big">Current Contributors: </div>
  33. <ul>
  34. <li>Marcel Haazen : Hosting the entirity of the CLINL project </li>
  35. <li>4AF2 10DE 996B 673C 0FD8 AFA0 8B35 B3C8 94B9 64DD : Paying for the domain and managing the email infrastructure"
  36. </li>
  37. </ul>
  38. </div>
  39. </body>
  40. </html>