lots of small improvements, new pages, added htaccess for url rewriting

This commit is contained in:
Adrien W
2021-09-30 19:24:54 +02:00
parent 8d77fa06b4
commit 1d1c42d91b
34 changed files with 984 additions and 379 deletions

28
includes/_footer.php Normal file
View File

@@ -0,0 +1,28 @@
<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">À propos</h4>
<div class="ui inverted link list">
<a href="#" class="item">Plan du site</a>
<a href="#" class="item">Contact</a>
<a href="#" class="item">Qui suis-je?</a>
<a href="#" class="item">Mentions légales</a>
</div>
</div>
<div class="three wide column">
<h4 class="ui inverted header">clawd.fr</h4>
<div class="ui inverted link list">
<a href="#" class="item">Infrastructure</a>
<a href="#" class="item">Transparence</a>
<a href="#" class="item">C.G.U.</a>
<a href="#" class="item">État des services</a>
</div>
</div>
<div class="seven wide column">
<h4 class="ui inverted header">clawd.fr</h4>
<p>Hébergeur engagé</p>
</div>
</div>
</div>
</div>