Skip to main content

Achievement Card

Achievement Cards allow developers to showcase their accomplishments and milestones reached across GitHub repositories. These cards highlight your notable contributions, participation badges, and special recognitions earned through your open-source activities.

Simply add the following lines and replace {github_username} with your username.

<p>
<a href="https://community.vaunt.dev/board/{github_username}/achievements">
<img
src="https://api.vaunt.dev/v1/github/entities/{github_username}/achievements?format=svg&limit=3"
width="350"
/>
</a>
</p>

Here is another style for the achievement card.

<p>
<a href="https://community.vaunt.dev/board/{github_username}/achievements">
<img
decoding="async"
loading="lazy"
src="https://api.vaunt.dev/v1/github/entities/jeff1010322/achievements?format=svg&limit=8&raw=true"
width="350"
/>
</a>
</p>

By changing the limit, you can display more than 3 achievements. The maximum value is 50.