Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions en/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -499,16 +499,9 @@ <h2 class="text-4xl font-bold mb-4">Events</h2>
<p class="text-xl text-text-light max-w-3xl mx-auto">OKDP presentations, conferences, and community gatherings.</p>
</div>

<!-- Upcoming Events -->
<div class="font-mono text-[11px] uppercase tracking-widest text-text-light mb-3 px-4">Upcoming</div>
<div class="rounded-lg border border-accent bg-white mb-8">
<div class="flex flex-col gap-1 sm:grid sm:grid-cols-[10rem_1fr_auto] sm:gap-x-6 sm:gap-y-0 sm:items-baseline py-3 px-4 border-b border-accent/80 last:border-b-0">
<span class="font-mono text-xs text-text-light tabular-nums tracking-tight whitespace-nowrap">2026-06-04</span>
<div class="min-w-0">
<div class="text-sm text-text font-medium leading-snug">TOSIT-Day</div>
</div>
<span class="text-xs text-text-light">Caisse des Dépôts et Consignations</span>
</div>
<div class="py-6 px-4 text-sm text-text-light italic">No upcoming events at the moment.</div>
</div>

<!-- Past Events (Collapsible) -->
Expand All @@ -517,13 +510,20 @@ <h2 class="text-4xl font-bold mb-4">Events</h2>
<svg class="w-4 h-4 transition-transform group-open:rotate-90" viewBox="0 0 20 20" fill="currentColor">
<path d="M7 5l6 5-6 5V5z"/>
</svg>
<span class="font-mono text-[11px] uppercase tracking-widest">Past Events (10)</span>
<span class="font-mono text-[11px] uppercase tracking-widest">Past Events (11)</span>
</summary>
<div class="mt-4 rounded-lg border border-accent bg-white">
<div class="flex items-center gap-3 px-4 py-2 bg-background-alt border-b border-accent">
<span class="font-mono text-[11px] uppercase tracking-widest text-text-light whitespace-nowrap">── 2026</span>
<span class="flex-1 border-t border-dotted border-text-light/30"></span>
</div>
<div class="flex flex-col gap-1 sm:grid sm:grid-cols-[10rem_1fr_auto] sm:gap-x-6 sm:gap-y-0 sm:items-baseline py-3 px-4 border-b border-accent/80 last:border-b-0 opacity-60">
<span class="font-mono text-xs text-text-light tabular-nums tracking-tight whitespace-nowrap">2026-06-04</span>
<div class="min-w-0">
<div class="text-sm text-text font-medium leading-snug">TOSIT-Day</div>
</div>
<span class="text-xs text-text-light">Caisse des Dépôts et Consignations</span>
</div>
<div class="flex flex-col gap-1 sm:grid sm:grid-cols-[10rem_1fr_auto] sm:gap-x-6 sm:gap-y-0 sm:items-baseline py-3 px-4 border-b border-accent/80 last:border-b-0 opacity-60">
<span class="font-mono text-xs text-text-light tabular-nums tracking-tight whitespace-nowrap">2026-05-07</span>
<div class="min-w-0">
Expand Down
34 changes: 17 additions & 17 deletions en/roadmap/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,15 @@ <h1 class="text-gradient mb-3">OKDP Roadmap</h1>
<p class="text-text-light mb-6">Track the content, priorities and progress by version.</p>
<div class="flex flex-wrap justify-center gap-5 text-xs text-text-light">
<div class="flex items-center gap-1.5">
<span class="inline-block w-2.5 h-2.5 rounded-full bg-green-500"></span>
<span class="w-4 h-4 rounded-full bg-green-100 text-green-600 flex items-center justify-center text-[10px] mt-0.5">&#10003;</span>
Complete — delivered, tested and usable
</div>
<div class="flex items-center gap-1.5">
<span class="inline-block w-2.5 h-2.5 rounded-full bg-blue-500"></span>
<span class="w-4 h-4 rounded-full bg-blue-100 text-blue-600 flex items-center justify-center text-[10px] mt-0.5">&#8635;</span>
In progress — active development or integration
</div>
<div class="flex items-center gap-1.5">
<span class="inline-block w-2.5 h-2.5 rounded-full bg-gray-300"></span>
<span class="w-4 h-4 rounded-full bg-gray-100 text-gray-400 flex items-center justify-center text-[10px] mt-0.5">&#9675;</span>
To do — identified, but not started for this version
</div>
</div>
Expand All @@ -157,7 +157,7 @@ <h4 class="text-lg font-semibold mb-3 text-primary">Lakehouse &amp; Analytics</h
<div class="mb-4 bg-white rounded-lg border border-gray-200 overflow-hidden">
<div class="flex items-center gap-3 px-5 py-3 bg-gray-50 border-b border-gray-200">
<h5 class="font-semibold text-sm">Apache Spark</h5>
<span class="ml-auto w-3 h-3 rounded-full bg-green-500"></span>
<span class="ml-auto w-4 h-4 rounded-full bg-green-100 text-green-600 flex items-center justify-center text-[10px] mt-0.5">&#10003;</span>
</div>
<ul class="px-5 py-3 space-y-1.5">
<li class="flex items-start gap-2.5 text-sm">
Expand All @@ -181,7 +181,7 @@ <h5 class="font-semibold text-sm">Apache Spark</h5>
<div class="mb-4 bg-white rounded-lg border border-gray-200 overflow-hidden">
<div class="flex items-center gap-3 px-5 py-3 bg-gray-50 border-b border-gray-200">
<h5 class="font-semibold text-sm">Trino</h5>
<span class="ml-auto w-3 h-3 rounded-full bg-green-500"></span>
<span class="ml-auto w-4 h-4 rounded-full bg-green-100 text-green-600 flex items-center justify-center text-[10px] mt-0.5">&#10003;</span>
</div>
<ul class="px-5 py-3 space-y-1.5">
<li class="flex items-start gap-2.5 text-sm">
Expand All @@ -205,7 +205,7 @@ <h5 class="font-semibold text-sm">Trino</h5>
<div class="mb-4 bg-white rounded-lg border border-gray-200 overflow-hidden">
<div class="flex items-center gap-3 px-5 py-3 bg-gray-50 border-b border-gray-200">
<h5 class="font-semibold text-sm">Polaris Catalog (Apache Iceberg)</h5>
<span class="ml-auto w-3 h-3 rounded-full bg-green-500"></span>
<span class="ml-auto w-4 h-4 rounded-full bg-green-100 text-green-600 flex items-center justify-center text-[10px] mt-0.5">&#10003;</span>
</div>
<ul class="px-5 py-3 space-y-1.5">
<li class="flex items-start gap-2.5 text-sm">
Expand Down Expand Up @@ -244,7 +244,7 @@ <h4 class="text-lg font-semibold mb-3 text-primary">Visualization &amp; BI</h4>
<div class="mb-4 bg-white rounded-lg border border-gray-200 overflow-hidden">
<div class="flex items-center gap-3 px-5 py-3 bg-gray-50 border-b border-gray-200">
<h5 class="font-semibold text-sm">Apache Superset</h5>
<span class="ml-auto w-3 h-3 rounded-full bg-green-500"></span>
<span class="ml-auto w-4 h-4 rounded-full bg-green-100 text-green-600 flex items-center justify-center text-[10px] mt-0.5">&#10003;</span>
</div>
<ul class="px-5 py-3 space-y-1.5">
<li class="flex items-start gap-2.5 text-sm">
Expand All @@ -263,7 +263,7 @@ <h4 class="text-lg font-semibold mb-3 text-primary">Orchestration &amp; Governan
<div class="mb-4 bg-white rounded-lg border border-gray-200 overflow-hidden">
<div class="flex items-center gap-3 px-5 py-3 bg-gray-50 border-b border-gray-200">
<h5 class="font-semibold text-sm">Apache Airflow</h5>
<span class="ml-auto w-3 h-3 rounded-full bg-green-500"></span>
<span class="ml-auto w-4 h-4 rounded-full bg-green-100 text-green-600 flex items-center justify-center text-[10px] mt-0.5">&#10003;</span>
</div>
<ul class="px-5 py-3 space-y-1.5">
<li class="flex items-start gap-2.5 text-sm">
Expand All @@ -282,7 +282,7 @@ <h4 class="text-lg font-semibold mb-3 text-primary">Data Science</h4>
<div class="mb-4 bg-white rounded-lg border border-gray-200 overflow-hidden">
<div class="flex items-center gap-3 px-5 py-3 bg-gray-50 border-b border-gray-200">
<h5 class="font-semibold text-sm">JupyterHub / JupyterLab</h5>
<span class="ml-auto w-3 h-3 rounded-full bg-green-500"></span>
<span class="ml-auto w-4 h-4 rounded-full bg-green-100 text-green-600 flex items-center justify-center text-[10px] mt-0.5">&#10003;</span>
</div>
<ul class="px-5 py-3 space-y-1.5">
<li class="flex items-start gap-2.5 text-sm">
Expand Down Expand Up @@ -315,7 +315,7 @@ <h3 class="text-2xl font-bold mb-2">Control Plane / Platform</h3>
<div class="bg-white rounded-lg border border-gray-200 overflow-hidden">
<div class="flex items-center gap-3 px-5 py-3 bg-gray-50 border-b border-gray-200">
<h4 class="font-semibold text-sm">Admin Console</h4>
<span class="ml-auto w-3 h-3 rounded-full bg-blue-500"></span>
<span class="ml-auto w-4 h-4 rounded-full bg-blue-100 text-blue-600 flex items-center justify-center text-[10px] mt-0.5">&#8635;</span>
</div>
<ul class="px-5 py-3 space-y-1.5">
<li class="flex items-start gap-2.5 text-sm">
Expand All @@ -339,7 +339,7 @@ <h4 class="font-semibold text-sm">Admin Console</h4>
<div class="bg-white rounded-lg border border-gray-200 overflow-hidden">
<div class="flex items-center gap-3 px-5 py-3 bg-gray-50 border-b border-gray-200">
<h4 class="font-semibold text-sm">Project Console</h4>
<span class="ml-auto w-3 h-3 rounded-full bg-blue-500"></span>
<span class="ml-auto w-4 h-4 rounded-full bg-blue-100 text-blue-600 flex items-center justify-center text-[10px] mt-0.5">&#8635;</span>
</div>
<ul class="px-5 py-3 space-y-1.5">
<li class="flex items-start gap-2.5 text-sm">
Expand Down Expand Up @@ -375,7 +375,7 @@ <h4 class="font-semibold text-sm">Project Console</h4>
<div class="bg-white rounded-lg border border-gray-200 overflow-hidden">
<div class="flex items-center gap-3 px-5 py-3 bg-gray-50 border-b border-gray-200">
<h4 class="font-semibold text-sm">Sandbox</h4>
<span class="ml-auto w-3 h-3 rounded-full bg-blue-500"></span>
<span class="ml-auto w-4 h-4 rounded-full bg-blue-100 text-blue-600 flex items-center justify-center text-[10px] mt-0.5">&#8635;</span>
</div>
<ul class="px-5 py-3 space-y-1.5">
<li class="flex items-start gap-2.5 text-sm">
Expand Down Expand Up @@ -403,7 +403,7 @@ <h4 class="font-semibold text-sm">Sandbox</h4>
<div class="bg-white rounded-lg border border-gray-200 overflow-hidden">
<div class="flex items-center gap-3 px-5 py-3 bg-gray-50 border-b border-gray-200">
<h4 class="font-semibold text-sm">Installation &amp; Guides</h4>
<span class="ml-auto w-3 h-3 rounded-full bg-blue-500"></span>
<span class="ml-auto w-4 h-4 rounded-full bg-blue-100 text-blue-600 flex items-center justify-center text-[10px] mt-0.5">&#8635;</span>
</div>
<ul class="px-5 py-3 space-y-1.5">
<li class="flex items-start gap-2.5 text-sm">
Expand Down Expand Up @@ -448,7 +448,7 @@ <h3 class="text-2xl font-bold mb-6">Data &amp; AI Modules</h3>
<div class="bg-white rounded-lg border border-gray-200 overflow-hidden">
<div class="flex items-center gap-3 px-5 py-3 bg-gray-50 border-b border-gray-200">
<h4 class="font-semibold text-sm">AI &amp; MLOps</h4>
<span class="ml-auto w-3 h-3 rounded-full bg-blue-500"></span>
<span class="ml-auto w-4 h-4 rounded-full bg-blue-100 text-blue-600 flex items-center justify-center text-[10px] mt-0.5">&#8635;</span>
</div>
<ul class="px-5 py-3 space-y-1.5">
<li class="flex items-start gap-2.5 text-sm">
Expand All @@ -468,7 +468,7 @@ <h4 class="font-semibold text-sm">AI &amp; MLOps</h4>
<div class="bg-white rounded-lg border border-gray-200 overflow-hidden">
<div class="flex items-center gap-3 px-5 py-3 bg-gray-50 border-b border-gray-200">
<h4 class="font-semibold text-sm">Ingestion, Streaming &amp; Governance</h4>
<span class="ml-auto w-3 h-3 rounded-full bg-gray-300"></span>
<span class="ml-auto w-4 h-4 rounded-full bg-gray-100 text-gray-400 flex items-center justify-center text-[10px] mt-0.5">&#9675;</span>
</div>
<ul class="px-5 py-3 space-y-1.5">
<li class="flex items-start gap-2.5 text-sm">
Expand Down Expand Up @@ -500,7 +500,7 @@ <h3 class="text-2xl font-bold mb-6">Control Plane / Platform</h3>
<div class="bg-white rounded-lg border border-gray-200 overflow-hidden">
<div class="flex items-center gap-3 px-5 py-3 bg-gray-50 border-b border-gray-200">
<h4 class="font-semibold text-sm">Platform</h4>
<span class="ml-auto w-3 h-3 rounded-full bg-gray-300"></span>
<span class="ml-auto w-4 h-4 rounded-full bg-gray-100 text-gray-400 flex items-center justify-center text-[10px] mt-0.5">&#9675;</span>
</div>
<ul class="px-5 py-3 space-y-1.5">
<li class="flex items-start gap-2.5 text-sm">
Expand All @@ -524,7 +524,7 @@ <h4 class="font-semibold text-sm">Platform</h4>
<div class="bg-white rounded-lg border border-gray-200 overflow-hidden">
<div class="flex items-center gap-3 px-5 py-3 bg-gray-50 border-b border-gray-200">
<h4 class="font-semibold text-sm">Observability &amp; Deployment</h4>
<span class="ml-auto w-3 h-3 rounded-full bg-gray-300"></span>
<span class="ml-auto w-4 h-4 rounded-full bg-gray-100 text-gray-400 flex items-center justify-center text-[10px] mt-0.5">&#9675;</span>
</div>
<ul class="px-5 py-3 space-y-1.5">
<li class="flex items-start gap-2.5 text-sm">
Expand Down
Loading
Loading