mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add v1 beta link
This commit is contained in:
@@ -2,34 +2,28 @@
|
||||
<div class="bd-sponsors-body">
|
||||
<div class="bd-sponsors-content bd-index-content">
|
||||
<h1 class="title has-text-black">
|
||||
<strong>Bulma</strong> is thankful to its <a class="has-text-sponsor" href="{{ site.data.meta.patreon_url }}" target="_blank">Patreon</a> and <a class="has-text-sponsor" href="{{ site.data.meta.sponsorship_url }}" target="_blank">GitHub sponsors</a>
|
||||
<strong>Bulma</strong> is thankful to its
|
||||
<a class="has-text-sponsor" href="{{ site.data.meta.patreon_url }}" target="_blank">Patreon</a> and
|
||||
<a class="has-text-sponsor" href="{{ site.data.meta.sponsorship_url }}" target="_blank">GitHub sponsors</a>
|
||||
<span class="icon has-text-sponsor">
|
||||
<i class="fas fa-thumbs-up"></i>
|
||||
</span>
|
||||
</h1>
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
Their support contributes to the continuous development of Bulma and other open source software.
|
||||
</p>
|
||||
<p>Their support contributes to the continuous development of Bulma and other open source software.</p>
|
||||
</div>
|
||||
|
||||
<a class="button bd-fat-button is-sponsor" href="{{ site.url }}{{ site.data.links.by_id.['become-sponsor'].path }}">
|
||||
<span>
|
||||
Become a sponsor
|
||||
</span>
|
||||
<a
|
||||
class="button bd-fat-button is-sponsor"
|
||||
href="{{ site.url }}{{ site.data.links.by_id.['become-sponsor'].path }}"
|
||||
>
|
||||
<span> Become a sponsor </span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="bd-sponsors-list">
|
||||
<div class="bd-partner-sponsors">
|
||||
{% for sponsor_id in site.data.sponsors.home %}
|
||||
{% include elements/sponsor-item.html
|
||||
sponsor_id=sponsor_id
|
||||
classname="bd-partner-sponsor"
|
||||
%}
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div id="amis" class="bd-partner-sponsors"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user