From 93c19b1d81033c9a3a2dc14df932f615cedb4e83 Mon Sep 17 00:00:00 2001 From: martyTF Date: Wed, 17 Jun 2026 18:12:21 +0200 Subject: [PATCH] UNTER BAUSTELLE --- about.css | 20 ++++++++++++++++++++ about.html | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ base.css | 4 ++-- boxes.css | 20 ++++++++++++++++++++ git.html | 17 +++++++++++++++++ index.html | 4 +++- script.js | 4 ++-- 7 files changed, 114 insertions(+), 5 deletions(-) create mode 100644 about.css create mode 100644 about.html create mode 100644 git.html diff --git a/about.css b/about.css new file mode 100644 index 0000000..2e1b52e --- /dev/null +++ b/about.css @@ -0,0 +1,20 @@ +#contact_logobox { + flex-grow: 0; +} + +#contact_logo { + max-width: 300px; +} +#contactbox { + flex-grow: 1; + +} + +.protocol { + flex-basis: 300px; +} + + +.contact { + flex-grow: 1; +} \ No newline at end of file diff --git a/about.html b/about.html new file mode 100644 index 0000000..9b0096a --- /dev/null +++ b/about.html @@ -0,0 +1,50 @@ + + + + + + + marty.tf - about + + + + + + + +
+
+ +
+
+ headshot drawn by + narklos +
+ +
+ + + \ No newline at end of file diff --git a/base.css b/base.css index db38f0f..d9c33fd 100644 --- a/base.css +++ b/base.css @@ -5,10 +5,10 @@ * { font-family: "Mono Code"; - color: var(--mtf-font-color); + color: #cdd6f4; } -body { +#base { background-color: #1e1e2e; background-repeat: no-repeat; background-attachment: fixed; diff --git a/boxes.css b/boxes.css index 2fe0c12..7532f57 100644 --- a/boxes.css +++ b/boxes.css @@ -10,12 +10,22 @@ height: inherit; } +/* - */ +/* - */ +/* - */ +/* - */ +/* - */ +/* - */ .flexbox-h { display: flex; flex-wrap: nowrap; flex-direction: column; } + + + +/* - - - - - - */ .flexbox-v { display: flex; flex-wrap: wrap; @@ -35,4 +45,14 @@ #content { flex-grow: 7; min-width: 600px; + height: 70vh; +} + +#content_embed { + width: 95%; + height: 100%; +} + +#townsquare-root { + height: 20vh; } \ No newline at end of file diff --git a/git.html b/git.html new file mode 100644 index 0000000..ad1ebce --- /dev/null +++ b/git.html @@ -0,0 +1,17 @@ + + + + + + + marty.tf - about + + + + + + + git + + + \ No newline at end of file diff --git a/index.html b/index.html index 3308b85..d9b0eca 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ - +
@@ -25,6 +25,8 @@