Skip to content

Commit

Permalink
Increase size of screenshots in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeso committed Apr 29, 2024
1 parent 2610e61 commit 8b67bc5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- Use "debug" signing config instead of creating a new one
- Remove unnecessary lines from .gitignore
- Remove Compose previews
- Increase size of screenshots in README.md

## [1.8.2](https://github.com/ldeso/blitz/releases/tag/v1.8.2) – 2024-04-19

Expand Down
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,20 @@

<p align="center">
<a href="https://blitz.leodesouza.net">
<img src="src/main/res/mipmap-xxhdpi/ic_launcher.webp" height="144" width="144" alt="App icon" />
<img src="src/main/res/mipmap-xxhdpi/ic_launcher.webp" height="144" width="144" alt="App icon">
</a>
</p>

<p align="center">
<a href="https://github.com/ldeso/blitz/releases/latest">
<img src="https://img.shields.io/github/release/ldeso/blitz.svg?logo=github&label=GitHub" height="20" width="109" alt="GitHub badge" /></a>
<img src="https://img.shields.io/github/release/ldeso/blitz.svg?logo=github&label=GitHub" height="20" width="109" alt="GitHub badge">
</a>
<a href="https://f-droid.org/packages/net.leodesouza.blitz/">
<img src="https://img.shields.io/f-droid/v/net.leodesouza.blitz?logo=F-Droid&label=F-Droid" height="20" width="113" alt="F-Droid badge" /></a>
<img src="https://img.shields.io/f-droid/v/net.leodesouza.blitz?logo=F-Droid&label=F-Droid" height="20" width="113" alt="F-Droid badge">
</a>
<a href="https://play.google.com/store/apps/details?id=net.leodesouza.blitz">
<img src="https://img.shields.io/badge/Play%20Store-v1.8.2-blue?logo=Google-Play" height="20" width="129" alt="Play Store badge" /></a>
<img src="https://img.shields.io/badge/Play%20Store-v1.8.2-blue?logo=Google-Play" height="20" width="129" alt="Play Store badge">
</a>
</p>

# Blitz: Fischer Chess Clock
Expand Down Expand Up @@ -58,6 +61,6 @@ It is entirely built with [Jetpack Compose](https://developer.android.com/jetpac
## Screenshots

<p align="center">
&nbsp;<img src="metadata/en-US/images/phoneScreenshots/1.png" alt="Screenshot of the initial view" height="622" width="350">&nbsp;&#8203;
&nbsp;<img src="metadata/en-US/images/phoneScreenshots/2.png" alt="Screenshot when time is over" height="622" width="350">&nbsp;
&nbsp;<img src="metadata/en-US/images/phoneScreenshots/1.png" alt="Screenshot of the initial view" height="640" width="360">&nbsp;&#8203;
&nbsp;<img src="metadata/en-US/images/phoneScreenshots/2.png" alt="Screenshot when time is over" height="640" width="360">&nbsp;
</p>

0 comments on commit 8b67bc5

Please sign in to comment.