3 Commits
Author SHA1 Message Date
cedric 6559ac39a4 fix(contact/footer): met à jour le lien d'invitation Discord 2026-07-08 11:48:16 +04:00
cedric f1a9fa63e0 fix(clients): récupère les logos distants en local et sert via le CDN
- Télécharge les logos de kaubuntu.com, kaubuntu.re et kbm.gp
- Les place dans src/assets/images/clients/
- Met à jour les JSON FR/EN pour utiliser les chemins locaux
- Applique le filtre cdn dans le template clients.njk
2026-07-08 07:49:39 +04:00
cedric 646d3b676f feat(projects): ajoute FEDIVERSE.OKI dans la section projets
- Ajoute la fiche fediverse.o-k-i.net en FR et EN
- Description basée sur le README du dépôt FEDIVERSE-OKI
2026-07-08 07:38:52 +04:00
11 changed files with 24 additions and 10 deletions
+3 -3
View File
@@ -8,21 +8,21 @@
"name": "KA UBUNTU",
"domain": "kaubuntu.com",
"url": "https://kaubuntu.com",
"logo": "https://kaubuntu.com/wp-content/uploads/2026/04/logo-ka-ubuntu.png",
"logo": "/assets/images/clients/kaubuntu-com.png",
"description": "Pan-Africanist and pro-independence political movement from Réunion. Fighting for the self-determination of Réunion and African unity. \"I am because we are.\""
},
{
"name": "KA UBUNTU — Media hub",
"domain": "kaubuntu.re",
"url": "https://kaubuntu.re",
"logo": "https://kaubuntu.re/img/logo.png",
"logo": "/assets/images/clients/kaubuntu-re.png",
"description": "Centralised media aggregator for Ka Ubuntu: YouTube videos, articles, Instagram and TikTok brought together on a single page. Progressive web application (PWA)."
},
{
"name": "KBM Ka Pou Nou Bwè é Manjé",
"domain": "kbm.gp",
"url": "https://kbm.gp",
"logo": "https://kbm.gp/images/logo-1024.webp",
"logo": "/assets/images/clients/kbm.gp.webp",
"description": "Movement for the emancipation and food sovereignty of the Guadeloupean people. Community radio Radyo Bòkaz, podcasts, lakou and local farming."
}
]
+1 -1
View File
@@ -20,7 +20,7 @@
{
"title": "💬 Community",
"links": [
{ "text": "Discord", "url": "https://discord.gg/a2r9NYNM" },
{ "text": "Discord", "url": "https://discord.gg/DPvUCA8dD" },
{ "text": "Stoat", "url": "https://stt.gg/FzqPKhbG" }
]
},
+7
View File
@@ -16,6 +16,13 @@
"domain": "gong.gp",
"description": "Historical documents from the GONG",
"url": "https://gong.gp/"
},
{
"name": "FEDIVERSE.OKI",
"icon": "🎬",
"domain": "fediverse.o-k-i.net",
"description": "Independent multimedia platform: PeerTube videos, Mastodon feed, Castopod podcasts and WordPress articles",
"url": "https://fediverse.o-k-i.net/"
}
]
}
+3 -3
View File
@@ -8,21 +8,21 @@
"name": "KA UBUNTU",
"domain": "kaubuntu.com",
"url": "https://kaubuntu.com",
"logo": "https://kaubuntu.com/wp-content/uploads/2026/04/logo-ka-ubuntu.png",
"logo": "/assets/images/clients/kaubuntu-com.png",
"description": "Mouvement politique panafricaniste et indépendantiste réunionnais. Lutte pour l'autodétermination de La Réunion et l'unité africaine. \"Je suis parce que nous sommes.\""
},
{
"name": "KA UBUNTU — Hub multimédia",
"domain": "kaubuntu.re",
"url": "https://kaubuntu.re",
"logo": "https://kaubuntu.re/img/logo.png",
"logo": "/assets/images/clients/kaubuntu-re.png",
"description": "Agrégateur multimédia centralisé pour Ka Ubuntu : vidéos YouTube, articles, Instagram et TikTok réunis en une seule page. Application web progressive (PWA)."
},
{
"name": "KBM Ka Pou Nou Bwè é Manjé",
"domain": "kbm.gp",
"url": "https://kbm.gp",
"logo": "https://kbm.gp/images/logo-1024.webp",
"logo": "/assets/images/clients/kbm.gp.webp",
"description": "Mouvement pour l'émancipation et la souveraineté alimentaire du peuple guadeloupéen. Radio communautaire Radyo Bòkaz, podcasts, lakou et agriculture locale."
}
]
+1 -1
View File
@@ -20,7 +20,7 @@
{
"title": "💬 Communauté",
"links": [
{ "text": "Discord", "url": "https://discord.gg/a2r9NYNM" },
{ "text": "Discord", "url": "https://discord.gg/DPvUCA8dD" },
{ "text": "Stoat", "url": "https://stt.gg/FzqPKhbG" }
]
},
+7
View File
@@ -16,6 +16,13 @@
"domain": "gong.gp",
"description": "Documents historiques du GONG",
"url": "https://gong.gp/"
},
{
"name": "FEDIVERSE.OKI",
"icon": "🎬",
"domain": "fediverse.o-k-i.net",
"description": "Plateforme multimédia indépendante : vidéos PeerTube, fil Mastodon, podcasts Castopod et articles WordPress",
"url": "https://fediverse.o-k-i.net/"
}
]
}
+1 -1
View File
@@ -9,7 +9,7 @@
{% for client in t.clients.items %}
<a href="{{ client.url }}" target="_blank" rel="noopener noreferrer" class="partner-card">
<div class="partner-logo-container">
<img src="{{ client.logo }}" alt="Logo {{ client.name }}" class="partner-logo">
<img src="{{ client.logo | cdn }}" alt="Logo {{ client.name }}" class="partner-logo">
</div>
<h3>{{ client.name }}</h3>
<p class="project-domain">{{ client.domain }}</p>
+1 -1
View File
@@ -28,7 +28,7 @@
<a href="https://www.tiktok.com/@organisationka" target="_blank" rel="noopener noreferrer" title="TikTok" class="social-link">
{% include "icons/tiktok.svg" %}
</a>
<a href="https://discord.gg/a2r9NYNM" target="_blank" rel="noopener noreferrer" title="Discord" class="social-link">
<a href="https://discord.gg/DPvUCA8dD" target="_blank" rel="noopener noreferrer" title="Discord" class="social-link">
{% include "icons/discord.svg" %}
</a>
<a href="https://stt.gg/FzqPKhbG" target="_blank" rel="noopener noreferrer" title="Stoat" class="social-link">
Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB