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

@@ -0,0 +1,17 @@
{% assign modifiers_link = site.data.links.by_id['sponsor'] %}
{% assign heading_href = site.url | append: modifiers_link.path %}
<section class="bd-home-section bd-theme-sponsor">
{%
include docs/components/heading.html
color="patreon"
icon="fas fa-thumbs-up"
title="Bulma is thankful to its sponsors"
subtitle="Their support contributes to the continuous development of Bulma and other open source software"
href=heading_href
button_icon_after="fas fa-arrow-right"
button_label="Become a sponsor"
%}
<div id="amis" class="bd-amis"></div>
</section>