기타/프로그래밍 기타

깃허브 프로필 꾸미는 법

kimc 2021. 6. 9. 22:19

 

이번 글을 통해 배워갈 내용

  1. 간단한 깃허브 프로필 꾸미는 법

 


 

 

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>

 

참조

https://github.com/songk1992

 

songk1992 - Overview

프로그래머란 이름의 예술가. songk1992 has 54 repositories available. Follow their code on GitHub.

github.com

 

GitHub - anuraghazra/github-readme-stats: Dynamically generated stats for your github readmes

 

anuraghazra/github-readme-stats

:zap: Dynamically generated stats for your github readmes - anuraghazra/github-readme-stats

github.com

How to optimize your GitHub profile | Hacker Noon

 

How to optimize your GitHub profile | Hacker Noon

How to optimize your GitHub profile From Profile to Portfolio Introduction This guide will help you to create a professional looking GitHub profile intended to use it as a portfolio of your work. You’ll also learn how to impress recruiters by contributin

hackernoon.com

Personalizing your profile - GitHub Docs

 

Personalizing your profile - GitHub Docs

Personalizing your profile You can share information about yourself with other GitHub users by setting a profile picture and adding a bio to your profile. Your profile picture helps identify you across GitHub in pull requests, comments, contributions pages

docs.github.com

 

728x90