add vpsservers to sponsors
This commit is contained in:
parent
a0f7d800d6
commit
646b24d9ba
|
@ -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;"
|
||||
|
|
|
@ -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>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
Loading…
Reference in New Issue