45 lines
1.1 KiB
HTML
45 lines
1.1 KiB
HTML
<!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="https://0xcc01.de">[ 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><br>
|
|
- Operate Tor Relays
|
|
</p>
|
|
</div>
|
|
|
|
<footer>Sojus07 - © 2025</footer>
|
|
</body>
|
|
|
|
</html>
|