Skip to content

Commit

Permalink
Fix headline, shields links, screenshots layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Kakamotobi committed Dec 22, 2022
1 parent 2a71fc9 commit 88a2762
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 27 deletions.
Binary file modified .github/bleeper-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 29 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
<h1 style="display: flex">
<img src=".github/bleeper-logo.png" style="width: 53px; margin-right: 8px" />
Bleeper
</h1>
<br/>

<div align="center">
<!-- shields -->
<!-- downloads -->
<a href="https://github.com/Kakamotobi/bleeper/releases">
<img src="https://img.shields.io/github/downloads/Kakamotobi/bleeper/total.svg?style=flat" alt="Number of Downloads"/>
</a>
<!-- version -->
<a href="https://github.com/Kakamotobi/bleeper/releases">
<img src="https://img.shields.io/github/release-pre/Kakamotobi/bleeper.svg?style=flat" alt="Latest Version"/>
</a>
<!-- platform -->
<a href="https://github.com/Kakamotobi/bleeper">
<img src="https://img.shields.io/badge/platform-macos%20%7C%20windows-lightgrey" alt="Supported Platforms"/>
</a>
<img src=".github/bleeper-logo.png" alt="App Icon" align="left" width="180px"/>

<div>
<h1>Bleeper</h1>
<div align="center">
<!-- shields -->
<!-- downloads -->
<a href="https://github.com/Kakamotobi/bleeper/releases">
<img src="https://img.shields.io/github/downloads/Kakamotobi/bleeper/total" alt="Number of Downloads"/>
</a>
<!-- version -->
<a href="https://github.com/Kakamotobi/bleeper/releases">
<img src="https://img.shields.io/github/v/release/Kakamotobi/bleeper" alt="Latest Version"/>
</a>
<!-- platform -->
<a href="https://github.com/Kakamotobi/bleeper">
<img src="https://img.shields.io/badge/platform-macos%20%7C%20windows-lightgrey" alt="Supported Platforms"/>
</a>
</div>
</div>
<br/>

</br>

## About

Expand Down Expand Up @@ -47,15 +48,16 @@ Contrary to the popular saying, our brains are not _really_ computers; and there
3. Open the Bleeper app.

## Note
- *Make sure to allow notifications and sound for Bleeper in your OS to receive bleeps.*

- _Make sure to allow notifications and sound for Bleeper in your OS to receive bleeps._

## Screenshots

<div style="width: 100%; display: flex; align-items:center; overflow-x: scroll;">
<img src=".github/01-home.png" width="600px" />
<img src=".github/02-tasks.png" width="600px" />
<img src=".github/03-bleeps.png" width="600px" />
<img src=".github/04-settings.png" width="600px" />
<div align="center">
<img src=".github/01-home.png" width="392px" />
<img src=".github/02-tasks.png" width="392px" />
<img src=".github/03-bleeps.png" width="392px" />
<img src=".github/04-settings.png" width="392px" />
<img src=".github/05-dark.png" width="310px" />
<img src=".github/06-notification.png" width="310px" />
</div>
Expand Down

0 comments on commit 88a2762

Please sign in to comment.