Reworked Page Info, Added Button Reference

This commit is contained in:
0xmac 2024-09-20 23:13:10 +02:00
parent 6f570dea10
commit f58dbcd332

View File

@ -12,24 +12,31 @@
<body> <body>
<nav id="navbar"></nav> <nav id="navbar"></nav>
<main> <main>
<div class="content"> <div class="content fit">
<h2 class="titlebar">Website Info</h2> <h2 class="titlebar">Website Info</h2>
This wonderfull website was made my <i>me</i>.<br><br> 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> 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. 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. If any issues occur with Icecat or any other browsers, feel free to contact me.
<hr> </div>
<h2>Legal</h2> <div class="content fit">
<h2 class="titlebar">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> 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> copies of this website. You are even allowed to do so commercially.<br><br>
<b>But under the following terms:</b><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> 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> 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>. 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> </div>
<h2>Source</h2> <div class="content fit">
All the sourcecode is readily avaiable on my Gitea instance <a href="https://git.weingardt.dev/0xmac/Website">here</a>. <h2 class="titlebar">Website Source Code</h2>
All the sourcecode is readily avaiable 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 janked from other websited :P
</div> </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> <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> </main>