This is home to Stemma, a webservice for displaying badges and other images in SVG, built for GitHub readmes and other web page. The application involves logging in with GitHub account using OAuth2, managing customized badges, and others.
Copy and paste the code block below into your readme to add the skills badge element.
Change the ?badge=acrobat
to a name of badge you want to use. You can find a full list of badges here.

You can configure personal badges then use it. Note that others can use your badge; However, they can't modify the badge.
Badge Hub Website allows you to create/modify/delete your personal badges.
The value of user
and badge
are string; user
is github user name and badge
is a name of badge you assigned.

Add ,
between the name of badges to display multiple badges.
Image with 5 badges (React, DotNet, Typescript, C#, Docker):

Add &row=[Integer]
to display badges with a number of rows.
5 badges with 2 rows:

Add &col=[Integer]
to display badges with a number of rows.
5 badges with 2 columns:

For more information, please visit Stemma Documentation
Want to center the badges in your readme? The SVGs are automatically resized, so you can do it the same way you'd normally center an image.
<p align="center">
<img
src="https://stemma.onrender.com/api/badge?user=insooeric&badge=I_LOVE_CHICKEN_WING"
/>
</p>
For backend codes, visit Stemma Backend