mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
26 lines
721 B
HTML
26 lines
721 B
HTML
<section class="hero">
|
|
<div class="hero-body">
|
|
<div class="container">
|
|
<div class="columns is-vcentered">
|
|
<div class="column is-4">
|
|
<p class="title">Bulma <strong>Sponsors</strong></p>
|
|
</div>
|
|
<div class="column is-8">
|
|
<div class="bd-sponsors">
|
|
<a href="https://chainaxe.io/" target="_blank" rel="nofollow">
|
|
{%
|
|
include elements/responsive-image.html
|
|
path="sponsors/chainaxe"
|
|
extension="png"
|
|
alt="chainaxe logo"
|
|
width="99"
|
|
height="70"
|
|
%}
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|