4d28cb6968
- Replace blue border with green curly brackets { } using CSS pseudo-elements
- Add proper spacing and vertical centering with inline-flex
- Add engaging subtext below GitHub button: "Want to know how it's built?"
- Bilingual support for subtext (EN/ES)
15 lines
491 B
JSON
15 lines
491 B
JSON
{
|
|
"infoModal": {
|
|
"title": "Acerca de este CV",
|
|
"description": "Este CV interactivo fue construido por mí mismo con <strong>Go + HTMX</strong>, demostrando arquitectura moderna de hipermedia sin frameworks pesados de JavaScript.",
|
|
"techStack": {
|
|
"goHono": "Go + Hono",
|
|
"htmx": "HTMX",
|
|
"html5": "HTML5 Semántico",
|
|
"css3": "CSS3 Puro"
|
|
},
|
|
"viewSource": "Ver proyecto en Github",
|
|
"viewSourceSubtext": "¿Quieres saber cómo está hecho?"
|
|
}
|
|
}
|