Skip to content

Commit 91beee0

Browse files
committed
docs: fix badge layout finally [skip ci]
1 parent c536ad3 commit 91beee0

2 files changed

Lines changed: 46 additions & 54 deletions

File tree

README.de.md

Lines changed: 23 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<div align="center">
2-
<br />
32
<img src="android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png" alt="Logo" />
43
</div>
54

@@ -8,35 +7,32 @@
87
<h4 align="center">Minimalistische Offline-Notizen mit intelligentem Sync - Einfachheit trifft smarte Synchronisation.</h4>
98

109
<div align="center">
11-
<a href="https://www.android.com/">
12-
<img src="https://img.shields.io/badge/Android-8.0%2B-3DDC84?style=for-the-badge&logo=android&logoColor=white" alt="Android" />
13-
</a>
14-
<a href="https://kotlinlang.org/">
15-
<img src="https://img.shields.io/badge/Kotlin-7F52FF?style=for-the-badge&logo=kotlin&logoColor=white" alt="Kotlin" />
16-
</a>
17-
<a href="https://developer.android.com/compose/">
18-
<img src="https://img.shields.io/badge/Jetpack%20Compose-4285F4?style=for-the-badge&logo=jetpackcompose&logoColor=white" alt="Jetpack Compose" />
19-
</a>
20-
<a href="https://m3.material.io/">
21-
<img src="https://img.shields.io/badge/Material_3-6750A4?style=for-the-badge&logo=material-design&logoColor=white" alt="Material 3" />
22-
</a>
23-
<a href="LICENSE">
24-
<img src="https://img.shields.io/badge/License-MIT-F5C400?style=for-the-badge" alt="License" />
25-
</a>
10+
11+
[![Android](https://img.shields.io/badge/Android-8.0%2B-3DDC84?style=for-the-badge&logo=android&logoColor=white)](https://www.android.com/)
12+
[![Kotlin](https://img.shields.io/badge/Kotlin-7F52FF?style=for-the-badge&logo=kotlin&logoColor=white)](https://kotlinlang.org/)
13+
[![Jetpack Compose](https://img.shields.io/badge/Jetpack%20Compose-4285F4?style=for-the-badge&logo=jetpackcompose&logoColor=white)](https://developer.android.com/compose/)
14+
[![Material 3](https://img.shields.io/badge/Material_3-6750A4?style=for-the-badge&logo=material-design&logoColor=white)](https://m3.material.io/)
15+
[![License](https://img.shields.io/badge/License-MIT-F5C400?style=for-the-badge)](LICENSE)
16+
2617
</div>
2718

28-
<p align="center">
29-
<div align="center" style="display:flex; justify-content:center; gap:10px;">
30-
<a href="https://apt.izzysoft.de/fdroid/index/apk/dev.dettmer.simplenotes" style="text-decoration:none;">
31-
<img src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png" alt="Get it on IzzyOnDroid" height="80" style="vertical-align:middle;">
32-
</a>
33-
<a href="http://apps.obtainium.imranr.dev/redirect.html?r=obtainium://add/https://github.com/inventory69/simple-notes-sync" style="text-decoration:none;">
34-
<img src="https://raw.githubusercontent.com/ImranR98/Obtainium/main/assets/graphics/badge_obtainium.png" alt="Get it on Obtainium" height="55" style="vertical-align:middle;">
35-
</a>
36-
<a href="https://f-droid.org/packages/dev.dettmer.simplenotes/" style="text-decoration:none;">
37-
<img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" height="80" style="vertical-align:middle;">
38-
</a>
19+
<div align="center">
20+
21+
<a href="https://apt.izzysoft.de/fdroid/index/apk/dev.dettmer.simplenotes">
22+
<img src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png"
23+
alt="Get it on IzzyOnDroid" align="center" height="80" /></a>
24+
25+
<a href="https://apps.obtainium.imranr.dev/redirect.html?r=obtainium://add/https://github.com/inventory69/simple-notes-sync">
26+
<img src="https://github.com/ImranR98/Obtainium/blob/main/assets/graphics/badge_obtainium.png"
27+
alt="Get it on Obtainium" align="center" height="54" />
28+
</a>
29+
30+
<a href="https://f-droid.org/packages/dev.dettmer.simplenotes">
31+
<img src="https://f-droid.org/badge/get-it-on.png"
32+
alt="Get it on F-Droid" align="center" height="80" /></a>
33+
3934
</div>
35+
4036
<div align="center">
4137
<strong>SHA-256 Hash des Signaturzertifikats:</strong><br /> 42:A1:C6:13:BB:C6:73:04:5A:F3:DC:81:91:BF:9C:B6:45:6E:E4:4C:7D:CE:40:C7:CF:B5:66:FA:CB:69:F1:6A
4238
</div>

README.md

Lines changed: 23 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<div align="center">
2-
<br />
32
<img src="android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png" alt="Logo" />
43
</div>
54

@@ -8,35 +7,32 @@
87
<h4 align="center">Clean, offline-first notes with intelligent sync - simplicity meets smart synchronization.</h4>
98

109
<div align="center">
11-
<a href="https://www.android.com/">
12-
<img src="https://img.shields.io/badge/Android-8.0%2B-3DDC84?style=for-the-badge&logo=android&logoColor=white" alt="Android" />
13-
</a>
14-
<a href="https://kotlinlang.org/">
15-
<img src="https://img.shields.io/badge/Kotlin-7F52FF?style=for-the-badge&logo=kotlin&logoColor=white" alt="Kotlin" />
16-
</a>
17-
<a href="https://developer.android.com/compose/">
18-
<img src="https://img.shields.io/badge/Jetpack%20Compose-4285F4?style=for-the-badge&logo=jetpackcompose&logoColor=white" alt="Jetpack Compose" />
19-
</a>
20-
<a href="https://m3.material.io/">
21-
<img src="https://img.shields.io/badge/Material_3-6750A4?style=for-the-badge&logo=material-design&logoColor=white" alt="Material 3" />
22-
</a>
23-
<a href="LICENSE">
24-
<img src="https://img.shields.io/badge/License-MIT-F5C400?style=for-the-badge" alt="License" />
25-
</a>
10+
11+
[![Android](https://img.shields.io/badge/Android-8.0%2B-3DDC84?style=for-the-badge&logo=android&logoColor=white)](https://www.android.com/)
12+
[![Kotlin](https://img.shields.io/badge/Kotlin-7F52FF?style=for-the-badge&logo=kotlin&logoColor=white)](https://kotlinlang.org/)
13+
[![Jetpack Compose](https://img.shields.io/badge/Jetpack%20Compose-4285F4?style=for-the-badge&logo=jetpackcompose&logoColor=white)](https://developer.android.com/compose/)
14+
[![Material 3](https://img.shields.io/badge/Material_3-6750A4?style=for-the-badge&logo=material-design&logoColor=white)](https://m3.material.io/)
15+
[![License](https://img.shields.io/badge/License-MIT-F5C400?style=for-the-badge)](LICENSE)
16+
2617
</div>
2718

28-
<p align="center">
29-
<div align="center" style="display:flex; justify-content:center; gap:10px;">
30-
<a href="https://apt.izzysoft.de/fdroid/index/apk/dev.dettmer.simplenotes" style="text-decoration:none;">
31-
<img src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png" alt="Get it on IzzyOnDroid" height="80" style="vertical-align:middle;">
32-
</a>
33-
<a href="http://apps.obtainium.imranr.dev/redirect.html?r=obtainium://add/https://github.com/inventory69/simple-notes-sync" style="text-decoration:none;">
34-
<img src="https://raw.githubusercontent.com/ImranR98/Obtainium/main/assets/graphics/badge_obtainium.png" alt="Get it on Obtainium" height="55" style="vertical-align:middle;">
35-
</a>
36-
<a href="https://f-droid.org/packages/dev.dettmer.simplenotes/" style="text-decoration:none;">
37-
<img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" height="80" style="vertical-align:middle;">
38-
</a>
19+
<div align="center">
20+
21+
<a href="https://apt.izzysoft.de/fdroid/index/apk/dev.dettmer.simplenotes">
22+
<img src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png"
23+
alt="Get it on IzzyOnDroid" align="center" height="80" /></a>
24+
25+
<a href="https://apps.obtainium.imranr.dev/redirect.html?r=obtainium://add/https://github.com/inventory69/simple-notes-sync">
26+
<img src="https://github.com/ImranR98/Obtainium/blob/main/assets/graphics/badge_obtainium.png"
27+
alt="Get it on Obtainium" align="center" height="54" />
28+
</a>
29+
30+
<a href="https://f-droid.org/packages/dev.dettmer.simplenotes">
31+
<img src="https://f-droid.org/badge/get-it-on.png"
32+
alt="Get it on F-Droid" align="center" height="80" /></a>
33+
3934
</div>
35+
4036
<div align="center">
4137
<strong>SHA-256 hash of the signing certificate:</strong><br />42:A1:C6:13:BB:C6:73:04:5A:F3:DC:81:91:BF:9C:B6:45:6E:E4:4C:7D:CE:40:C7:CF:B5:66:FA:CB:69:F1:6A
4238
</div>

0 commit comments

Comments
 (0)