Docs: update readme
This commit is contained in:
parent
462406cdc8
commit
4822eca2aa
1 changed files with 12 additions and 6 deletions
18
README.md
18
README.md
|
@ -1,9 +1,9 @@
|
|||
<h1 align="center">
|
||||
<h1 style="align: center;">
|
||||
Synced-timer
|
||||
</h1>
|
||||
|
||||
<p align="center">
|
||||
<img src="https://itsblue.dev/dorian/synced-timer/badges/master/pipeline.svg">
|
||||
<p style="align: center;">
|
||||
<img src="https://itsblue.dev/dorian/synced-timer/badges/master/pipeline.svg" />
|
||||
</p>
|
||||
|
||||
A simple web-based timer which can be synced to multiple devices. It can be managed via a backend and distributed (for example on big monitors) via an unprotected frontend. It is intended to be used for Bouldering competitions, but can also serve other purposes.
|
||||
|
@ -15,11 +15,17 @@ A simple web-based timer which can be synced to multiple devices. It can be mana
|
|||
- Play a beep sound at one minute and a countdown at the last five seconds
|
||||
|
||||
## Screenshots
|
||||
<table align="center">
|
||||
<table style="align: center;">
|
||||
<tr>
|
||||
<td align="center">
|
||||
<td style="align: center;">
|
||||
<a href="https://itsblue.dev/dorian/synced-timer/-/raw/dev/.media/backend.png">
|
||||
<img src="https://itsblue.dev/dorian/synced-timer/-/raw/dev/.media/backend.png" />
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<td style="align: center;">
|
||||
<a href="https://itsblue.dev/dorian/synced-timer/-/raw/dev/.media/frontend.png">
|
||||
<img src="https://itsblue.dev/dorian/synced-timer/-/raw/dev/.media/frontend.png" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
Loading…
Reference in a new issue