Skip to content

Commit 6d5ba7f

Browse files
committed
docs update (remove static images)
1 parent 19ac04e commit 6d5ba7f

File tree

9 files changed

+12
-835
lines changed

9 files changed

+12
-835
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@ Check the [docs](https://redheadphone.github.io/codeforces-readme-stats/) for in
99
- 📈 Clean and simple Codeforces stats
1010
- 🎨 Multiple themes - [Theme](docs/themes.md)
1111
- ⚙️ Fully customizable - [Customization](docs/customization.md)
12-
- 🚫 No tracking, controllable cache
1312
- 🍀 Open source - [MIT License](https://github.com/RedHeadphone/codeforces-readme-stats/blob/master/LICENSE)
1413

1514
Want to contribute? Feel free to open a pull request!
1615

1716
## Usage
1817

19-
### Codeforces stats card
18+
### Stats card
2019

2120
Simply copy the code below, paste it into your `README.md`, and change the username query parameter to your Codeforces username (case-insensitive).
2221

@@ -27,18 +26,16 @@ Simply copy the code below, paste it into your `README.md`, and change the usern
2726
Preview:
2827

2928
<p align="center">
30-
<img alt="Codeforces Stats" src="./docs/images/static/card.svg" />
29+
<img alt="Codeforces Stats" src="https://codeforces-readme-stats.vercel.app/api/card?username=redheadphone" />
3130
</p>
3231

33-
Congratulation! You are now showing your Codeforces stats on your profile!
34-
3532
Want a hyperlink? Try this:
3633

3734
```md
3835
[![Codeforces Stats](https://codeforces-readme-stats.vercel.app/api/card?username=redheadphone)](https://codeforces.com/profile/redheadphone)
3936
```
4037

41-
### Codeforces rating badge
38+
### Rating badge
4239

4340
Rating badge can also be added to your `README.md`, by coping and pasting the code below
4441

@@ -49,7 +46,7 @@ Rating badge can also be added to your `README.md`, by coping and pasting the co
4946
Preview:
5047

5148
<p align="center">
52-
<img alt="Codeforces Badge" style="height:30px" src="./docs/images/static/badge.svg" />
49+
<img alt="Codeforces Badge" style="height:30px" src="https://codeforces-readme-stats.vercel.app/api/badge?username=redheadphone" />
5350
</p>
5451

5552
## Contributing

docs/images/static/badge.svg

Lines changed: 0 additions & 29 deletions
This file was deleted.

docs/images/static/card.svg

Lines changed: 0 additions & 157 deletions
This file was deleted.

0 commit comments

Comments
 (0)