Add Boosta

This commit is contained in:
Jeremy Thomas
2019-07-18 10:56:18 +02:00
parent 9a29ab7d3b
commit 8c255d380b
14 changed files with 213 additions and 631 deletions

View 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>