Merge branch 'www-add-basic-index-html' into 'main'
add: basic html See merge request odweta/sourceworks.dev!1
This commit is contained in:
+29
@@ -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 – 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> – 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> – 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> – a tool for managing projects which use the odwetalibc library.</li>
|
||||
<li><a href="https://github.com/odweta/fakturovac">Fakturovač</a> – software for creating and managing invoices.</li>
|
||||
<li><a 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>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>
|
||||
Reference in New Issue
Block a user