diff --git a/www/css/style.css b/www/css/style.css index 0c5a154..67aec8a 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -8,7 +8,7 @@ main { } #bg-canvas { - display:block; + display: block; position: fixed; inset: 0; @@ -44,3 +44,47 @@ main { font-family: monospace; font-size: 1.5em } + +.socials-list { + /* display: flex; */ + /* flex-direction: column; */ + /* gap: 1ch; */ + /* align-content: centerr; */ + /* align-items: start; */ + + list-style: none; + width: 45ch; +} + +.socials-item { + display: flex; + + align-items: start; + gap: 12px; + padding: 8px 0; + border-bottom: 1px solid var(--theme-icon-off); +} + +.socials-icon { + width: 2ch; + height: 2ch; + object-fit: contain; + flex: 0 0 40px; /* fixed column */ +} + +.socials-name { + flex: 1 1 140px; + text-align: left; + min-width: 0; /* important to allow truncation if needed */ + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.socials-link { + flex: 0 0 auto; /* fixed link column width; adjust as needed */ + text-align: left; + color: var(--theme-link); + text-decoration: none; + white-space: nowrap; +} diff --git a/www/css/themes/maps/rose-pine.css b/www/css/themes/maps/rose-pine.css index a4497d9..a9fd520 100644 --- a/www/css/themes/maps/rose-pine.css +++ b/www/css/themes/maps/rose-pine.css @@ -21,6 +21,10 @@ Variables: --theme-base: var(--palette-rose-pine-base); --theme-bg: var(--palette-rose-pine-base); --theme-text: var(--palette-rose-pine-text); + --theme-link: var(--palette-rose-pine-foam); + + --theme-icon: var(--palette-rose-pine-pine); + --theme-icon-off: var(--palette-rose-pine-foam); --theme-tty-border: var(--palette-rose-pine-rose); --theme-tty-prompt: var(--palette-rose-pine-foam); diff --git a/www/index.html b/www/index.html index 55f1c87..9fcd45d 100644 --- a/www/index.html +++ b/www/index.html @@ -19,6 +19,13 @@ + + +
@@ -64,16 +71,48 @@
- -
-
- -

hi!! i'm cry (they/them)

+
+
+ + + + +
+ +

hi!! i'm cry (they/them) <3

+