Compare commits
15 Commits
275b87b75a
...
master
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4e4582d684 | ||
![]() |
2c8ea44c27 | ||
![]() |
968e146c28 | ||
![]() |
785b33f9cb | ||
![]() |
baece3a465 | ||
![]() |
06575f15ad | ||
![]() |
040f01b536 | ||
![]() |
3e917da4e4 | ||
![]() |
013b99cd33 | ||
![]() |
3c53b9f45c | ||
![]() |
3475ff44b6 | ||
![]() |
18b2fe14f0 | ||
![]() |
5abff5ab01 | ||
![]() |
c7e88bde87 | ||
![]() |
62c2541da4 |
54
about.html
54
about.html
@ -1,54 +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>fqbn207 | About</title>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<div class="main">
|
|
||||||
<nav>
|
|
||||||
<a href="https://git.0xcc01.de/fqbn207">[ GIT ]</a>
|
|
||||||
<a href="https://github.com/fqbn207">[ GITHUB ]</a>
|
|
||||||
<a href="https://discord.com/users/fqbn207">[ 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 fqbn207, 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>
|
|
||||||
- AR: loRa / MESHTASTIC / Freifunk<br>
|
|
||||||
- Languages: C / Python / Bash / Nix <br><br>
|
|
||||||
|
|
||||||
HW/SW: <br>
|
|
||||||
- FreeBSD / NixOS / Debian<br>
|
|
||||||
- UV-K5 / RTL-SDR v4<br>
|
|
||||||
- Some CHIPs / Raspis <br>
|
|
||||||
- FREIFUNK NODE <br>
|
|
||||||
- Pixel 8 <br>
|
|
||||||
- PE R710 / R720 [ 36 TB ] <br>
|
|
||||||
- Some Thinkpads <br>
|
|
||||||
- and many Consoles ... <br><br>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<footer>fqbn207 - © 2025</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
36
contact.html
Normal file
36
contact.html
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
<!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="./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.com/users/sojus07"> [ Sojus07 ] </a> <br>
|
||||||
|
- Matrix : <a href="https://element.io"> [ @sojus07:matrix.org ] </a> <br> <br>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer>Sojus07 - © 2025</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
43
index.html
43
index.html
@ -2,33 +2,42 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="./src/css/style.css" />
|
<link rel="stylesheet" href="./src/css/style.css">
|
||||||
<title>fqbn207 | 0xcc01</title>
|
<title>Sojus07 | About</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<nav>
|
<nav>
|
||||||
<a href="https://git.0xcc01.de/fqbn207">[ GIT ]</a>
|
<a href="./contact.html">[ CONTACT ]</a>
|
||||||
<a href="https://github.com/fqbn207">[ GITHUB ]</a>
|
<a href="https://git.0xcc01.de/Sojus07">[ GIT ]</a>
|
||||||
<a href="https://discord.com/users/fqbn207">[ DC ]</a>
|
<a href="./services.html">[ HOSTED ]</a>
|
||||||
<a href="https://0xcc01.de/about.html">[ ABT ]</a>
|
|
||||||
</nav>
|
</nav>
|
||||||
<div class="inner-box">
|
<div class="inner-box">
|
||||||
<img src="./src/media/png/ghost.png" alt="Profile Picture" />
|
<img src="./src/media/png/ghost.png" alt="ASCII Art">
|
||||||
</div>
|
</div>
|
||||||
<div class="text">
|
<p>
|
||||||
<p><br>
|
I'm Sojus07, 18, male, and based in Germany. <br>
|
||||||
Hello! i'm Fabian<a href="./about.html">[ fqbn207 ]</a><br><br>
|
<br>
|
||||||
i host some tor nodes</a><br>
|
Hobbies: <br>
|
||||||
<a href="https://tor.0xcc01.de">[ TOR NODES ]</a><br><br><br>
|
- Softmodding Consoles <br>
|
||||||
<a href="https://srv.0xcc01.de">[ ALL MY SERVICES ]</a>
|
- 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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<footer>fqbn207 - © 2025</footer>
|
<footer>Sojus07 - © 2025</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -5,16 +5,15 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<link rel="stylesheet" href="./src/css/style.css" />
|
<link rel="stylesheet" href="./src/css/style.css" />
|
||||||
<title>fqbn207 | 0xcc01</title>
|
<title>Sojus07 | 0xcc01</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<nav>
|
<nav>
|
||||||
<a href="https://git.0xcc01.de/fqbn207">[ GIT ]</a>
|
<a href="./contact.html"> [ CONTACT ]</a>
|
||||||
<a href="https://github.com/fqbn207">[ GITHUB ]</a>
|
<a href="https://git.0xcc01.de/Sojus07">[ GIT ]</a>
|
||||||
<a href="https://discord.com/users/fqbn207">[ DC ]</a>
|
<a href="./index.html">[ HOME ]</a>
|
||||||
<a href="https://0xcc01.de/about.html">[ ABT ]</a>
|
|
||||||
</nav>
|
</nav>
|
||||||
<div class="inner-box">
|
<div class="inner-box">
|
||||||
<img src="./src/media/png/anime_ascii.png" alt="Profile Picture" />
|
<img src="./src/media/png/anime_ascii.png" alt="Profile Picture" />
|
||||||
@ -31,7 +30,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<footer>fqbn207 - © 2025</footer>
|
<footer>Sojus07 - © 2025</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
26
tor.html
26
tor.html
@ -5,31 +5,29 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<link rel="stylesheet" href="./src/css/style.css" />
|
<link rel="stylesheet" href="./src/css/style.css" />
|
||||||
<title>fqbn207 | 0xcc01</title>
|
<title>Sojus07 | 0xcc01</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<nav>
|
<nav>
|
||||||
<a href="https://git.0xcc01.de/fqbn207">[ GIT ]</a>
|
<a href="./contact.html">[ CONTACT ]</a>
|
||||||
<a href="https://github.com/fqbn207">[ GITHUB ]</a>
|
<a href="https://git.0xcc01.de/Sojus07">[ GIT ]</a>
|
||||||
<a href="https://discord.com/users/fqbn207">[ DC ]</a>
|
<a href="https://0xcc01.de">[ HOME ]</a>
|
||||||
<a href="https://0xcc01.de/">[ HOME ]</a>
|
|
||||||
</nav>
|
</nav>
|
||||||
<br />
|
<br />
|
||||||
<img src="./src/media/png/bits.png" alt="" />
|
<div class="inner-box">
|
||||||
|
<img src="./src/media/png/ghost.png" alt="">
|
||||||
|
</div>
|
||||||
<center>
|
<center>
|
||||||
<br>
|
<br>
|
||||||
|
<a href="https://0xcc01.de">[ 0xcc01 ]</a> <br> <p style="color: purple;"> [6ABF9EF4C7D0246CE95DE39DDC4F4919FB049504] </p><br>
|
||||||
<a href="https://node0.tor.0xcc01.de">[ TOR NODE 0 ]</a> <br> <p style="color: purple;"> [993E4E825FAE66ACC5B739B29F403C3B7744EF91] </p><br>
|
<a href="https://node0.tor.0xcc01.de">[ 0xcc01N0 ]</a> <br> <p style="color: purple;"> [993E4E825FAE66ACC5B739B29F403C3B7744EF91] </p><br>
|
||||||
<a href="https://node1.tor.0xcc01.de">[ TOR NODE 1 ]</a> <br> <p style="color: purple;"> [289783D10DEC62798841E8A8504D697174160D64] </p><br>
|
<a href="https://node1.tor.0xcc01.de">[ 0xcc01N1 ]</a> <br> <p style="color: purple;"> [289783D10DEC62798841E8A8504D697174160D64] </p><br>
|
||||||
<a href="https://exit0.tor.0xcc01.de">[ EXIT RELAY 0 ]</a> <br> <p style="color: purple;"> [7201B354921C50F1D0864A3BEF40362A49E23A97] </p>
|
<a href="https://exit0.tor.0xcc01.de">[ 0xcc01E0 ]</a> <br> <p style="color: purple;"> [7201B354921C50F1D0864A3BEF40362A49E23A97] </p><br>
|
||||||
<br>
|
|
||||||
|
|
||||||
<a href="https://metrics.torproject.org/rs.html#search/0xcc01">[ MY NODES/RELAYS ]</a>
|
<a href="https://metrics.torproject.org/rs.html#search/0xcc01">[ MY NODES/RELAYS ]</a>
|
||||||
</center>
|
</center>
|
||||||
</div>
|
</div>
|
||||||
<footer>fqbn207 - © 2025</footer>
|
<footer>Sojus07 - © 2025</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user