Updated CV for 9/2025

This commit is contained in:
2025-09-21 08:07:58 -04:00
parent 9b24e45c65
commit b93c70542e
4 changed files with 85 additions and 48 deletions

View File

@ -139,6 +139,11 @@ body.scale-cv {
height: 110%;
transform: translate(5px, 0);
}
.scale-cv .experience__line__last {
width: 1px;
height: 100%;
transform: translate(5px, 0);
}
.scale-cv .education__data,
.scale-cv .experience__data {
gap: 0.25rem;
@ -410,7 +415,14 @@ img {
.experience__line {
display: block;
width: 2px;
height: 110%;
height: 109%;
background-color: var(--text-color-light);
transform: translate(7px, 0);
}
.experience__line__last {
display: block;
width: 2px;
height: 100%;
background-color: var(--text-color-light);
transform: translate(7px, 0);
}
@ -430,6 +442,7 @@ img {
.education__year {
font-size: var(--smaller-font-size);
}
/*========== SKILLS AND LANGUAGES ==========*/
.skills__content,
.languages__content {