84 lines
5.6 KiB
HTML
Executable File
84 lines
5.6 KiB
HTML
Executable File
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<!-- So, you've decided to look at the source code of this website? Interesting ... Send me an email and you'll get... something. Probably just an email as a response >:3 -->
|
||
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||
<meta name="description" content="{{ page.description }}">
|
||
|
||
<title>{{ page.title }}</title>
|
||
|
||
<link rel="preload" as="style" href="/assets/css/styles.css">
|
||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||
|
||
<body>
|
||
{% include menu.html %}
|
||
|
||
<div class="main">
|
||
<div class="pfp">
|
||
<a target="_blank" href="/assets/images/Hexaitos/Babanasaur/headshot-hexaitos-24.png">
|
||
<img src="/assets/images/Hexaitos/Babanasaur/headshot-hexaitos-24_thumb.jpg" width="150px" height="150px" alt="A stylised painting of the head and part of the upper body of an anthropomorphic bateleur eagle. The image is square.">
|
||
</a>
|
||
<p>A headshot of me!<br/> Made by Babanasaur</p>
|
||
</div>
|
||
|
||
<div style="text-align: center;">
|
||
{% assign dateStart = "1999-04-10" | date: '%s' %}
|
||
{% assign nowTimestamp = 'now' | date: '%s' %}
|
||
|
||
{% assign diffSeconds = nowTimestamp | minus: dateStart %}
|
||
{% assign diffDays = diffSeconds | divided_by: 3600 | divided_by: 24 | divided_by: 365 %}
|
||
|
||
<b>{% include emoticons/bateleur_head %} Bateleur eagle from Germany. {{ diffDays | round: 0 }}. He/they/bird. {% include emoticons/thetadelta %}</b>
|
||
</div>
|
||
|
||
<h1>Welcome to my website!</h1>
|
||
|
||
<p>Hello and welcome to my website ^v^ My name is Hexaitos (or just Hex). I am a bateleur eagle from Germany and I live in a mystical city that is rumoured not to exist. Also, because this has shocked some people before, my name does actually have a meaning! The <q><i>-aitos</i></q> is just an uncommon transliteration of the Ancient Greek word for eagle (ἀετός, aetos) and <q><i>Hex-</i></q> is from hexadecimal and also just because I thought it sounded cool. {% include emoticons/buzzard %} </i></p>
|
||
|
||
<p>I like working with computers (especially Linux, currently on EndeavourOS) and networks, playing (video) games, learning languages (I speak German, Swedish and English pretty well and know a good chunk of Ancient Greek), taking photos and a bunch of other things, depending on what I am currently fixated on. I, obviously, also really like birds with birds of prey being my favourite – but any bird is good. I also want to get into VR soon-ish. I am also a big fan of FOSS and self-hosting things.</p>
|
||
|
||
<p>As my actual job, I make computers go <i>brrr</i> (well, sometimes at any rate). I currently (October 2024) work as as systems and network administrator. I am trying to find a new place, though, because the company I currently work at is a bit… eh, to say the least. </p>
|
||
|
||
<p>If you want to get in touch, look at the <a href="contact.html">contact</a> page! You can find me on plenty of websites or just send me an email – I am always happy to talk to new people! I don’t usually bite. Unless you want me to >:3</p>
|
||
|
||
<p>This website is still very much a work-in-progress and it was last updated on the following day: {{ 'now' | date: "%-d %B %Y"}}. I also have a <a href="blog.html">blog</a> where I will be posting things mostly about computers, games and birds (<i>who’d’ve thunk?</i>).</p>
|
||
|
||
<h2>Other projects</h2>
|
||
<dl>
|
||
<dt><a href="https://bateleur.org">bateleur.org</a></dt>
|
||
<dd>At the moment, bateleur.org is simply a mirror of hexaitos.com but hosted entirely at home.</dd>
|
||
|
||
<dt><a href="gemini://terathopius.com">gemini://terathopius.com</a></dt>
|
||
<dd>This is my Gemini capsule. Gemini is an alternative network protocol (like HTTP) and you will need a special browser to be able to see it. There is an HTTP proxy of my Gemini capsule that you can access through <a href="https://terathopius.com">https://terathopius.com</a>, however.</dd>
|
||
|
||
<dt><a href="https://git.bateleur.org">git.bateleur.org</a></dt>
|
||
<dd>My own instance of Gitea where you can find the source code not only of my websites but also my other projects.</dd>
|
||
|
||
<dt><a href="https://birds.bateleur.org">birds.bateleur.org</a></dt>
|
||
<dd>A small website that I made that displays a random image of a bird of prey from Wikimedia Commons. It also has an API that you can send a GET request to. I am working on remaking it in Rails (it’s currently running on Sinatra).</dd>
|
||
|
||
<dt><a href="https://social.bateleur.org">social.bateleur.org</a></dt>
|
||
<dd>My own GoToSocial instance, mostly for my own projects like the bot listed below and a backup account.</dd>
|
||
|
||
<dt><a href="https://social.bateleur.org/@botofprey">@botofprey@social.bateleur.org</a></dt>
|
||
<dd>A Fediverse / Mastodon bot that posts a random photo of a bird of prey from Wikimedia Commons every six hours. It uses the API of birds.bateleur.org to get its data. </dd>
|
||
</dl>
|
||
|
||
<h2>Webrings</h2>
|
||
<div class="webring">
|
||
<span>Fediring</span>
|
||
<div class="webring-btn-container">
|
||
<a class="webring-btn" href="https://fediring.net/previous?host=hexaitos.com">←</a>
|
||
<a class="webring-btn" href="https://fediring.net/random">⚄</a>
|
||
<a class="webring-btn" href="https://fediring.net/next?host=hexaitos.com">→</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<footer>
|
||
{% include footer.html %}
|
||
</footer>
|
||
</body>
|
||
</html> |