mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Update backers
This commit is contained in:
@@ -8,46 +8,64 @@ breadcrumb:
|
||||
- patreon-backers
|
||||
---
|
||||
|
||||
{% capture table_head %}
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Twitter</th>
|
||||
<th>Website</th>
|
||||
</tr>
|
||||
</thead>
|
||||
{% endcapture %}
|
||||
|
||||
<h2 class="title is-5">
|
||||
Documentation sponsors via Patreon ($500+)
|
||||
</h2>
|
||||
<div class="content">
|
||||
<ul>
|
||||
|
||||
<table class="table is-bordered">
|
||||
{{ table_head }}
|
||||
<tbody>
|
||||
{% for backer in site.data.backers["500"] reversed %}
|
||||
{% include elements/patreon-item.html %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2 class="title is-5">
|
||||
Homepage sponsors via Patreon ($100+)
|
||||
</h2>
|
||||
<div class="content">
|
||||
<ul>
|
||||
|
||||
<table class="table is-bordered">
|
||||
{{ table_head }}
|
||||
<tbody>
|
||||
{% for backer in site.data.backers["100"] reversed %}
|
||||
{% include elements/patreon-item.html %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2 class="title is-5">
|
||||
Generous backers via Patreon ($30+)
|
||||
</h2>
|
||||
<div class="content">
|
||||
<ul>
|
||||
|
||||
<table class="table is-bordered">
|
||||
{{ table_head }}
|
||||
<tbody>
|
||||
{% for backer in site.data.backers["30"] reversed %}
|
||||
{% include elements/patreon-item.html %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2 class="title is-5">
|
||||
Backers via Patreon ($10+)
|
||||
</h2>
|
||||
<div class="content">
|
||||
<ul>
|
||||
|
||||
<table class="table is-bordered">
|
||||
{{ table_head }}
|
||||
<tbody>
|
||||
{% for backer in site.data.backers["10"] reversed %}
|
||||
{% include elements/patreon-item.html %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user