This commit is contained in:
Sojus07
2025-04-07 22:16:20 +02:00
parent 785b33f9cb
commit 968e146c28
4 changed files with 42 additions and 5 deletions

37
contact.html Normal file
View File

@ -0,0 +1,37 @@
<!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="./index.html">[ HOME ]</a>
<a href="https://git.0xcc01.de/Sojus07">[ GIT ]</a>
<a href="https://discord.com/users/sojus07">[ DC ]</a>
<a href="./services.html">[ HOSTED ]</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>
Contact: <br> <br>
- Mail : <a href="mailto:sojus07@0xcc01.de">[ sojus07@0xcc01.de ]</a> <br>
- Discord : <a href="https://discord.gg/users/sojus07"> [ Sojus07 ] </a> <br>
- Matrix : [ @sojus07:matrix.org ] <br> <br>
</p>
</div>
<footer>Sojus07 - &copy; 2025</footer>
</body>
</html>

View File

@ -12,8 +12,8 @@
<div class="main"> <div class="main">
<nav> <nav>
<a href="./contact.html">[ CONTACT ]</a>
<a href="https://git.0xcc01.de/Sojus07">[ GIT ]</a> <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://discord.com/users/sojus07">[ DC ]</a>
<a href="./services.html">[ HOSTED ]</a> <a href="./services.html">[ HOSTED ]</a>
</nav> </nav>
@ -37,8 +37,8 @@
- Operate Tor Relays <br><br> - Operate Tor Relays <br><br>
</p> </p>
</div> </div>
<footer>Sojus07 - &copy; 2025</footer> <footer>Sojus07 - &copy; 2025</footer>
</body> </body>
</html> </html>

View File

@ -11,8 +11,8 @@
<body> <body>
<div class="main"> <div class="main">
<nav> <nav>
<a href="./contact.html"> [ CONTACT ]</a>
<a href="https://git.0xcc01.de/Sojus07">[ GIT ]</a> <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://discord.com/users/Sojus07">[ DC ]</a>
<a href="./index.html">[ HOME ]</a> <a href="./index.html">[ HOME ]</a>
</nav> </nav>

View File

@ -11,8 +11,8 @@
<body> <body>
<div class="main"> <div class="main">
<nav> <nav>
<a href="./contact.html">[ CONTACT ]</a>
<a href="https://git.0xcc01.de/Sojus07">[ GIT ]</a> <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://discord.com/users/Sojus07">[ DC ]</a>
<a href="https://0xcc01.de">[ HOME ]</a> <a href="https://0xcc01.de">[ HOME ]</a>
</nav> </nav>