In this repository I will provide you with some code to create a nice looking overview in Github
As I started to structuring and creating some content in GitHub I realized that it isn't really self-explaining. If you don't know how to start and you havn't some expiriences in HTML it can be hard.So I thought I give you some Tips how to create an overview page the easy way.
The Example can be found here: Code
- 🦄 Microsoft
- 💬 Quote
- 💗 Love
✒️Writing
🎧 Musik
Creating your personal profil repository
Adding some Buttons, Stats, GIFs to make your Profil more interessting and interacrive
Description | Additional information |
---|---|
Some links which will help you: | https://giphy.com/ = Gifs https://shields.io/ = Buttons https://github.com/anuraghazra/github-readme-stats = GitHub Stats https://www.w3schools.com/html/ = Learn HTML |
Adding Buttons into your profil page: Code | |
Adding Gif into your profil page. Go to giphy.com and choose one gif, click on share and copy the Link. Put the Link into the code above: Code |
|
Next you can add a About me section:
Code
|
|
Adding GitHub Stats to your Profil page: Code Change "your-github-username" into yours |
![]() |
And now some general coding commands in HTML | br in <> = Break p in <> = Paragraph Commands starts with <> and ends with a / in <> |