Update info modal header design

Changes per user request:
- Replaced bouncing code icon with 'CV {YEAR} - JAMR' text (dynamic year)
- Made 'About this CV' title dark (#333) instead of green gradient
- Removed floating animation (@keyframes float)
- CV title styled in green with bold weight and letter spacing
- Cleaner, more professional header appearance
This commit is contained in:
juanatsap
2025-11-09 20:18:08 +00:00
parent b515842e3a
commit 1be40912f7
2 changed files with 8 additions and 15 deletions
+1 -1
View File
@@ -297,7 +297,7 @@
</button>
<div class="info-modal-header">
<iconify-icon icon="mdi:code-braces" width="48" height="48" class="info-modal-icon"></iconify-icon>
<div class="info-modal-cv-title">CV {{.CurrentYear}} - JAMR</div>
<h2>{{if eq .Lang "es"}}Acerca de este CV{{else}}About this CV{{end}}</h2>
</div>