homepage/html/about_me.html
2026-03-08 19:01:20 +01:00

64 lines
No EOL
2.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Liliesh's Homepage</title>
<link rel="stylesheet" href="./base.css">
<link rel="stylesheet" href="./about_me.css">
<meta charset="UTF-8">
<meta name="description" content="meow meow! :3">
<meta name="keywords" content="Linux, Self-Hosting, Meow">
<meta name="author" content="Liliesh">
<meta name="viewport" content="width=device-width, inital-scale=1.0">
</head>
<body>
<div class="topbar">
<div class="lefthead">
<h3>Liliesh's Homepage!</h3>
<p><i>I like to meow! :3</i></p>
</div>
<div>
<div class="navbar">
<p>goto</p>
<a href="./index.html">home</a>
<a href="./blog.html">blog</a>
<a href="./links.html">links</a>
<a href="./about_me.html" id="current_nav">about_me</a>
</div>
</div>
</div>
<hr>
<main>
<p>[liliesh@xenia homepage]$ tiv assets/avatar.png</p>
<img id="avatar" src="assets/avatar.png?30x30">
<svg>
<filter id="pixelate" x="0" y="0">
<feFlood x="5" y="5" height="1" width="1"/>
<feComposite width="5" height="5"/>
<feTile result="a"/>
<feComposite in="SourceGraphic" in2="a" operator="in"/>
<feMorphology operator="dilate"radius="2"/>
</filter>
</svg>
<p>[liliesh@xenia homepage]$ cd ~/Documents</p>
<p>[liliesh@xenia Documents]$ cat about_meeee.txt</p>
<p>Hiiii! it's meeee, Liliesh. Also called Maya in some spaces.<br>
I like to fiddle around with anything that resolves within the world of IT! And sometimes also other things! <br>
My main focus is on exploring/checking out software (preferred Open Source) and doing homelab things.
</p>
<p>You can find stuff from me on the following platforms:</p>
<ul>
<li><a href="https://cfn.social/@liliesh">Fediverse</a></li>
<li><a href="https://codeberg.org/liliesh">Software projects (Codeberg)</a></li>
<li><a href="https://git.pinkhaj.world/liliesh">Software projects (Backup)</a></li>
</ul>
<p>[liliesh@xenia Documents]$ exit<span id="blinky">_</span></p>
</main>
</body>
<footer>
<hr>
<div class="footerbox">
This page is javascript free - <a href="https://codeberg.org/liliesh/homepage">Source Code</a>
</div>
</footer>
</html>