Update backers April 2018

This commit is contained in:
Jeremy Thomas
2018-05-03 01:39:33 +01:00
parent a9a5666b9c
commit 4d74c23d03
12 changed files with 299 additions and 149 deletions

View File

@@ -30,6 +30,10 @@
{% endfor %}
</nav>
{% unless page.hide_side_sponsor %}
{% include global/side-sponsor.html %}
{% endunless %}
{% unless page.hide_fortyfour %}
{% include global/fortyfour.html %}
{% endunless %}

View File

@@ -1,8 +1,8 @@
<li>
{{ backer.FirstName }} {{ backer.LastName }}
{% if backer.Twitter != "" %}
<a href="https://twitter.com/{{ backer.Twitter }}" target="_blank" rel="nofollow">
@{{ backer.Twitter }}
{{ backer.first_name }} {{ backer.last_name }}
{% if backer.twitter != "" %}
<a href="https://twitter.com/{{ backer.twitter }}" target="_blank" rel="nofollow">
@{{ backer.twitter }}
</a>
{% endif %}
</li>

View File

@@ -0,0 +1,16 @@
<div class="bd-side-sponsors">
<p class="bd-side-sponsor-label">
Sponsor
</p>
<a class="bd-side-sponsor" href="https://tipe.io/?ref=bulma" target="_blank" rel="nofollow">
{%
include elements/responsive-image.html
path="sponsors/tipe"
extension="png"
alt="Tipe"
width="86"
height="50"
%}
</a>
</div>