728x90
이번에는 밋밋한 깃헙의 메인페이지에 프로필을 넣는 방법을 정리해보도록 하겠습니다.
Github에 Repositories생성
여기서 중요한건 본인의 아이디와 똑같은 이름으로 레포를 만들어야한다는 점 입니다.
저는 기존에 같은 이름으로 만들어서 error msgs가 떳는데, 아마 문제 없이 생성하실 수 있습니다.
또한 하단에 Add a README file도 체크해주세요
프로필작성
이제 본격적으로 프로필 작성을 시작해보겠습니다.
Readme에 프로필을 작성하면 되는데, 기본적으로 Markdown언어를 사용합니다. (제가 애용하는 노션 또한 마크다운언어로 되있죠 :) )
마크다운언어를 참고하셔서 아래의 여러 위젯과 활용하면
1. Badge
위의 사이트에 가서 커스터마이징을 하는 방법 혹은
<img src="https://img.shields.io/badge/이름-색상코드?style=flat-square&logo=로고명&logoColor=로고색"/>
위의 코드를 커스터마이징 합니다.
2. 방문자수
위의 사이트에서 만들고, 마크다운을 카피하여 리드미 파일에 붙여 넣습니다.
Github stats
평가는 대체로 A+이 나옵니다..
[![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=깃허브아이디)](https://github.com/깃허브아이디/github-readme-stats)
3. ETC
추가적으로 헤더와 풋터 이메일 링크 등이 있는데, 이건 저의 결과물을 공유하고 RAW를 아래에 첨부할테니 참고하셔서 바꾸시면 되겠습니다~!.
![header](https://capsule-render.vercel.app/api?type=soft&color=auto&height=150§ion=header&text=EunsooLim&fontSize=70&animation=twinkling)
---
<h3 align="center">🛠 Tech Stack 🛠</h3><p align="center">
<img src="https://img.shields.io/badge/Python-3766AB?style=flat-square&logo=Python&logoColor=white"/></a> 
<img src="https://img.shields.io/badge/ROS-007396?style=flat-square&logo=ROS&logoColor=white"/></a> 
<img src="https://img.shields.io/badge/C++-00599C?style=flat-square&logo=C%2B%2B&logoColor=white"/></a> 
<img src="https://img.shields.io/badge/C-A8B9CC?style=flat-square&logo=C&logoColor=white"/></a> 
<img src="https://img.shields.io/badge/Tensorflow-A8A9CC?style=flat-square&logo=Tensorflow&logoColor=white"/></a> 
<img src="https://img.shields.io/badge/Pytorch-A8B9FF?style=flat-square&logo=Pytorch&logoColor=white"/></a> 
<br>
[![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=ies0411)](https://github.com/ies0411/github-readme-stats)
<br>
<a href="https://suave-lilac-075.notion.site/b1ac3609f8a946c3a1939b5d46211e44?v=cc0f75ec13e54868a33bb57336fb9ee8"><img align="right" src="https://github-readme-stats.vercel.app/api/top-langs/?username=ies0411&theme=dracula&exclude_repo=Computer-Science-Engineering&layout=compact&langs_count=10"/></a>
<br>
<h3 align="center"> Info </h3>
<p align="center">
<a href="mailto:ies041196@gmail.com"><img src="https://img.shields.io/badge/Gmail-d14836?style=flat-square&logo=Gmail&logoColor=white&link=ies041196@gmail.com"/></a>
<a href="https://roboticsoo.notion.site/roboticsoo/Soo-s-Home-Study-e35a2e34967948df90d580f6f6a0e0c1"><img src="https://img.shields.io/badge/Notion-ffffff?style=flat-square&logo=notion&logoColor=black"/></a>
<a href="https://jaehoon-daddy.tistory.com/"><img src="https://img.shields.io/badge/Tistory-E5511E?style=flat-square&logo=Blogger&logoColor=white"/></a>
</p>
<br>
![Footer](https://capsule-render.vercel.app/api?type=waving&color=auto&height=200§ion=footer)