summaryrefslogtreecommitdiff
path: root/licenses/main.html
blob: bb265ac294274d5e88705c699a3dc42637899aba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!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>