diff --git a/static/img/channels.png b/static/img/channels.png index 0f5c6947..5bda1677 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 new file mode 100644 index 00000000..0f5c6947 Binary files /dev/null and b/static/img/channels@2x.png differ diff --git a/static/img/my_checks.png b/static/img/my_checks.png index b0246f09..380e0866 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 new file mode 100644 index 00000000..b0246f09 Binary files /dev/null and b/static/img/my_checks@2x.png differ diff --git a/static/img/period_grace.png b/static/img/period_grace.png index 3a1e2377..55ba356a 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 new file mode 100644 index 00000000..3a1e2377 Binary files /dev/null and b/static/img/period_grace@2x.png differ diff --git a/templates/front/welcome.html b/templates/front/welcome.html index 26c0af4a..ee470d39 100644 --- a/templates/front/welcome.html +++ b/templates/front/welcome.html @@ -143,7 +143,9 @@
My Checks page + src="{% static 'img/my_checks.png' %}" + srcset="{% static 'img/my_checks.png'%} 1x, {% static 'img/my_checks@2x.png'%} 2x" + alt="My Checks page" />

@@ -162,7 +164,9 @@

Period/Grace Time dialog + src="{% static 'img/period_grace.png' %}" + srcset="{% static 'img/period_grace.png'%} 1x, {% static 'img/period_grace@2x.png'%} 2x" + alt="Period/Grace Time dialog" />
Each check has configurable Period and Grace Time parameters. @@ -218,7 +222,9 @@
Channels page + src="{% static 'img/channels.png' %}" + srcset="{% static 'img/channels.png'%} 1x, {% static 'img/channels@2x.png'%} 2x" + alt="Channels page" />