add stuff to license page :3
This commit is contained in:
parent
abec5c424c
commit
7b574f8842
@ -24,14 +24,33 @@
|
||||
<title>Licenses - Poke</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link href="/css/yt-ukraine.svg?v=6" rel="icon">
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Licenses - Poke">
|
||||
<meta property="og:description" content="see the licenses of projects/packages used on poke!!">
|
||||
<meta property="og:image" content="/static/poke.webp">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta name="twitter:title" content="Licenses - Poke">
|
||||
<meta name="twitter:description" content="see the licenses of projects/packages used on poke!!">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
|
||||
<!-- Facebook -->
|
||||
<meta property="facebook:title" content="Licenses - Poke">
|
||||
<meta property="facebook:description" content="see the licenses of projects/packages used on poke!!">
|
||||
|
||||
<link href="/css/app.main.css?v=44600" rel="stylesheet">
|
||||
<link href="https://fonts.bunny.net/css2?family=Inter:wght@900&family=Sigmar+One&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
@font-face{
|
||||
font-family:"Ginto Nord";
|
||||
font-weight:800;
|
||||
src:url("https://cdn.statically.io/gh/brecert/discord-quote-generator/main/Ginto-Nord-800.woff") format("woff");
|
||||
@font-face {
|
||||
src: url("https://p.poketube.fun/https://cdn.glitch.me/43b6691a-c8db-41d4-921c-8cf6aa0d9108/robotoflex.ttf?v=16683434286881");
|
||||
font-family: "PokeTube Flex";
|
||||
font-style: normal;
|
||||
font-stretch: 1% 800%;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
:root{color-scheme:dark}
|
||||
body{color:#fff}
|
||||
body {
|
||||
@ -41,7 +60,18 @@
|
||||
:visited{color:#00c0ff}
|
||||
a{color:#0ab7f0}
|
||||
.app{max-width:1000px;margin:0 auto;padding:24px}
|
||||
p{ font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans", sans-serif; }
|
||||
body,h1,h2{font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans"}
|
||||
h2 {
|
||||
font-family:"poketube flex", sans-serif,
|
||||
font-weight:700;
|
||||
font-stretch:extra-expanded;
|
||||
}
|
||||
h1 {
|
||||
font-family:"poketube flex", sans-serif,
|
||||
font-weight:1000;
|
||||
font-stretch:extra-expanded;
|
||||
}
|
||||
.toc{margin:1rem 0 2rem}
|
||||
.toc li{margin:.25rem 0}
|
||||
pre.license{
|
||||
@ -58,8 +88,9 @@
|
||||
<h1>Licenses</h1>
|
||||
<p>
|
||||
All <b>source code</b> that powers Poke is released under
|
||||
<a href="https://www.gnu.org/philosophy/free-sw.html">free software</a> licenses.
|
||||
<a href="https://www.gnu.org/philosophy/free-sw.html">Free/Libre software</a> licenses :D
|
||||
</p>
|
||||
<p>see here why the term "open source" misses <a href="https://www.gnu.org/philosophy/open-source-misses-the-point"> the point </a> </p>
|
||||
<p>
|
||||
A issue with a license?? <a href="https://codeberg.org/ashley/poke/issues/new?">report it to us!</a>
|
||||
</p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user