Skip to content

Commit 95bf6ef

Browse files
committed
docs(readme): change the badges layout
1 parent 45c6f3c commit 95bf6ef

1 file changed

Lines changed: 38 additions & 10 deletions

File tree

readme.md

Lines changed: 38 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,51 @@
11
# Bluetooth Battery Monitor
22

3-
<div>
4-
<a href="https://github.com/SARDONYX-sard/bluetooth-battery-monitor/actions/workflows/lint-and-test.yaml">
5-
<img src="https://github.com/SARDONYX-sard/bluetooth-battery-monitor/actions/workflows/lint-and-test.yaml/badge.svg" alt="Lint&Test">
3+
<div align="center">
4+
<a href="https://github.com/SARDONYX-sard/bluetooth-battery-monitor/releases">
5+
<img src="./gui/backend/icons/128x128.png" alt="Bluetooth Battery Monitor" />
6+
</a>
7+
8+
<!-- Release Badges -->
9+
<p>
10+
<a href="https://github.com/SARDONYX-sard/bluetooth-battery-monitor/releases/latest">
11+
<img src="https://img.shields.io/github/v/release/SARDONYX-sard/bluetooth-battery-monitor?style=flat-square" alt="Latest Release">
12+
</a>
13+
<a href="https://github.com/SARDONYX-sard/bluetooth-battery-monitor/releases">
14+
<img src="https://img.shields.io/github/downloads/SARDONYX-sard/bluetooth-battery-monitor/total?style=flat-square" alt="Total Downloads">
615
</a>
716
<a href="https://github.com/SARDONYX-sard/bluetooth-battery-monitor/actions/workflows/release-gui.yaml">
8-
<img src="https://github.com/SARDONYX-sard/bluetooth-battery-monitor/actions/workflows/release-gui.yaml/badge.svg" alt="Release">
17+
<img src="https://github.com/SARDONYX-sard/bluetooth-battery-monitor/actions/workflows/release-gui.yaml/badge.svg?style=flat-square" alt="Release GUI Status">
918
</a>
1019
<a href="https://opensource.org/licenses/MIT">
11-
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License">
20+
<img src="https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square" alt="License: MIT">
1221
</a>
1322
<a href="https://opensource.org/licenses/Apache-2.0">
14-
<img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" alt="License">
23+
<img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg?style=flat-square" alt="License: Apache 2.0">
1524
</a>
16-
</div>
25+
<a href="https://github.com/SARDONYX-sard/bluetooth-battery-monitor/stargazers">
26+
<img src="https://img.shields.io/github/stars/SARDONYX-sard/bluetooth-battery-monitor?style=social" alt="GitHub Stars">
27+
</a>
28+
</p>
1729

18-
<p align="center">
19-
<img src="./gui/backend/icons/128x128.png" alt="bluetooth battery monitor icon"/>
20-
</p>
30+
<!-- Development Badges -->
31+
<p>
32+
<a href="https://github.com/SARDONYX-sard/bluetooth-battery-monitor/actions/workflows/lint-and-test.yaml">
33+
<img src="https://github.com/SARDONYX-sard/bluetooth-battery-monitor/actions/workflows/lint-and-test.yaml/badge.svg?style=flat-square" alt="Lint & Test Status">
34+
</a>
35+
<a href="https://github.com/SARDONYX-sard/bluetooth-battery-monitor/issues">
36+
<img src="https://img.shields.io/github/issues/SARDONYX-sard/bluetooth-battery-monitor?style=flat-square" alt="Open Issues">
37+
</a>
38+
<a href="https://github.com/SARDONYX-sard/bluetooth-battery-monitor/pulls">
39+
<img src="https://img.shields.io/github/issues-pr/SARDONYX-sard/bluetooth-battery-monitor?style=flat-square" alt="Open PRs">
40+
</a>
41+
<a href="https://github.com/SARDONYX-sard/bluetooth-battery-monitor/commits/main">
42+
<img src="https://img.shields.io/github/last-commit/SARDONYX-sard/bluetooth-battery-monitor?style=flat-square" alt="Last Commit">
43+
</a>
44+
<a href="https://github.com/SARDONYX-sard/bluetooth-battery-monitor">
45+
<img src="https://img.shields.io/github/languages/code-size/SARDONYX-sard/bluetooth-battery-monitor?style=flat-square" alt="Code Size">
46+
</a>
47+
</p>
48+
</div>
2149

2250
## Getting Started for User
2351

0 commit comments

Comments
 (0)