From b26beaae3c2133ce5ef1e354fb798cda589c58be Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Mon, 8 Feb 2021 22:32:52 -0500 Subject: footer: add fsf-friends matrix group under 'follow' section Addresses issue #15 --- scss/style.scss | 4 ++ static/assets/img/matrix.svg | 102 +++++++++++++++++++++++++++++++++++++++++++ static/includes/follow.html | 4 ++ 3 files changed, 110 insertions(+) create mode 100644 static/assets/img/matrix.svg diff --git a/scss/style.scss b/scss/style.scss index 52da705..b924196 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -109,6 +109,10 @@ a.feed { @include icon('/assets/img/email.svg'); } +.matrix-icon { + @include icon('/assets/img/matrix.svg'); +} + .follow-block { p:not(:last-child) { margin-bottom: 5px; diff --git a/static/assets/img/matrix.svg b/static/assets/img/matrix.svg new file mode 100644 index 0000000..a3a61db --- /dev/null +++ b/static/assets/img/matrix.svg @@ -0,0 +1,102 @@ + +Matrix Iconimage/svg+xmlMatrix Icon2021-02-08rsiddharth <s@ricketyspace.net>Matrix Icon. This is a derivative work of https://commons.wikimedia.org/wiki/File:Matrix_logo.svg -- which is also in the Public Domain. + + + + + + + + + + + + + + + + + + + + + + + + +][ diff --git a/static/includes/follow.html b/static/includes/follow.html index e3f2592..76aed2b 100644 --- a/static/includes/follow.html +++ b/static/includes/follow.html @@ -15,6 +15,10 @@ Mailing List +
  • +
  • -- cgit v1.2.3