hexaitos.com/_site/index.html

39 lines
1.4 KiB
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>hexaitos.com</title>
<link rel="stylesheet" href="/assets/css/styles.css">
<body>
<div class="menu">
<a href="/index.html">Home</a>
<a href="/blog.html">Blog</a>
<a href="/art.html">Art</a>
<a href="/refsheet.html">Ref sheet</a>
<a href="/contact.html">Contact</a>
</div>
<div class="main">
<div class="pfp">
<img src="/assets/images/Hexaitos/FaultyArts/hexaitos_icon.png"/>
<p>A headshot of me!<br/> Made by FaultyArts</p>
</div>
<h1>Welcome to my website!</h1>
<p>Hello and welcome to my website :> My name is Hexaitos (or just Hex). I am a bateleur eagle from Germany. I like working with computers (especially Linux) and networks, playing (video) games, learning languages, taking photos and a bunch of other things, depending on what I am currently fixated on. If you want to get in touch, look at the <a href="contact.html">contact</a> page!</p>
<p>This website is still very much a work-in-progress. I will be adding a <a href="blog.html">blog</a> at some point where I will be posting things mostly about computers and games. </p>
</div>
</body>
<footer>
<p>2024 - 2024 hexaitos.com</p>
<p>Made with Jekyll</p>
<a rel="me" href="https://squawk.social/@hexaitos"></a>
</footer>
</html>