mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 12:24:28 -07:00
Add Boosta
This commit is contained in:
33
docs/_includes/index/partnrs.html
Normal file
33
docs/_includes/index/partnrs.html
Normal file
@@ -0,0 +1,33 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user