1
0
Fork 0

Compare commits

...

2 commits

Author SHA1 Message Date
Benedikt Bastin
3e19d3462a feat: Added license information to css 2021-02-11 22:46:12 +01:00
Benedikt Bastin
a64e6cdfd0 feat: Added license information and link to gitea to dashboard 2021-02-11 22:43:15 +01:00
2 changed files with 10 additions and 0 deletions

View file

@ -164,6 +164,11 @@
In den Plots stehen die nötigen Infos dafür oben mit drauf. In den Plots stehen die nötigen Infos dafür oben mit drauf.
Ein Link wäre aber auch hier nett. Ein Link wäre aber auch hier nett.
</p> </p>
<p>
Der Python-Code für die Erstellung des Dashboards steht unter der <a href="https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12" target="_blank" rel="noreferrer">European Union Public Licence (EUPL) Version 1.2</a>.
Der Code ist verfügbar auf meinem <a href="https://gitea.bastin.nrw/benedikt/rki-impfparser" target="_blank">Gitea-Server</a>.
Der XHTML-Code für das Dashboard steht, wie oben erwähnt, unter der CC-BY-SA 4.0-Lizenz.
</p>
</section> </section>
</section> </section>
<section> <section>

View file

@ -1,3 +1,8 @@
/*
* Copyright (C) Benedikt Bastin, 2021
* SPDX-License-Identifier: CC-BY-SA-4.0
*/
body { body {
font-family: Noto Sans; font-family: Noto Sans;
max-width: 1000px; max-width: 1000px;