feat: enhance info modal with inline photo and updated GitHub link

- 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
This commit is contained in:
juanatsap
2025-11-10 17:37:17 +00:00
parent 73b402173c
commit 49946acfcf
4 changed files with 19 additions and 3 deletions
+1 -1
View File
@@ -8,6 +8,6 @@
"html5": "Semantic HTML5",
"css3": "Pure CSS3"
},
"viewSource": "View Source Code"
"viewSource": "View Project in Github"
}
}
+1 -1
View File
@@ -8,6 +8,6 @@
"html5": "HTML5 Semántico",
"css3": "CSS3 Puro"
},
"viewSource": "Ver código fuente"
"viewSource": "Ver proyecto en Github"
}
}