feat: update CV with live project badges and PDF download links
- Changed project status badges from "CURRENT" to "LIVE" with wifi icon for active projects - Updated CV reference links to direct PDF downloads instead of modal popups - Marked SAP CDC Demo and Client Projects as currently live/maintained
This commit is contained in:
@@ -949,6 +949,25 @@ iconify-icon {
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
|
||||
.live-badge {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.3em;
|
||||
background: #27ae60;
|
||||
color: white;
|
||||
font-weight: 700;
|
||||
font-size: 0.7em;
|
||||
padding: 0.2em 0.5em;
|
||||
border-radius: 3px;
|
||||
margin-left: 0.5em;
|
||||
vertical-align: middle;
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
|
||||
.live-badge iconify-icon {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.expired-badge {
|
||||
display: inline-block;
|
||||
background: #e74c3c;
|
||||
|
||||
Reference in New Issue
Block a user