2026-01-29 14:03:36 +00:00
<!doctype html>
< html lang = "nl" >
< head >
< meta charset = "UTF-8" / >
2026-02-10 14:16:49 +00:00
< link rel = "icon" type = "image/svg+xml" href = "/favicon.svg" / >
2026-01-29 14:03:36 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
< title > Claude Code Workshop - Van nieuwsgierig naar praktisch aan de slag< / title >
2026-03-09 16:14:48 +00:00
< meta name = "description" content = "Leer Claude Code in 1 ochtend. Van installatie tot werkende applicaties. Kleine groep, hands-on, 3 april 2026 in Utrecht." / >
2026-01-29 14:03:36 +00:00
2026-02-10 14:16:49 +00:00
<!-- Canonical -->
2026-04-17 05:54:37 +00:00
< link rel = "canonical" href = "https://workshopclaudecode.nl/" / >
2026-02-10 14:16:49 +00:00
<!-- OpenGraph -->
< meta property = "og:type" content = "website" / >
< meta property = "og:locale" content = "nl_NL" / >
2026-02-10 16:30:25 +00:00
< meta property = "og:title" content = "Claude Code Workshop - Maak zelf de tools waar je nu nog voor betaalt" / >
2026-03-09 16:14:48 +00:00
< meta property = "og:description" content = "In 1 ochtend van nieuwsgierig naar praktisch aan de slag met Claude Code. Kleine groep, hands-on. 3 april 2026 in Utrecht." / >
2026-04-17 05:54:37 +00:00
< meta property = "og:url" content = "https://workshopclaudecode.nl/" / >
< meta property = "og:image" content = "https://workshopclaudecode.nl/og-image.png" / >
2026-02-10 14:16:49 +00:00
< meta property = "og:image:width" content = "1200" / >
< meta property = "og:image:height" content = "630" / >
2026-04-17 05:54:37 +00:00
< meta property = "og:site_name" content = "Workshop Claude Code" / >
2026-02-10 14:16:49 +00:00
<!-- Twitter Card -->
< meta name = "twitter:card" content = "summary_large_image" / >
2026-02-10 16:30:25 +00:00
< meta name = "twitter:title" content = "Claude Code Workshop - Maak zelf de tools waar je nu nog voor betaalt" / >
2026-03-09 16:14:48 +00:00
< meta name = "twitter:description" content = "In 1 ochtend van nieuwsgierig naar praktisch aan de slag met Claude Code. Kleine groep, hands-on. 3 april 2026 in Utrecht." / >
2026-04-17 05:54:37 +00:00
< meta name = "twitter:image" content = "https://workshopclaudecode.nl/og-image.png" / >
2026-02-10 14:16:49 +00:00
<!-- Umami Analytics -->
< script defer src = "https://umami.dutchstack.nl/script.js" data-website-id = "bceaa80a-f2be-4215-8421-3a78d14601c3" > < / script >
2026-01-29 14:03:36 +00:00
<!-- Google Fonts -->
< link rel = "preconnect" href = "https://fonts.googleapis.com" >
< link rel = "preconnect" href = "https://fonts.gstatic.com" crossorigin >
< link href = "https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@600;700;800&family=Inter:wght@400;500;600&display=swap" rel = "stylesheet" >
< / head >
< body >
< div id = "root" > < / div >
< script type = "module" src = "/src/main.jsx" > < / script >
< / body >
< / html >