mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
34 lines
1016 B
HTML
34 lines
1016 B
HTML
<section class="bd-partnrs-list">
|
|
<div class="bd-partner bd-is-sponsor">
|
|
<p class="bd-partner-title has-text-centered">
|
|
Bulma is thankful to its <a href="https://www.patreon.com/jgthms" target="_blank">Patreon sponsors</a>
|
|
</p>
|
|
|
|
<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 class="bd-partner-sponsor is-text">
|
|
<span>
|
|
and
|
|
<br>
|
|
<a href="https://www.routerhosting.com/" target="_blank">RouterHosting</a>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="intro-carbon">
|
|
{% include elements/carbon.html %}
|
|
</div>
|
|
|
|
<p class="has-text-centered" style="margin-top: 1.5rem;">
|
|
<a class="button is-primary is-medium" href="https://www.patreon.com/jgthms" target="_blank">
|
|
Become a sponsor
|
|
</a>
|
|
</p>
|
|
</div>
|
|
</section>
|