Skip to content

Commit eb6dc52

Browse files
committed
docs: Improve badge layout with center alignment and better spacing
- Center-align all badges for professional appearance - Remove <br /> tag and use proper spacing - Clean up badge URLs (remove unnecessary .svg extension) - Group technology badges together with CI badge below - Create visual hierarchy with consistent spacing
1 parent fef61d3 commit eb6dc52

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Geno-1: Generative Music Visualizer
22

3-
![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge&logo=rust&logoColor=white)
3+
<div align="center">
4+
5+
![Rust](https://img.shields.io/badge/Rust-000000?style=for-the-badge&logo=rust&logoColor=white)
46
![WebAssembly](https://img.shields.io/badge/WebAssembly-654FF0?style=for-the-badge&logo=webassembly&logoColor=white)
57
![WebGPU](https://img.shields.io/badge/WebGPU-005A9C?style=for-the-badge&logo=gpu&logoColor=white)
6-
<br />
8+
79
[![CI](https://github.com/rgilks/geno-1/actions/workflows/ci.yml/badge.svg)](https://github.com/rgilks/geno-1/actions/workflows/ci.yml)
810

11+
</div>
12+
913
<div align="center">
1014
<img src="/docs/screenshot.png" alt="geno-1 Screenshot" width="902" />
1115
<br />

0 commit comments

Comments
 (0)