Compare commits
2
Commits
e3b562afcf
...
66da280a50
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
66da280a50
|
||
|
|
742a275958
|
@@ -13,20 +13,22 @@
|
||||
{ "url": "https://gade.o-k-i.net/accounts/joukawouve", "text": "Discover on GADE" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "cyber-mawonaj",
|
||||
"logo": "/assets/images/cyber_mawonaj.jpg",
|
||||
"description": "Towards digital mawonaj - Winning your freedom also runs through the digital world.",
|
||||
"links": [
|
||||
{ "url": "https://gade.o-k-i.net/c/cyber_mawonaj/videos", "text": "Discover on GADE" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Aktivist Vybz #AKV",
|
||||
"logo": "/assets/images/akv.png",
|
||||
"description": "Committed selectors and DJs, with content focused on activism and cultural expression.",
|
||||
"links": [
|
||||
{ "url": "https://gade.o-k-i.net/accounts/aktivist_vybz_akv", "text": "Discover on GADE" }
|
||||
{ "url": "https://mizik.o-k-i.net/channels/aktivistvybzakv", "text": "Discover on MIZIK" },
|
||||
{ "url": "https://gade.o-k-i.net/c/aktivist_vybz-1_channel/videos", "text": "Discover on GADE" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "cyber-mawonaj",
|
||||
"logo": "/assets/images/cyber_mawonaj.jpg",
|
||||
"description": "Towards digital mawonaj - Winning your freedom also runs through the digital world.",
|
||||
"links": [
|
||||
{ "url": "https://bokante.o-k-i.net/@cybermawonaj", "text": "Discover on BOKANTE" },
|
||||
{ "url": "https://gade.o-k-i.net/c/cyber.mawonaj/videos", "text": "Discover on GADE" }
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -13,20 +13,22 @@
|
||||
{ "url": "https://gade.o-k-i.net/accounts/joukawouve", "text": "Découvrir sur GADE" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "cyber-mawonaj",
|
||||
"logo": "/assets/images/cyber_mawonaj.jpg",
|
||||
"description": "Vers le mawonaj numérique - Conquérir sa liberté passe aussi par le numérique.",
|
||||
"links": [
|
||||
{ "url": "https://gade.o-k-i.net/c/cyber_mawonaj/videos", "text": "Découvrir sur GADE" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Aktivist Vybz #AKV",
|
||||
"logo": "/assets/images/akv.png",
|
||||
"description": "Sélecteurs et DJs engagés, avec un contenu axé sur l'activisme et l'expression culturelle.",
|
||||
"links": [
|
||||
{ "url": "https://gade.o-k-i.net/accounts/aktivist_vybz_akv", "text": "Découvrir sur GADE" }
|
||||
{ "url": "https://mizik.o-k-i.net/channels/aktivistvybzakv", "text": "Découvrir sur MIZIK" },
|
||||
{ "url": "https://gade.o-k-i.net/c/aktivist_vybz-1_channel/videos", "text": "Découvrir sur GADE" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "cyber-mawonaj",
|
||||
"logo": "/assets/images/cyber_mawonaj.jpg",
|
||||
"description": "Vers le mawonaj numérique - Conquérir sa liberté passe aussi par le numérique.",
|
||||
"links": [
|
||||
{ "url": "https://bokante.o-k-i.net/@cybermawonaj", "text": "Découvrir sur BOKANTE" },
|
||||
{ "url": "https://gade.o-k-i.net/c/cyber_mawonaj/videos", "text": "Découvrir sur GADE" }
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -277,24 +277,6 @@ function createNetworkLine() {
|
||||
// Initialize network lines
|
||||
createNetworkLine();
|
||||
|
||||
// Dynamic typing effect for hero subtitle
|
||||
const subtitle = document.querySelector('.hero-subtitle');
|
||||
if (subtitle) {
|
||||
const text = subtitle.textContent;
|
||||
subtitle.textContent = '';
|
||||
let index = 0;
|
||||
|
||||
function typeWriter() {
|
||||
if (index < text.length) {
|
||||
subtitle.textContent += text.charAt(index);
|
||||
index++;
|
||||
setTimeout(typeWriter, 100);
|
||||
}
|
||||
}
|
||||
|
||||
setTimeout(typeWriter, 800);
|
||||
}
|
||||
|
||||
// Add hover effect to project cards with tilt
|
||||
document.querySelectorAll('.project-card, .service-card').forEach(card => {
|
||||
card.addEventListener('mousemove', (e) => {
|
||||
|
||||
Reference in New Issue
Block a user