Skip to content

Commit 88c55de

Browse files
committed
Updated docs
1 parent 4bd2517 commit 88c55de

3 files changed

Lines changed: 14 additions & 9 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015-17 Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)
3+
Copyright (c) 2015-19 Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55

66
# gridly
77

8-
[![Support me on Patreon][badge_patreon]][patreon] [![Buy me a book][badge_amazon]][amazon] [![PayPal][badge_paypal_donate]][paypal-donations] [![Ask me anything](https://img.shields.io/badge/ask%20me-anything-1abc9c.svg)](https://github.com/IonicaBizau/ama) [![Version](https://img.shields.io/npm/v/gridly.svg)](https://www.npmjs.com/package/gridly) [![Downloads](https://img.shields.io/npm/dt/gridly.svg)](https://www.npmjs.com/package/gridly)
8+
[![Support me on Patreon][badge_patreon]][patreon] [![Buy me a book][badge_amazon]][amazon] [![PayPal][badge_paypal_donate]][paypal-donations] [![Ask me anything](https://img.shields.io/badge/ask%20me-anything-1abc9c.svg)](https://github.com/IonicaBizau/ama) [![Version](https://img.shields.io/npm/v/gridly.svg)](https://www.npmjs.com/package/gridly) [![Downloads](https://img.shields.io/npm/dt/gridly.svg)](https://www.npmjs.com/package/gridly) [![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/johnnyb?utm_source=github&utm_medium=button&utm_term=johnnyb&utm_campaign=github)
9+
10+
<a href="https://www.buymeacoffee.com/H96WwChMy" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png" alt="Buy Me A Coffee"></a>
911

1012
> The minimal (~100-170 bytes) grid system for modern browsers.
1113
@@ -117,11 +119,12 @@ Have an idea? Found a bug? See [how to contribute][contributing].
117119

118120
## :sparkling_heart: Support my projects
119121

120-
I open-source almost everything I can, and I try to reply everyone needing help using these projects. Obviously,
122+
I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously,
121123
this takes time. You can integrate and use these projects in your applications *for free*! You can even change the source code and redistribute (even resell it).
122124

123125
However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:
124126

127+
125128
- Starring and sharing the projects you like :rocket:
126129
- [![Buy me a book][badge_amazon]][amazon]—I love books! I will remember you after years if you buy me one. :grin: :book:
127130
- [![PayPal][badge_paypal]][paypal-donations]—You can make one-time donations via PayPal. I'll probably buy a ~~coffee~~ tea. :tea:
@@ -130,6 +133,7 @@ However, if you get some profit from this or just want to encourage me to contin
130133

131134
![](https://i.imgur.com/z6OQI95.png)
132135

136+
133137
Thanks! :heart:
134138

135139

@@ -152,14 +156,15 @@ If you are using this library in one of your projects, add it in this list. :spa
152156

153157
[MIT][license] © [Ionică Bizău][website]
154158

155-
[badge_patreon]: http://ionicabizau.github.io/badges/patreon.svg
156-
[badge_amazon]: http://ionicabizau.github.io/badges/amazon.svg
157-
[badge_paypal]: http://ionicabizau.github.io/badges/paypal.svg
158-
[badge_paypal_donate]: http://ionicabizau.github.io/badges/paypal_donate.svg
159+
160+
[badge_patreon]: https://ionicabizau.github.io/badges/patreon.svg
161+
[badge_amazon]: https://ionicabizau.github.io/badges/amazon.svg
162+
[badge_paypal]: https://ionicabizau.github.io/badges/paypal.svg
163+
[badge_paypal_donate]: https://ionicabizau.github.io/badges/paypal_donate.svg
164+
159165
[patreon]: https://www.patreon.com/ionicabizau
160166
[amazon]: http://amzn.eu/hRo9sIZ
161167
[paypal-donations]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RVXDDLKKLQRJW
162-
[donate-now]: http://i.imgur.com/6cMbHOC.png
163168

164169
[license]: http://showalicense.com/?fullname=Ionic%C4%83%20Biz%C4%83u%20%3Cbizauionica%40gmail.com%3E%20(https%3A%2F%2Fionicabizau.net)&year=2015#license-mit
165170
[website]: https://ionicabizau.net

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,4 @@
186186
"bloggify.json",
187187
"bloggify/"
188188
]
189-
}
189+
}

0 commit comments

Comments
 (0)