From 2cf5bd087f2b8cd398b47fd179f7e1e410c798e1 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Thu, 15 Mar 2018 08:44:45 +0100 Subject: [PATCH] Add XMPP --- pages/social.html | 9 +++++++-- style.css | 14 ++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/pages/social.html b/pages/social.html index 3af7039..7da9937 100644 --- a/pages/social.html +++ b/pages/social.html @@ -1,5 +1,10 @@
-
Twitter
-
E-Mail
+
Twitter
+
E-Mail
+
+
+

Also available via XMPP.

+

Server is conversations.im and username is quad.

+

Gotta type it out like that, otherwise I get bombarded by spambots.

diff --git a/style.css b/style.css index 816ba1f..189dc0d 100755 --- a/style.css +++ b/style.css @@ -268,3 +268,17 @@ a.mastodon { #page h1:first-child { margin-top: 0; } + +.notice-container { + color: #AAA; + text-align: center; +} + +#page .notice-container p { + font-size: 8pt; + margin: 0; +} + +.highlight { + color: #FF5555; +} \ No newline at end of file