반응형
이번 글을 통해 배워갈 내용
- 간단한 깃허브 프로필 꾸미는 법
1. 이미지를 중간에 넣어보겠습니다.
1-1.
a 는 하이퍼 링크 이고
href 사이에 있는 "" 안에 클릭시 방문하고자 하는 주소를 넣어 주시면 됩니다.
1-2.
img는 이미지의 약자이고 alt를 통해 어떤 이미지인지 적어줍니다 src에는 이미지의 위치를 적어줍니다.
<p align="center">
<a href="http://nxver.com/nxver/">
<img alt="GIF" src="https://github.com/songk1992/songk1992/blob/main/whoami.gif?raw=true" width="500" height="320" />
</a>
</p>
2. 마크다운으로 표현한 하이퍼링크 예시
[eloquentjavascript 책](https://eloquentjavascript.net/ "무료자바스크립트 서적")
3. 마크다운 제목
# 제목
## 작은 제목
### 더 작은 제목
4. 엔터키 친 효과
<br />
5. 깃허브 스탯 예시
<!-- Section : My GitHub Stats-->
<p align="center"> 📈 My GitHub Stats </p>
<p align="center"> <img src="https://github-readme-stats.vercel.app/api/wakatime?username=songk1992" alt="songk1992" /> </p>
<p align="center"> <img src="https://github-readme-stats.vercel.app/api/top-langs/?username=songk1992" alt="songk1992" /> </p>
<p align="center"> <img src="https://github-readme-stats.vercel.app/api?username=songk1992&show_icons=true&theme=gotham" alt="songk1992" /> </p>
참조
GitHub - anuraghazra/github-readme-stats: Dynamically generated stats for your github readmes
How to optimize your GitHub profile | Hacker Noon
Personalizing your profile - GitHub Docs
반응형
'기타 > 프로그래밍 기타' 카테고리의 다른 글
깃허브 Repository Directory delete(레포 폴더 삭제하기) (0) | 2021.09.28 |
---|---|
깃허브 강제 push로 remote repo overwrite해보기 (0) | 2021.08.09 |
300년차 개발자의 좋은 코드 5계명 (Clean Code) (1) | 2021.07.30 |
실무 효율성 향상 / vs 코드에서 매우 긴 줄, 여러 줄 선택 하기 (1) | 2021.07.17 |
중소 IT 회사 입사전 꼭 물어봐야 하는 5가지 질문 (1) | 2021.07.15 |