Skip to content

Commit d510c31

Browse files
committed
docs(readme): add sponsorship, support, and contribution sections
- Introduced "Support This Project" and "Become a Community Sponsor" sections - Highlighted benefits of monthly membership and newsletter promotion - Added contribution guidelines with links to Issues, PRs, and Discussions - Promoted "Pixels & Projects with Pavel" newsletter - Improved tone and formatting to reflect indie developer spirit - Updated badge layout for better visibility and engagement
1 parent 4375690 commit d510c31

File tree

5 files changed

+47
-3
lines changed

5 files changed

+47
-3
lines changed

ABOUT-LICENSE.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# AnimText - License Summary
2+
3+
![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg) ![Attribution Required](https://img.shields.io/badge/Attribution-Required-important)
4+
5+
**License:** [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
6+
**Author:** Shafayetul Islam Pavel
7+
**Project:** [AnimText](https://yesiamrocks.github.io/animtext/)
8+
**Repository:** [yesiamrocks/animtext](https://github.com/yesiamrocks/animtext)
9+
10+
## What You Can Do
11+
12+
- ✔️ Use this library in **personal**, **commercial**, or **client** projects
13+
- ✔️ Modify or extend the code for your own needs
14+
- ✔️ Include it in websites, apps, design systems, or frameworks
15+
- ✔️ Share or redistribute it (even with changes), **as long as attribution is preserved**
16+
17+
## What You Can’t Do
18+
19+
-**Remove** the LICENSE or NOTICE files when sharing or forking the project
20+
-**Misrepresent** the origin of the library
21+
-**Imply endorsement** by the original author without permission
22+
- ❌ Expect **any warranty** — this software is provided _as-is_
23+
24+
## Required Attribution
25+
26+
If you reuse, remix, or redistribute this library, you **must include**:
27+
28+
- The [LICENSE](./LICENSE) file
29+
- The [NOTICE](./NOTICE) file (credits the author and outlines usage rights)
30+
31+
## Need Help?
32+
33+
Have questions about licensing or using this project in your work?
34+
35+
- Open an [issue](https://github.com/yesiamrocks/animtext/issues)
36+
- Start a [discussion](https://github.com/yesiamrocks/animtext/discussions)
37+
38+
Thanks for using **Triggle**!

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,12 @@ Put this in your index.html:
400400
</html>
401401
```
402402

403+
## License
404+
405+
**Triggle** is proudly open-sourced under the [Apache License 2.0](./LICENSE). You can freely use it in personal, commercial, and creative projects.
406+
407+
Want a quick explanation? See the [License Summary →](./ABOUT-LICENSE.md)
408+
403409
## Contribute
404410

405411
We welcome all contributions — whether it’s fixing bugs, adding feature, improving docs, or sharing ideas!

dist/animtext.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Title: animtext
44
* Description: AnimText is a JavaScript library for letter, word, & line animations. Easily create dynamic text effects with simple HTML data attributes.
55
*
6-
* Version: 1.1.3
6+
* Version: 1.1.4
77
* Author: Shafayetul Islam Pavel
88
* Website: https://github.com/yesiamrocks/animtext
99
* LinkedIn: https://www.linkedin.com/in/shafayetul/

dist/animtext.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/animtext.module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Title: animtext
44
* Description: AnimText is a JavaScript library for letter, word, & line animations. Easily create dynamic text effects with simple HTML data attributes.
55
*
6-
* Version: 1.1.3
6+
* Version: 1.1.4
77
* Author: Shafayetul Islam Pavel
88
* Website: https://github.com/yesiamrocks/animtext
99
* LinkedIn: https://www.linkedin.com/in/shafayetul/

0 commit comments

Comments
 (0)