Adjacent routes — click a node to open it.userflow
flowchart LR
Start(["Visitor on CV"]) --> CertDetail["/parcours/certifications//"]
CertDetail --> CertLedger["/parcours/certifications/"]
CertDetail --> PolygonScan["https://polygonscan.com/tx/"]
CertDetail --> OpenSea["https://opensea.io/assets/matic/..."]
CertDetail --> IssuerUrl[""]
CertDetail --> SameYear["/parcours/certifications/?year="]
CertDetail --> CapDetail["/expertises//"]
CapDetail --> ContactQual["/contact/#call-qualifier"]
ContactQual --> End(["Engagement started"])
click CertDetail "https://mickael-umt.com/parcours/certifications/cert-slug/" "Open Certificate"
click CertLedger "https://mickael-umt.com/parcours/certifications/" "Open Ledger"
click CapDetail "https://mickael-umt.com/expertises/ai-security/" "Open Capability"
click End "https://mickael-umt.com/contact/#call-qualifier" "Open Qualification"