diff --git a/README.md b/README.md index be92f2f..972c754 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,16 @@ Fancy Gatus is an alternative frontend for the monitoring tool [Gatus](https://github.com/TwiN/gatus). The goal is to provide a simplified and modern status page based on data from a Gatus instance, which only displays the most important information in a way that is understandable for end users. -You can see it in action here: https://status.bluemedia.dev +You can see it in action [here](https://status.bluemedia.dev) or check out the screenshots below: -![Demo screenshot](docs/demo-screenshot.png) +
+Screenshots + +![](docs/demo-light.png) + +![](docs/demo-dark.png) + +
## Configuration diff --git a/docs/demo-dark.png b/docs/demo-dark.png new file mode 100644 index 0000000..56841e9 Binary files /dev/null and b/docs/demo-dark.png differ diff --git a/docs/demo-light.png b/docs/demo-light.png new file mode 100644 index 0000000..fb620ef Binary files /dev/null and b/docs/demo-light.png differ diff --git a/docs/demo-screenshot.png b/docs/demo-screenshot.png deleted file mode 100644 index df9fed4..0000000 Binary files a/docs/demo-screenshot.png and /dev/null differ