add Matrix logo and update page
authorBen Parsons <ben@bpulse.co.uk>
Sun, 31 Jan 2021 16:41:25 +0000 (16:41 +0000)
committerBen Parsons <ben@bpulse.co.uk>
Sun, 31 Jan 2021 16:41:25 +0000 (16:41 +0000)
content/stands/matrix.md
static/stands/matrix/logo.png [new file with mode: 0644]

index 8267406c99eeec08f0a98afd7cd70e2d2b8a06c9..535137e3bcf3100778d1f3d6ddc2b211e0c2774e 100644 (file)
@@ -1,15 +1,16 @@
 ---
 description: |
-  Matrix (https://matrix.org) is an open protocol for secure, decentralised
+  <div style="float:left; padding: 10px"><img src="logo.png" style="max-width: 400px" /></div>
+  <p><a href="https://matrix.org">Matrix</a> is an open protocol for secure, decentralised
    communication - defining an end-to-end-encrypted real-time communication layer
    for the open Web suitable for instant messaging, VoIP, microblogging, forums and
-   more.  We publish Matrix as an open standard (https://matrix.org/docs/spec) under
-   the open governance of the non-profit Matrix.org Foundation (https://matrix.org/foundation),
+   more.  We publish Matrix as an <a href="https://matrix.org/docs/spec">open standard</a> under
+   the open governance of the non-profit <a href="https://matrix.org/foundation">Matrix.org Foundation</a>,
    and release Apache-licensed reference implementations of the protocol for server,
    client SDKs, bots, bridges & more.  Some users may recognise Matrix via client
-   apps such as Element (https://element.io, formerly Riot).
+   apps such as Element (https://element.io, formerly Riot).</p>
 
-  Matrix works
+  <p>Matrix works
    by replicating conversation history across servers which participate in a given
    conversation, ensuring that ownership of the conversation is fully decentralised:
    no single server owns or controls the conversation, just as git repositories are
@@ -17,13 +18,13 @@ description: |
    more like a global decentralised object database with realtime pubsub semantics,
    rather than a traditional message-passing protocol.  The protocol defines HTTPS+JSON
    APIs as a baseline, but more efficient transports and encodings are supported
-   and encouraged.
+   and encouraged.</p>
 
-  The public Matrix network on the internet has over 26M
+  <p>The public Matrix network on the internet has over 26M
    addressable users spread over ~60K servers, ranging in size from personal RPis
    through to massive deployments for organisations including Mozilla, the Wikimedia
    Foundation, German schools in Schleswig-Holstein & Hamburg, and the entirety of
-   the French Government.
+   the French Government.</p>
 layout: stand
 logo: stands/matrix/logo.png
 new_this_year: |
diff --git a/static/stands/matrix/logo.png b/static/stands/matrix/logo.png
new file mode 100644 (file)
index 0000000..b0ea7a1
Binary files /dev/null and b/static/stands/matrix/logo.png differ