index.html 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. <!DOCTYPE html>
  2. <head>
  3. <title>Apiote: Credits</title>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1">
  6. <script src="https://code.jquery.com/jquery-3.3.1.min.js"
  7. integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
  8. crossorigin="anonymous"></script>
  9. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.1/css/brands.css"
  10. integrity="sha384-SYNjKRRe+vDW0KSn/LrkhG++hqCLJg9ev1jIh8CHKuEA132pgAz+WofmKAhPpTR7"
  11. crossorigin="anonymous">
  12. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.1/css/fontawesome.css"
  13. integrity="sha384-0b7ERybvrT5RZyD80ojw6KNKz6nIAlgOKXIcJ0CV7A6Iia8yt2y1bBfLBOwoc9fQ"
  14. crossorigin="anonymous">
  15. <link rel="stylesheet" href="https://unpkg.com/material-components-web@0.36.0/dist/material-components-web.min.css"
  16. integrity="sha512-xKSgTutWqX2F22Uxywtig03sHCUxl4pJw2dzeIxH1EDvbEwhg5M1/KBUvrxNDiTe5HSjHRLdaW6XBhuYawROQw=="
  17. crossorigin="anonymous">
  18. <link rel="stylesheet" href="https://code.cdn.mozilla.net/fonts/fira.css"
  19. integrity="sha512-+1KxIb9PlTfR4rUzuEswDvY4Nx+VfsoQxZstss5OUqZMs+bHl9/YPTS09vvC80XVtu6cqslNovpRXyap2gi6WQ=="
  20. crossorigin="anonymous">
  21. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/IBM-type/0.5.4/css/ibm-type.min.css"
  22. integrity="sha512-sky5cf9Ts6FY1kstGOBHSybfKqdHR41M0Ldb0BjNiv3ifltoQIsg0zIaQ+wwdwgQ0w9vKFW7Js50lxH9vqNSSw=="
  23. crossorigin="anonymous">
  24. <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
  25. <link rel="stylesheet" href="/styles/main.css">
  26. <link rel="stylesheet" href="/styles/article.css">
  27. <meta name="theme-color" content="#911f1b">
  28. <link rel="shortcut icon" href="/img/favicon/favicon.ico">
  29. <link rel="icon" sizes="16x16 32x32 64x64" href="/img/favicon/favicon.ico">
  30. <link rel="icon" type="image/png" sizes="196x196" href="/img/favicon/favicon-192.png">
  31. <link rel="icon" type="image/png" sizes="160x160" href="/img/favicon/favicon-160.png">
  32. <link rel="icon" type="image/png" sizes="96x96" href="/img/favicon/favicon-96.png">
  33. <link rel="icon" type="image/png" sizes="64x64" href="/img/favicon/favicon-64.png">
  34. <link rel="icon" type="image/png" sizes="32x32" href="/img/favicon/favicon-32.png">
  35. <link rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16.png">
  36. <link rel="apple-touch-icon" href="/img/favicon/favicon-57.png">
  37. <link rel="apple-touch-icon" sizes="114x114" href="/img/favicon/favicon-114.png">
  38. <link rel="apple-touch-icon" sizes="72x72" href="/img/favicon/favicon-72.png">
  39. <link rel="apple-touch-icon" sizes="144x144" href="/img/favicon/favicon-144.png">
  40. <link rel="apple-touch-icon" sizes="60x60" href="/img/favicon/favicon-60.png">
  41. <link rel="apple-touch-icon" sizes="120x120" href="/img/favicon/favicon-120.png">
  42. <link rel="apple-touch-icon" sizes="76x76" href="/img/favicon/favicon-76.png">
  43. <link rel="apple-touch-icon" sizes="152x152" href="/img/favicon/favicon-152.png">
  44. <link rel="apple-touch-icon" sizes="180x180" href="/img/favicon/favicon-180.png">
  45. <meta name="msapplication-TileColor" content="#911f1b">
  46. <meta name="msapplication-TileImage" content="/img/favicon/favicon-144.png">
  47. <meta name="msapplication-config" content="/img/favicon/browserconfig.xml">
  48. </head>
  49. <body>
  50. <div class="drawer-container-flex">
  51. <aside class="mdc-drawer mdc-drawer--permanent mdc-typography">
  52. <nav class="mdc-drawer__drawer">
  53. <header class="mdc-drawer__header">
  54. <div class="mdc-drawer__header-content">
  55. Where now?
  56. </div>
  57. </header>
  58. <nav class="mdc-drawer__content mdc-list">
  59. <a class="mdc-list-item" href="/">
  60. <i class="material-icons mdc-list-item__graphic" aria-hidden="true">home</i>Home
  61. </a>
  62. <a class="mdc-list-item" href="/about">
  63. <i class="material-icons mdc-list-item__graphic" aria-hidden="true">person</i>About
  64. </a>
  65. <a class="mdc-list-item" href="/donate">
  66. <i class="material-icons mdc-list-item__graphic" aria-hidden="true">attach_money</i>Donate
  67. </a>
  68. <a class="mdc-list-item" href="/manifestos/">
  69. <i class="material-icons mdc-list-item__graphic" aria-hidden="true">announcement</i>Manifestos
  70. </a>
  71. <!-- tod padding
  72. <nav class="mdc-drawer__content mdc-list">
  73. <a class="mdc-list-item" href="/manifestos/privacy">
  74. <i class="material-icons mdc-list-item__graphic" aria-hidden="true"></i>Privacy
  75. </a>
  76. </nav>
  77. -->
  78. <a class="mdc-list-item" href="/programs/">
  79. <i class="material-icons mdc-list-item__graphic" aria-hidden="true">devices</i>Programs
  80. </a>
  81. <a class="mdc-list-item mdc-list-item--activated" href="/credits/">
  82. <i class="material-icons mdc-list-item__graphic" aria-hidden="true">copyright</i>Credits and legal
  83. </a>
  84. <a class="mdc-list-item" href="/contact/">
  85. <i class="material-icons mdc-list-item__graphic" aria-hidden="true">contact_support</i>Contact
  86. </a>
  87. <div class="drawer-bottom">
  88. <div class="mdc-drawer__toolbar-spacer"></div>
  89. <a href="/about/js.html" data-jslicense="1">
  90. JavaScript license information
  91. </a>
  92. </div>
  93. </nav>
  94. </nav>
  95. </aside>
  96. <header class="mdc-top-app-bar">
  97. <div class="mdc-top-app-bar__row">
  98. <section class="top-bar-menu-button mdc-top-app-bar__section mdc-top-app-bar__section--align-start">
  99. <i class="material-icons mdc-top-app-bar__navigation-icon">menu</i>
  100. </section>
  101. </div>
  102. </header>
  103. <div>
  104. <div class="header-more mdc-top-app-bar--fixed-adjust">
  105. </div>
  106. <main class="mdc-top-app-bar--fixed-adjust article-main">
  107. <div class="mdc-layout-grid">
  108. <div class="mdc-layout-grid__inner">
  109. <div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-1-tablet mdc-layout-grid__cell--span-1-mobile mdc-layout-grid__cell--span-2-desktop">
  110. </div>
  111. <div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-10-tablet mdc-layout-grid__cell--span-10-mobile mdc-layout-grid__cell--span-8-desktop">
  112. <div class="mdc-card article-card">
  113. <div class="article-path">
  114. / > Credits
  115. </div>
  116. <div class="article-content">
  117. <h1 id="credits-licenses-and-other-legal-stuff">Credits, licenses, and other legal stuff<a href="credits.yml"><sup><i class="material-icons signature">lock</i></sup></a></h1>
  118. <p>Copyright © 2018 Adam Pioterek</p>
  119. <p>This website is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</p>
  120. <p>See full <a href="/LICENSE">license</a>, or at <a href="https://www.gnu.org/licenses/">GNU website</a>.</p>
  121. <p>You can obtain the full source code on <a href="https://notabug.org/apiote/website">NotABug</a>.</p>
  122. <h2 id="javascript-libraries">JavaScript libraries</h2>
  123. <ul>
  124. <li><em>jQuery</em> Copyright © <a href="https://js.foundation/">JS Foundation and other contributors,</a>, MIT License, <a href="https://github.com/jquery/jquery">source code</a>;</li>
  125. <li><em>Material Components for the web</em> Copyright © 2017 Google Inc, Apache 2.0 License, <a href="https://github.com/material-components/material-components-web">source code</a>;</li>
  126. <li><em>yaml.js</em> Copyright © 2010 Jeremy Faivre, MIT License, <a href="https://github.com/jeremyfa/yaml.js/">source code</a>;</li>
  127. <li><em>OpenPGP.js</em> Copyright ©, GNU LGPL v3.0, <a href="https://github.com/openpgpjs/openpgpjs">source code</a>.</li>
  128. </ul>
  129. <h2 id="fonts">Fonts</h2>
  130. <ul>
  131. <li><em>Font Awesome</em> Copyright © 2018 - Fonticons Inc., SIL OFL 1.1 License, <a href="https://github.com/FortAwesome/Font-Awesome">source code</a>;</li>
  132. <li><em>Material design icons</em> Copyright © 2017 Google Inc, Apache 2.0 License, <a href="https://github.com/google/material-design-icons">source code</a>;</li>
  133. <li><em>Fira</em> Copyright © 2012-2015 The Mozilla Foundation and Telefonica S.A., SIL OFL 1.1 License, <a href="https://github.com/mozilla/Fira">source code</a>.</li>
  134. </ul>
  135. <h2 id="trademarks">Trademarks</h2>
  136. <ul>
  137. <li>Keybase and the Keybase logo are including without limitation, either trademarks, service marks or registered trademarks of Keybase, Inc.;</li>
  138. <li>Keybase logo Copyright © 2015 Keybase, BSD 3-Clause &quot;New&quot; or &quot;Revised&quot; License <a href="https://github.com/keybase/client/blob/master/media/logos/keybase_logo_official.ai">source code</a>;</li>
  139. <li>GITHUB®, the GITHUB® logo design, OCTOCAT® and the OCTOCAT® logo design are exclusive trademarks registered in the United States by GitHub, Inc;</li>
  140. <li>F-Droid logo © 2010-2018 F-Droid Limited and Contributors, GNU GPL 3+ <a href="https://gitlab.com/fdroid/artwork/tree/master/fdroid-logo-2015">source code</a>;</li>
  141. <li>Mastodon and the Mastodon logo may be either trademarks, service marks or registered trademarks of Mastodon.;</li>
  142. <li>Mastodon logo Copyright © 2018, GNU AGPL <a href="https://source.joinmastodon.org/mastodon/joinmastodon/tree/master/public">source</a>.</li>
  143. </ul>
  144. <h2 id="other-resources">Other resources</h2>
  145. <ul>
  146. <li><em>Coffee vs Tea vs Cocoa</em> © 2013-2018 <a href="https://www.megquinnart.com/">Meg Quinn</a>, as per <a href="http://artbymoga.tumblr.com/FAQ">FAQ</a> #7,8 drawings can be used but need attribution;</li>
  147. <li>Typewriter photo CC0, <a href="https://www.pexels.com/photo/remington-standard-typewriter-in-greyscale-photography-163116/">source</a>;</li>
  148. <li>Cabin photo CC0, <a href="https://www.pexels.com/photo/architecture-bungalow-cabin-clouds-277696/">source</a>;</li>
  149. <li>Slack™ screenshot © <a href="https://unsplash.com/@pankajpatel">Pankaj Patel</a>, <a href="https://unsplash.com/license">Unsplash license</a>, <a href="https://unsplash.com/photos/OXkUz1Dp-4g">source</a>;</li>
  150. <li>Woman with a broom photo © <a href="https://unsplash.com/@christianfregnan">Christian Fregnan</a>, <a href="https://unsplash.com/license">Unsplash license</a>, <a href="https://unsplash.com/photos/ox8OL0Uj0aY">source</a>;</li>
  151. <li>Man with a broom photo © <a href="https://unsplash.com/@verneho">Christian Fregnan</a>, <a href="https://unsplash.com/license">Unsplash license</a>, <a href="https://unsplash.com/photos/MwW-zrkYSIU">source</a>;</li>
  152. <li>Front page wallpaper © <a href="https://www.opendesktop.org/member/339133/">Charlie Henson</a>, CC-BY, <a href="https://www.opendesktop.org/p/1193506/">source</a>.</li>
  153. </ul>
  154. </div>
  155. </div>
  156. </div>
  157. <div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-1-tablet mdc-layout-grid__cell--span-1-mobile mdc-layout-grid__cell--span-2-desktop">
  158. </div>
  159. </div>
  160. </div>
  161. </main>
  162. </div>
  163. </div>
  164. <script src='https://unpkg.com/material-components-web@0.36.0/dist/material-components-web.min.js'
  165. integrity="sha512-fzmFt2MbZhS3Cwv9gSX+jRqpfUdaKupP0WbJyaK09Och9eMm8n1ol1fnh8EEJ1sH5HzG16etbpejWBEMvXV5ow=="
  166. crossorigin="anonymous"></script>
  167. <script>
  168. // @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt GNU-AGPL-v3.0
  169. window.mdc.autoInit();
  170. const topAppBarElement = document.querySelector('.mdc-top-app-bar');
  171. let topAppBar = new mdc.topAppBar.MDCTopAppBar(topAppBarElement);
  172. $('.top-bar-menu-button').css('display', 'initial');
  173. $('.mdc-drawer--permanent').removeClass("mdc-drawer--permanent").addClass("mdc-drawer--temporary");
  174. $('.drawer-bottom').css('width', '25%');
  175. let drawer = new mdc.drawer.MDCTemporaryDrawer(document.querySelector('.mdc-drawer--temporary'));
  176. document.querySelector('.mdc-top-app-bar__navigation-icon').addEventListener('click', () => drawer.open = true);
  177. // @license-end
  178. </script>
  179. </body>
  180. </html>