move experience section from home to about and center eyebrows properly
All checks were successful
publish.yml / publish (push) Successful in 1m4s
All checks were successful
publish.yml / publish (push) Successful in 1m4s
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user