kekl
This commit is contained in:
41
about.html
Normal file
41
about.html
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
<!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/music">MSC</a>
|
||||||
|
<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>
|
||||||
|
<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<br> and based in Germany</p> <br>
|
||||||
|
|
||||||
|
<h3>HOBBYS:</h3>
|
||||||
|
<p>i like <br>Consoles/satellites</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>
|
||||||
|
</div>
|
||||||
|
<footer>fqbn207 - © 2025</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
28
index.html
28
index.html
@ -9,34 +9,22 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<nav>
|
<nav>
|
||||||
<a href="https://git.0xcc01.de/fqbn207">MSC</a>
|
<a href="https://git.0xcc01.de/fqbn207/music">MSC</a>
|
||||||
<a href="https://git.0xcc01.de/fqbn207">GIT</a>
|
<a href="https://git.0xcc01.de/fqbn207">GIT</a>
|
||||||
<a href="https://github.com/fqbn207">GH</a>
|
<a href="https://github.com/fqbn207">GITHUB</a>
|
||||||
<a href="https://discord.com/users/fqbn207">DC</a>
|
<a href="https://discord.com/users/fqbn207">DC</a>
|
||||||
<a href="./sstv">SSTV</a>
|
<a href="./about.html">ABT</a>
|
||||||
</nav>
|
</nav>
|
||||||
<div class="inner-box">
|
<div class="inner-box">
|
||||||
<img src="./src/media/avatar.png" alt="Profile Picture">
|
<img src="./src/media/avatar.png" alt="Profile Picture">
|
||||||
</div>
|
</div>
|
||||||
<center>
|
<div class="text">
|
||||||
<br>
|
|
||||||
<p>
|
<p>
|
||||||
Hello 👋 <br>
|
My name is<a href="./about.html">[ fqbn207 ]</a><br><br>
|
||||||
My name is fqbn207 <br>
|
|
||||||
my hobbys are playing <br>
|
|
||||||
with satellites,<br>
|
|
||||||
UNIX/Linux and <br>
|
|
||||||
Homebrew dev
|
|
||||||
</p>
|
</p>
|
||||||
<br>
|
|
||||||
<h4>knowledge</h4>
|
</div>
|
||||||
<p>
|
<img src="./src/media/ascii.png" alt="ASCII Art">
|
||||||
Linux/BSD/NixOS <br>
|
|
||||||
Sat Comm <br>
|
|
||||||
LANGS: <br>
|
|
||||||
C/Python/bash <br>
|
|
||||||
</p> <br>
|
|
||||||
</center>
|
|
||||||
</div>
|
</div>
|
||||||
<footer>fqbn207 - © 2025</footer>
|
<footer>fqbn207 - © 2025</footer>
|
||||||
</body>
|
</body>
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
html, body {
|
html, body {
|
||||||
font-family: Silkscreen;
|
font-family: Silkscreen;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
|
font-size: 16px;
|
||||||
color: white;
|
color: white;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -26,8 +27,8 @@ html, body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
width: 55%;
|
width: 50%;
|
||||||
height:70%;
|
height: auto;
|
||||||
border: 2px solid #ffffff;
|
border: 2px solid #ffffff;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -43,7 +44,7 @@ html, body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
height: 100%;
|
height: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
@ -55,8 +56,6 @@ html, body {
|
|||||||
height: 200px;
|
height: 200px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 20px;
|
|
||||||
margin-top: 3%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.inner-box img {
|
.inner-box img {
|
||||||
@ -78,8 +77,56 @@ footer {
|
|||||||
a {
|
a {
|
||||||
color: white;
|
color: white;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
margin: 0 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 768px) {
|
||||||
|
html, body {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main {
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.inner-box {
|
||||||
|
width: 150px;
|
||||||
|
height: 150px;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text p {
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text h4 {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 480px) {
|
||||||
|
html, body {
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main {
|
||||||
|
width: 100%;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.inner-box {
|
||||||
|
width: 120px;
|
||||||
|
height: 120px;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
}
|
BIN
src/media/ascii.png
Normal file
BIN
src/media/ascii.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
BIN
src/media/idk.gif
Normal file
BIN
src/media/idk.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
BIN
src/media/nascii.png
Normal file
BIN
src/media/nascii.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
Reference in New Issue
Block a user