Skip to content

Commit 69b7523

Browse files
authored
added explicit <a href> tag around shield images. (#2593)
* added alt and title to enable text hover. * added back missing hover text. * added hover text for "GitHub Contributors" and "GitHub Stars".
1 parent 753663a commit 69b7523

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

README.md

+21-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Welcome to The Arcade Library!
22

33
<p align="center">
4-
<img src="https://img.shields.io/pypi/l/arcade">
5-
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat" alt="http://makeapullrequest.com">
6-
<img src="https://img.shields.io/badge/first--timers--only-friendly-blue.svg" alt=http://www.firsttimersonly.com/">
4+
<a href="https://img.shields.io/pypi/l/arcade">
5+
<img alt="MIT License" title="MIT License" src="https://img.shields.io/pypi/l/arcade">
6+
</a>
7+
<a href="http://makeapullrequest.com">
8+
<img alt="Pull Requests Welcome" title="Pull Requests Welcome" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat" />
9+
</a>
10+
<a href="http://www.firsttimersonly.com/">
11+
<img alt="First Timers Friendly" title="First Timers Friendly" src="https://img.shields.io/badge/first--timers--only-friendly-blue.svg" />
12+
</a>
713
</p>
814

915
Arcade is an easy-to-learn Python library for creating 2D video games.
@@ -18,10 +24,18 @@ for example game jam entries and more.
1824
[Arcade Discord Server]: https://discord.gg/ZjGDqMp
1925

2026
<p align="center">
21-
<img src="https://img.shields.io/pypi/dm/arcade">
22-
<img src="https://img.shields.io/github/commit-activity/m/pythonarcade/arcade">
23-
<img src="https://img.shields.io/github/contributors/pythonarcade/arcade">
24-
<img src="https://img.shields.io/github/stars/pythonarcade/arcade">
27+
<a href="https://img.shields.io/pypi/dm/arcade">
28+
<img alt="PyPI - Downloads" title="PyPI - Downloads" src="https://img.shields.io/pypi/dm/arcade">
29+
</a>
30+
<a href="https://img.shields.io/github/commit-activity/m/pythonarcade/arcade">
31+
<img alt="GitHub Commit Activity" title="GitHub Commit Activity" src="https://img.shields.io/github/commit-activity/m/pythonarcade/arcade">
32+
</a>
33+
<a href="https://img.shields.io/github/contributors/pythonarcade/arcade">
34+
<img alt="GitHub Contributors" title="GitHub Contributors" src="https://img.shields.io/github/contributors/pythonarcade/arcade">
35+
</a>
36+
<a href="https://img.shields.io/github/stars/pythonarcade/arcade">
37+
<img alt="GitHub Stars" title="GitHub Stars" src="https://img.shields.io/github/stars/pythonarcade/arcade">
38+
</a>
2539
</p>
2640

2741
## Stable Documentation

0 commit comments

Comments
 (0)