about.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title> Nibis </title>
  7. <link rel="stylesheet" type="text/css" href="css/styles.css">
  8. <link rel="icon" type="image/png" href="icons/favicon.png">
  9. </head>
  10. <body>
  11. <div class="main-container">
  12. <div class="fixed-container">
  13. <nav>
  14. <ul class="desktop-nav">
  15. <li> <a href="index.html" class="logo"><img alt="NIBIS logo" src="icons/logo.png"></a>
  16. <li>
  17. <li>
  18. </li>
  19. </ul>
  20. </nav>
  21. </div>
  22. <div class="content-wrapper row">
  23. <div class="content-wrapper column">
  24. <div class="overflow-container">
  25. <div class="visual-editor-container padding">
  26. <h2> Description </h2>
  27. Nibis is a platform where anyone can create Tedi documents easily.
  28. <h2> Licenses </h2>
  29. <h3>Client side</h3>
  30. <ul>
  31. <li> jszip: <a href="https://github.com/Stuk/jszip/blob/main/LICENSE.markdown">MIT license or the GPLv3 </a>
  32. <li> creta: <a href="https://notabug.org/alkeon/creta">AGPLV3</a>
  33. <li> TogetherJS: <a href="https://github.com/jsfiddle/togetherjs/blob/develop/LICENSE.html">MPL v2</a>
  34. <li> beautify-js: <a href="https://github.com/beautify-web/js-beautify/blob/main/LICENSE"> MIT </a>
  35. <li> FileSaver: <a href="https://github.com/eligrey/FileSaver.js/blob/master/LICENSE.md"> MIT </a>
  36. </ul>
  37. <h3>Server side</h3>
  38. <ul>
  39. <li> nodejs: <a href="https://github.com/nodejs/node/blob/master/LICENSE"> Mixed open source licenses </a>
  40. <ul>
  41. <li> body-parser: <a href="https://github.com/expressjs/body-parser/blob/master/LICENSE"> MIT </a>
  42. <li> cors: <a href="https://github.com/expressjs/body-parser/blob/master/LICENSE"> MIT </a>
  43. <li> express: <a href="https://github.com/expressjs/express/blob/master/LICENSE"> MIT </a>
  44. <li> morgan: <a href="https://github.com/expressjs/morgan/blob/master/LICENSE"> MIT </a>
  45. <li> tree-kill: <a href="https://github.com/pkrumins/node-tree-kill"> MIT </a>
  46. </ul>
  47. <li> texlive: <a href="https://www.tug.org/texlive/LICENSE.TL"> LPPL </a>
  48. <li> texlive-xetex: <a href="https://sourceforge.net/p/xetex/code/ci/master/tree/source/texk/web2c/xetexdir/COPYING"> Mixed open source licenses </a>
  49. </ul>
  50. </div>
  51. </div>
  52. </div>
  53. </div>
  54. </div>
  55. </body>
  56. </html>