--- import { schoolDossiers } from "../data/site"; import { cvHero, cvHighlights, cvMandates, cvSkillTracks, cvSourceNotes, cvTimeline, } from "../data/cv"; import BaseLayout from "../layouts/BaseLayout.astro"; import LocaleCopy from "../components/LocaleCopy.astro"; const currentMandates = cvMandates.slice(0, 3); const educationSlice = schoolDossiers.slice(0, 5); ---
Current Mandates
The live front of the work: one civic desk, one Norwegian ENK, one AI infrastructure house.
{currentMandates.map((mandate) => ( ))}
Career Record
Earlier chapters are kept compact here so the timeline stays readable without losing the hard details.
{cvTimeline.map((role) => (
{role.years}

{role.location}

{role.org}

{role.role}

    {role.bullets.en.map((_, i) => (
  • ))}
))}
Source Notes
Current roles are paraphrased from official sites. Earlier employment history is grounded in the standing public profile and your supplied LinkedIn text.
{cvSourceNotes.map((source) => ( ))}