new dark theme and other fancy css things :3

This commit is contained in:
ari melody 2024-04-06 22:47:53 +01:00
parent 40079b00e1
commit 83ae258545
Signed by: ari
GPG key ID: CF99829C92678188
8 changed files with 211 additions and 36 deletions

View file

@ -3,10 +3,11 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" value="width=device-width, initial-scale=1">
<title>🏕️ bliss.town</title>
<title>bliss town</title>
<link rel="icon" type="image/x-icon" href="/img/favicon.png">
<meta property="og:site_name" content="🏕️ bliss.town" />
<meta property="og:title" content="welcome to bliss.town!" />
<meta property="og:site_name" content="🏕️ bliss town" />
<meta property="og:title" content="welcome to bliss town!" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://bliss.town" />
@ -18,12 +19,20 @@
<header>
<nav>
<a href="/">home</a>
<span aria-hidden="true">-</span>
<a href="/links">links</a>
<span aria-hidden="true">-</span>
<a href="/paste">paste</a>
<span aria-hidden="true">-</span>
<a href="https://git.arimelody.me/ari/bliss.town" target="_blank">source</a>
</nav>
</header>
<main>
<h1><span aria-hidden="true">🏕️</span><br>welcome to bliss.town!</h1>
<div class="title-icon">
<img src="/img/icon-light.svg" class="icon-light" width=64 height=64 />
<img src="/img/icon-dark.svg" class="icon-dark" width=64 height=64 />
</div>
<h1>welcome to bliss<span class="col-primary-bg">.</span>town!</h1>
<hr>
<p>
we're not hosting much at this domain just yet.
@ -32,10 +41,9 @@
</p>
</main>
<footer>
<p>made with <span role="img" aria-label="love">♥ by <a href="https://arimelody.me">ari</a>, 2024</p>
<div id="footer-links">
<a href="https://git.arimelody.me/ari/bliss.town">source</a>
</div>
<p>
made with <span role="img" aria-label="love"></span> by <a href="https://arimelody.me">ari</a>, 2024.
</p>
</footer>
</body>
</html>