Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
<img src="https://img.shields.io/npm/l/@html-eslint/eslint-plugin?color=success" alt="License" />
</p>

<p align="center">
If you’d like to support html-eslint, please consider starring it on GitHub or making a donation! <br>
<a href="https://www.buymeacoffee.com/yeonjuan93p" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 40px !important;width: 144px !important;" ></a>
</p>

## Table of Contents

1. [Getting Started](https://html-eslint.org/docs/getting-started)
Expand Down
23 changes: 17 additions & 6 deletions packages/website/src/components/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,25 @@ <h2 class="text-base mb-2 md:text-lg">Integrate with template engines.</h2>
</p>
</article>
</div>
<p class="text-center text-black-700 mt-12">
If you find this project useful, <br class="md:hidden">
please support it by giving a <a
class="text-accent"
href="https://github.com/yeonjuan/html-eslint"
<p class="flex justify-center flex-col items-center text-black-700 mt-12">
<span> If you’d like to support html-eslint, please consider <a
class="text-accent"
href="https://github.com/yeonjuan/html-eslint"
target="_blank"
rel="noreferrer noopener"
>starring it on GitHub</a> or making a donation! </span>

<a
href="https://www.buymeacoffee.com/yeonjuan93p"
target="_blank"
rel="noreferrer noopener"
>Github Star! ⭐</a>
>
<img
src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png"
alt="Buy Me A Coffee"
style="height: 40px !important;width: 144px !important;"
>
</a>
</p>
</section>
</div>