Browse Source

Fix taglines, resize images.

pull/233/head
Pēteris Caune 6 years ago
parent
commit
d7e977d599
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
4 changed files with 2 additions and 2 deletions
  1. BIN
      static/img/integrations/pagerteam.png
  2. BIN
      static/img/integrations/setup_pagerteam_1.png
  3. +1
    -1
      templates/front/channels.html
  4. +1
    -1
      templates/front/welcome.html

BIN
static/img/integrations/pagerteam.png View File

Before After
Width: 2134  |  Height: 2067  |  Size: 61 KiB Width: 96  |  Height: 96  |  Size: 9.0 KiB

BIN
static/img/integrations/setup_pagerteam_1.png View File

Before After
Width: 1142  |  Height: 787  |  Size: 122 KiB Width: 1142  |  Height: 787  |  Size: 36 KiB

+ 1
- 1
templates/front/channels.html View File

@ -250,7 +250,7 @@
class="icon" alt="PagerTeam icon" />
<h2>Pager Team</h2>
<p>On-call scheduling, alerting, and incident tracking.</p>
<p>On-call rotations without limits.</p>
<a href="{% url 'hc-add-pagerteam' %}" class="btn btn-primary">Add Integration</a>
</li>


+ 1
- 1
templates/front/welcome.html View File

@ -402,7 +402,7 @@
<div class="col-md-2 col-sm-4 col-xs-6">
<div class="integration">
<img src="{% static 'img/integrations/pagerteam.png' %}" class="icon" alt="Pager Team icon" />
<h3>Pager Team <br><small>On-call rotations without limits</small></h3>
<h3>Pager Team <br><small>Incident Management</small></h3>
</div>
</div>


Loading…
Cancel
Save