|
|
| (34 versions intermédiaires par le même utilisateur non affichées) |
| Ligne 1 : |
Ligne 1 : |
| {{ButtonLink | | {{MinecraftConnect|nefald.fr}} |
| |link=https://www.patreon.com | |
| |text=Patreon
| |
| |color=patreon
| |
| |align=left
| |
| }}
| |
| | |
| {{ButtonLink
| |
| |link=https://gitlab.com
| |
| |text=GitLab
| |
| |color=gitlab
| |
| |align=center
| |
| }}
| |
| | |
| {{ButtonLink
| |
| |link=https://github.com
| |
| |text=GitHub
| |
| |color=github
| |
| |align=right
| |
| }}
| |
| | |
| | |
| {{ButtonLink
| |
| |link=https://github.com
| |
| |text=GitHub
| |
| |color=github
| |
| |align=right
| |
| }}
| |
| | |
| ----
| |
| {{ButtonLink
| |
| |link = https://www.patreon.com/nefald
| |
| |color = patreon
| |
| }}
| |
| {{ButtonLink
| |
| |link = https://git.nefald.fr
| |
| |color = gitlab
| |
| }} | |
| | |
| ----
| |
| {{Card
| |
| |subtitle=
| |
| {{ButtonLink
| |
| |link = https://nfald.fr/discord
| |
| |color = discord
| |
| }}
| |
| {{ButtonLink
| |
| |link = https://nfald.fr/twitter
| |
| |color = twitter
| |
| }}
| |
| {{ButtonLink
| |
| |link = https://nfald.fr/facebook
| |
| |color = facebook
| |
| }}
| |
| {{ButtonLink
| |
| |link = https://git.nefald.fr
| |
| |color = gitlab
| |
| }}
| |
| }}
| |
| | |
| {{Card
| |
| |title=Soutenez-nous !
| |
| |subtitle=
| |
| {{ButtonLink
| |
| |link = https://ko-fi.com/nefald
| |
| |color = kofi
| |
| }}
| |
| {{ButtonLink
| |
| |link = https://www.patreon.com/nefald
| |
| |color = patreon
| |
| }}
| |
| }}
| |
| | |
| | |
| | |
| ---
| |
| | |
| <div id="home-card-discord" class="home-card home-card--col2 home-card--button">[https://nfald.fr/discord [[Fichier:Discord-Logo-White.svg|x30px|center|alt=Discord]]]</div>
| |
| <div id="home-card-patreon" class="home-card home-card--col2 home-card--button">[https://www.patreon.com/nefald [[File:Patreon-Logo-White.svg|x30px|center|link=|alt=Patreon]]]</div>
| |
| <div id="home-card-gitlab" class="home-card home-card--col2 home-card--button">[https://git.nefald.fr [[File:Gitlab-Logo-White.svg|x90px|center|link=|alt=Gitlab]]]</div>
| |
Dernière version du 13 novembre 2025 à 21:15
Serveur Minecraftnefald.fr<button class="mc-connect-copy" onclick="copyMCAddress()" title="Copier l'adresse">📋</button>
<script>
function copyMCAddress() {
var address = document.getElementById('mc-address').textContent;
navigator.clipboard.writeText(address).then(function() {
var btn = document.querySelector('.mc-connect-copy');
btn.textContent = '✓';
btn.style.background = '#4CAF50';
setTimeout(function() {
btn.textContent = '📋';
btn.style.background = ;
}, 2000);
}).catch(function() {
alert('Adresse: ' + address);
});
}
</script>