From cdcc534a965212ee2b1f934ee4d764f1aa377329 Mon Sep 17 00:00:00 2001 From: juanatsap Date: Mon, 10 Nov 2025 19:01:29 +0000 Subject: [PATCH] fix: align sidebar titles to left and update professional badge - Change sidebar titles from center to left alignment for better readability - Update badge from "Senior Consultant" to "Technical Consultant" - Applies to both English and Spanish versions --- static/css/main.css | 2 +- templates/cv-content.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 50a8b1b..195cdc3 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -596,7 +596,7 @@ iconify-icon { margin-bottom: 10px; padding: 0; color: rgb(51, 51, 51); - text-align: center; + text-align: left; } /* Collapsible Sidebar Section Styles */ diff --git a/templates/cv-content.html b/templates/cv-content.html index 844dbbe..5f15d55 100644 --- a/templates/cv-content.html +++ b/templates/cv-content.html @@ -2,7 +2,7 @@
- {{if eq .Lang "es"}}CONSULTOR SENIOR{{else}}SENIOR CONSULTANT{{end}} + {{if eq .Lang "es"}}CONSULTOR TÉCNICO{{else}}TECHNICAL CONSULTANT{{end}} | {{if eq .Lang "es"}}INGENIERO FULL-STACK{{else}}FULL-STACK ENGINEER{{end}} | @@ -142,7 +142,7 @@
- {{if eq .Lang "es"}}CONSULTOR SENIOR{{else}}SENIOR CONSULTANT{{end}} + {{if eq .Lang "es"}}CONSULTOR TÉCNICO{{else}}TECHNICAL CONSULTANT{{end}} | {{if eq .Lang "es"}}INGENIERO FULL-STACK{{else}}FULL-STACK ENGINEER{{end}} |