Files
sourceworks.dev/index.html
T
2026-09-12 14:22:10 +02:00

47 lines
2.4 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="css/style.css"/>
<link rel="stylesheet" href="css/corrections.css"/>
<link rel="stylesheet" href="css/blink-cursor.css"/>
<link rel="stylesheet" href="css/glitch.css"/>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<title>sourceworks.dev</title>
</head>
<body>
<div class="card">
<h1 id="title" class="heading">Odweta &#0150; Personal Home Page</h1>
<p class="quote">an Android developer, sysadmin and <span class="glitch" data-glitch="hacker">hacker</span></p>
<h3 class="heading">&gt;<span class="blink-cursor">_</span> Programming projects:</h3>
<ul>
<li><a class="link" href="https://gitlab.com/odweta/solon">Solon</a> &#0150; a custom frontend for a school administration system Škola Online as an Android app.</li>
<li><a class="link" href="https://gitlab.com/odweta/odwetalibc">odwetalibc</a> &#0150; an extention library of stock C functionalities, providing dynamic arrays, Python-like lists, some string manipulation enhancements and other utility functions.</li>
<li><a class="link" href="https://gitlab.com/odweta/vendetta">vendetta</a> &#0150; a tool for managing projects which use the odwetalibc library.</li>
<li><a class="link" href="https://github.com/odweta/fakturovac">Fakturovač</a> &#0150; software for creating and managing invoices.</li>
<li><a class="link" href="https://gitlab.com/odweta/searcher">Searcher</a> &#0150; a simple app which fetches the first page of google results for a specified query and saves it as a JSON file.</li>
</ul>
<footer>
<h3 class="heading">💾 My work:</h3>
<ul>
<li>
GitLab: <a href="https://gitlab.com/odweta">https://gitlab.com/odweta</a>
</li>
<li>
GitHub: <a href="https://github.com/odweta">https://github.com/odweta</a>
</li>
</ul>
<h3 class="heading">📨 Contact me at:</h3>
<ul>
<li>Email: <a href="mailto:contact@sourceworks.dev">contact@sourceworks.dev</a></li>
<li id="bottom-line">Matrix: @odweta:matrix.org</li>
</ul>
</footer>
</div>
</body>
</html>