Files
php-flasher/docs/_includes/github-cta.html
T
Younes ENNAJI 39ca7b3e83 update docs
2025-03-09 22:15:50 +00:00

15 lines
979 B
HTML

<div class="bg-gradient-to-r from-indigo-50 to-blue-50 border border-indigo-100 rounded-lg p-4 mb-8">
<div class="flex flex-col sm:flex-row items-center">
<div class="text-center sm:text-left">
<div class="text-slate-700">
Enjoying <strong><span class="text-indigo-900">PHP<span class="text-indigo-500">Flasher</span></span></strong>?
Show your support with a <strong><i class="fa-solid fa-star text-amber-400"></i> star</strong> on
<a href="https://github.com/php-flasher/php-flasher"><i class="fab fa-github text-black"></i> GitHub</a>!
It helps others discover this tool and motivates us to keep improving it.
Have ideas or spot a typo? We'd love your contributions to the docs <i class="fa-solid fa-file-pen text-blue-600"></i>.
<strong>Thank you</strong> <i class="fa-solid fa-heart text-red-600"></i>
</div>
</div>
</div>
</div>