Surface the international career arc
My Gatsby Deployment pipeline / build-and-deploy (push) Successful in 3m37s
My Gatsby Deployment pipeline / build-and-deploy (push) Successful in 3m37s
Add a quiet mono route line (Munich → Shanghai → Hamburg → Bergen → Dresden → Bern) above the experience timeline, echoing the pipeline motif, and a short profile line on working across three countries with a research stint in Shanghai. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -198,6 +198,15 @@ a { color: inherit; }
|
|||||||
|
|
||||||
/* ---------- experience timeline (the signature) ---------- */
|
/* ---------- experience timeline (the signature) ---------- */
|
||||||
|
|
||||||
|
.experience__route {
|
||||||
|
font-family: var(--font-mono);
|
||||||
|
font-size: 0.72rem;
|
||||||
|
letter-spacing: 0.05em;
|
||||||
|
line-height: 1.9;
|
||||||
|
color: var(--graphite-2);
|
||||||
|
margin: 0 0 2.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.roles { list-style: none; margin: 0; padding: 0; }
|
.roles { list-style: none; margin: 0; padding: 0; }
|
||||||
|
|
||||||
.role {
|
.role {
|
||||||
|
|||||||
@@ -159,11 +159,19 @@ const IndexPage = () => (
|
|||||||
AWS. What I care about most is <strong>automation and reliability</strong>: systems that
|
AWS. What I care about most is <strong>automation and reliability</strong>: systems that
|
||||||
run themselves, recover on their own, and don't page anyone at 3 a.m.
|
run themselves, recover on their own, and don't page anyone at 3 a.m.
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
That path has taken me across three countries, with a research stint in Shanghai along
|
||||||
|
the way, so distributed, cross-border teams are familiar ground.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section className="section">
|
<section className="section">
|
||||||
<h2 className="section__label">Experience</h2>
|
<h2 className="section__label">Experience</h2>
|
||||||
|
<div className="experience">
|
||||||
|
<p className="experience__route">
|
||||||
|
Munich → Shanghai → Hamburg → Bergen → Dresden → Bern
|
||||||
|
</p>
|
||||||
<ol className="roles">
|
<ol className="roles">
|
||||||
{ROLES.map((role) => (
|
{ROLES.map((role) => (
|
||||||
<li className={`role${role.live ? ' role--live' : ''}`} key={role.company}>
|
<li className={`role${role.live ? ' role--live' : ''}`} key={role.company}>
|
||||||
@@ -182,6 +190,7 @@ const IndexPage = () => (
|
|||||||
</li>
|
</li>
|
||||||
))}
|
))}
|
||||||
</ol>
|
</ol>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section className="section">
|
<section className="section">
|
||||||
|
|||||||
Reference in New Issue
Block a user