Main HTML Templates
This commit is contained in:
59
templates/info.html
Normal file
59
templates/info.html
Normal file
@@ -0,0 +1,59 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
|
||||
|
||||
{{style | safe}}
|
||||
<link rel="stylesheet" href="/styles/newstyle.css">
|
||||
<link rel="stylesheet" href="/styles/nav.css">
|
||||
|
||||
<title>Website info</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<div class="columnsplitter">
|
||||
<div class="rowsplitter">
|
||||
<div class="content fit">
|
||||
<h2 class="titlebar">ℹ️ Website Info</h2>
|
||||
This wonderful website was made my <i>me</i>.<br><br>
|
||||
This site doesn't use JavaScript.
|
||||
The site uses Python Flask for it's backend to serve rendered HTML files.
|
||||
|
||||
</div>
|
||||
<div class="content fit">
|
||||
<h2 class="titlebar">⚖️ Legal</h2>
|
||||
If you wish to <a href="../contact">contact</a> me, or have any concerns about potential copyright infringement or similar, please
|
||||
do here: <a href="mailto:legal@weingardt.dev">legal@weingardt.dev</a>
|
||||
<br><br><hr><br>
|
||||
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>
|
||||
</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">📑 Logging</h2>
|
||||
This website logs your visit with the information you give every website you visit,
|
||||
like your IP-Adress and User Agent. This is just stored for me to see if anyone actually visits this
|
||||
site. This data is not shared with anyone or anything or any third or second parties.
|
||||
</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>
|
||||
{{footer | safe}}
|
||||
</div>
|
||||
{{navbar | safe}}
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user