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"}} - 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}}