diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-20 14:56:42 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-20 14:56:42 -0600 |
commit | 0856e4aab26f88ab0573f9227561ea0d80bcb352 (patch) | |
tree | dc83429b8f3d12c9699e789979fd4c9a261bf4f0 /public | |
parent | 966810c7730655e5db3c2d4b31afde4940acbae5 (diff) |
home: Fuss with the membership cards
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html index 05c7c31..ae22a5f 100644 --- a/public/index.html +++ b/public/index.html @@ -79,7 +79,7 @@ <a href="https://sfconservancy.org/sustainer/"> <img src="https://sfconservancy.org/img/supporter-badge.png" alt="Software Freedom Conservancy Sustainer" - width=180 /> + width="180" /> </a> <br/> @@ -90,7 +90,7 @@ alt="[FSF Associate Member]" /></a>--> <a href="https://my.fsf.org/join?referrer=21708"> <img src="https://static.fsf.org/nosvn/associate/crm/21708.png" - alt="Free Software Foundation Associate Member" /> + alt="Free Software Foundation Associate Member since January 2013" /> </a> </aside> |