Update content
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending

This commit is contained in:
Ada 2024-11-16 15:17:42 +01:00
parent 1260dab2db
commit c76c3e0dc6
Signed by: ada
GPG key ID: 6A7F898157C6DE6E
2 changed files with 19 additions and 15 deletions

View file

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Ada website</title> <title>💅 Ada website</title>
<link rel="stylesheet" href="/ui.css"> <link rel="stylesheet" href="/ui.css">
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Ada personal website"> <meta name="description" content="💅 Ada website">
</head> </head>
<body> <body>

View file

@ -9,31 +9,35 @@
<div id="woami"> <div id="woami">
<h2>$ whoami</h2> <h2>$ whoami</h2>
<p> <p>
I am currently a student in security. I spend my time building useless network and system infrastructure. I love free software. I'm a dev and system administrator studying computer security.
</p> </p>
</div> </div>
<div id="projects"> <div id="projects">
<h2>$ ls Project</h2> <h2>$ ls Project</h2>
<h3><a href="https://git.gnous.eu/ada/hac">Homelab</a></h3> <h3><a href="https://git.gnous.eu/gnouseu/plakken">📋 Plakken</a></h3>
<p>A small lab to learn network and system. I use Proxmox in bare-metal and Ubuntu for my virtual machines. <p>Trivial pastebin service with developers in mind 💻</p>
I automate some tasks with Ansible.
</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/gnouseu/plakken">Plakken</a></h3>
<p>A web paste (like hastebin) written in Go</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://git.gnous.eu/ada/spiegel">Spiegel</a></h3>
<p>A tools written in Go for mirroring a git repository</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>
<div id="contribution"> <div id="contribution">
<h3>Contribution</h3> <h3>Contribution</h3>
<ul> <ul>
<li><a href="https://codeberg.org/forgejo/forgejo/">Forgejo</a> (Go)</li>
<li><a href="https://gnous.eu">Gnous</a> (Ansible, CI/CD, Docker)</li> <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> </ul>
</div> </div>
</main> </main>