Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit d22bfb7

Browse files
committed
Update README.md, README.zh.md and README.tr.md
1 parent cdad4b3 commit d22bfb7

7 files changed

Lines changed: 9 additions & 109 deletions

File tree

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,9 @@
1212

1313
OpenNote is a modern Android note-taking application built entirely with Compose.
1414

15-
<div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 800px; margin: 0 auto; padding: 20px;">
16-
<a href="https://play.google.com/store/apps/details?id=com.yangdai.opennote" style="display: flex; justify-content: center;">
17-
<img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" style="width: 200px; height: auto;">
18-
</a>
19-
<a href="https://github.com/YangDai2003/OpenNote-Compose/releases" style="display: flex; justify-content: center;">
20-
<img alt="Get it on GitHub" src="https://raw.githubusercontent.com/deckerst/common/main/assets/get-it-on-github.png" style="width: 200px; height: auto;">
21-
</a>
22-
<a href="https://apt.izzysoft.de/fdroid/index/apk/com.yangdai.opennote" style="display: flex; justify-content: center;">
23-
<img alt="Get it on IzzyOnDroid" src="screenshots/IzzyOnDroidButtonGreyBorder.svg" style="width: 130px; height: auto;">
24-
</a>
25-
</div>
15+
[<img alt="Get it on Google Play" src="screenshots/google_play.png" width="200px">](https://play.google.com/store/apps/details?id=com.yangdai.opennote)
16+
[<img alt="Get it on IzzyOnDroid" src="screenshots/izzyondroid.png" width="200px">](https://apt.izzysoft.de/fdroid/index/apk/com.yangdai.opennote)
17+
[<img alt="Get it on GitHub" src="screenshots/github.png" width="200px">](https://github.com/YangDai2003/OpenNote-Compose/releases)
2618

2719
## Features
2820

README.tr.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,9 @@
1212

1313
OpenNote, tamamen Jetpack Compose kullanılarak geliştirilmiş modern bir Android not alma uygulamasıdır.
1414

15-
<div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 800px; margin: 0 auto; padding: 20px;">
16-
<a href="https://play.google.com/store/apps/details?id=com.yangdai.opennote" style="display: flex; justify-content: center;">
17-
<img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" style="width: 200px; height: auto;">
18-
</a>
19-
<a href="https://github.com/YangDai2003/OpenNote-Compose/releases" style="display: flex; justify-content: center;">
20-
<img alt="Get it on GitHub" src="https://raw.githubusercontent.com/deckerst/common/main/assets/get-it-on-github.png" style="width: 200px; height: auto;">
21-
</a>
22-
<a href="https://apt.izzysoft.de/fdroid/index/apk/com.yangdai.opennote" style="display: flex; justify-content: center;">
23-
<img alt="Get it on IzzyOnDroid" src="screenshots/IzzyOnDroidButtonGreyBorder.svg" style="width: 130px; height: auto;">
24-
</a>
25-
</div>
15+
[<img alt="Get it on Google Play" src="screenshots/google_play.png" width="200px">](https://play.google.com/store/apps/details?id=com.yangdai.opennote)
16+
[<img alt="Get it on IzzyOnDroid" src="screenshots/izzyondroid.png" width="200px">](https://apt.izzysoft.de/fdroid/index/apk/com.yangdai.opennote)
17+
[<img alt="Get it on GitHub" src="screenshots/github.png" width="200px">](https://github.com/YangDai2003/OpenNote-Compose/releases)
2618

2719
## Özellikler
2820

README.zh.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,9 @@
1212

1313
OpenNote是一款完全使用Compose构建的现代化Android记事本应用程序。
1414

15-
<div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 800px; margin: 0 auto; padding: 20px;">
16-
<a href="https://play.google.com/store/apps/details?id=com.yangdai.opennote" style="display: flex; justify-content: center;">
17-
<img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" style="width: 200px; height: auto;">
18-
</a>
19-
<a href="https://github.com/YangDai2003/OpenNote-Compose/releases" style="display: flex; justify-content: center;">
20-
<img alt="Get it on GitHub" src="https://raw.githubusercontent.com/deckerst/common/main/assets/get-it-on-github.png" style="width: 200px; height: auto;">
21-
</a>
22-
<a href="https://apt.izzysoft.de/fdroid/index/apk/com.yangdai.opennote" style="display: flex; justify-content: center;">
23-
<img alt="Get it on IzzyOnDroid" src="screenshots/IzzyOnDroidButtonGreyBorder.svg" style="width: 130px; height: auto;">
24-
</a>
25-
</div>
15+
[<img alt="Get it on Google Play" src="screenshots/google_play.png" width="200px">](https://play.google.com/store/apps/details?id=com.yangdai.opennote)
16+
[<img alt="Get it on IzzyOnDroid" src="screenshots/izzyondroid.png" width="200px">](https://apt.izzysoft.de/fdroid/index/apk/com.yangdai.opennote)
17+
[<img alt="Get it on GitHub" src="screenshots/github.png" width="200px">](https://github.com/YangDai2003/OpenNote-Compose/releases)
2618

2719
## 功能
2820

screenshots/IzzyOnDroidButtonGreyBorder.svg

Lines changed: 0 additions & 76 deletions
This file was deleted.

screenshots/github.png

12.2 KB
Loading

screenshots/google_play.png

15.5 KB
Loading

screenshots/izzyondroid.png

20.2 KB
Loading

0 commit comments

Comments
 (0)