commit 3ab7fcbfbe0cf2a7de7b9b69db412a090d4f3b23 Author: fqbn207 Date: Fri Jan 3 05:13:03 2025 +0100 kekl diff --git a/index.html b/index.html new file mode 100644 index 0000000..9e70c58 --- /dev/null +++ b/index.html @@ -0,0 +1,43 @@ + + + + + + + fqbn207 | 0xcc01 + + +
+ +
+ 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
+


+
+
+ + + diff --git a/src/css/style.css b/src/css/style.css new file mode 100644 index 0000000..1dc2ddc --- /dev/null +++ b/src/css/style.css @@ -0,0 +1,85 @@ +@font-face { + font-family: "Silkscreen"; + src: url("../media/fonts/Silkscreen-Regular.ttf") format("truetype"); + font-weight: normal; + font-style: normal; +} + +html, body { + font-family: Silkscreen; + background-color: black; + color: white; + height: 100%; + width: 100%; + margin: 0; + padding: 0; + display: flex; + flex-direction: column; + justify-content: space-between; + align-items: center; +} + +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +.main { + width: 55%; + height:70%; + border: 2px solid #ffffff; + display: flex; + flex-direction: column; + justify-content: flex-start; + align-items: center; + padding: 5px; + margin-top: 3%; + overflow: hidden; + justify-content: flex-start; +} + +.text { + display: flex; + align-items: center; + justify-content: center; + height: 100%; + width: 100%; + text-align: center; + margin-top: 5px; +} + +.inner-box { + border: 2px solid white; + width: 200px; + height: 200px; + border-radius: 5px; + overflow: hidden; + padding: 20px; + margin-top: 3%; +} + +.inner-box img { + width: 100%; + height: 100%; + object-fit: cover; + border-radius: 5%; +} + +footer { + text-align: center; + padding: 10px; + color: white; + width: 100%; + position: relative; + bottom: 0; +} + +a { + color: white; + text-decoration: none; +} + +a:visited { + color: white; +} \ No newline at end of file diff --git a/src/media/avatar.png b/src/media/avatar.png new file mode 100644 index 0000000..cf7be52 Binary files /dev/null and b/src/media/avatar.png differ diff --git a/src/media/fonts/Silkscreen-Regular.ttf b/src/media/fonts/Silkscreen-Regular.ttf new file mode 100644 index 0000000..ecb242b Binary files /dev/null and b/src/media/fonts/Silkscreen-Regular.ttf differ