forked from jgthms/bulma
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackers.html
More file actions
52 lines (49 loc) · 1.18 KB
/
Copy pathbackers.html
File metadata and controls
52 lines (49 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
title: Backers via Patreon
layout: default
route: backers
---
{% include navbar.html id="BackersNavbar" %}
<section class="hero is-primary bd-is-patreon">
<div class="hero-body">
<div class="container">
<div class="columns is-vcentered">
<div class="column">
<h1 class="title">
Backers via Patreon
</h1>
<p class="subtitle">
Everyone who is supporting Bulma
</p>
</div>
<div class="column is-narrow">
{% include carbon.html %}
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<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>
<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>
</div>
</section>