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
|
@ -91,8 +91,6 @@
|
|||
<ul class="nav navbar-nav navbar-right">
|
||||
<li><a href="../index.en.html">Home</a></li>
|
||||
<li><a href="../platforms/index.en.html">Platforms</a></li>
|
||||
<li><a href="https://notif.ilot.io/archive">Archives</a></li>
|
||||
<li><a href="https://support.ilot.io/en/hc/706927618">Support</a></li>
|
||||
<li><span class="selflink">Join</span></li>
|
||||
<li>
|
||||
<button class="btn sign-in" onclick="window.location.href='https://ilot.io/apps/files';">
|
||||
|
@ -195,12 +193,51 @@
|
|||
|
||||
|
||||
<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">
|
||||
Powered by <a href="http://ikiwiki.info/">ikiwiki</a>.
|
||||
</span>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-3">
|
||||
<h5>Support</h5>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://support.ilot.io/en/hc/706927618">FAQs</a></li>
|
||||
<li><a href="https://forge.ilot.io/ilot/-/projects/3">Known issues</a></li>
|
||||
<li><a href="https://support.ilot.io/help/706927618">Support ticket</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<h5>Contribute</h5>
|
||||
|
||||
<ul>
|
||||
<li><span class="selflink">Become a member</span>
|
||||
<li><a href="https://forge.ilot.io/ilot/-/projects">Git Forge</a></li>
|
||||
<li><a href="https://wiki.ilot.io">Wiki</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<h5>About us</h5>
|
||||
|
||||
<ul>
|
||||
<li><a href="../meta/code-of-conduct/">Code of conduct</a></li>
|
||||
<li><a href="../meta/license/">Licenses</a></li>
|
||||
<li><a href="https://status.ilot.io/status/ilot">Network Status</a></li>
|
||||
</div>
|
||||
<div class="col-sm-3 listmonk-form">
|
||||
<h5>News</h5>
|
||||
|
||||
<p>Subscribe to our <a href="https://notif.ilot.io/archive">newsletter</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="E-mail" />
|
||||
</div>
|
||||
<button aria-label="Subscribe" class="btn" type="submit">Subscribe</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</p>
|
||||
|
||||
|
||||
|
|
|
@ -92,8 +92,6 @@
|
|||
<ul class="nav navbar-nav navbar-right">
|
||||
<li><a href="../index.fr.html">Accueil</a></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><span class="selflink">Se joindre</span></li>
|
||||
<li>
|
||||
<button class="btn sign-in"
|
||||
|
@ -237,9 +235,52 @@ onClick = "createIssue()"> </form>
|
|||
|
||||
|
||||
<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><span class="selflink">Devenir membre</span>
|
||||
<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