Skip to content

Commit c6710a2

Browse files
authored
Merge pull request #2102 from DidiNDexter/DidiNDexter-patch-2
Make app-store badges uniform in height
2 parents c7f9094 + abc5227 commit c6710a2

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

README.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,14 @@ wger (ˈvɛɡɐ) is a free workout and fitness manager.
3232

3333
For a live system, visit: <https://wger.de>
3434

35-
36-
<p align="center">
37-
<img
38-
src="https://raw.githubusercontent.com/wger-project/wger/master/wger/software/static/images/screens-3.png"
39-
alt="Screenshot"
40-
width="400">
35+
<p align="center" style="line-height:0; margin:0; padding:0;">
36+
<a href="https://play.google.com/store/apps/details?id=de.wger.flutter" target="_blank" style="text-decoration:none; border:none; outline:none;"><img src="https://raw.githubusercontent.com/wger-project/wger/master/wger/core/static/images/logos/play-store/badge.svg" alt="Get it on Google Play" height="50" style="margin-right:8px; vertical-align:middle; border:none; outline:none; display:inline-block;"></a>
37+
<a href="https://apps.apple.com/us/app/wger-workout-manager/id6502226792" target="_blank" style="text-decoration:none; border:none; outline:none;"><img src="https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg" alt="Download on the App Store" height="64" style="margin-right:8px; vertical-align:middle; border:none; outline:none; display:inline-block; background:none;"></a>
38+
<a href="https://f-droid.org/packages/de.wger.flutter/" target="_blank" style="text-decoration:none; border:none; outline:none;"><img src="https://raw.githubusercontent.com/wger-project/wger/master/wger/core/static/images/logos/fdroid/get-it-on.png" alt="Get it on F-Droid" height="50" style="margin-right:8px; vertical-align:middle; border:none; outline:none; display:inline-block; background:none;"></a>
39+
<a href="https://flathub.org/apps/de.wger.flutter" target="_blank" style="text-decoration:none; border:none; outline:none;"><img src="https://raw.githubusercontent.com/wger-project/wger/master/wger/core/static/images/logos/flathub/black.svg" alt="Get it on Flathub" height="50" style="vertical-align:middle; border:none; outline:none; display:inline-block; background:none;"></a>
4140
</p>
4241

4342

44-
<p align="center">
45-
<a href="https://play.google.com/store/apps/details?id=de.wger.flutter">
46-
<img src="https://raw.githubusercontent.com/wger-project/wger/master/wger/core/static/images/logos/play-store/badge.svg" alt="Get it on Google Play" height="50"></a>
47-
<a href="https://apps.apple.com/us/app/wger-workout-manager/id6502226792">
48-
<img src="https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg" alt="Download on the App Store" height="50"></a>
49-
<a href="https://f-droid.org/packages/de.wger.flutter/">
50-
<img src="https://raw.githubusercontent.com/wger-project/wger/master/wger/core/static/images/logos/fdroid/get-it-on.png" alt="Get it on F-Droid" height="60"></a>
51-
<a href="https://flathub.org/apps/de.wger.flutter">
52-
<img src="https://raw.githubusercontent.com/wger-project/wger/master/wger/core/static/images/logos/flathub/black.svg" alt="Get it on Flathub" height="50"></a>
53-
</p>
5443

5544
## Self-hosting
5645

0 commit comments

Comments
 (0)