home: new hero slogan — capability + memory-safety positioning
This commit is contained in:
parent
867f0aaf4a
commit
059f4e567d
1 changed files with 5 additions and 5 deletions
|
|
@ -1,14 +1,14 @@
|
||||||
{% extends "base.html" %}
|
{% 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 %}
|
{% block content %}
|
||||||
<section class="hero">
|
<section class="hero">
|
||||||
<div class="hero-in">
|
<div class="hero-in">
|
||||||
<div class="hero-main">
|
<div class="hero-main">
|
||||||
<p class="eyebrow">// IRC daemon · written in Rust · IRCv3</p>
|
<p class="eyebrow">// IRC daemon · written in Rust · IRCv3</p>
|
||||||
<h1>The from-scratch<br>IRC server.</h1>
|
<h1>A complete IRC server,<br>safe by construction.</h1>
|
||||||
<p class="hero-sub">A modern IRC daemon built from the ground up in Rust — full IRCv3,
|
<p class="hero-sub">echoIRCd is a from-scratch daemon in Rust with everything a modern network
|
||||||
TLS 1.3 and SASL. No forks. No C. No <code>unsafe</code>. Pair it with
|
needs — full IRCv3, post-quantum TLS 1.3, key-based SASL, host cloaking, and a native
|
||||||
<a href="/services">echo services</a> over S2S.</p>
|
anti-abuse engine. No forks. No C. No <code>unsafe</code>.</p>
|
||||||
<div class="cta">
|
<div class="cta">
|
||||||
<a class="btn btn-primary" href="/connect">Connect to the network</a>
|
<a class="btn btn-primary" href="/connect">Connect to the network</a>
|
||||||
<a class="btn btn-ghost" href="/docs">Read the docs</a>
|
<a class="btn btn-ghost" href="/docs">Read the docs</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue