Browse Source

Resize screenshots

pull/7/head
Pēteris Caune 9 years ago
parent
commit
077c362432
7 changed files with 9 additions and 3 deletions
  1. BIN
      static/img/channels.png
  2. BIN
      static/img/[email protected]
  3. BIN
      static/img/my_checks.png
  4. BIN
      static/img/[email protected]
  5. BIN
      static/img/period_grace.png
  6. BIN
      static/img/[email protected]
  7. +9
    -3
      templates/front/welcome.html

BIN
static/img/channels.png View File

Before After
Width: 1200  |  Height: 724  |  Size: 24 KiB Width: 750  |  Height: 453  |  Size: 15 KiB

BIN
static/img/[email protected] View File

Before After
Width: 1200  |  Height: 724  |  Size: 24 KiB

BIN
static/img/my_checks.png View File

Before After
Width: 1200  |  Height: 724  |  Size: 24 KiB Width: 750  |  Height: 453  |  Size: 16 KiB

BIN
static/img/[email protected] View File

Before After
Width: 1200  |  Height: 724  |  Size: 24 KiB

BIN
static/img/period_grace.png View File

Before After
Width: 1200  |  Height: 724  |  Size: 25 KiB Width: 750  |  Height: 453  |  Size: 15 KiB

BIN
static/img/[email protected] View File

Before After
Width: 1200  |  Height: 724  |  Size: 25 KiB

+ 9
- 3
templates/front/welcome.html View File

@ -143,7 +143,9 @@
<div class="col-sm-8"> <div class="col-sm-8">
<img <img
class="img-responsive" class="img-responsive"
src="{% static 'img/my_checks.png' %}" alt="My Checks page" />
src="{% static 'img/my_checks.png' %}"
srcset="{% static 'img/my_checks.png'%} 1x, {% static 'img/[email protected]'%} 2x"
alt="My Checks page" />
</div> </div>
<div class="col-sm-4"> <div class="col-sm-4">
<p> <p>
@ -162,7 +164,9 @@
<div class="col-sm-8"> <div class="col-sm-8">
<img <img
class="img-responsive" class="img-responsive"
src="{% static 'img/period_grace.png' %}" alt="Period/Grace Time dialog" />
src="{% static 'img/period_grace.png' %}"
srcset="{% static 'img/period_grace.png'%} 1x, {% static 'img/[email protected]'%} 2x"
alt="Period/Grace Time dialog" />
</div> </div>
<div class="col-sm-4"> <div class="col-sm-4">
Each check has configurable <strong>Period</strong> and <strong>Grace Time</strong> parameters. Each check has configurable <strong>Period</strong> and <strong>Grace Time</strong> parameters.
@ -218,7 +222,9 @@
<div class="col-sm-8"> <div class="col-sm-8">
<img <img
class="img-responsive" class="img-responsive"
src="{% static 'img/channels.png' %}" alt="Channels page" />
src="{% static 'img/channels.png' %}"
srcset="{% static 'img/channels.png'%} 1x, {% static 'img/[email protected]'%} 2x"
alt="Channels page" />
</div> </div>
<div class="col-sm-4"> <div class="col-sm-4">
<p> <p>


Loading…
Cancel
Save