add siteleaf to site sponsors

This commit is contained in:
olivia 2018-08-03 13:31:41 +02:00
parent 87cc350313
commit fb7a13ab1e
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
- name: Forestry.io
image: /img/forestry-logo.png
url: https://forestry.io
width: 140
height: 30
- name: Siteleaf
image: /img/siteleaf-logo.png
url: https://siteleaf.com
width: 40
height: 50

View File

@ -15,8 +15,8 @@
<p>
Sponsored by
{% for sponsor in site.data.sponsors %}
<a href="{{ sponsor.url }}">
<img src="{{ sponsor.image }}" width="120" height="30" alt="{{ sponsor.name }}">
<a href="{{ sponsor.url }}" style="margin-left: 10px;">
<img src="{{ sponsor.image }}" height="{{ sponsor.height }}" width="{{ sponsor.width }}" alt="{{ sponsor.name }}">
</a>
{% endfor %}
</p>

BIN
docs/img/siteleaf-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB