Shields
Use these snippets to display your Algora stats on your website, readme etc.
Examples
as seen in Coolify README
<a href="https://algora.io/<YOUR_ORG>/bounties/new">
<img
src="https://img.shields.io/static/v1?labelColor=grey&color=6366f1&label=Algora&message=%F0%9F%92%8E+Bounty+issues&style=for-the-badge"
alt="Bounty Issues"
/>
</a>
as seen in Cal.com README
<a href="https://algora.io/<YOUR_ORG>/bounties?status=open">
<img
src="https://img.shields.io/endpoint?url=https%3A%2F%2Falgora.io%2Fapi%2Fshields%2F<YOUR_ORG>%2Fbounties%3Fstatus%3Dopen"
alt="Open Bounties"
/>
</a>
as seen in Cal.com README
<a href="https://algora.io/<YOUR_ORG>/bounties?status=completed">
<img
src="https://img.shields.io/endpoint?url=https%3A%2F%2Falgora.io%2Fapi%2Fshields%2F<YOUR_ORG>%2Fbounties%3Fstatus%3Dcompleted"
alt="Rewarded Bounties"
/>
</a>