bootstrap.local.css: add padding-bottom to footer
All checks were successful
/ deploy (push) Successful in 27s
All checks were successful
/ deploy (push) Successful in 27s
This commit is contained in:
parent
e6a03e20c2
commit
40a9ae3ee5
40 changed files with 1714 additions and 307 deletions
|
@ -92,8 +92,6 @@
|
|||
<ul class="nav navbar-nav navbar-right">
|
||||
<li><span class="selflink">Accueil</span></li>
|
||||
<li><a href="./platforms/index.fr.html">Plateformes</a></li>
|
||||
<li><a href="https://notif.ilot.io/archive">Archives</a></li>
|
||||
<li><a href="https://support.ilot.io/fr/hc/706927618">Aide</a></li>
|
||||
<li><a href="./join/index.fr.html">Se joindre</a></li>
|
||||
<li>
|
||||
<button class="btn sign-in"
|
||||
|
@ -147,9 +145,7 @@ but de rendre le projet utile à d'autres organisations et individus.</p>
|
|||
|
||||
<p>Pour en savoir plus, veuillez consulter ces pages :</p>
|
||||
|
||||
<p><a href="./platforms/index.fr.html">Plateformes</a> - Les espaces en ligne que nous utilisons et gérons <br />
|
||||
<a href="https://notif.ilot.io/archive">Archives</a> - Archives de nos communications avec nos membres <br />
|
||||
<a href="https://support.ilot.io/fr/hc/706927618">Support</a> - Guides sur la façon de faire les choses sur l'ilot et d'obtenir de l'aide </p>
|
||||
<p><a href="./platforms/index.fr.html">Plateformes</a> - Les espaces en ligne que nous utilisons et gérons </p>
|
||||
|
||||
|
||||
|
||||
|
@ -171,9 +167,52 @@ but de rendre le projet utile à d'autres organisations et individus.</p>
|
|||
|
||||
|
||||
<p class="text-muted">
|
||||
<span class="copyright"> Copyleft © 2024-2024 ilot <a href="./meta/license/">CC-BY-SA</a>
|
||||
</span> <span class="pull-right powered-by"> Propulsé par
|
||||
<a href="http://ikiwiki.info/">ikiwiki</a>. </span>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-3">
|
||||
<h5>Soutient</h5>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://support.ilot.io/fr/hc/706927618">FAQ</a></li>
|
||||
<li><a href="https://forge.ilot.io/ilot/-/projects/3">Problèmes connus</a></li>
|
||||
<li><a href="https://support.ilot.io/help/706927618">Soutient technique</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<h5>Contribuer</h5>
|
||||
|
||||
<ul>
|
||||
<li><a href="./join/index.fr.html">Devenir membre</a>
|
||||
<li><a href="https://forge.ilot.io/ilot/-/projects">Forge Git</a></li>
|
||||
<li><a href="https://wiki.ilot.io">Wiki</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<h5>À propos de nous</h5>
|
||||
|
||||
<ul>
|
||||
<li><a href="./meta/code-of-conduct/">Code de conduite</a></li>
|
||||
<li><a href="./meta/license/">Licenses</a></li>
|
||||
<li><a href="https://status.ilot.io/status/ilot">État du réseau</a></li>
|
||||
</div>
|
||||
<div class="col-sm-3 listmonk-form">
|
||||
<h5>Nouvelles</h5>
|
||||
|
||||
<p>S'abonner à notre <a href="https://notif.ilot.io/archive">liste de diffusion</a></p>
|
||||
|
||||
<form method="post" action="https://notif.ilot.io/subscription/form" class="listmonk-form">
|
||||
|
||||
<input type="hidden" name="nonce" /> <input id="9c490" type="hidden"
|
||||
name="l" value="9c490957-b50b-4162-898d-92259e350cd6" />
|
||||
<div class="t">
|
||||
<input aria-label="Email" class="btn" type="email" name="email" required
|
||||
placeholder="Courriel" />
|
||||
</div>
|
||||
<button aria-label="Subscribe" class="btn" type="submit">S'abonner</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</p>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue