From fd0251b21f7b823de05399503a274b261e15da3f Mon Sep 17 00:00:00 2001 From: juanatsap Date: Sun, 9 Nov 2025 20:24:34 +0000 Subject: [PATCH] Integrate 'by myself' into description and improve spacing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes: - Removed third line subtitle 'Built by myself' - Added 'by myself' directly into the description text - English: 'was built by myself with' - Spanish: 'fue construido por mí mismo con' - Increased spacing between title and CV title (1rem → 1.5rem) - Removed unused .info-modal-subtitle CSS - Cleaner, more natural text flow --- static/css/main.css | 11 ++--------- templates/index.html | 5 ++--- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 09bdfc0..d9ca76b 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -2384,24 +2384,17 @@ html { font-size: 1.5rem; font-weight: 600; color: #333; - margin: 0 0 1rem 0; + margin: 0 0 1.5rem 0; } .info-modal-cv-title { font-size: 1.5rem; font-weight: 700; color: #27ae60; - margin-bottom: 0.25rem; + margin-bottom: 0; letter-spacing: 0.05em; } -.info-modal-subtitle { - font-size: 0.9rem; - font-weight: 400; - color: #666; - font-style: italic; -} - .info-modal-body { color: #333; } diff --git a/templates/index.html b/templates/index.html index 4d348b8..8e26381 100644 --- a/templates/index.html +++ b/templates/index.html @@ -299,15 +299,14 @@

{{if eq .Lang "es"}}Acerca de este CV{{else}}About this CV{{end}}

CV {{.CurrentYear}} - {JAMR}
-
{{if eq .Lang "es"}}Construido por mí mismo{{else}}Built by myself{{end}}

{{if eq .Lang "es"}} - Este CV interactivo fue construido con Go + HTMX, demostrando arquitectura moderna de hipermedia sin frameworks pesados de JavaScript. + Este CV interactivo fue construido por mí mismo con Go + HTMX, demostrando arquitectura moderna de hipermedia sin frameworks pesados de JavaScript. {{else}} - This interactive CV was built with Go + HTMX, showcasing modern hypermedia architecture without heavy JavaScript frameworks. + This interactive CV was built by myself with Go + HTMX, showcasing modern hypermedia architecture without heavy JavaScript frameworks. {{end}}