diff --git a/cv.json b/cv.json index bfa77cf..79cf10f 100644 --- a/cv.json +++ b/cv.json @@ -20,11 +20,13 @@ "description": [ "Shaped telemetry direction across user behavior and performance.", "Designed and rolled out a custom OpenTelemetry-based tracing library to gain rich and reliable insights across multiple front-ends and back-end." - ] + ], + "date": "2024 – 2026" }, { "title": "UI performance optimizations", - "description": "Tiered JS bundle dependency loading for shorter page load times." + "description": "Tiered JS bundle dependency loading for shorter page load times.", + "date": "2025 – 2026" } ], "outside_work": [ @@ -122,4 +124,4 @@ } ], "philosophy": "I design platform layers that stay out of the way while enabling everything else. Quiet infrastructure. Measurable value." -} +} \ No newline at end of file diff --git a/index.php b/index.php index e7c7ccf..a08ecd8 100644 --- a/index.php +++ b/index.php @@ -193,7 +193,7 @@ $cv_skills = $cvData['skills'] ?? [];

Selected Work

-

+

diff --git a/style.css b/style.css index f3bcab6..b69160c 100644 --- a/style.css +++ b/style.css @@ -233,6 +233,20 @@ body { opacity: 0.75; font-size: 0.9rem; } + +.highlight-item h3 { + display: flex; + align-items: baseline; + justify-content: space-between; + gap: 8px; +} + +.highlight-date { + font-size: 0.85em; + color: rgba(0, 243, 255, 0.5); + font-weight: normal; + white-space: nowrap; +} /** * Link pills – shared base */