This repository has been archived on 2023-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
web/inc/footer.php

91 lines
2.9 KiB
PHP
Executable File

</main>
<footer>
<div class="liensfooter centre">
<div class="lienfooter">
<a href="<?php formerUrlLocale("cgu"); ?>" class="bouton icon-balance-scale" >
Conditions d'utilisation
</a>
</div>
<div class="lienfooter">
<a href="<?php echo clearnetOrOnion("https://code.antopie.org", "http://antcode5h4tntfei362x7eydifyxdjskjisv5pezk2othlh7oho2zhyd.onion"); ?>/miraty/web/" class="bouton icon-git" >
Code source
</a>
</div>
<?php if ($_SERVER['HTTP_HOST'] == "antopie.org") { ?>
<div class="lienfooter">
<a href="http://antopieee25qeh4bvllwomq5pzrjmpvldbn2b653okyopkq5h7f7ilad.onion" class="bouton" >
Onion
</a>
</div>
<?php } else { ?>
<div class="lienfooter">
<a href="https://antopie.org" class="bouton" >
Clearnet
</a>
</div>
<?php } ?>
</div>
<div class="interlude">
<div class="traitinterlude">
<hr>
</div>
</div>
<div class="basfooter">
<div class="logofooter">
<a class="ant" href=".">
<div>
<br><br><br>
<?php
switch (mt_rand(1, 11)) {
case 1: ?>
Antièrement libre
<?php break;
case 2: ?>
100% indépendAnt
<?php break;
case 3: ?>
À l'Antipode des GAFAM
<?php break;
case 4: ?>
Anterrons le capitalisme
<?php break;
case 5: ?>
Pour la liberté d'Anternet !
<?php break;
case 6: ?>
Fourmidable !
<?php break;
case 7: ?>
Sans publicités gênAntes
<?php break;
case 8: ?>
FAntastique !
<?php break;
case 9: ?>
Un site fourmilitAnt
<?php break;
} ?>
</div>
</a>
</div>
<div class="textefooter">
Fait avec <a href="https://datalove.fr/">datalove</a> par un·e <a href="https://anargeek.net/fr.html">anargeek</a> à Paris.<br>
Le <a href="<?php echo clearnetOrOnion("https://code.antopie.org", "http://antcode5h4tntfei362x7eydifyxdjskjisv5pezk2othlh7oho2zhyd.onion"); ?>/miraty/web">code source de ce site</a> est publié sous <a href="LICENSE.html"><abbr title="GNU Affero General Public License version 3 ou toute version ultérieure">AGPLv3+</abbr></a>.
<br>
Images A, Ant, Antopie et erreur 404 créées par Zarkaa sous <abbr title="Creative Commons - Attribution - Partage dans les mêmes conditions">CC BY-SA</abbr>.
</div>
<div class="gomeza" id="gomeza" onclick='var div = document.getElementById("gomeza"), display = getComputedStyle(div, null).display; document.getElementById("gomeza").style.display = "none";'>
<span class="gomez run"></span>
</div>
</div>
</footer>
</body>
</html>