From 6204ffdd6c0021dcce8d5737c3c30c9abef38532 Mon Sep 17 00:00:00 2001 From: juanatsap Date: Sun, 26 Apr 2026 23:39:38 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20chat=20uses=20second=20person=20(t=C3=BA?= =?UTF-8?q?/you),=20footer=20text=20visible=20over=20background?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Chat suggestions and help modal questions now address Juan directly - Footer text/links use white with text-shadow for readability over photos --- static/css/03-components/_experience.css | 5 ++-- static/css/03-components/_projects.css | 3 +- .../partials/modals/chat-help-modal.html | 30 +++++++++---------- templates/partials/widgets/chat-widget.html | 20 ++++++------- 4 files changed, 30 insertions(+), 28 deletions(-) diff --git a/static/css/03-components/_experience.css b/static/css/03-components/_experience.css index 230bf18..723d94b 100644 --- a/static/css/03-components/_experience.css +++ b/static/css/03-components/_experience.css @@ -451,13 +451,14 @@ footer { text-align: center; padding: 2rem; - color: var(--text-muted, #666666); /* Theme-aware color (light: #666666, dark: #b0b0b0) */ + color: rgba(255,255,255,0.95); font-size: 0.85rem; + text-shadow: 0 1px 4px rgba(0,0,0,0.6); } /* GitHub repository link styling */ .github-repo-link { - color: var(--text-secondary, #333333) !important; /* Theme-aware link color */ + color: rgba(255,255,255,0.95) !important; transition: color 0.2s ease-in-out; } diff --git a/static/css/03-components/_projects.css b/static/css/03-components/_projects.css index effde16..85a1dc5 100644 --- a/static/css/03-components/_projects.css +++ b/static/css/03-components/_projects.css @@ -148,8 +148,9 @@ footer { text-align: center; padding: 2rem; - color: rgba(255,255,255,0.7); + color: rgba(255,255,255,0.95); font-size: 0.85rem; + text-shadow: 0 1px 4px rgba(0,0,0,0.6); } /* GitHub repository link styling */ diff --git a/templates/partials/modals/chat-help-modal.html b/templates/partials/modals/chat-help-modal.html index 25b8805..d244408 100644 --- a/templates/partials/modals/chat-help-modal.html +++ b/templates/partials/modals/chat-help-modal.html @@ -31,10 +31,10 @@ {{if eq .Lang "es"}}Experiencia{{else}}Experience{{end}}
- - + + - +
@@ -45,11 +45,11 @@ {{if eq .Lang "es"}}Tecnologías{{else}}Technologies{{end}}
- - - - - + + + + +
@@ -60,9 +60,9 @@ {{if eq .Lang "es"}}Proyectos{{else}}Projects{{end}}
- + - +
@@ -73,9 +73,9 @@ {{if eq .Lang "es"}}Formación{{else}}Education{{end}}
- - - + + +
@@ -86,9 +86,9 @@ {{if eq .Lang "es"}}Habilidades{{else}}Skills{{end}}
- + - +
diff --git a/templates/partials/widgets/chat-widget.html b/templates/partials/widgets/chat-widget.html index 1f5be09..dedc791 100644 --- a/templates/partials/widgets/chat-widget.html +++ b/templates/partials/widgets/chat-widget.html @@ -77,17 +77,17 @@
{{if eq .Lang "es"}} - - - - - + + + + + {{else}} - - - - - + + + + + {{end}}