47 lines
2.4 KiB
HTML
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 – Personal Home Page</h1>
|
|
|
|
<p class="quote">an Android developer, sysadmin and <span class="glitch" data-glitch="hacker">hacker</span></p>
|
|
|
|
<h3 class="heading">><span class="blink-cursor">_</span> Programming projects:</h3>
|
|
<ul>
|
|
<li><a class="link" href="https://gitlab.com/odweta/solon">Solon</a> – 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> – 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> – a tool for managing projects which use the odwetalibc library.</li>
|
|
<li><a class="link" href="https://github.com/odweta/fakturovac">Fakturovač</a> – software for creating and managing invoices.</li>
|
|
<li><a class="link" href="https://gitlab.com/odweta/searcher">Searcher</a> – 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> |