Skip to content

Commit 87376e5

Browse files
authored
docs: fixed the issue of blue underline between hyperlinks & added some examples (#300)
* Update README.md * Update README.md * Add files via upload
1 parent 4e3665c commit 87376e5

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,16 @@
11
<div align="center">
22
<img width="140" src="https://user-images.githubusercontent.com/6661165/91657958-61b4fd00-eb00-11ea-9def-dc7ef5367e34.png" alt="GitHub Profile Trophy"/>
33
<h2 align="center">GitHub Profile Trophy</h2>
4-
<p align="center">🏆 Add dynamically generated GitHub Stat Trophies on your readme</p>
4+
<p align="center">🏆 Add dynamically generated GitHub Stat Trophies on your README</p>
55
</div>
66
<div align="center">
7-
<a href="https://github.com/ryo-ma/github-profile-trophy/issues">
8-
<img src="https://img.shields.io/github/issues/ryo-ma/github-profile-trophy" alt="Issues"/>
9-
</a>
10-
<a href="https://github.com/ryo-ma/github-profile-trophy/network/members">
11-
<img src="https://img.shields.io/github/forks/ryo-ma/github-profile-trophy" alt="Forks"/>
12-
</a>
13-
<a href="https://github.com/ryo-ma/github-profile-trophy/stargazers">
14-
<img src="https://img.shields.io/github/stars/ryo-ma/github-profile-trophy" alt="Stargazers"/>
15-
</a>
16-
<a href="https://github.com/ryo-ma/github-profile-trophy/blob/master/LICENSE">
17-
<img src="https://img.shields.io/github/license/ryo-ma/github-profile-trophy" alt="License"/>
18-
</a>
19-
</div>
20-
<div align="center">
21-
<a href="https://twitter.com/intent/tweet?text=Add%20dynamically%20generated%20GitHub%20Trophy%20on%20your%20readme%0D%0A&url=https%3A%2F%2Fgithub.com%2Fryo-ma%2Fgithub-profile-trophy">
22-
<img src="https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2Fryo-ma%2Fgithub-profile-trophy" alt="Share"/>
23-
</a>
7+
8+
[![stargazers](https://img.shields.io/github/stars/ryo-ma/github-profile-trophy)](https://github.com/ryo-ma/github-profile-trophy/stargazers)
9+
[![forks](https://img.shields.io/github/forks/ryo-ma/github-profile-trophy)](https://github.com/ryo-ma/github-profile-trophy/network/members)
10+
[![issues](https://img.shields.io/github/issues/ryo-ma/github-profile-trophy)](https://github.com/ryo-ma/github-profile-trophy/issues)
11+
[![license](https://img.shields.io/github/license/ryo-ma/github-profile-trophy)](https://github.com/ryo-ma/github-profile-trophy/blob/master/LICENSE)
12+
[![share](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2Fryo-ma%2Fgithub-profile-trophy)](https://twitter.com/intent/tweet?text=Add%20dynamically%20generated%20GitHub%20Trophy%20on%20your%20readme%0D%0A&url=https%3A%2F%2Fgithub.com%2Fryo-ma%2Fgithub-profile-trophy)
13+
2414
</div>
2515
<p align="center">
2616
You can use this service for free. I'm looking for sponsors to help us keep up with this service❤️
@@ -74,8 +64,7 @@ Ranks are `SSS` `SS` `S` `AAA` `AA` `A` `B` `C` `UNKNOWN` `SECRET`.
7464

7565
## Secret Rank
7666

77-
The acquisition condition is secret, but you can know the condition by reading
78-
this code.
67+
The acquisition condition is secret, but you can see this.
7968

8069
<p align="center">
8170
<img width="110" src="https://github.com/user-attachments/assets/40461f38-a317-431c-93d2-a56c2e803cf3" />
@@ -126,6 +115,10 @@ If you want to specify multiple titles.
126115
https://github-profile-trophy.vercel.app/?username=ryo-ma&title=Stars,Followers
127116
```
128117

118+
<p align="center">
119+
<img width="220" src="https://github.com/user-attachments/assets/3b8a1c8b-afcd-49dc-ab18-a439d5c36a83">
120+
</p>
121+
129122
You can also exclude the trophies you don't want to display.
130123

131124
```
@@ -151,6 +144,10 @@ If you want to specify multiple ranks.
151144
https://github-profile-trophy.vercel.app/?username=ryo-ma&rank=S,AAA
152145
```
153146

147+
<p align="center">
148+
<img width="220" src="https://github.com/user-attachments/assets/0c2ffca8-4b03-4d46-b1d7-4e1eb6702f68">
149+
</p>
150+
154151
You can also exclude ranks.
155152

156153
```
@@ -483,6 +480,10 @@ You can put a margin in the height between trophies.\
483480
https://github-profile-trophy.vercel.app/?username=ryo-ma&margin-h=15
484481
```
485482

483+
<p align="center">
484+
<img width="110" height="330" src="https://github.com/user-attachments/assets/233dee5b-4491-46cc-884a-39d0aa928752">
485+
</p>
486+
486487
## Example layout
487488

488489
```
@@ -509,7 +510,6 @@ https://github-profile-trophy.vercel.app/?username=ryo-ma&no-bg=true
509510

510511
## Hide frames
511512

512-
513513
You can hide the frames around the trophies.\
514514
`Available value: boolean type (true or false)`\
515515
`Default: no-frame=false`

0 commit comments

Comments
 (0)