ada.wf/templates/index.html
Ada 07b1aeea17
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add PGP
2024-05-05 22:33:50 +02:00

37 lines
1.2 KiB
HTML

{% extends "base.html" %}
{% block content %}
<header>
<h1>Site of a random human</h1>
</header>
<main>
<h2>$ whoami</h2>
<p>
I am currently a student in security. I spend my time to make a useless network and system infrastructure. I love free software (!=opensource).
</p>
<h2>$ ls Project</h2>
<h3><a href="https://git.gnous.eu/ada/hac">Homelab</a></h3>
<p>A small lab to learn network and system. I use Proxmox in bare-metal and Ubuntu for my virtual machines. I
automate some task with Ansible.</p>
<h3><a href="https://git.gnous.eu/gnouseu/plakken">Plakken</a></h3>
<p>A web paste (like hastebin) written in go</p>
<h3><a href="https://git.gnous.eu/ada/spiegel">Spiegel</a></h3>
<p>A tools written in Go for mirror a repository.</p>
<h3><a href="https://ilearned.eu">I Learned</a></h3>
<p>A dead collaborative blog</p>
</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>). I have some useless project on <a href="https://git.gnous.eu/ada">Forgejo</a> and <a href="https://github.com/r4iponce">Github</a>, i mostly use Forgejo. </p>
</footer>
</body>
{% endblock content %}