move experience section from home to about and center eyebrows properly
All checks were successful
publish.yml / publish (push) Successful in 1m4s

This commit is contained in:
2026-04-15 22:28:48 +02:00
parent 4730d3592f
commit 14cbf6ab0d
9 changed files with 81 additions and 70 deletions

View File

@@ -44,22 +44,4 @@
</div>
</section>
<section class="section" id="experience">
<h2>Experience</h2>
<div class="timeline">
@for (item of timeline; track item.role + item.company) {
<article class="timeline-item">
<div>
<h3>{{ item.role }}</h3>
<p class="meta">{{ item.company }} - {{ item.period }}</p>
</div>
<ul>
@for (highlight of item.highlights; track highlight) {
<li>{{ highlight }}</li>
}
</ul>
</article>
}
</div>
</section>
</div>