2017-11-15 13:01:33 +00:00
|
|
|
---
|
|
|
|
title: Backers via Patreon
|
2018-04-10 17:50:19 +00:00
|
|
|
layout: more
|
2017-11-15 13:01:33 +00:00
|
|
|
route: backers
|
2018-04-10 17:50:19 +00:00
|
|
|
breadcrumb:
|
|
|
|
- home
|
|
|
|
- more
|
|
|
|
- patreon-backers
|
2017-11-15 13:01:33 +00:00
|
|
|
---
|
|
|
|
|
2018-04-10 17:50:19 +00:00
|
|
|
<h2 class="title is-5">
|
2018-05-03 00:39:33 +00:00
|
|
|
Documentation sponsors via Patreon ($500+)
|
|
|
|
</h2>
|
|
|
|
<div class="content">
|
|
|
|
<ul>
|
|
|
|
{% for backer in site.data.backers["500"] reversed %}
|
|
|
|
{% include elements/patreon-item.html %}
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- <h2 class="title is-5">
|
2018-04-10 17:50:19 +00:00
|
|
|
Website sponsors via Patreon ($300+)
|
|
|
|
</h2>
|
|
|
|
<div class="content">
|
|
|
|
<ul>
|
|
|
|
{% for backer in site.data.backers["300"] reversed %}
|
|
|
|
{% include elements/patreon-item.html %}
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
2018-05-03 00:39:33 +00:00
|
|
|
</div> -->
|
2017-11-15 13:01:33 +00:00
|
|
|
|
2018-04-10 17:50:19 +00:00
|
|
|
<h2 class="title is-5">
|
|
|
|
Homepage sponsors via Patreon ($100+)
|
|
|
|
</h2>
|
|
|
|
<div class="content">
|
|
|
|
<ul>
|
|
|
|
{% for backer in site.data.backers["100"] reversed %}
|
|
|
|
{% include elements/patreon-item.html %}
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
|
|
|
</div>
|
2017-11-15 13:01:33 +00:00
|
|
|
|
2018-04-10 17:50:19 +00:00
|
|
|
<h2 class="title is-5">
|
|
|
|
Generous backers via Patreon ($30+)
|
|
|
|
</h2>
|
|
|
|
<div class="content">
|
|
|
|
<ul>
|
|
|
|
{% for backer in site.data.backers["30"] reversed %}
|
|
|
|
{% include elements/patreon-item.html %}
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
|
|
|
</div>
|
2018-04-02 22:29:59 +00:00
|
|
|
|
2018-04-10 17:50:19 +00:00
|
|
|
<h2 class="title is-5">
|
|
|
|
Backers via Patreon ($10+)
|
|
|
|
</h2>
|
|
|
|
<div class="content">
|
|
|
|
<ul>
|
|
|
|
{% for backer in site.data.backers["10"] reversed %}
|
|
|
|
{% include elements/patreon-item.html %}
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
|
|
|
</div>
|