-
-
Notifications
You must be signed in to change notification settings - Fork 4k
/
backers.html
42 lines (39 loc) · 1.11 KB
/
backers.html
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
---
fulltitle: "Backers via Patreon and GitHub"
title: 'Backers via <a href="https://www.patreon.com/jgthms" target="_blank">Patreon</a> and <a href="https://github.com/sponsors/jgthms" target="_blank">GitHub</a>'
layout: default
route: backers
theme: sponsor
breadcrumb:
- home
- patreon-backers
---
{% include global/header.html %} {% include docs/hero.html title=page.title
subtitle="Everyone who is supporting Bulma and Open Source." %}
<main class="bd-backers">
<div class="bd-backers-platforms">
<div class="bd-backers-platform bd-is-patreon">
<a
class="bd-backers-platform-logo"
href="{{ site.data.meta.patreon_url }}"
target="_blank"
>
{% include svg/patreon.svg %}
</a>
</div>
<div class="bd-backers-platform bd-is-github">
<a
class="bd-backers-platform-logo"
href="{{ site.data.meta.github }}"
target="_blank"
>
{% include svg/github.svg %}
</a>
</div>
</div>
<div class="bd-tiers">
<div class="container">
<div id="js-backers" class="bd-tiers-list"></div>
</div>
</div>
</main>