Website/info/index.html

43 lines
2.1 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<link rel="stylesheet" href="../src/style.css">
<title>Website Info</title>
</head>
<body>
<nav id="navbar"></nav>
<main>
<div class="content">
<h2 class="titlebar">Website Info</h2>
This wonderfull website was made my <i>me</i>.<br><br>
It sadly requires javascript to run, because at this point in time, I don't know how to use a CMS like Hugo.<br>
But for all the FOSS freaks out there, the javascript is licenced under the GPL v.3 licence and browsers like GNU Icecat should detect the licence automaticly.
If any issues occur with Icecat or any other browsers, feel free to contact me.
<hr>
<h2>Legal</h2>
The <u>content</u> of this website is licenced under the CC BY-SA 4.0 licence, which gives you the unrestricted freedom to <u>share</u> and <u>modify</u>
copies of this website. You are even allowed to do so commercially.<br><br>
<b>But under the following terms:</b><br>
You have to give credit to me, <b>indicate if changes were made</b> and licence the material under the same lience.<br><br>
If you want to base your work of of mine, I suggest you to <a href="https://creativecommons.org/licenses/by-sa/4.0/">read the licence</a>.<br><br>
The <u>javascript</u> of this website is licenced under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU General Public Licence v.3</a>.
<hr>
<h2>Source</h2>
All the sourcecode is readily avaiable on my Gitea instance <a href="https://git.weingardt.dev/0xmac/Website">here</a>.
</div>
<div id="footnote"><var id="toplevel" data-="../">Please enable Javascript on this page as it's required to generate the footer and navigation bar.<br>For fear of non-free Javascript: The JS is licensed under GPL v.3</var></div>
</main>
<footer id="footer"></footer>
<!-- Some variables and script-call for global site elements -->
<var id="selected-nav" data-="Website Info"></var>
<script rel="text/javascript" src="../global/global.js"></script>
</body>
</html>