summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/fsfbadge.html
diff options
context:
space:
mode:
authorMichał Sapka <michal@sapka.me>2023-01-10 17:23:02 +0100
committerMichał Sapka <michal@sapka.me>2023-01-10 17:23:02 +0100
commit646ce6e9a0f3f3357be229e9c772e96cd80e9a22 (patch)
treee5877d568f9283ca034b7af5c66207e5db34b463 /layouts/shortcodes/fsfbadge.html
parentd5d27d6b6bbd0d189a3af9a61caa804c53668af6 (diff)
feat: fsf post and badge
Diffstat (limited to 'layouts/shortcodes/fsfbadge.html')
-rw-r--r--layouts/shortcodes/fsfbadge.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/shortcodes/fsfbadge.html b/layouts/shortcodes/fsfbadge.html
new file mode 100644
index 0000000..a3fed85
--- /dev/null
+++ b/layouts/shortcodes/fsfbadge.html
@@ -0,0 +1,5 @@
+<center>
+ <a href="https://my.fsf.org/join?referrer=6050678" target="_blank">
+ <img src="https://static.fsf.org/nosvn/associate/crm/6050678.png" alt="I am an FSF associate" width="180" height="45">
+ </a>
+</center>