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.

51 lines
1.7 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="container">
  12. <div class="row navbar">
  13. <a href="index.html" class="col-xs-3 navbut">Home</a>
  14. <a href="https://kernel.clinl.org" class="col-xs-3 navbut">Repository</a>
  15. <a href="aboutus.html" class="col-xs-3 navbut">About us</a>
  16. <a href="contribute.html" class="col-xs-3 navbut">Contribute</a>
  17. </div>
  18. </div>
  19. <div class="par">
  20. We are a small Team that decided that there needs to be a change in the
  21. <br> world of kernels. In particular, we wanted to keep clinl
  22. <ul>
  23. <li>Safe</li>
  24. <li>Fast</li>
  25. <li>Clean</li>
  26. <li>Well documented</li>
  27. </ul>
  28. <span class="big">Our team</span>
  29. <ul>
  30. <li>Ludovic Largouardette : Developer</li>
  31. <li>Maximilian Wittmer : Developer </li>
  32. <li>Anunay Maheshwari : Developer </li>
  33. <li>0xFFFFFFFF : Code quality control/Developer</li>
  34. </ul>
  35. <span class="big">Links:</span>
  36. <br> Repository:
  37. <a href="https://kernel.clinl.org">https://kernel.clinl.org</a>
  38. <br> Telegram:
  39. <a href="https://t.me/joinchat/EXSmZ0ZKKJxUogRS33yURw">https://t.me/joinchat/EXSmZ0ZKKJxUogRS33yURw</a>
  40. <br> Contact:
  41. <a href="mailto:admin@clinl.org">admin@clinl.org</a>
  42. <br>
  43. <br>
  44. <span class="impress">
  45. Website by: Marcel Haazen 2018
  46. </span>
  47. </div>
  48. </body>
  49. </html>