You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.7 KiB

<div class="ui inverted vertical footer segment">
<div class="ui container">
<div class="ui stackable inverted divided equal height stackable grid">
<div class="three wide column">
<h4 class="ui inverted header">clawd.fr</h4>
<div class="ui inverted link list">
<?php
foreach ($mainMenu as $item) {
echo ' ' . pageLink($item)."\r\n";
}
?>
</div>
</div>
<div class="three wide column">
<h4 class="ui inverted header">À propos</h4>
<div class="ui inverted link list">
<?= pageLink($pages['cgu']) ?>
<?= pageLink($pages['cgv']) ?>
<?= pageLink($pages['mentions']) ?>
<!-- <a href="https://stats.uptimerobot.com/l02mKT1oE7" class="item" target="_blank" title="Lien externe vers uptimerobot" rel="noopener noreferrer nofollow">État des services</a>-->
<br />
<a href="https://chatons.org/" class="item" target="_blank">chatons.org</a>
</div>
</div>
<div class="four wide column">
<h1 class="ui header clawdlogo centered">CLAWD.FR</h1>
<h3 class="ui header centered">Hébergeur engagé</h3>
</div>
<div class="three wide column">
<strong>clawd.fr est membre du</strong>
<img src="/assets/img/logo_chatons.png" alt="chatons" />
</div>
</div>
</div>
</div>