This commit is contained in:
Jeremy Thomas
2024-03-21 16:11:54 +00:00
parent 16f1b76881
commit 69877a652c
3261 changed files with 255369 additions and 108913 deletions

View File

@@ -3,24 +3,17 @@ 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/navbar.html id="Backers" %}
{% capture hero_content %}
{% include elements/sponsor-button.html %}
{% endcapture %}
{% include global/header.html %}
{%
include components/hero.html
color="sponsor"
icon="fas fa-thumbs-up"
include docs/hero.html
title=page.title
subtitle="Everyone who is supporting Bulma and Open Source"
content=hero_content
subtitle="Everyone who is supporting Bulma and Open Source."
%}
<main class="bd-backers">
@@ -37,9 +30,6 @@ breadcrumb:
</div>
</div>
{% include elements/backers-group.html tier="30" title="Generous backers ($30+)" %}
{% include elements/backers-group.html tier="500" title="Documentation sponsors ($500+)" %}
{% include elements/backers-group.html tier="300" title="Website sponsors ($300+)" %}
{% include elements/backers-group.html tier="100" title="Homepage sponsors ($100+)" %}
{% include elements/backers-group.html tier="10" title="Bulma backers ($10+)" %}
{% include docs/elements/backers-group.html tier="30" title="Generous backers ($30+)" %}
{% include docs/elements/backers-group.html tier="10" title="Bulma backers ($10+)" %}
</main>