Skip to content

🙌 Responsive donations template for your projects.

License

Notifications You must be signed in to change notification settings

sleeplesskyru/donations

 
 

Repository files navigation

Donations


Badge

🙌 Use donations to help support your projects! 🙌



Visit yourdonation.rocks for a live demo. Check out my blog and follow me on Twitter.


Installation & Configuration

To create your own donations template - with your own information - run the following on your server:

~ ❯❯❯ git clone https://github.com/k4m4/donations
~ ❯❯❯ cd donations/
~/donations ❯❯❯ npm install
~/donations ❯❯❯ node index.js
  • This will generate an index.html file with your information.
  • You can then edit your server's config to serve donations as a static page (e.g. nikolaskama.me/donate).

Donations badge

Image URL

https://yourdonation.rocks/images/badge.svg

Markdown

[![Donations Badge](https://yourdonation.rocks/images/badge.svg)]({YOUR-DONATIONS-PAGE-URL})

ReStructuredText

.. image:: https://yourdonation.rocks/images/badge.svg
    :target: {YOUR-DONATIONS-PAGE-URL}

HTML

<a href="{YOUR-DONATIONS-PAGE-URL}"><img width="185" src="https://yourdonation.rocks/images/badge.svg" alt="Donations Badge"></a>

License

Copyright (c) 2017 by Nikolaos Kamarinakis. Some rights reserved.

Donations is under the terms of the MIT License, following all clarifications stated in the license file.

For more information on this project you can go ahead and email me anytime at nikolaskam{at}gmail{dot}com.

About

🙌 Responsive donations template for your projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 79.6%
  • HTML 10.6%
  • JavaScript 9.8%