fix: add descriptive alt text to images in README for accessibility (#6611)

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Angel98518
2026-01-06 12:01:45 -05:00
committed by GitHub
parent 0adf20fc5b
commit 8c4eea1fb1
2 changed files with 8 additions and 13 deletions

View File

@@ -5,13 +5,8 @@ name: Auto Test
on:
push:
branches: [ master, 1.23.X ]
paths-ignore:
- '*.md'
branches: [ master, 1.23.X, 3.0.0 ]
pull_request:
branches: [ master, 1.23.X ]
paths-ignore:
- '*.md'
permissions: {}
jobs:

View File

@@ -1,5 +1,5 @@
<div align="center" width="100%">
<img src="./public/icon.svg" width="128" alt="" />
<img src="./public/icon.svg" width="128" alt="Uptime Kuma Logo" />
</div>
# Uptime Kuma
@@ -11,7 +11,7 @@ Uptime Kuma is an easy-to-use self-hosted monitoring tool.
<img src="https://weblate.kuma.pet/widgets/uptime-kuma/-/svg-badge.svg" alt="Translation status" />
</a>
<img src="https://user-images.githubusercontent.com/1336778/212262296-e6205815-ad62-488c-83ec-a5b0d0689f7c.jpg" width="700" alt="" />
<img src="https://user-images.githubusercontent.com/1336778/212262296-e6205815-ad62-488c-83ec-a5b0d0689f7c.jpg" width="700" alt="Uptime Kuma Dashboard Screenshot" />
## 🥔 Live Demo
@@ -127,25 +127,25 @@ I will assign requests/issues to the next milestone.
Thank you so much! (GitHub Sponsors will be updated manually. OpenCollective sponsors will be updated automatically, the list will be cached by GitHub though. It may need some time to be updated)
<img src="https://uptime.kuma.pet/sponsors?v=6" alt />
<img src="https://uptime.kuma.pet/sponsors?v=6" alt="Uptime Kuma Sponsors" />
## 🖼 More Screenshots
Light Mode:
<img src="https://uptime.kuma.pet/img/light.jpg" width="512" alt="" />
<img src="https://uptime.kuma.pet/img/light.jpg" width="512" alt="Uptime Kuma Light Mode Screenshot of how the Dashboard looks" />
Status Page:
<img src="https://user-images.githubusercontent.com/1336778/134628766-a3fe0981-0926-4285-ab46-891a21c3e4cb.png" width="512" alt="" />
<img src="https://user-images.githubusercontent.com/1336778/134628766-a3fe0981-0926-4285-ab46-891a21c3e4cb.png" width="512" alt="Uptime Kuma Status Page Screenshot" />
Settings Page:
<img src="https://louislam.net/uptimekuma/2.jpg" width="400" alt="" />
<img src="https://louislam.net/uptimekuma/2.jpg" width="400" alt="Uptime Kuma Settings Page Screenshot" />
Telegram Notification Sample:
<img src="https://louislam.net/uptimekuma/3.jpg" width="400" alt="" />
<img src="https://louislam.net/uptimekuma/3.jpg" width="400" alt="Uptime Kuma Telegram Notification Sample Screenshot" />
## Motivation