Skip to content

Commit

Permalink
docs: add moving mode
Browse files Browse the repository at this point in the history
  • Loading branch information
2jun0 committed Apr 30, 2024
1 parent 79e5739 commit 9cf0bf7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,23 @@
Copy and paste this into your markdown or html.
Replace `{username}` with your GitHub username.

![2jun0's GitHub Pokemon Collection](https://gitpokecol.org/pokemons/2jun0)
Moving left | Moving right
-------|---------
![2jun0's GitHub Pokemon Collection](https://gitpokecol.org/pokemons/2jun0?face=left) | ![2jun0's GitHub Pokemon Collection](https://gitpokecol.org/pokemons/2jun0?face=right)


```
# Moving left
<a href="https://github.com/2jun0/github-pokemon-collection">
<img src="https://gitpokecol.org/pokemons/{username}?face=left" alt="{username}'s GitHub Pokemon Collection"/>
</a>
# Moving right
<a href="https://github.com/2jun0/github-pokemon-collection">
<img src="https://gitpokecol.org/pokemons/{username}" alt="{username}'s GitHub Pokemon Collection"/>
<img src="https://gitpokecol.org/pokemons/{username}?face=right" alt="{username}'s GitHub Pokemon Collection"/>
</a>
```


## Commit Points (CP)
Commit Points that display as "cp" represent your total GitHub contributions.
As you commit 100 times, you will receive one Pokémon randomly.
Expand Down
20 changes: 12 additions & 8 deletions docs/README_kr.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,24 @@


## 포켓몬 컬렉션
마크다운 혹은 html에 아래를 복사하여 붙여넣으세요.
아래의 원하는 컬렉션을 마크다운 혹은 html에 복사하여 붙여넣으세요.
`{username}`칸은 여러분의 GitHub 유저명으로 바꿔주세요.

![2jun0's GitHub Pokemon Collection](https://gitpokecol.org/pokemons/2jun0)

왼쪽 방향 | 오른쪽 방향
-------|---------
![2jun0's GitHub Pokemon Collection](https://gitpokecol.org/pokemons/2jun0?face=left) | ![2jun0's GitHub Pokemon Collection](https://gitpokecol.org/pokemons/2jun0?face=right)


```
# 왼쪽 방향
<a href="https://github.com/2jun0/github-pokemon-collection">
<img src="https://gitpokecol.org/pokemons/{username}" alt="{username}'s GitHub Pokemon Collection"/>
<img src="https://gitpokecol.org/pokemons/{username}?face=left" alt="{username}'s GitHub Pokemon Collection"/>
</a>
# 오른쪽 방향
<a href="https://github.com/2jun0/github-pokemon-collection">
<img src="https://gitpokecol.org/pokemons/{username}?face=right" alt="{username}'s GitHub Pokemon Collection"/>
</a>
```

이 레포로 링크되는 것이 싫으신 분은 이렇게 해도 됩니다!
```
![{username}'s GitHub Pokemon Collection](https://gitpokecol.org/pokemons/{username})
```

## 커밋 포인트 (CP)
Expand Down

0 comments on commit 9cf0bf7

Please sign in to comment.