add vpsservers to sponsors
This commit is contained in:
parent
a0f7d800d6
commit
646b24d9ba
|
@ -18,3 +18,9 @@
|
||||||
width: 140
|
width: 140
|
||||||
height: 30
|
height: 30
|
||||||
url: https://icons8.com/
|
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>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</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">
|
<div class="unit two-thirds align-right center-on-mobiles">
|
||||||
<p>
|
<p>
|
||||||
<a href="https://opencollective.com/jekyll/">
|
<a href="https://opencollective.com/jekyll/">
|
||||||
|
@ -27,7 +19,7 @@
|
||||||
</a>
|
</a>
|
||||||
{% for sponsor in site.data.sponsors %}
|
{% for sponsor in site.data.sponsors %}
|
||||||
<a href="{{ sponsor.url }}" style="margin-left: 10px;">
|
<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>
|
</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</p>
|
</p>
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
Loading…
Reference in New Issue