diff --git a/data/de/share/7-support.yaml b/data/de/share/7-support.yaml new file mode 100644 index 0000000..7d220fb --- /dev/null +++ b/data/de/share/7-support.yaml @@ -0,0 +1,5 @@ +id: support +name: Unterstützen Sie die Kampagne +titleBefore: Auf +titleAfter: teilen +link: https://fsfe.org/donate diff --git a/data/en/share/7-support.yaml b/data/en/share/7-support.yaml new file mode 100644 index 0000000..bf507e1 --- /dev/null +++ b/data/en/share/7-support.yaml @@ -0,0 +1,5 @@ +id: support +name: Support the Campaign +titleBefore: Support the Campaign +titleAfter: +link: https://fsfe.org/donate diff --git a/static/css/custom.css b/static/css/custom.css index af07a04..d439483 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -245,3 +245,6 @@ aside.sharecolumn a#gplus-left { aside.sharecolumn a#facebook-left { background-image: url("/img/share/facebook_white.png"); } +aside.sharecolumn a#support-left { + background-image: url("/img/share/support_red.png"); +} diff --git a/static/img/share/support_red.png b/static/img/share/support_red.png new file mode 100644 index 0000000..700947d Binary files /dev/null and b/static/img/share/support_red.png differ