Skip to content

Commit abc5227

Browse files
authored
Update README.md
Moved closing </a> tags next to <img> tags for cleaner formatting
1 parent 02108ba commit abc5227

File tree

1 file changed

+5
-24
lines changed

1 file changed

+5
-24
lines changed

README.md

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -36,33 +36,14 @@ wger (ˈvɛɡɐ) is a free workout and fitness manager.
3636
For a live system, visit: <https://wger.de>
3737

3838
<p align="center" style="line-height:0; margin:0; padding:0;">
39-
<a href="https://play.google.com/store/apps/details?id=de.wger.flutter" target="_blank" style="text-decoration:none; border:none; outline:none;">
40-
<img src="https://raw.githubusercontent.com/wger-project/wger/master/wger/core/static/images/logos/play-store/badge.svg"
41-
alt="Get it on Google Play"
42-
height="50"
43-
style="margin-right:8px; vertical-align:middle; border:none; outline:none; display:inline-block;">
44-
</a>
45-
<a href="https://apps.apple.com/us/app/wger-workout-manager/id6502226792" target="_blank" style="text-decoration:none; border:none; outline:none;">
46-
<img src="https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg"
47-
alt="Download on the App Store"
48-
height="64"
49-
style="margin-right:8px; vertical-align:middle; border:none; outline:none; display:inline-block; background:none;">
50-
</a>
51-
<a href="https://f-droid.org/packages/de.wger.flutter/" target="_blank" style="text-decoration:none; border:none; outline:none;">
52-
<img src="https://raw.githubusercontent.com/wger-project/wger/master/wger/core/static/images/logos/fdroid/get-it-on.png"
53-
alt="Get it on F-Droid"
54-
height="50"
55-
style="margin-right:8px; vertical-align:middle; border:none; outline:none; display:inline-block; background:none;">
56-
</a>
57-
<a href="https://flathub.org/apps/de.wger.flutter" target="_blank" style="text-decoration:none; border:none; outline:none;">
58-
<img src="https://raw.githubusercontent.com/wger-project/wger/master/wger/core/static/images/logos/flathub/black.svg"
59-
alt="Get it on Flathub"
60-
height="50"
61-
style="vertical-align:middle; border:none; outline:none; display:inline-block; background:none;">
62-
</a>
39+
<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>
40+
<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>
41+
<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>
42+
<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>
6343
</p>
6444

6545

46+
6647
## Self-hosting
6748

6849
Hosting your own instance is basically just a `docker compose up -d` away. For

0 commit comments

Comments
 (0)