diff --git a/en/index.html b/en/index.html index 20336d8..7d1bbea 100644 --- a/en/index.html +++ b/en/index.html @@ -132,18 +132,47 @@

Open Kubernetes Data Platform

Join Community -
-
-
7+
-
Contributors
-
-
-
~20
-
Weekly Downloads
-
-
-
2024
-
Project Started
+ + +
+ + +
+
+
+
+
+
+ + Release v1.0.0 — 14 September 2026 +
+ +
+
+ -- + Days +
+
+ -- + Hours +
+
+ -- + Minutes +
+
+ -- + Seconds +
+
+ + + Discover the roadmap + + + + +
@@ -164,6 +193,21 @@

What is OKDP?

+
+
+
7+
+
Contributors
+
+
+
~20
+
Weekly Downloads
+
+
+
2024
+
Project Started
+
+
+

Why OKDP?

@@ -343,7 +387,7 @@

Observability

── 2025 @@ -545,6 +597,7 @@

Events

OSXP (Open Source eXPérience)
+ Cité des Sciences et de l'Industrie, Paris
@@ -653,6 +706,38 @@

About TOSIT

window.addEventListener('resize', handleScrollSpy); window.addEventListener('load', handleScrollSpy); + \ No newline at end of file diff --git a/en/roadmap/index.html b/en/roadmap/index.html index 1131e8b..905cf6f 100644 --- a/en/roadmap/index.html +++ b/en/roadmap/index.html @@ -144,7 +144,7 @@

OKDP Roadmap

v1.0.0

- June 2026 + September 2026
diff --git a/index.html b/index.html index 03b5eef..1b714d3 100644 --- a/index.html +++ b/index.html @@ -132,18 +132,47 @@

Open Kubernetes Data Platform

Rejoindre la communauté
-
-
-
7+
-
Contributeurs
-
-
-
~20
-
Téléchargements /sem.
-
-
-
2024
-
Lancement du projet
+ + +
+ + +
+
+
+
+
+
+ + Release v1.0.0 — 14 septembre 2026 +
+ +
+
+ -- + Jours +
+
+ -- + Heures +
+
+ -- + Minutes +
+
+ -- + Secondes +
+
+ + + Découvrir la roadmap + + + + +
@@ -164,6 +193,21 @@

Qu'est-ce que OKDP ?

+
+
+
7+
+
Contributeurs
+
+
+
~20
+
Téléchargements /sem.
+
+
+
2024
+
Lancement du projet
+
+
+

Pourquoi OKDP ?

@@ -653,6 +706,38 @@

Ă€ propos de TOSIT

window.addEventListener('resize', handleScrollSpy); window.addEventListener('load', handleScrollSpy); + \ No newline at end of file diff --git a/roadmap/index.html b/roadmap/index.html index 19b6a27..f248c77 100644 --- a/roadmap/index.html +++ b/roadmap/index.html @@ -144,7 +144,7 @@

Roadmap OKDP

v1.0.0

- Juin 2026 + Septembre 2026
diff --git a/src/locales/en.json b/src/locales/en.json index 512cbaf..c957511 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -16,7 +16,16 @@ "title": "Open Kubernetes Data Platform", "subtitle": "A free, open-source and cloud-native data platform built on Kubernetes. Modular, sovereign, and community-driven.", "ctaPrimary": "Get started", - "ctaSecondary": "Join Community" + "ctaSecondary": "Join Community", + "countdown": { + "label": "Release v1.0.0 — 14 September 2026", + "days": "Days", + "hours": "Hours", + "minutes": "Minutes", + "seconds": "Seconds", + "cta": "Discover the roadmap", + "done": "v1.0.0 available 🎉" + } }, "stats": { "contributors": "Contributors", @@ -163,7 +172,7 @@ }, "roadmap": { "title": "Roadmap", - "teaser": "First release v1.0.0 planned for June 2026.", + "teaser": "First release v1.0.0 planned for the 14th September 2026.", "cta": "View the full roadmap" }, "community": { @@ -213,7 +222,7 @@ }, "v1": { "title": "v1.0.0", - "date": "June 2026", + "date": "September 2026", "modulesTitle": "Data & AI Modules", "modulesSubtitle": "A catalog of reference open source tools. Usable individually or combined, without depending on the OKDP Control Plane (UI/Server).", "categories": [ diff --git a/src/locales/fr.json b/src/locales/fr.json index 4534369..95a1cc6 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -16,7 +16,16 @@ "title": "Open Kubernetes Data Platform", "subtitle": "Une plateforme de données cloud-native, libre et 100% open source. Modulaire, souveraine et propulsée par la communauté.", "ctaPrimary": "Démarrer", - "ctaSecondary": "Rejoindre la communauté" + "ctaSecondary": "Rejoindre la communauté", + "countdown": { + "label": "Release v1.0.0 — 14 septembre 2026", + "days": "Jours", + "hours": "Heures", + "minutes": "Minutes", + "seconds": "Secondes", + "cta": "Découvrir la roadmap", + "done": "v1.0.0 disponible 🎉" + } }, "stats": { "contributors": "Contributeurs", @@ -163,7 +172,7 @@ }, "roadmap": { "title": "Roadmap", - "teaser": "Première release v1.0.0 prévue pour Juin 2026.", + "teaser": "Première release v1.0.0 prévue pour 14 Septembre 2026.", "cta": "Consulter la roadmap complète" }, "community": { @@ -213,7 +222,7 @@ }, "v1": { "title": "v1.0.0", - "date": "Juin 2026", + "date": "Septembre 2026", "modulesTitle": "Modules Data & IA", "modulesSubtitle": "Un catalogue d'outils open source de référence. Utilisables unitairement ou combinés, sans dépendre du Control Plane OKDP (UI/Server).", "categories": [ diff --git a/src/partials/countdown.html b/src/partials/countdown.html new file mode 100644 index 0000000..619e1c9 --- /dev/null +++ b/src/partials/countdown.html @@ -0,0 +1,32 @@ + diff --git a/src/template.html b/src/template.html index a39ee89..4dcea0a 100644 --- a/src/template.html +++ b/src/template.html @@ -38,18 +38,47 @@

{{ hero.title }}

{{ hero.ctaSecondary }}
-
-
-
7+
-
{{ stats.contributors }}
-
-
-
~20
-
{{ stats.downloads }}
-
-
-
2024
-
{{ stats.started }}
+ + +
+ + +
+
+
+
+
+
+ + {{ hero.countdown.label }} +
+ +
+
+ -- + {{ hero.countdown.days }} +
+
+ -- + {{ hero.countdown.hours }} +
+
+ -- + {{ hero.countdown.minutes }} +
+
+ -- + {{ hero.countdown.seconds }} +
+
+ + + {{ hero.countdown.cta }} + + + + +
@@ -70,6 +99,21 @@

{{ about.title }}

+
+
+
7+
+
{{ stats.contributors }}
+
+
+
~20
+
{{ stats.downloads }}
+
+
+
2024
+
{{ stats.started }}
+
+
+

{{ why.title }}

@@ -274,6 +318,7 @@

{{ tosit.title }}

{{> scripts }} + {{> countdown }} \ No newline at end of file