change copyright logo to copyleft "transform 180deg"
changed MIT date
updated CSS, andd added minifed css

Signed-off-by: Sophia Atkinson <sophialul@protonmail.com>
This commit is contained in:
2023-08-28 18:46:10 -07:00
parent 98949aa56f
commit 10c8c84365
10 changed files with 517 additions and 158 deletions

View File

@ -17,7 +17,7 @@
<meta property="og:title" content="Wade Waters">
<meta property="og:image" content="/img/cover.webp">
<meta property="og:description" content="Welcome to Wades World.">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="/assets/css/main.min.css">
<p hidden>
<a rel="me" href="https://mstdn.social/@wadeAU">Mastodon</a>
</p>
@ -31,10 +31,9 @@
<h3><a href="/">Home</a></h3>
</div>
<div id="footer">
<p>
&copy;<script>document.write(new Date().getFullYear());</script> Wade Waters
<p><script>document.write(new Date().getFullYear());</script><noscript>20xx</noscript> Wade Waters
<br>
Developed by <a class="sa-credit" href="https://sophia.wtf">Sophia Atkinson</a>
Designed by <a class="sa-credit" href="https://sophia.wtf">Sophia Atkinson</a>
</p>
</div>
</body>