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:
@@ -2533,6 +2533,19 @@ html {
|
||||
color: #27ae60;
|
||||
margin-bottom: 0;
|
||||
letter-spacing: 0.05em;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.info-modal-photo {
|
||||
width: 40px;
|
||||
height: 53px;
|
||||
object-fit: cover;
|
||||
border-radius: 4px;
|
||||
border: 2px solid #27ae60;
|
||||
box-shadow: 0 2px 8px rgba(39, 174, 96, 0.2);
|
||||
}
|
||||
|
||||
.info-modal-body {
|
||||
|
||||
Reference in New Issue
Block a user