Skip to content

Commit ac6db5d

Browse files
authored
docs: drop logo, switch badges to style=flat (#19)
- Remove the <img> logo block at the top of README.md - Delete docs/nullrun-logo.png (no longer referenced) - Resize badges from style=for-the-badge to style=flat (more compact) - Codecov badge URL already correct (gh/nullrunio/nullrun-sdk-python)
1 parent 078867f commit ac6db5d

2 files changed

Lines changed: 8 additions & 13 deletions

File tree

README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,30 @@
1-
<p align="center">
2-
<img src="https://raw.githubusercontent.com/nullrunio/nullrun-sdk-python/master/docs/nullrun-logo.png"
3-
alt="NullRun" width="320"/>
4-
</p>
5-
61
<p align="center">
72
<a href="https://pypi.org/project/nullrun/"><img
8-
src="https://img.shields.io/pypi/v/nullrun?style=for-the-badge&logo=pypi&logoColor=white"
3+
src="https://img.shields.io/pypi/v/nullrun?style=flat&logo=pypi&logoColor=white"
94
alt="PyPI version"/></a>
105
<a href="https://pypi.org/project/nullrun/#files"><img
11-
src="https://img.shields.io/pypi/pyversions/nullrun?style=for-the-badge&logo=python&logoColor=white"
6+
src="https://img.shields.io/pypi/pyversions/nullrun?style=flat&logo=python&logoColor=white"
127
alt="Python versions"/></a>
138
<a href="https://github.com/nullrunio/nullrun-sdk-python/blob/master/LICENSE"><img
14-
src="https://img.shields.io/pypi/l/nullrun?style=for-the-badge"
9+
src="https://img.shields.io/pypi/l/nullrun?style=flat"
1510
alt="License"/></a>
1611
<a href="https://pypi.org/project/nullrun/"><img
17-
src="https://img.shields.io/pypi/dm/nullrun?style=for-the-badge&color=blue"
12+
src="https://img.shields.io/pypi/dm/nullrun?style=flat&color=blue"
1813
alt="Downloads"/></a>
1914
</p>
2015

2116
<p align="center">
2217
<a href="https://github.com/nullrunio/nullrun-sdk-python/actions/workflows/ci.yml"><img
23-
src="https://img.shields.io/github/actions/workflow/status/nullrunio/nullrun-sdk-python/ci.yml?style=for-the-badge&logo=github&label=CI"
18+
src="https://img.shields.io/github/actions/workflow/status/nullrunio/nullrun-sdk-python/ci.yml?style=flat&logo=github&label=CI"
2419
alt="CI"/></a>
2520
<a href="https://codecov.io/gh/nullrunio/nullrun-sdk-python"><img
26-
src="https://img.shields.io/codecov/c/github/nullrunio/nullrun-sdk-python?style=for-the-badge&logo=codecov&logoColor=white"
21+
src="https://img.shields.io/codecov/c/github/nullrunio/nullrun-sdk-python?style=flat&logo=codecov&logoColor=white"
2722
alt="Coverage"/></a>
2823
<a href="https://github.com/nullrunio/nullrun-sdk-python"><img
29-
src="https://img.shields.io/github/stars/nullrunio/nullrun-sdk-python?style=for-the-badge&logo=github"
24+
src="https://img.shields.io/github/stars/nullrunio/nullrun-sdk-python?style=flat&logo=github"
3025
alt="Stars"/></a>
3126
<a href="https://docs.nullrun.io"><img
32-
src="https://img.shields.io/badge/docs-nullrun.io-0A66C2?style=for-the-badge&logo=readthedocs&logoColor=white"
27+
src="https://img.shields.io/badge/docs-nullrun.io-0A66C2?style=flat&logo=readthedocs&logoColor=white"
3328
alt="Documentation"/></a>
3429
</p>
3530

docs/nullrun-logo.png

-317 KB
Binary file not shown.

0 commit comments

Comments
 (0)