footer: real multi-column layout, drop the duplicated tagline

This commit is contained in:
Jean Chevronnet 2026-08-31 00:46:01 +00:00
parent 88c8fc72bb
commit df6216d0d2
No known key found for this signature in database
GPG key ID: 439666D63A9477E4
2 changed files with 58 additions and 22 deletions

View file

@ -49,21 +49,47 @@
<footer class="site-foot">
<div class="foot-in">
<div class="foot-brand">
<svg class="mark" viewBox="0 0 32 32" aria-hidden="true">
<circle cx="8" cy="16" r="3.1" fill="currentColor"/>
<path d="M14 9.5a9 9 0 0 1 0 13" fill="none" stroke="currentColor" stroke-width="2.4" stroke-linecap="round"/>
<path d="M18.5 5.5a15 15 0 0 1 0 21" fill="none" stroke="currentColor" stroke-width="2.4" stroke-linecap="round"/>
</svg>
<span>echoIRCd</span>
<div class="foot-about">
<a class="foot-logo" href="/">
<svg class="mark" viewBox="0 0 32 32" aria-hidden="true">
<circle cx="8" cy="16" r="3.1" fill="currentColor"/>
<path d="M14 9.5a9 9 0 0 1 0 13" fill="none" stroke="currentColor" stroke-width="2.4" stroke-linecap="round"/>
<path d="M18.5 5.5a15 15 0 0 1 0 21" fill="none" stroke="currentColor" stroke-width="2.4" stroke-linecap="round"/>
</svg>
<span>echoIRCd</span>
</a>
<p>Modern IRC, written from scratch in Rust.</p>
<p class="foot-net"><code>irc.echoircd.org</code> · +6697 TLS</p>
</div>
<p class="foot-tag">A native-Rust IRC daemon, with <a href="/services">echo services</a> linked over S2S. No forks, no C, no <code>unsafe</code>.</p>
<nav class="foot-links">
<a href="https://git.devtronic.pro/echo/echoIRCd">echoIRCd</a>
<a href="https://git.devtronic.pro/echo/echo">services</a>
<a href="https://git.devtronic.pro/echo/website">website</a>
<a href="https://orbit.devtronic.pro">web client</a>
<nav class="foot-col">
<h4>Project</h4>
<a href="/features">Features</a>
<a href="/services">Services</a>
<a href="/connect">Chat with us</a>
<a href="/docs/changelog">Changelog</a>
</nav>
<nav class="foot-col">
<h4>Documentation</h4>
<a href="/docs/installation">Installation</a>
<a href="/docs/configuration">Configuration</a>
<a href="/docs/commands">Commands</a>
<a href="/docs/ircv3">IRCv3</a>
</nav>
<nav class="foot-col">
<h4>Source</h4>
<a href="https://git.devtronic.pro/echo/echoIRCd">echoIRCd</a>
<a href="https://git.devtronic.pro/echo/echo">echo services</a>
<a href="https://git.devtronic.pro/echo/website">Website</a>
<a href="https://orbit.devtronic.pro">Web client</a>
</nav>
</div>
<div class="foot-bar">
<span>&copy; 2026 echoIRCd</span>
<code>#![forbid(unsafe_code)]</code>
</div>
</footer>
<script>function toggleTheme(){var d=document.documentElement,n=d.getAttribute('data-theme')==='dark'?'light':'dark';d.setAttribute('data-theme',n);try{localStorage.setItem('theme',n);}catch(e){}}</script>