move credits and license to a separate page

This commit is contained in:
speedie 2023-05-01 14:13:42 +02:00
parent b3cc0b2283
commit 46f5072a2d
5 changed files with 62 additions and 8 deletions

32
credits.php Normal file
View file

@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<?php include 'php/header.php';?>
<meta charset="UTF-8">
<meta name="description" content="Credit where credit is due.">
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Credits</title>
</head>
<body>
<div class="content">
<h2>Credits</h2>
<p>Credits for this website and all services I run.</p>
<ul>
<li>speedie.site</li>
<p>The initial concept for this site was designed by <a href="https://donut.eu.org">donut.eu.org</a>. I have expanded on it and rewritten a lot of the styling since. Thank you!</p>
<li>git.speedie.site</li>
<p>Favicon and logo was designed by <a href="https://donut.eu.org">donut.eu.org</a> in scalable vector format. git.speedie.site is a cgit instance.</p>
<li>ls.speedie.site</li>
<p>ls.speedie.site is a fork of <a href="https://github.com/lorenzos/Minixed">MINIXED</a> with mostly styling changes.</p>
<li>speedwm.speedie.site, spmenu.speedie.site, wiki.speedie.site</li>
<p>All my wikis are done through <a href="https://github.com/panicsteve/w2wiki/">w2wiki</a>, which I have modified a bit to fit my needs.</p>
<li>Web server</li>
<p>Everything is hosted on a Vultr VPS using Apache2.</p>
</ul>
</div>
</body>
<footer>
<?php include 'php/footer.php';?>
</footer>
</html>

View file

@ -13,3 +13,7 @@ footer {
.column { .column {
display: inline; display: inline;
} }
.links {
color: #66667d;
}

View file

@ -41,12 +41,6 @@
</ul> </ul>
<h3>Email me</h3> <h3>Email me</h3>
<p>Feel free to <a href="mailto:speedie@speedie.site">send me encrypted or unencrypted email.</a> My public GPG key is available <a href="https://ls.speedie.site/pubkey.asc">here</a>, and my email address is <code>speedie@speedie.site</code>. The email is stored on my VPS. <p>Feel free to <a href="mailto:speedie@speedie.site">send me encrypted or unencrypted email.</a> My public GPG key is available <a href="https://ls.speedie.site/pubkey.asc">here</a>, and my email address is <code>speedie@speedie.site</code>. The email is stored on my VPS.
<h3>Privacy notice and licensing</h3>
<p>I am just as concerned about privacy, security and free software as you. Because of my philosophy, this website does not use a single line of JavaScript as I believe it is unnecessary for 90% of what a website needs to do for the average person! This also means, the website is <strong>free/libre (as in freedom)</strong> by design, and therefore also LibreJS compliant. It should be noted that I <em>do</em> use PHP server-side in order to make maintaining this site easier.</p>
<p>However my entire website, including HTML. CSS, and PHP is available for free and distributed to you under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> license. <strong>All contributions to the site are licensed under the same license.</strong> Nonfree contributions of any kind are <strong>not accepted</strong>.</p>
<h3>About this site</h3>
<p>This site is running on my Debian GNU/Linux VPS on the Apache 2 web server, along with the other services I run, such as <a href="https://ls.speedie.site">ls.speedie.site</a>, <a href="https://git.speedie.site">git.speedie.site</a>, <a href="https://wiki.speedie.site">wiki.speedie.site</a>, among others.</p>
<p>The base for this website was designed by <a href="https://donut.eu.org">emilyd</a> as a concept, and I have continued working on it since. Thank you!</p>
</div> </div>
</body> </body>
<footer> <footer>

View file

@ -6,8 +6,10 @@
<body> <body>
<div> <div>
<div class="column"> <div class="column">
<h3>This entire website, including <strong>all</strong> HTML. CSS, and PHP is available for free and distributed to you under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> license. You may get a copy <a href="https://codeberg.org/speedie/speedie-page">here.</a></h3> <a class="links" href="/privacy.php">Privacy notice and license information</a>
<h4>The base for this website was designed by <a href="https://donut.gq">emilyd</a> as a concept, and I have expanded on it further. Thank you!</h4> <a class="links" href="/credits.php">Credits</a>
<a class="links" href="https://git.speedie.site">Git</a>
<a class="links" href="https://ls.speedie.site">Downloads</a>
</div> </div>
</head> </head>
</html> </html>

22
privacy.php Normal file
View file

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<?php include 'php/header.php';?>
<meta charset="UTF-8">
<meta name="description" content="Privacy notice">
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Privacy notice</title>
</head>
<body>
<div class="content">
<h2>Privacy notice and licensing</h2>
<p>I am just as concerned about privacy, security and free software as you. Because of my philosophy, this website does not use a single line of JavaScript as I believe it is unnecessary for 90% of what a website needs to do for the average person! This also means, the website is <strong>free/libre (as in freedom)</strong> by design, and therefore also LibreJS compliant. It should be noted that I <em>do</em> use PHP server-side in order to make maintaining this site easier.</p>
<p>However my entire website, including HTML. CSS, and PHP is available for free and distributed to you under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> license. <strong>All contributions to the site are licensed under the same license.</strong> Nonfree contributions of any kind are <strong>not accepted</strong>.</p>
<p>This site is running on my Debian GNU/Linux VPS on the Apache 2 web server, along with the other services I run, such as <a href="https://ls.speedie.site">ls.speedie.site</a>, <a href="https://git.speedie.site">git.speedie.site</a>, <a href="https://wiki.speedie.site">wiki.speedie.site</a>, among others.</p>
</div>
</body>
<footer>
<?php include 'php/footer.php';?>
</footer>
</html>