home: new hero slogan — capability + memory-safety positioning

This commit is contained in:
Jean Chevronnet 2026-08-31 02:24:47 +00:00
parent 867f0aaf4a
commit 059f4e567d
No known key found for this signature in database
GPG key ID: 439666D63A9477E4

View file

@ -1,14 +1,14 @@
{% extends "base.html" %}
{% block title %}echoIRCd — a from-scratch IRC server in Rust{% endblock %}
{% block title %}echoIRCd — a complete, memory-safe IRC server in Rust{% endblock %}
{% block content %}
<section class="hero">
<div class="hero-in">
<div class="hero-main">
<p class="eyebrow">// IRC daemon · written in Rust · IRCv3</p>
<h1>The from-scratch<br>IRC server.</h1>
<p class="hero-sub">A modern IRC daemon built from the ground up in Rust — full IRCv3,
TLS&nbsp;1.3 and SASL. No forks. No C. No <code>unsafe</code>. Pair it with
<a href="/services">echo services</a> over S2S.</p>
<h1>A complete IRC server,<br>safe by construction.</h1>
<p class="hero-sub">echoIRCd is a from-scratch daemon in Rust with everything a modern network
needs — full IRCv3, post-quantum TLS&nbsp;1.3, key-based SASL, host cloaking, and a native
anti-abuse engine. No forks. No C. No <code>unsafe</code>.</p>
<div class="cta">
<a class="btn btn-primary" href="/connect">Connect to the network</a>
<a class="btn btn-ghost" href="/docs">Read the docs</a>