Skip to content

Commit

Permalink
docs: Add alt text to images
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon committed May 2, 2024
1 parent cfe9d33 commit f6685aa
Showing 1 changed file with 25 additions and 7 deletions.
32 changes: 25 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,25 @@

<p align="center">
<a title="Pub" href="https://pub.dev/packages/gamepads">
<img src="https://img.shields.io/pub/v/gamepads.svg?style=popout&include_prereleases"/>
<img
src="https://img.shields.io/pub/v/gamepads.svg?style=popout&include_prereleases"
alt="Badge for latest release"
/>
</a>
<a title="Build Status" href="https://github.com/flame-engine/gamepads/actions?query=workflow%3Acicd+branch%3Amain">
<img src="https://github.com/flame-engine/gamepads/workflows/cicd/badge.svg?branch=main"/>
<img
src="https://github.com/flame-engine/gamepads/workflows/cicd/badge.svg?branch=main"
alt="Badge for build status"
/>
</a>
<a title="Discord" href="https://discord.gg/pxrBmy4">
<img src="https://img.shields.io/discord/509714518008528896.svg"/>
<img src="https://img.shields.io/discord/509714518008528896.svg" alt="Badge for Discord server"/>
</a>
<a title="Melos" href="https://github.com/invertase/melos">
<img src="https://img.shields.io/badge/maintained%20with-melos-f700ff.svg"/>
<img
src="https://img.shields.io/badge/maintained%20with-melos-f700ff.svg"
alt="Badge showing that Melos is used"
/>
</a>
</p>

Expand All @@ -26,7 +35,7 @@
Gamepads is a Flutter plugin to handle gamepad (or joystick) input across multiple platforms.

It supports multiple simultaneously connected gamepads, and will automatically detect and listen to
new connections.
new connections.


## Getting Started
Expand Down Expand Up @@ -94,7 +103,11 @@ The simplest way to show us your support is by giving the project a star! :star:
If you want, you can also support us monetarily by donating through OpenCollective:

<a href="https://opencollective.com/blue-fire/donate" target="_blank">
<img src="https://opencollective.com/blue-fire/donate/[email protected]?color=blue" width=200 />
<img
src="https://opencollective.com/blue-fire/donate/[email protected]?color=blue"
width=200
alt="Open Collective donate button"
/>
</a>

Through GitHub Sponsors:
Expand All @@ -103,11 +116,16 @@ Through GitHub Sponsors:
<img
src="https://img.shields.io/badge/Github%20Sponsor-blue?style=for-the-badge&logo=github&logoColor=white"
width=200
alt="GitHub Sponsor button"
/>
</a>

Or by becoming a patron on Patreon:

<a href="https://www.patreon.com/bluefireoss" target="_blank">
<img src="https://c5.patreon.com/external/logo/become_a_patron_button.png" width=200 />
<img
src="https://c5.patreon.com/external/logo/become_a_patron_button.png"
width=200
alt="Patreon donate button"
/>
</a>

0 comments on commit f6685aa

Please sign in to comment.