49946acfcf
- Update modal title from "CV 2025 - {JAMR}" to "CV 2025 JAMR -" with inline photo
- Add .info-modal-photo CSS with flexbox layout for proper photo alignment
- Change button text from "View Source Code" to "View Project in Github" (EN/ES)
- Photo styled with green border and shadow matching modal theme
14 lines
428 B
JSON
14 lines
428 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"
|
|
}
|
|
}
|