mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 19:04:30 -07:00
Init v1
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user