35 lines
1.2 KiB
HTML
35 lines
1.2 KiB
HTML
<!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>
|