pages/index.html

69 lines
3.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/styles/styles.css">
<title>Simon's Website</title>
</head>
<body>
<div class="center">
<div>
<div class="content">
<h1>Hello there! <span class="shadow">👋</span></h1>
<p>My name is Simon Müller, and you've found your way to my place on the interwebs. Long live our feline
overlords <img class="emote" src="/assets/neocat.png" alt="A NeoCat Emoji." width="24px"></p>
<blockquote>Fun Fact: This website uses <span class="blink-red">no Cookies or Javascript!</span></blockquote>
<hr>
<h2>A couple of links:</h2>
<ul>
<li><a class="donate" href="https://ko-fi.com/cyrus42" target="_blank">Support me on Ko-Fi (donate)</a></li>
<li><a href="https://wetdry.world/@cyrus" rel="me" target="_blank">Me on the Fediverse</a></li>
<li><a href="https://codeberg.org/TGRush" target="_blank">My Codeberg</a></li>
<li><a href="/blog/posts.html">Blogposts</a></li>
</ul>
<hr>
<h2>Contact</h2>
<ul>
<li><a href="https://matrix.to/#/@cyrus:tchncs.de">Matrix <code>(@cyrus:tchncs.de)</code></a></li>
<li><a href="xmpp:cyrus42@disroot.org">XMPP <code>(cyrus42@disroot.org)</code></a></li>
<li><a href="https://signal.me/#eu/XldPWf59Xmhi0Qqprhx-l0bHnzIzGr0DtNfqzIqZNQ9WlxFD-DpBBqFiKHxMRlCb">Signal
<code>(cyrus.42)</code></a></li>
<li><a href="mailto:cyrus42@disroot.org">E-Mail <code>(cyrus42@disroot.org)</code></a></li>
<li><a
href="https://simplex.chat/contact#/?v=2-4&smp=smp%3A%2F%2FSkIkI6EPd2D63F4xFKfHk7I1UGZVNn6k1QWZ5rcyr6w%3D%40smp9.simplex.im%2Ff90WVcX5le5cN0oHPEmSapwTgUuE22Bj%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEATU3IXLM-paWgplNtI7VzC2wgJPHgkXu4sMbf_zgVUTM%253D%26srv%3Djssqzccmrcws6bhmn77vgmhfjmhwlyr3u7puw4erkyoosywgl67slqqd.onion">
SimpleX Chat</a></li>
</ul>
<hr>
<h2>Soon, the blog will move here.</h2>
<details>
<summary>More Info</summary>
<p>Bearblog endorses using ChatGPT to search their docs. I find that uncool given their premise of being
smallweb™
certified and "cutting the bloat"</p>
<p>As such, a new blogpost will appear here soon, instead of on Bearblog.</p>
<p>Eventually I'll also move my existing posts. (that will take time, though...)</p>
</details>
<hr>
<a href="https://freeplay.floof.company/" target="_blank"><img
src="https://freeplay.floof.company/assets/buttons/free.gif" alt="Freeplay"></a>
<a href="https://mozilla.org/firefox" target="_blank"><img src="/assets/firefox.png"
alt="Take back the web: Firefox"></a>
<a href="https://fediverse.info" target="_blank"><img src="/assets/fediverse.gif"
alt="Join the Fediverse!!!"></a>
<a href="https://ublockorigin.com/" target="_blank"><img src="/assets/ublock.png" alt="uBlock Origin, NOW"></a>
<a href="https://www.youtube.com/@ScottTheWoz" target="_blank"><img src="/assets/scotthere.gif"
alt="Hey All, Scott here"></a>
<a href="https://matrix.org" target="_blank"><img src="/assets/discordnoway.gif" alt="Discord? No way!"></a>
</div>
</div>
</div>
<p class="credit">Background: <a href="https://unsplash.com/photos/blue-and-white-abstract-painting-r2F5ZIEUPtk"
target="_blank">Emily
Bernal</a></p>
</body>
</html>