Lightweight package providing badges with technologies names as CSS classes and SVGs.
npm i tech-badges
Link stylesheet file in your html
<link rel="stylesheet" href="node_modules/tech-badges/dist/tech-badges.css">
Create a badge (as a span or link, etc.)
<span class="badge tb-python">Python</span>
<a class="badge tb-cpp" href="https://github.com/trending/cpp" target="_blank">C++</a>
Insert badge in svg scalable format, defining custom size:
<img src="node_modules/tech-badges/dist/svgs/tb_java.css" height="125">
npm run build
npm run update-webpage
Following "fork-and-pull" Git workflow.
- Fork the repo on GitHub.
- Clone the project to your own machine.
- Commit changes to your own branch.
- Push your work back up to your fork.
- Submit a Pull request so that we can review your changes.
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
- Łukasz Kostrzewa (@kost13)
- Adam Napieralski (@adamnapieralski)
Distributed under the MIT License. See LICENSE
for more information.