Reworked Page Info, Added Button Reference
This commit is contained in:
parent
6f570dea10
commit
f58dbcd332
@ -12,24 +12,31 @@
|
||||
<body>
|
||||
<nav id="navbar"></nav>
|
||||
<main>
|
||||
<div class="content">
|
||||
<div class="content fit">
|
||||
<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>
|
||||
</div>
|
||||
<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>
|
||||
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 class="content fit">
|
||||
<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 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>
|
||||
|
Loading…
Reference in New Issue
Block a user