diff --git a/data.json b/data.json index 499c474..6eaf268 100644 --- a/data.json +++ b/data.json @@ -71,19 +71,19 @@ "title": "Principal Software Engineer (UI Platform Architecture)", "company": "Oracle|NetSuite", "date": "2023 – present", - "description": "Driving technical vision and solution architecture for the NetSuite UI Platform (NetSuite Next / NetSuite Prime). Leading initiatives in AI-assisted developer enablement (MCP tooling, automated code review bots), telemetry architecture (action-root sampling, 92% volume reduction), performance optimization (28% speedup), and UI–backend contract testing. Authoring decision documents, prototypes, and handovers for delivery teams." + "description": "Driving technical vision and solution architecture for the NetSuite UI Platform (NetSuite Next). Leading initiatives in AI-assisted developer enablement, telemetry architecture, performance optimization." }, { "title": "Senior Software Development Manager (UI Platform)", "company": "Oracle|NetSuite", "date": "2022 – 2023", - "description": "Engineering lead for multiple UI Platform teams building core framework components and developer tooling. Led a group of senior QA engineers to establish the UI testing architecture strategy and test automation standards." + "description": "Engineering lead for multiple UI Platform teams building core framework components and developer tooling." }, { "title": "Software Development Manager (UI Platform)", "company": "Oracle|NetSuite", "date": "2020 – 2022", - "description": "Engineering lead for a UI Platform team building shared Redwood UI components. Acted as technical product owner while bootstrapping the team and establishing component delivery standards." + "description": "Engineering lead for a UI Platform team building shared UI components. Acted as technical product owner while bootstrapping the team and establishing component delivery standards." }, { "title": "Software Development Manager (ERP, Tax)", diff --git a/style.css b/style.css index 86e1464..e602cdd 100644 --- a/style.css +++ b/style.css @@ -337,18 +337,9 @@ body { .highlight-item { - margin-bottom: 28px; - padding-bottom: 24px; border-bottom: 1px solid rgba(0, 243, 255, 0.08); border-left: 2px solid rgba(0, 243, 255, 0.15); - padding-left: 16px; - break-inside: avoid; -} - -.highlight-item:last-child { - border-bottom: none; - margin-bottom: 0; - padding-bottom: 0; + padding: 0 0 16px 16px; } .highlight-item h3 { @@ -372,11 +363,11 @@ body { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 28px; - align-items: start; } -.selected-work h2 { +.cv-mode .selected-work h2 { grid-column: 1 / -1; + margin-bottom: 0; } .selected-work .philosophy {