k4m4 / donations

πŸ™Œ Responsive donations template for your projects.

Home Page:https://yourdonation.rocks/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://yourdonation.rocks/

License:MIT License


Languages

Language:CSS 79.6%Language:HTML 10.6%Language:JavaScript 9.8%