diff options
author | Milan Mišić <fridolin.411@web.de> | 2024-01-29 00:39:53 +0100 |
---|---|---|
committer | Milan Mišić <fridolin.411@web.de> | 2024-01-29 00:39:53 +0100 |
commit | ac3b8900a7f828609610313825fc511365997cd0 (patch) | |
tree | da114fff91ca1c42c99550be11f4eab53d3fd8b4 /licenses | |
parent | ba36fa26f9ff9e3879ef1a31b2462d2df1f39a62 (diff) |
Added photography section, some small fixes here and there
Diffstat (limited to 'licenses')
-rw-r--r-- | licenses/main.html | 82 |
1 files changed, 0 insertions, 82 deletions
diff --git a/licenses/main.html b/licenses/main.html deleted file mode 100644 index bb265ac..0000000 --- a/licenses/main.html +++ /dev/null @@ -1,82 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="UTF-8"> - <meta name="description" content="Licenses"> - <link rel="stylesheet" href="/beauty.css"> - <link rel="icon" href="/icon.png" type="image/png"> - - <title> - Twoexem - </title> - </head> - - <body> - <header> - <a href=/ style="display:block;width:48px;margin-left:auto;margin-right:auto"> - <img src=/resources/icons/go-home.svg> - </a> - <h1>Licenses and legal information</h1> - </header> - <hr> - <main> - <div class=text> - I exclusively use the font "Prompt" by Cadson Demak on this website. - <br> - <a href=https://github.com/cadsondemak/prompt target=_blank>GitHub repository</a> - <br> - <a href=https://openfontlicense.org/ target=_blank>SIL Open Font License</a> - </div> - <br> - <div class=text> - The media hosted on this website, notably images and videos, are licensed under the CC BY-SA 4.0 license, unless stated otherwise. - <br> - <!-- Uncomment this once you set up the mailserver - <i>Note: Feel free to send an eMail to usage@twoexem.com if you use an image from this website.</i> - <br> - --> - <a href=https://creativecommons.org/licenses/by-sa/4.0/legalcode target=_blank>CC BY SA 4.0</a> - <!-- GDPR probs doesn't allow this - <br> - <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons Lizenzvertrag" style="border-width:0" src="https://licensebuttons.net/l/by-sa/4.0/88x31.png" /></a><br />--> - </div> - <br> - <div class=text> - The HTML and CSS files used on this website are licensed under the MIT license. - <br> - <a href=https://git.twoexem.com/mm/twoexem.com/ target=_blank>Website source code</a> - <br> - <a href=https://mit-license.org/>MIT License</a> - <br> - <i>Note: Only the pure HTML and CSS files are made public. Media is not included in the repository.</i> - </div> - <br> - <div class=text> - This website uses material taken from the ”Breeze” icon set made by KDE. - <br> - <a href=https://www.gnu.org/licenses/lgpl-3.0.en.html target=_blank>GNU LGPL 3.0</a> - <br> - <a href=https://develop.kde.org/frameworks/breeze-icons/ target=_blank>Breeze Icons</a> - <!-- GDPR probs doesn't allow this - <br> - <a href=https://www.gnu.org/licenses/lgpl-3.0.en.html> - <img src=https://www.gnu.org/graphics/lgplv3-147x51.png> - </a>--> - </div> - <br> - <div class=text> - This website doesn't collect and process any kind of user data. It also does not utilize cookies and external third-party resources. - </div> - <br> - <div class=text> - Diese Website ist rein privat betrieben und besitzt keinerlei kommerziellen Hintergrund und verbreitet keine journalistischen Inhalte. Sie ist deswegen <b>nicht Impressungspflichtig</b>. Zudem erhebt und verarbeitet der Server dieser Website keinerlei persönliche Daten wie IP-Adressen o.ä. Sie ist deswegen auch <b>nicht Datenschutzerklärungspflichtig.</b> - </div> - <br> - <!-- - <div class=text> - Support: <a href=mailto://legal@twoexem.com>legal@twoexem.com</a> - </div> - --> - </main> - </body> -</html> |