This commit is contained in:
Sojus07
2025-03-30 14:32:54 +02:00
parent baece3a465
commit 785b33f9cb

View File

@ -1,44 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./src/css/style.css">
<title>Sojus07 | About</title>
</head>
<body>
<div class="main">
<nav>
<a href="https://git.0xcc01.de/Sojus07">[ GIT ]</a>
<a href="https://github.com/Sojus07">[ GITHUB ]</a>
<a href="https://discord.com/users/sojus07">[ DC ]</a>
<a href="./index.html">[ HOME ]</a>
</nav>
<div class="inner-box">
<img src="./src/media/png/ghost.png" alt="ASCII Art">
</div>
<p>
I'm Sojus07, 18, male, and based in Germany. <br>
<br>
Hobbies: <br>
- Softmodding Consoles <br>
- Satellite Communication <br>
- Server maintaining <br>
- Linux/BSD <br><br>
Knowledge: <br>
- No Web Dev, of course <br>
- Systems: Linux / NixOS / BSD <br>
- Embedded: Pico / Arduino / ESP <br>
- Languages: C / Python / Bash / Nix <br>
- Operate Tor Relays <br><br>
</p>
</div>
<footer>Sojus07 - &copy; 2025</footer>
</body>
</html>