kekl
36
0xcc01.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>fqbn207 | 0xcc01</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="/">[ HOME ]</a>
|
||||
</nav>
|
||||
<br />
|
||||
<img src="./src/media/png/0xcc01.png" alt="" />
|
||||
<center>
|
||||
0xcc01 is the shittiest site ever <br>
|
||||
Nothing useful here <br>
|
||||
My webdev skills are non-existent <br>
|
||||
<br>
|
||||
My server runs currenly: <br>
|
||||
<a href="https://git.0xcc01.de/fqbn207">[ GIT server ]</a><br>
|
||||
<a href="https://tor.0xcc01.de">[ TOR RELAY ]</a><br>
|
||||
<br>
|
||||
</center>
|
||||
</div>
|
||||
<footer>fqbn207 - © 2025</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
85
about.html
@ -1,39 +1,56 @@
|
||||
<!DOCTYPE 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>fqbn207 | 0xcc01</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="./index.html">[ HOME ]</a>
|
||||
</nav><br>
|
||||
<img src="./src/media/nascii.png" alt="">
|
||||
<div class="text">
|
||||
<p>
|
||||
My name is<a href="./about.html">[ fqbn207 ]</a><br><br>
|
||||
</p><br>
|
||||
</div>
|
||||
<center>
|
||||
<h3>ABOUT MYSELF:</h3>
|
||||
<p>im 17, male, autistic asf<br> and based in Germany</p> <br>
|
||||
|
||||
<h3>HOBBYS:</h3>
|
||||
<p>i like <br>Softmodding Consoles <br>and Sat Comm</p><br>
|
||||
|
||||
<h3>knowledge</h3>
|
||||
<h4>SYSTEM:</h4>
|
||||
<p> Linux/NixOS/BSD</p><br>
|
||||
<h4>LANGUAGES:</h4>
|
||||
<p>C/PYTHON/BASH/NIX</p><br>
|
||||
</center>
|
||||
<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="../index.html">[ HOME ]</a>
|
||||
</nav>
|
||||
<div class="inner-box">
|
||||
<img src="./src/media/png/anime_ascii.png" alt="ASCII Art">
|
||||
</div>
|
||||
<footer>fqbn207 - © 2025</footer>
|
||||
<p>
|
||||
I'm fqbn207, 17, male, autistic, and based in Germany. <br>
|
||||
<br>
|
||||
Hobbies: <br>
|
||||
- Softmodding Consoles; <br>
|
||||
- Satellite Communication; <br>
|
||||
- Server maintaining; <br>
|
||||
- Chillin in IRC; <br>
|
||||
- STAYIN SAFE with Graphene; <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>
|
50
index.html
@ -1,30 +1,32 @@
|
||||
<!DOCTYPE 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>fqbn207 | 0xcc01</title>
|
||||
<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 | 0xcc01</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="./about.html">[ ABT ]</a>
|
||||
</nav>
|
||||
<div class="inner-box">
|
||||
<img src="./src/media/avatar.png" alt="Profile Picture">
|
||||
</div>
|
||||
<div class="text">
|
||||
<p>
|
||||
My name is<a href="./about.html">[ fqbn207 ]</a><br><br>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
<img src="./src/media/ascii.png" alt="ASCII Art">
|
||||
<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="./about.html">[ ABT ]</a>
|
||||
</nav>
|
||||
<div class="inner-box">
|
||||
<img src="./src/media/png/anime_ascii.png" alt="Profile Picture" />
|
||||
</div>
|
||||
<footer>fqbn207 - © 2025</footer>
|
||||
<div class="text">
|
||||
<p>My name is<a href="./about.html">[ fqbn207 ]</a><br>
|
||||
Website -> <a href="./0xcc01.html">[ 0xcc01 ]</a>
|
||||
<br></p>
|
||||
</div>
|
||||
<img src="./src/media/png/ascii.png" alt="ASCII Art" />
|
||||
</div>
|
||||
<footer>fqbn207 - © 2025</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</html>
|
||||
|
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 5.8 KiB |
BIN
src/media/png/0xcc01.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
src/media/png/anime_ascii.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |