File | Description |
---|---|
Markdown Sheet | .md file with a bunch of useful syntax to help you better understand how markdown works |
Template projects | A super simple README template that i normally use in my own projects |
Example projects | An even simpler and quick README just to summarize a project in a few lines |
Random markdown function | A miscellaneous of stuff that i find interesting to include in readme |
To use this icons in your profile i recommend you doing it like this:
<img width="70px" src="DIRECT LINK OF THE ICON" alt="NAME OF THE PROGRAM/LANGUAGE">
if you want to add a link to the image do it like this
<a href="YOUR LINK"><img width="70px" src="DIRECT LINK OF THE ICON" alt="NAME OF THE PROGRAM/LANGUAGE"></a>