Skip to content

Commit b854f2d

Browse files
committed
Center logos and screenshots
1 parent dfa5c4b commit b854f2d

File tree

1 file changed

+24
-16
lines changed

1 file changed

+24
-16
lines changed

README.md

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# wger
22

3-
<img src="https://raw.githubusercontent.com/wger-project/wger/master/wger/core/static/images/logos/logo.png" width="100" height="100" alt="wger logo"/>
3+
<p style="text-align: center;">
4+
<img src="https://raw.githubusercontent.com/wger-project/wger/master/wger/core/static/images/logos/logo.png" width="100" height="100" alt="wger logo"/>
5+
</p>
6+
47

58
wger (ˈvɛɡɐ) Workout Manager is a free, open source web application that helps
69
you manage your personal workouts, weight and diet plans and can also be used
@@ -9,24 +12,29 @@ integration with other projects and tools.
912

1013
For a live system, refer to the project's site: <https://wger.de/>
1114

12-
<img
13-
src="https://raw.githubusercontent.com/wger-project/wger/master/wger/software/static/images/screens-3.png"
14-
alt="Screenshot"
15-
width="400">
15+
<p style="text-align: center;">
16+
<img
17+
src="https://raw.githubusercontent.com/wger-project/wger/master/wger/software/static/images/screens-3.png"
18+
alt="Screenshot"
19+
width="400">
20+
</p>
1621

1722
## Mobile app
1823

19-
[<img src="https://raw.githubusercontent.com/wger-project/wger/master/wger/core/static/images/logos/play-store/badge.svg"
20-
alt="Get it on Google Play" height="60">](https://play.google.com/store/apps/details?id=de.wger.flutter)
21-
22-
[<img src="https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg"
23-
alt="Download on the App Store" height="60">](https://apps.apple.com/us/app/wger-workout-manager/id6502226792)
24-
25-
[<img src="https://raw.githubusercontent.com/wger-project/wger/master/wger/core/static/images/logos/fdroid/get-it-on.png"
26-
alt="Get it on F-Droid" height="70">](https://f-droid.org/packages/de.wger.flutter/)
27-
28-
[<img src="https://raw.githubusercontent.com/wger-project/wger/master/wger/core/static/images/logos/flathub/black.svg"
29-
alt="Get it on Flathub" height="60">](https://flathub.org/apps/de.wger.flutter)
24+
<p style="text-align: center;">
25+
<a href="https://play.google.com/store/apps/details?id=de.wger.flutter">
26+
<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="60">
27+
</a>
28+
<a href="https://apps.apple.com/us/app/wger-workout-manager/id6502226792">
29+
<img src="https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg" alt="Download on the App Store" height="60">
30+
</a>
31+
<a href="https://f-droid.org/packages/de.wger.flutter/">
32+
<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="70">
33+
</a>
34+
<a href="https://flathub.org/apps/de.wger.flutter">
35+
<img src="https://raw.githubusercontent.com/wger-project/wger/master/wger/core/static/images/logos/flathub/black.svg" alt="Get it on Flathub" height="60">
36+
</a>
37+
</p>
3038

3139
## Installation
3240

0 commit comments

Comments
 (0)