Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6559ac39a4
|
||
|
|
f1a9fa63e0
|
||
|
|
646d3b676f
|
@@ -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."
|
||||
}
|
||||
]
|
||||
|
||||
@@ -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" }
|
||||
]
|
||||
},
|
||||
|
||||
@@ -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/"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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."
|
||||
}
|
||||
]
|
||||
|
||||
@@ -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" }
|
||||
]
|
||||
},
|
||||
|
||||
@@ -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/"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user