86 lines
5.6 KiB
HTML
86 lines
5.6 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width; initial-scale=1.0">
|
|
<meta name="description" content="The personal website of Mykolas Uselis">
|
|
<meta name="color-scheme" content="dark">
|
|
|
|
<link rel="icon" href="/favicon.png">
|
|
<link rel="stylesheet" type="text/css" href="/css/styles.css">
|
|
<title>Mykolas Uselis' page</title>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Welcome to Mykolas Uselis' personal page!</h1>
|
|
<p><a rel="alternate" hreflang="lt" href="/lt/"><span lang="lt">Lietuviška versija</span> / Lithuanian version</a></p>
|
|
</header>
|
|
<main>
|
|
<section>
|
|
<h2>About me</h2>
|
|
<ul class="border">
|
|
<li>I am from Lithuania.</li>
|
|
<li>I love free and open-source software.</li>
|
|
<li>I advocate for privacy online and try to avoid Big Tech as much as possible.</li>
|
|
<li>I like Linux. Using Arch right now, but I have experience with distributions like Debian and Fedora.</li>
|
|
<li>I program, mainly creating web stuff. I'm trying to get into low-level programming too, learning Rust. See what I've created in the <a href="#projects">projects section</a>.</li>
|
|
<li>I play the piano, I like classical music from composers like Chopin and Rachmaninoff.</li>
|
|
<li>I love listening to various sub- and fusion- genres of metal like metalcore. <a href="#track-list">List of tracks I currently like</a>.</li>
|
|
<li>I also enjoy reading books, mainly science fiction.</li>
|
|
</ul>
|
|
</section>
|
|
<section>
|
|
<h2 id="projects">My programming projects</h2>
|
|
<ul class="seperated">
|
|
<li>
|
|
<h3>Hangman</h3>
|
|
<p>A simple CLI game. Features include random word and topic selection, ability to expand the content, ASCII hangman art and varying difficulty levels. This is the first substantial project I have done.</p>
|
|
<img alt="Picture from a game of Hangman" src="/pictures/hangman_screenshot.png">
|
|
<p><i>Source code: <a target="_blank" referrerpolicy="no-referrer" href="https://git.ari.lt/muyrety/Hangman/">https://git.ari.lt/muyrety/Hangman/</a></i></p>
|
|
</li>
|
|
<li>
|
|
<h3>Smarter</h3>
|
|
<p>This is a web application I built for playing trivia games online, featuring support for OpenTriviaDB, custom question creation, real-time updates and much more.</p>
|
|
<img alt="Picture of the Smarter app" src="/pictures/smarter_screenshot.png">
|
|
<p><i>Try it out: <a target="_blank" href="https://smarter.uselis.eu/">https://smarter.uselis.eu/</a></i></p>
|
|
<p><i>Source code: <a target="_blank" referrerpolicy="no-referrer" href="https://git.ari.lt/muyrety/Smarter/">https://git.ari.lt/muyrety/Smarter/</a></i></p>
|
|
</li>
|
|
<li>
|
|
<h3>This website!</h3>
|
|
<p><i>Source code: <a href="https://git.ari.lt/muyrety/uselis.eu/" referrerpolicy="no-referrer" target="_blank">https://git.ari.lt/muyrety/uselis.eu/</a></i></p>
|
|
</li>
|
|
</ul>
|
|
<p><i>P.S. you can find all my present and future projects with their source code on <a rel="me" target="_blank" referrerpolicy="no-referrer" href="https://git.ari.lt/muyrety/">my Forgejo profile</a>.</i></p>
|
|
</section>
|
|
<section>
|
|
<h2 id="track-list">List of tracks I currently like</h2>
|
|
<ul class="centered-list">
|
|
<li>Bring Me The Horizon - Chelsea Smile</li>
|
|
<li>Bring Me The Horizon - It Never Ends</li>
|
|
<li>Bring Me The Horizon - Blessed With A Curse</li>
|
|
<li>Architects - Gravedigger</li>
|
|
<li>Architects - Black Lungs</li>
|
|
<li>If I Were You - Cursed</li>
|
|
<li>Parkway Drive - The Siren's Song</li>
|
|
<li>Parkway Drive - Horizons</li>
|
|
<li>Deftones - Diamond Eyes</li>
|
|
</ul>
|
|
<p><i>Last updated 2025-08-06</i></p>
|
|
</section>
|
|
<section>
|
|
<h2>Contacts / Socials</h2>
|
|
<ul class="centered-list seperated">
|
|
<li>Signal (preffered): <a rel="me" target="_blank" referrerpolicy="no-referrer" href="https://signal.me/#eu/0f9tMPV6koHcSvLn6XfSxI5i2oUBCjoDVN-ygIUwtFg4ir3x7npJb4q57z_CpFFl">@muyrety.25876345</a></li>
|
|
<li>Email (alias): <a rel="me" target="_blank" referrerpolicy="no-referrer" href="mailto:uselis.eu.lasso530@passinbox.com">uselis.eu.lasso530@passinbox.com</a></li>
|
|
<li>XMPP: <a rel="me" target="_blank" referrerpolicy="no-referrer" href="xmpp:muyrety@jabjab.de">muyrety@jabjab.de</a></li>
|
|
<li>Mastodon: <a rel="me" target="_blank" referrerpolicy="no-referrer" href="https://mas.to/@muyrety">@muyrety@mas.to</a></li>
|
|
</ul>
|
|
</section>
|
|
</main>
|
|
<footer>
|
|
<p><i>The font used (JetBrains Mono) is licensed under <a href="/fonts/OFL.txt">OFL</a></i></p>
|
|
<p><i>© 2025 Mykolas Uselis under <a rel="license" href="/license.txt">CC BY-ND 4.0</a></i></p>
|
|
</footer>
|
|
</body>
|
|
</html>
|