add vpsservers to sponsors

This commit is contained in:
olivia 2018-11-28 20:35:23 +01:00
parent a0f7d800d6
commit 646b24d9ba
3 changed files with 7 additions and 9 deletions

View File

@ -18,3 +18,9 @@
width: 140
height: 30
url: https://icons8.com/
- name: VPSServer
image: /img/vpsserver-logo.png
width: 140
height: 30
url: https://www.vpsserver.com
styles: "margin-top: 20px;"

View File

@ -12,14 +12,6 @@
</a>
</p>
</div>
<div class="unit two-thirds align-right center-on-mobiles">
<p>
Get professional Jekyll support and more with
<a href="https://tidelift.com/subscription/pkg/rubygems-jekyll?utm_source=rubygems-jekyll&utm_medium=referral&utm_campaign=readme">
<img src="/img/tidelift-logo.png" width="100" height="30" alt="Tidelift">
</a>
</p>
</div>
<div class="unit two-thirds align-right center-on-mobiles">
<p>
<a href="https://opencollective.com/jekyll/">
@ -27,7 +19,7 @@
</a>
{% for sponsor in site.data.sponsors %}
<a href="{{ sponsor.url }}" style="margin-left: 10px;">
<img src="{{ sponsor.image }}" height="{{ sponsor.height }}" width="{{ sponsor.width }}" alt="{{ sponsor.name }}">
<img src="{{ sponsor.image }}" height="{{ sponsor.height }}" width="{{ sponsor.width }}" alt="{{ sponsor.name }}" style="{{ sponsor.styles }}">
</a>
{% endfor %}
</p>

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB