diff --git a/about.html b/about.html new file mode 100644 index 0000000..96ef7db --- /dev/null +++ b/about.html @@ -0,0 +1,41 @@ + + + + + + + fqbn207 | 0xcc01 + + +
+
+ +
+

+ My name is[ fqbn207 ]

+


+
+
+

ABOUT MYSELF:

+

im 17, male, autistic
and based in Germany


+ +

HOBBYS:

+

i like
Consoles/satellites


+ +

knowledge

+

SYSTEM:

+

Linux/NixOS/BSD


+

LANGUAGES:

+

C/PYTHON/BASH/NIX


+
+
+ + + \ No newline at end of file diff --git a/index.html b/index.html index 9e70c58..0dab2d3 100644 --- a/index.html +++ b/index.html @@ -9,35 +9,23 @@
Profile Picture
-
-
-

- Hello 👋
- My name is fqbn207
- my hobbys are playing
- with satellites,
- UNIX/Linux and
- Homebrew dev -

-
-

knowledge

+

- Linux/BSD/NixOS
- Sat Comm
- LANGS:
- C/Python/bash
-


-
+ My name is[ fqbn207 ]

+

+ +
+ ASCII Art - + \ No newline at end of file diff --git a/src/css/style.css b/src/css/style.css index 1dc2ddc..de989c3 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -8,6 +8,7 @@ html, body { font-family: Silkscreen; background-color: black; + font-size: 16px; color: white; height: 100%; width: 100%; @@ -26,8 +27,8 @@ html, body { } .main { - width: 55%; - height:70%; + width: 50%; + height: auto; border: 2px solid #ffffff; display: flex; flex-direction: column; @@ -43,7 +44,7 @@ html, body { display: flex; align-items: center; justify-content: center; - height: 100%; + height: auto; width: 100%; text-align: center; margin-top: 5px; @@ -55,8 +56,6 @@ html, body { height: 200px; border-radius: 5px; overflow: hidden; - padding: 20px; - margin-top: 3%; } .inner-box img { @@ -78,8 +77,56 @@ footer { a { color: white; text-decoration: none; + margin: 0 15px; } a:visited { 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; + } } \ No newline at end of file diff --git a/src/media/ascii.png b/src/media/ascii.png new file mode 100644 index 0000000..e0ec8c2 Binary files /dev/null and b/src/media/ascii.png differ diff --git a/src/media/idk.gif b/src/media/idk.gif new file mode 100644 index 0000000..9217792 Binary files /dev/null and b/src/media/idk.gif differ diff --git a/src/media/nascii.png b/src/media/nascii.png new file mode 100644 index 0000000..09b965e Binary files /dev/null and b/src/media/nascii.png differ