Clean and update homepage
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Ada 2024-04-08 03:49:58 +02:00
parent f233fe8388
commit 95a30892e4
Signed by: ada
GPG key ID: 6A7F898157C6DE6E
2 changed files with 17 additions and 47 deletions

View file

@ -1,35 +0,0 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Ada</title>
<link rel="stylesheet" href="ui.css" />
</head>
<body>
<main>
<h1>Site of a random human</h1>
<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>Homelab</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://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. I have some useless project on my <a href="https://github.com/r4iponce">Github</a> and <a href="https://git.gnous.eu/ada">Gitea</a></p>
</footer>
</body>
</html>

View file

@ -6,25 +6,30 @@
</header>
<main>
<h2>$ whoami</h2>
<h2>$ whoami</h2>
<p>
<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>
</p>
<h2>$ ls Project</h2>
<h2>$ ls Project</h2>
<h3>Homelab</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://ilearned.eu">I Learned</a></h3>
<p>A dead collaborative blog</p>
<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. I have some useless project on my <a href="https://github.com/r4iponce">Github</a> and <a href="https://git.gnous.eu/ada">Gitea</a></p>
<p>If you want to contact me, i y have a mail ada @ gnous.eu. 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>