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><span class="selflink">Platforms</span></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><a href="../join/index.en.html">Join</a></li>
|
||||
<li>
|
||||
<button class="btn sign-in" onclick="window.location.href='https://ilot.io/apps/files';">
|
||||
|
@ -115,18 +113,10 @@
|
|||
|
||||
<div class="container" id="content">
|
||||
|
||||
<h1><a href="https://cloud.ilot.io">The Cloud</a></h1>
|
||||
<h1><a href="https://ilot.io/apps/files">The Cloud</a></h1>
|
||||
|
||||
<p>The Cloud is an instance of <a href="https://nextcloud.com/">Nextcloud</a>, a productivity collaboration platform analogous to Google Drive. An <strong>instance</strong> is an autonomous version of a web service. In Nextcloud's case, even though there exists an official service maintained by the developpers, we are totally independant from them. The only thing that ties us to the official instance is that we use the same underlying technology, hosted on our own infrastructure.</p>
|
||||
|
||||
<h1><a href="https://wiki.ilot.io">The Wiki</a></h1>
|
||||
|
||||
<p>The Wiki is an instance of <a href="https://js.wiki/">Wiki.JS</a>, a wiki engine that acts as a knowledge base for the community and for the membership. Since the membership is engaged with various causes, we can expect this space to eventually become a resource for those whose values matches ours.</p>
|
||||
|
||||
<h1><a href="https://lab.ilot.io">The Lab</a></h1>
|
||||
|
||||
<p>The Lab is an instance of <a href="https://en.wikipedia.org/wiki/GitLab">GitLab</a>, a forge based on Git that enables easier collaboration between developpers. As of now, it is the main developpment space for ilot, thus it is more used by the technical working group. If you are a developper, or use Git in your workflow, this is a cooperative alternative to GitHub. If you are curious, all of our known issues our tracked <a href="https://lab.ilot.io/ilot/issues/-/issues">here</a>. Our very own website uses GitLab Pages as its backend and its source-code can be found <a href="https://lab.ilot.io/ilot/ilot.io">here</a>.</p>
|
||||
|
||||
<h1>Our Auxillary Services</h1>
|
||||
|
||||
<p>The following platforms are more there as a support role. They allow better management of the other platforms, and they are here to give you an overview of our infrastructure.</p>
|
||||
|
@ -135,7 +125,9 @@
|
|||
<li><a href="https://auth.ilot.io">Auth</a>, an instance of <a href="https://goauthentik.io">Authentik</a>, is our unified authenticaton system. It is the service that allows a membre to access all of our platforms using the same account. From this space, you can also see all of the different spaces that you have access to. It is also through Auth that you can change account settings, like your password or email.</li>
|
||||
<li><a href="https://support.ilot.io/en/hc/706927618">Support</a>, an instance of <a href="https://freescout.net/">Freescout</a>, is our technical support platform where you can find guides on how to use ilot and where you can open support tickets. You can go <a href="https://support.ilot.io/en/hc/706927618/3/how-to-request-help?category_id=3">here</a> for more details on how to ask for help.</li>
|
||||
<li><a href="https://status.ilot.io">Status</a>, an instance of <a href="https://github.com/louislam/uptime-kuma">Uptime-Kuma</a>, allows us to keep track of the state of the network. If something goes down, Status will alert the technical working group. If you have issues connecting to any of our platforms, you can go there to see the state of the network.</li>
|
||||
<li><a href="https://notif.ilot.io/">Notif</a>, an instance of <a href="https://listmonk.app/">listmonk</a>, allows the working groups to easily communicate with the rest of the membership in case of announcements or technical issues</li>
|
||||
<li><a href="https://notif.ilot.io/">Notif</a>, an instance of <a href="https://listmonk.app/">listmonk</a>, allows the working groups to easily communicate with the rest of the membership in case of announcements or technical issues.</li>
|
||||
<li><a href="https://forge.ilot.io">Forge</a>, an instance of <a href="https://forgejo.org/">Forgejo</a>, is a forge based on git that is the main developpment space for ilot. It is used to <a href="https://forge.ilot.io/ilot/issues/issues">track our bugs</a>, <a href="https://forge.ilot.io/ilot/iports">compile our platforms</a> and <a href="https://forge.ilot.io/ilot/ilot.io">power our website</a>.</li>
|
||||
<li><a href="https://wiki.ilot.io">Wiki</a>, an instance of <a href="https://js.wiki/">Wiki.JS</a>, is a wiki engine that acts as a knowledge base for the community and for the membership. Since the membership is engaged with various causes, we can expect this space to eventually become a resource for those whose values matches ours.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
@ -158,12 +150,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><a href="../join/index.en.html">Become a member</a>
|
||||
<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>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue