2024-09-16 21:27:26 +02:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width,initial-scale=1,shrink-to-fit=no" >
2024-09-23 20:36:29 +02:00
< link rel = "stylesheet" href = "../global/theme.css" >
< script rel = "text/javascript" src = "../global/global.js" > < / script >
< link rel = "stylesheet" href = "../global/style.css" >
2024-09-16 21:27:26 +02:00
< title > Website Info< / title >
< / head >
< body >
< nav id = "navbar" > < / nav >
< main >
2024-09-20 23:13:10 +02:00
< div class = "content fit" >
2024-09-16 21:27:26 +02:00
< h2 class = "titlebar" > Website Info< / h2 >
2024-09-21 20:41:23 +02:00
This wonderful website was made my < i > me< / i > .< br > < br >
2024-09-16 21:27:26 +02:00
It sadly requires javascript to run, because at this point in time, I don't know how to use a CMS like Hugo.< br >
2024-10-11 23:05:21 +02:00
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.
2024-09-16 21:27:26 +02:00
If any issues occur with Icecat or any other browsers, feel free to contact me.
2024-09-20 23:13:10 +02:00
< / div >
< div class = "content fit" >
< h2 class = "titlebar" > Legal< / h2 >
2024-11-15 08:29:47 +01:00
If you wish to < a href = "../contact" > contact< / a > me, or have any concerns about potential copyright infringement or similar, please
do here: legal@weingardt.dev
< br > < br > < hr > < br >
2024-10-11 23:05:21 +02:00
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 >
2024-09-16 21:27:26 +02:00
copies of this website. You are even allowed to do so commercially.< br > < br >
< b > But under the following terms:< / b > < br >
2024-10-11 23:05:21 +02:00
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 > .
2024-09-20 23:13:10 +02:00
< / div >
< div class = "content fit" >
< h2 class = "titlebar" > Website Source Code< / h2 >
2024-10-11 23:05:21 +02:00
All the source code is readily available on my Gitea instance < a href = "https://git.weingardt.dev/0xmac/Website" > here< / a > .< br >
2024-09-20 23:13:10 +02:00
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 >
2024-10-11 23:05:21 +02:00
while some others I've yanked from other websites :P
2024-09-16 21:27:26 +02:00
< / 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 >