Add languages. Update CV. Update skills page. Update index page.
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s

This commit is contained in:
Pim Nelissen
2025-05-06 21:59:01 +02:00
parent cd4607061d
commit efa7c4daf4
65 changed files with 6725 additions and 314 deletions

50
static/css/timeline.css Normal file
View File

@ -0,0 +1,50 @@
.timeline {
position: relative;
margin-left: 150px;
border-left: 3px solid var(--fg-color, #999);
padding-left: 20px;
margin-bottom: 2em;
margin-top: 2em;
}
.timeline-item {
position: relative;
margin-bottom: 3em;
}
.timeline-item .dot {
width: 10px;
height: 10px;
background-color: var(--fg-color, #999);
border-radius: 50%;
position: absolute;
left: -26px; /* Position the dot on the line */
top: 8px;
}
.timeline-item .timeline-date {
position: absolute;
text-align: right;
transform: translateX(-140%);
top: -3px;
font-weight: bold;
color: var(--fg-color, #999);
}
.timeline-content p {
margin-top: 0;
margin-bottom: 0;
}
.timeline-content h4 {
margin-top: 0;
margin-bottom: 0;
}
.timeline-content li {
margin-left: 1em;
}
.timeline-item .timeline-content {
margin-left: 1em;
}