From adf85157cc1b3036905c37489f59a21b51f53536 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sun, 7 Aug 2022 14:57:38 -0400 Subject: [PATCH] Add new logo. --- site/Telodendria.svg | 6 ++++++ site/index.html | 2 ++ site/style.css | 12 ++++++++++++ 3 files changed, 20 insertions(+) create mode 100644 site/Telodendria.svg diff --git a/site/Telodendria.svg b/site/Telodendria.svg new file mode 100644 index 0000000..f45f502 --- /dev/null +++ b/site/Telodendria.svg @@ -0,0 +1,6 @@ +Telodendria +=========== + +This is the source code for Telodendria, a Matrix homeserver written +in C. All of the documentation is available at https://telodendria.io, +or in site/index.html. diff --git a/site/index.html b/site/index.html index 1ff8bd8..c345704 100644 --- a/site/index.html +++ b/site/index.html @@ -17,10 +17,12 @@ content="Telodendria, a Matrix homeserver written in ANSI C."> + Telodendria | A Matrix Homeserver written in ANSI C. +

Telodendria

Telodendria: The terminal branches of an axon. diff --git a/site/style.css b/site/style.css index 5b4f01a..8b20798 100644 --- a/site/style.css +++ b/site/style.css @@ -76,6 +76,10 @@ kbd { white-space: nowrap; } +h1 { + text-align: center; +} + h1, h4, h5, h6 { border-bottom: 1px dashed var(--color-table-border); } @@ -130,3 +134,11 @@ tr:last-of-type td:first-of-type { tr:last-of-type td:last-of-type { border-bottom-right-radius: var(--border-radius); } + +/* Thanks Jonah! */ +#logo { + display: block; + margin: auto; + width: 50vw; + max-width: 400px; +}