site: give echo services its own page + navbar entry; frame it as a separate S2S-linked package, not native to the daemon
This commit is contained in:
parent
149ab69afe
commit
c4836c7dd1
7 changed files with 104 additions and 20 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{% block title %}echoIRCd — a from-scratch IRC server in Rust{% endblock %}</title>
|
||||
<meta name="description" content="echoIRCd is a modern IRC daemon and services suite, written from scratch in Rust — full IRCv3, modern TLS, SASL.">
|
||||
<meta name="description" content="echoIRCd is a modern IRC daemon written from scratch in Rust — full IRCv3, modern TLS, SASL. Pairs with echo services, a separate package linked over S2S.">
|
||||
<meta property="og:title" content="echoIRCd">
|
||||
<meta property="og:description" content="A from-scratch IRC server, written in Rust.">
|
||||
<meta property="og:type" content="website">
|
||||
|
|
@ -29,6 +29,7 @@
|
|||
<nav class="mainnav">
|
||||
<a href="/"{% if active == "home" %} class="on"{% endif %}>Home</a>
|
||||
<a href="/features"{% if active == "features" %} class="on"{% endif %}>Features</a>
|
||||
<a href="/services"{% if active == "services" %} class="on"{% endif %}>Services</a>
|
||||
<a href="/connect"{% if active == "connect" %} class="on"{% endif %}>Connect</a>
|
||||
<a href="/docs"{% if active == "docs" %} class="on"{% endif %}>Docs</a>
|
||||
<a href="https://orbit.devtronic.pro">Web client</a>
|
||||
|
|
@ -51,7 +52,7 @@
|
|||
</svg>
|
||||
<span>echoIRCd</span>
|
||||
</div>
|
||||
<p class="foot-tag">A native-Rust IRC daemon & services. No forks, no C, no <code>unsafe</code>.</p>
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue