Website/info/index.html
2024-10-11 23:05:21 +02:00

51 lines
2.7 KiB
HTML

<!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="../global/theme.css">
<script rel="text/javascript" src="../global/global.js"></script>
<link rel="stylesheet" href="../global/style.css">
<title>Website Info</title>
</head>
<body>
<nav id="navbar"></nav>
<main>
<div class="content fit">
<h2 class="titlebar">Website Info</h2>
This wonderful 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 licensed under the GPL v.3 license and browsers like GNU Icecat should detect the license automatically.
If any issues occur with Icecat or any other browsers, feel free to contact me.
</div>
<div class="content fit">
<h2 class="titlebar">Legal</h2>
The <u>content</u> of this website is licensed under the CC BY-SA 4.0 license, 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 license the material under the same license.<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 license</a>.<br><br>
The <u>javascript</u> of this website is licensed under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU General Public License v.3</a>.
</div>
<div class="content fit">
<h2 class="titlebar">Website Source Code</h2>
All the source code is readily available on my Gitea instance <a href="https://git.weingardt.dev/0xmac/Website">here</a>.<br>
If issues occur, you want something added or something else, this is the place to make issues and pull requests.
</div>
<div class="content fit">
<h2 class="titlebar">88x31 Buttons</h2>
Some of the cool 88x31 buttons, located in the footer are from <a href="https://www.deadnet.se/88x31/index.html">www.deadnet.se</a>,<br>
while some others I've yanked from other websites :P
</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>
</body>
</html>