ada.wf/templates/index.html
Ada c76c3e0dc6
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
Update content
2024-11-16 15:22:05 +01:00

81 lines
2.1 KiB
HTML

{% extends "base.html" %}
{% block content %}
<header>
<h1>Site of a random human</h1>
</header>
<main>
<div id="woami">
<h2>$ whoami</h2>
<p>
I'm a dev and system administrator studying computer security.
</p>
</div>
<div id="projects">
<h2>$ ls Project</h2>
<h3><a href="https://git.gnous.eu/gnouseu/plakken">📋 Plakken</a></h3>
<p>Trivial pastebin service with developers in mind 💻</p>
<h3><a href="https://gitlab.gnous.eu/ada/status">📈 Status</a></h3>
<p>Minimalist status page</p>
<h3><a href="https://git.gnous.eu/ada/c-hash-breaker">🔨 Hash breaker</a></h3>
<p>MD5 hash breaker</p>
<h3><a href="https://gihub.com/r4iponce/kshort">✂️ Kshort (WIP)</a></h3>
<p>An overly complex link shortener</p>
<h3><a href="https://git.gnous.eu/spiegel">🪞 Spiegel (WIP)</a></h3>
<p>A light git repository mirror tool</p>
</div>
<div id="contribution">
<h3>Contribution</h3>
<ul>
<li><a href="https://gnous.eu">Gnous</a> (Ansible, CI/CD, Docker)</li>
<li><a href="https://codeberg.org/forgejo/forgejo/">Forgejo</a> (Go)</li>
</ul>
</div>
</main>
<footer>
<p>If you want to contact me, i y have a mail ada @ gnous.eu (my public PGP key is : <a href="/pgp.asc">0x6A7F898157C6DE6E</a>).</p>
<ul>
<li>
<a href="https://github.com/r4iponce" class="href">
<picture>
<source srcset="/github-mark-white.svg" media="(prefers-color-scheme: dark)" alt="Github logo">
<img src="/github-mark.svg" alt="Github logo">
</picture>
</a>
</li>
<li>
<a href="https://git.gnous.eu/ada" class="href">
<picture>
<img src="/forgejo.svg" alt="Forgejo logo">
</picture>
</a>
</li>
<li>
<a href="https://gitlab.gnous.eu/ada" class="href">
<picture>
<img src="/gitlab.svg" alt="Gitlab logo">
</picture>
</a>
</li>
<li>
<a href="https://codeberg.org/adaaa" class="href">
<picture>
<img src="/codeberg.svg" alt="Codeberg logo">
</picture>
</a>
</li>
</ul>
</footer>
</body>
{% endblock content %}