feat: enhance modal photo with curly brackets and engaging CTA

- 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)
This commit is contained in:
juanatsap
2025-11-10 19:19:41 +00:00
parent cdcc534a96
commit 4d28cb6968
4 changed files with 48 additions and 5 deletions
+2 -1
View File
@@ -8,6 +8,7 @@
"html5": "Semantic HTML5",
"css3": "Pure CSS3"
},
"viewSource": "View Project in Github"
"viewSource": "View Project in Github",
"viewSourceSubtext": "Want to know how it's built?"
}
}
+2 -1
View File
@@ -8,6 +8,7 @@
"html5": "HTML5 Semántico",
"css3": "CSS3 Puro"
},
"viewSource": "Ver proyecto en Github"
"viewSource": "Ver proyecto en Github",
"viewSourceSubtext": "¿Quieres saber cómo está hecho?"
}
}