Skip to content

Instantly share code, notes, and snippets.

@1activegeek
Last active March 26, 2020 17:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1activegeek/3ba21f279e459a89a673a723ecd1758c to your computer and use it in GitHub Desktop.
Save 1activegeek/3ba21f279e459a89a673a723ecd1758c to your computer and use it in GitHub Desktop.
Donations HTML for a customized banner in an Organizr2 homepage
1. Enable the Custom HTML homepage object
2. Make sure under the homepage items order, you've put this Custom object toward the top or where you'd like it to be.
3. In the Code box, copy and paste the above code in and click save.
4. Customize to your liking and adjust as needed for your situation.
5. Reference https://shields.io for more info on how to fully customize these for your needs and your desired look/feel.
<!-- Directions for how to customize the individual badges (colors, logos, text, and additional features) please check out https://shields.io for all the details -->
<!-- NOTE: The ApplePay link does not actually popup a direct ApplePay payment, it links to the page for HOW to use ApplePay to let a user payou via ApplePay on supported Apple devices -->
<!-- Use this line to enter some text to show above the badges -->
<div style="text-align:center;font-size:1.75em;">If you'd like to show your support, please use one of these options:</div>
<!-- This block sets up the badges to center on the page, add desired styling here for all badges -->
<div class="container" style="display: flex;flex-wrap: wrap;justify-content: center;">
<!-- These lines will add the various buttons, and the padding gives each badge a little space -->
<div style="padding-right:3px;padding-left:3px;"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=V4WAMS25QKW72&source=url"><img src="https://img.shields.io/badge/PayPal-Make%20a%20Donation-grey?style=for-the-badge&logo=paypal&labelColor=000000"></a></div>
<div style="padding-right:3px;padding-left:3px;"><a href="https://www.patreon.com/bePatron?u=13507119"><img src="https://img.shields.io/badge/Patreon-Become%20a%20Patron-grey?style=for-the-badge&logo=patreon&labelColor=000000"></a></div>
<div style="padding-right:3px;padding-left:3px;"><a href="https://support.apple.com/en-us/HT207875"><img src="https://img.shields.io/badge/ApplePay-Make%20a%20Donation-grey?style=for-the-badge&logo=apple-pay&labelColor=000000"></a></div>
<div style="padding-right:3px;padding-left:3px;"><a href="https://www.buymeacoffee.com/1activegeek"><img src="https://img.shields.io/badge/Coffee-Buy%20me%20a%20Coffee-grey?style=for-the-badge&logo=buy-me-a-coffee&labelColor=000000"></a></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment