Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k4m4/donations
🙌 Responsive donations template for your projects.
https://github.com/k4m4/donations
bootstrap css donations html template website-template
Last synced: 5 days ago
JSON representation
🙌 Responsive donations template for your projects.
- Host: GitHub
- URL: https://github.com/k4m4/donations
- Owner: k4m4
- License: mit
- Created: 2017-09-26T10:16:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-09T23:24:45.000Z (over 2 years ago)
- Last Synced: 2024-08-01T12:17:11.107Z (3 months ago)
- Topics: bootstrap, css, donations, html, template, website-template
- Language: CSS
- Homepage: https://yourdonation.rocks/
- Size: 1.16 MB
- Stars: 60
- Watchers: 5
- Forks: 32
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
- awesome-starred - k4m4/donations - 🙌 Responsive donations template for your projects. (html)
README
🙌 Use donations to help support your projects! 🙌
---
Visityourdonation.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
# 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](license.md).
For more information on this project you can go ahead and email me anytime at **nikolaskam{at}gmail{dot}com**.