diff --git a/src/assets/style.css b/src/assets/style.css index 46700a4..29795ca 100644 --- a/src/assets/style.css +++ b/src/assets/style.css @@ -198,6 +198,15 @@ a { color: inherit; } /* ---------- 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; } .role { diff --git a/src/pages/index.js b/src/pages/index.js index 8281731..ae528e2 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -159,12 +159,20 @@ const IndexPage = () => ( AWS. What I care about most is automation and reliability: systems that run themselves, recover on their own, and don't page anyone at 3 a.m.

+

+ 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. +

Experience

-
    +
    +

    + Munich → Shanghai → Hamburg → Bergen → Dresden → Bern +

    +
      {ROLES.map((role) => (
    1. ))} -
    +
+