diff options
author | ahriman <ahriman@falte.red> | 2018-12-03 18:26:49 -0500 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2018-12-03 18:26:49 -0500 |
commit | f57f6cc5a2d159f90168d292437dc4bd8cd7f934 (patch) | |
tree | 3082d675e24e913e63f2f2fd68849734e58e2741 | |
parent | f37aa32dd8fc64fe288a7c65afed039c13d5548c (diff) | |
download | site-f57f6cc5a2d159f90168d292437dc4bd8cd7f934.tar.gz |
changed formatting and contact info on CoC page
-rw-r--r-- | coc.html | 10 | ||||
-rw-r--r-- | tilde.css | 4 |
2 files changed, 9 insertions, 5 deletions
diff --git a/coc.html b/coc.html index a99541d..6ccfa8d 100644 --- a/coc.html +++ b/coc.html @@ -99,14 +99,14 @@ concise description of your grievance.</p> <h2>9. Contact Information</h2> <p>tilde.institute admin:</p> <ul> -<li><a href="http://ahriman.tilde.institute">ahriman</a> - ✉ <a href="mailto:tilde.institute@protonmail.com">tilde.institute@protonmail.com</a></li> +<li><a href="http://falte.red">ahriman</a> + ✉ <a href="mailto:ahriman@falte.red">ahriman@falte.red</a></li> </ul> <p>Admins can be reached privately:</p> <ul> -<li>on <a href="https://tilde.town">tilde.town</a> or <a href="https://tilde.chat">tildeverse</a> IRC using <code>/msg ahriman hello</code></li> -<li>via local tilde.town email, e.g. <code>ahriman@tilde.town</code></li> -<li>or via normal internet e-mail at the addresses listed above.</li> +<li>on IRC using <code> /msg ahriman hello </code></li> +<li>via e-mail at the private addresses listed above.</li> +<li>via the main tilde.institute email address: <a href="mailto:tilde.institute@protonmail.com">tilde.institute@protonmail.com</a> </ul> <h2>10. License and Attribution</h2> <p>This code of conduct is based on diff --git a/tilde.css b/tilde.css index bfdfdf4..1268b76 100644 --- a/tilde.css +++ b/tilde.css @@ -64,6 +64,10 @@ p { } code { text-indent: 30px; + font-family: monospace; + font: DejaVu Sans Mono; + color: #000000; + background-color: #999999; } em { font-style: bold; |