web/apropos.php

56 lines
2.1 KiB
PHP
Executable File

<?php include "inc/debut.php";
head("apropos.php"); ?>
<h1>À propos</h1>
<div class="pgauche">
Site réalisé par Miraty et publié sous license libre <a href="licences/cecill.html" title="Lire la license CeCILL" class="icon-doc-text-2 souligne">CeCILL</a>.
<br><br>
<a href="https://code.antopie.org/Ant/web" title="Accédez au code source sur Gitea" class="icon-fork">Accéder au code source sur Gitea</a>
<br>
<br>
<br>
Les icones de ce site sont celles du pack <a href="licences/fontello.txt" class="icon-doc-text souligne">Fontello</a>.
<br>
<br>
<br>
Les "publicité" du site sont celles du projet <a href="https://sense3.org/fr/home/" title="Le projet sense3">sense3</a> créé par <a href="https://liberapay.com/josephk/" title="Soutenir JosephK sur Liberapay">JosephK</a> et diffusé sous <a href="licences/sense3.txt" title="License MIT">licence MIT</a>.
<br>
<br>
<br>
Merci à <strong>Zarkaa</strong> pour avoir réalisé le logo Ant et l'image de la page 404.
</div>
<br>
<br>
<div>
Ce site ne charge aucun contenu depuis des sites tiers et n'utilise que des technologies libres.
</div>
<br><br>
<div class="pgauche">
Me contacter :
<br><br>
<span class="icon-at"> Par E-mail : <code>miraty</code>&#60;arrow-base&#62;<code>antopie</code>&#60;point&#62;<code>org</code></span>
<br><br>
<span class="svg"><?php include "media/logomastodon.svg"; ?> Sur Mastodon : <a href="https://social.antopie.org/@miraty">@miraty@social.antopie.org</a></span>
<br><br>
<span class="icon-chat">Via Matrix : @miraty:matrix.antopie.org</span>
</div>
<br><br>
<div>
En partenariat avec <a href="https://www.youtube.com/channel/UCFqVaPRqiST8KCnofL80cDQ" title="Voir la chaîne YouTube de wiziix"><strong>wiziix</strong></a> et <a href="https://www.youtube.com/channel/UCpefXfUCwMASiYt0AEJgH3g" title="Voir la chaîne YouTube de Madaho"><strong>Madaho</strong></a>.
</div>
<?php include "inc/footer.php"; ?>