diff --git a/README.md b/README.md index 51961fc8..d286b02d 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,15 @@ [![Coverage Status](https://coveralls.io/repos/healthchecks/healthchecks/badge.svg?branch=master&service=github)](https://coveralls.io/github/healthchecks/healthchecks?branch=master) -![Screenshot of Welcome page](/stuff/screenshots/welcome.png?raw=true "Welcome Page") +![Screenshot of Welcome page](/static/img/screenshots/welcome.png?raw=true "Welcome Page") -![Screenshot of My Checks page](/stuff/screenshots/my_checks.png?raw=true "My Checks Page") +![Screenshot of My Checks page](/static/img/my_checks.png?raw=true "My Checks Page") -![Screenshot of Period/Grace dialog](/stuff/screenshots/period_grace.png?raw=true "Period/Grace Dialog") +![Screenshot of Period/Grace dialog](/static/img/period_grace.png?raw=true "Period/Grace Dialog") -![Screenshot of Cron dialog](/stuff/screenshots/cron.png?raw=true "Cron Dialog") +![Screenshot of Cron dialog](/static/img/cron.png?raw=true "Cron Dialog") -![Screenshot of Channels page](/stuff/screenshots/channels.png?raw=true "Channels Page") +![Screenshot of Integrations page](/static/img/channels.png?raw=true "Integrations Page") healthchecks is a watchdog for your cron jobs. It's a web server that listens for pings from your cron jobs, plus a web interface. diff --git a/static/img/channels.png b/static/img/channels.png index 084711fd..3d809cec 100644 Binary files a/static/img/channels.png and b/static/img/channels.png differ diff --git a/static/img/channels@2x.png b/static/img/channels@2x.png index 898e54a0..638c1aa2 100644 Binary files a/static/img/channels@2x.png and b/static/img/channels@2x.png differ diff --git a/static/img/cron.png b/static/img/cron.png index c74caa95..9ce50531 100644 Binary files a/static/img/cron.png and b/static/img/cron.png differ diff --git a/static/img/cron@2x.png b/static/img/cron@2x.png index 6ebb65b8..745a75cf 100644 Binary files a/static/img/cron@2x.png and b/static/img/cron@2x.png differ diff --git a/static/img/my_checks.png b/static/img/my_checks.png index 78f42c0b..89a3d052 100644 Binary files a/static/img/my_checks.png and b/static/img/my_checks.png differ diff --git a/static/img/my_checks@2x.png b/static/img/my_checks@2x.png index d1c5440c..a05c7a3e 100644 Binary files a/static/img/my_checks@2x.png and b/static/img/my_checks@2x.png differ diff --git a/static/img/period_grace.png b/static/img/period_grace.png index 21556459..02df84f7 100644 Binary files a/static/img/period_grace.png and b/static/img/period_grace.png differ diff --git a/static/img/period_grace@2x.png b/static/img/period_grace@2x.png index 6c229136..db67dffe 100644 Binary files a/static/img/period_grace@2x.png and b/static/img/period_grace@2x.png differ diff --git a/static/img/welcome.png b/static/img/welcome.png new file mode 100644 index 00000000..92ff1a82 Binary files /dev/null and b/static/img/welcome.png differ diff --git a/static/img/welcome@2x.png b/static/img/welcome@2x.png new file mode 100644 index 00000000..93010d38 Binary files /dev/null and b/static/img/welcome@2x.png differ diff --git a/stuff/screenshots/channels.png b/stuff/screenshots/channels.png deleted file mode 100644 index 898e54a0..00000000 Binary files a/stuff/screenshots/channels.png and /dev/null differ diff --git a/stuff/screenshots/cron.png b/stuff/screenshots/cron.png deleted file mode 100644 index 6ebb65b8..00000000 Binary files a/stuff/screenshots/cron.png and /dev/null differ diff --git a/stuff/screenshots/my_checks.png b/stuff/screenshots/my_checks.png deleted file mode 100644 index d1c5440c..00000000 Binary files a/stuff/screenshots/my_checks.png and /dev/null differ diff --git a/stuff/screenshots/period_grace.png b/stuff/screenshots/period_grace.png deleted file mode 100644 index 6c229136..00000000 Binary files a/stuff/screenshots/period_grace.png and /dev/null differ diff --git a/stuff/screenshots/welcome.png b/stuff/screenshots/welcome.png deleted file mode 100644 index 12ea88d3..00000000 Binary files a/stuff/screenshots/welcome.png and /dev/null differ diff --git a/templates/front/welcome.html b/templates/front/welcome.html index 85d34150..c7a0506b 100644 --- a/templates/front/welcome.html +++ b/templates/front/welcome.html @@ -152,7 +152,7 @@
Give names to your checks to easily recognize them - later. Adjust Period and Grace time to match periodicity + later. Adjust Period and Grace time to match the periodicity and duration of your tasks.