Skip to content

Instantly share code, notes, and snippets.

@GraemeFulton
Last active June 1, 2020 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GraemeFulton/5b706a28d4147a43fa1307b41c21dbb6 to your computer and use it in GitHub Desktop.
Save GraemeFulton/5b706a28d4147a43fa1307b41c21dbb6 to your computer and use it in GitHub Desktop.
BLM Badge
<script type="text/javascript" src="https://makerbadge.s3.amazonaws.com/blmbadge.js"></script>
<script>
BLMBadge.init({
layout:1,
theme:'dark',
promoText : 'Send a donation '+String.fromCodePoint(0x2192),
promoLink : 'https://minnesotafreedomfund.org/',
message : 'To be silent is to be complicit. Black lives matter.',
title : '#BlackLivesMatter'
})
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment