Update sponsors

This commit is contained in:
Jeremy Thomas
2019-02-07 18:03:02 +00:00
parent ee34157876
commit 74a3e1c7db
23 changed files with 364 additions and 97 deletions

View File

@@ -0,0 +1,21 @@
{% assign sponsor = site.data.sponsors.by_id[include.sponsor_id] %}
{% assign sponsor_path = "sponsors/" | append: include.sponsor_id %}
{% assign sponsor_alt = sponsor.name | append: " logo" %}
<div class="{{ include.classname }}">
<a
href="{{ sponsor.url }}"
target="_blank"
rel="nofollow"
{% if sponsor.blend %}style="mix-blend-mode: multiply;"{% endif %}
>
{%
include elements/responsive-image.html
path=sponsor_path
extension="png"
alt=sponsor_alt
width=sponsor.width
height=sponsor.width
%}
</a>
</div>