From b5042785d96ddc66f234d98ade223eea79398639 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 27 Sep 2019 22:52:09 +0100 Subject: [PATCH] Matrix link on website --- website/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/index.html b/website/index.html index 3b29d1ca..608a4023 100644 --- a/website/index.html +++ b/website/index.html @@ -740,6 +740,11 @@ input[type=checkbox] color: #999; } +.matrix { + font-size: 28px; + color: #ddd; +} + .headerlink { font-size: 30px; color: white; @@ -1147,6 +1152,7 @@ footer { Donate +

Matrix room: #epicyon:matrix.freedombone.net

Epicyon is an AGPL licensed ActivityPub protocol compliant federated social network server suitable for hosting a small number of accounts on low power systems requiring minimal maintenance, such as single board computers. It's the ActivityPub equivalent of an email server, storing posts as human readable JSON on file, rather than in a database. It also uses only a small amount of RAM.