기타

[Github] 01.깃허브 프로필 꾸미기

김해김씨99대손 2022. 12. 5. 22:32

 

참고 

- https://dillinger.io/

- https://pgmjun.tistory.com/21

- https://80000coding.oopy.io/865f4b2a-5198-49e8-a173-0f893a4fed45/ 

 

 

타이틀 만들기 

예시 문구 

![header](https://capsule-render.vercel.app/api?type=waving&color=gradient&text=Hello!&height=250)

 

 

뱃지 만들기 

- https://shields.io/

 

Shields.io: Quality metadata badges for open source projects

Love Shields? Please consider donating to sustain our activitiesYour BadgeStaticUsing dash "-" separator/badge/ - - Dashes --→- DashUnderscores __→_ Underscore_ or Space  →  SpaceUsing query string parameters/static/v1?label= &message= &color= Colo

shields.io

 

예시 문구 

<h3 align ="center"> 🛠️ Stacks </h3> 
<p align ="center"> <img src="https://img.shields.io/badge/Python-3766AB?style=flat-square&logo=Python&logoColor=white"/> <img src="https://img.shields.io/badge/R-276DC3?style=flat-square&logo=R&logoColor=white"/> <img src="https://img.shields.io/badge/TensorFlow-FF6F00?style=flat-square&logo=TensorFlow&logoColor=white"/> <img src="https://img.shields.io/badge/CentOS-262577?style=flat-square&logo=CentOS&logoColor=white"/> <img src="https://img.shields.io/badge/Ubuntu-E95420?style=flat-square&logo=Ubuntu&logoColor=white"/>
</p>


<h3 align ="center"> 💪🏼 Tools </h3> 
<p align ="center"><img src="https://img.shields.io/badge/GitHub-181717?style=flat-square&logo=GitHub&logoColor=white"/> <img src="https://img.shields.io/badge/Git-F05032?style=flat-square&logo=Git&logoColor=white"/> <img src="https://img.shields.io/badge/Anaconda-44A833?style=flat-square&logo=Anaconda&logoColor=white"/> <img src="https://img.shields.io/badge/RStudio-75AADB?style=flat-square&logo=RStudio&logoColor=white"/> <img src="https://img.shields.io/badge/Jupyter-F37626?style=flat-square&logo=Jupyter&logoColor=white"/>
 </p>

 

 

Stats 칸 만들기 

- https://github.com/anuraghazra/github-readme-stats

![{NAME}'s GitHub stats](https://github-readme-stats.vercel.app/api?username={NAME}&show_icons=true&bg_color=00000000)

 

예시 문구 

![KitHubb's GitHub stats](https://github-readme-stats.vercel.app/api?username=KitHubb&show_icons=true&bg_color=00000000)

 

 

기타

- 이모지 : https://www.emojicopy.com/

반응형