Merge branch 'www-add-basic-index-html' into 'main'

add: basic html

See merge request odweta/sourceworks.dev!1
This commit is contained in:
odweta
2026-09-12 12:44:09 +02:00
+29
View File
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sourceworks.dev</title>
</head>
<body>
<h1>Odweta &#0150; Personal Home Page</h1>
<p>an Android programmer, sysadmin and <i>hacker</i></p>
<h3>Programming projects:</h3>
<ul>
<li><a 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 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 href="https://gitlab.com/odweta/vendetta">vendetta</a> &#0150; a tool for managing projects which use the odwetalibc library.</li>
<li><a href="https://github.com/odweta/fakturovac">Fakturovač</a> &#0150; software for creating and managing invoices.</li>
<li><a 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>Contact me at:</h3>
<ul>
<li>Email: <a href="mailto:contact@sourceworks.dev">contact@sourceworks.dev</a></li>
<li>Matrix: @odweta:matrix.org</li>
</ul>
</footer>
</body>
</html>