From 40930e1d8e2bf7461da614d5fbbb917c70482561 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Sat, 19 Jul 2025 21:12:43 +0200 Subject: [PATCH 1/4] feat: :lipstick: update style of trait card component Takes less space, less code and has a more subtle effect --- src/components/trait-card.webc | 50 ++++++++++++---------------------- 1 file changed, 17 insertions(+), 33 deletions(-) diff --git a/src/components/trait-card.webc b/src/components/trait-card.webc index 72925e7..85ec14d 100644 --- a/src/components/trait-card.webc +++ b/src/components/trait-card.webc @@ -1,7 +1,4 @@
-
- -

@@ -9,18 +6,20 @@

+

From d210d0b7e7bcbe27e7774630be880d875cf97db0 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Sat, 19 Jul 2025 23:37:38 +0200 Subject: [PATCH 2/4] feat: :adhesive_bandage: make small layout tweaks --- src/components/profile.webc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/components/profile.webc b/src/components/profile.webc index 5c2e928..8d1bb0c 100644 --- a/src/components/profile.webc +++ b/src/components/profile.webc @@ -72,9 +72,13 @@ :host .avatar { grid-area: avatar; - justify-self: center; + display: grid; + grid-template-columns: subgrid; + justify-items: center; + align-items: center; - & img { + & :where(picture, img) { + display: block; width: var(--sidebar-avatar-size); height: var(--sidebar-avatar-size); aspect-ratio: 1/1; @@ -99,7 +103,6 @@ :host .species { grid-area: species; align-self: start; - font-size: 0.75em; margin: 0; } From 2e39002ea8645f544d4a62cf122244839128d632 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Sat, 19 Jul 2025 23:39:22 +0200 Subject: [PATCH 3/4] feat: :lipstick: rework design of job component to be more in line with overall site design --- src/components/job.webc | 71 ++++++++++++++++++++++++++++++----------- 1 file changed, 52 insertions(+), 19 deletions(-) diff --git a/src/components/job.webc b/src/components/job.webc index 48caa70..a92af51 100644 --- a/src/components/job.webc +++ b/src/components/job.webc @@ -1,5 +1,5 @@
-
+

@@ -8,16 +8,15 @@ From 1ae78d4ed42899e393db05a9e692bdf5f4c80470 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Sat, 19 Jul 2025 23:39:41 +0200 Subject: [PATCH 4/4] fix: :adhesive_bandage: adjust character data --- src/sebin/sebin.11tydata.js | 2 +- src/viktor/viktor.11tydata.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sebin/sebin.11tydata.js b/src/sebin/sebin.11tydata.js index 73aced6..46f381a 100644 --- a/src/sebin/sebin.11tydata.js +++ b/src/sebin/sebin.11tydata.js @@ -21,7 +21,7 @@ const firstName = 'Sebin', orientation = 'gay', position = 'vers, prefers top', height = 210, // cm - weight = 124, // kg + weight = 174, // kg tailLength = 154, // cm wingspan = 417, // cm colors = [ diff --git a/src/viktor/viktor.11tydata.js b/src/viktor/viktor.11tydata.js index 43c99bc..28fa432 100644 --- a/src/viktor/viktor.11tydata.js +++ b/src/viktor/viktor.11tydata.js @@ -9,8 +9,8 @@ const firstName = 'Viktor', pronouns = 'he/him', orientation = 'gay', role = 'bottom', - height = 227, // cm - weight = 175, // kg + height = 192, // cm + weight = 164, // kg colors = [ { name: 'Front', value: '#e7c7b1' }, { name: 'Arms, legs', value: '#493428' },