File tree Expand file tree Collapse file tree 1 file changed +22
-4
lines changed
Expand file tree Collapse file tree 1 file changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,36 @@ https://gitranks.com/
55## Small badge with user rank
66
77``` html
8- <img src =" https://gitranks.com/api/widget/<GITHUB_LOGIN>/ <WIDGET_TYPE>" />
8+ <img src =" https://gitranks.com/api/widget/<GITHUB_LOGIN>?type= <WIDGET_TYPE>&template=small " />
99```
1010
1111### Stars
1212
13- <img src =" https://gitranks.com/api/widget /maslianok/ stars " />
13+ <img src =" https://gitranks.com/api/badge /maslianok?type= stars&template=small " />
1414
1515### Contributions
1616
17- <img src =" https://gitranks.com/api/widget /maslianok/ contributions " />
17+ <img src =" https://gitranks.com/api/badge /maslianok?type= contributions&template=small " />
1818
1919### Followers
2020
21- <img src =" https://gitranks.com/api/widget/maslianok/followers " />
21+ <img src =" https://gitranks.com/api/badge/maslianok?type=followers&template=small " />
22+
23+ ## Medium badge with user rank
24+
25+ ``` html
26+ <img src =" https://gitranks.com/api/widget/<GITHUB_LOGIN>?type=<WIDGET_TYPE>" />
27+ ```
28+
29+ ### Stars
30+
31+ <img src =" https://gitranks.com/api/badge/maslianok?type=stars " />
32+
33+ ### Contributions
34+
35+ <img src =" https://gitranks.com/api/badge/maslianok?type=contributions " />
36+
37+ ### Followers
38+
39+ <img src =" https://gitranks.com/api/badge/maslianok?type=followers " />
2240
You can’t perform that action at this time.
0 commit comments