Skip to content

Commit

Permalink
Adjust representation of screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisBauer committed Nov 13, 2024
1 parent 41fca76 commit 9d47356
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,18 @@ The app compiles for iOS and works fine, but I do not have an Apple developer ac
The app compiles and works for all 3 desktop OS platforms. I'll look into how to publish a version for those platforms in the future.

## Screenshots
<div style="display:flex">
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/01.png" width="240"/>
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/02.png" width="240"/>
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/03.png" width="240"/>
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/04.png" width="240"/>
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/05.png" width="240"/>
</div>
<table>
<tr>
<td><img src="fastlane/metadata/android/en-US/images/phoneScreenshots/01.png"/></td>
<td><img src="fastlane/metadata/android/en-US/images/phoneScreenshots/02.png"/></td>
<td><img src="fastlane/metadata/android/en-US/images/phoneScreenshots/03.png"/></td>
</tr>
<tr>
<td><img src="fastlane/metadata/android/en-US/images/phoneScreenshots/04.png"/></td>
<td><img src="fastlane/metadata/android/en-US/images/phoneScreenshots/05.png"/></td>
<td></td>
</tr>
</table>

## Contributing
You have ideas on how to improve this app and want to making it even better?
Expand Down

0 comments on commit 9d47356

Please sign in to comment.